@Deprecated
public class Mf2DataModel
extends java.lang.Object
See the description of the syntax with examples and use cases and the corresponding EBNF.
Modifier and Type | Class and Description |
---|---|
static class |
Mf2DataModel.Builder
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.Expression
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.OrderedMap<K,V>
Deprecated.
This API is for technology preview only.
|
static interface |
Mf2DataModel.Part
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.Pattern
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.SelectorKeys
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.Text
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.Value
Deprecated.
This API is for technology preview only.
|
static class |
Mf2DataModel.Variable
Deprecated.
This API is for technology preview only.
|
Modifier and Type | Method and Description |
---|---|
static Mf2DataModel.Builder |
builder()
Deprecated.
This API is for technology preview only.
|
Mf2DataModel.OrderedMap<java.lang.String,Mf2DataModel.Expression> |
getLocalVariables()
Deprecated.
This API is for technology preview only.
|
Mf2DataModel.Pattern |
getPattern()
Deprecated.
This API is for technology preview only.
|
java.util.List<Mf2DataModel.Expression> |
getSelectors()
Deprecated.
This API is for technology preview only.
|
Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys,Mf2DataModel.Pattern> |
getVariants()
Deprecated.
This API is for technology preview only.
|
java.lang.String |
toString()
Deprecated.
This API is for technology preview only.
|
@Deprecated public static Mf2DataModel.Builder builder()
@Deprecated public Mf2DataModel.OrderedMap<java.lang.String,Mf2DataModel.Expression> getLocalVariables()
@Deprecated public java.util.List<Mf2DataModel.Expression> getSelectors()
@Deprecated public Mf2DataModel.OrderedMap<Mf2DataModel.SelectorKeys,Mf2DataModel.Pattern> getVariants()
@Deprecated public Mf2DataModel.Pattern getPattern()
@Deprecated public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2016 Unicode, Inc. and others.