Uses of Class
org.mal_lang.langspec.Multiplicity
-
Packages that use Multiplicity Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.builders Provides classes for building MAL languages. -
-
Uses of Multiplicity in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Multiplicity Modifier and Type Method Description static Multiplicity
Multiplicity. fromJson(JsonObject jsonMultiplicity)
Creates a newMultiplicity
from aJsonObject
.Multiplicity
Field. getMultiplicity()
Returns the multiplicity of thisField
object.static Multiplicity
Multiplicity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Multiplicity[]
Multiplicity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Multiplicity in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return Multiplicity Modifier and Type Method Description Multiplicity
AssociationBuilder. getLeftMultiplicity()
Returns the left multiplicity of thisAssociationBuilder
object.Multiplicity
AssociationBuilder. getRightMultiplicity()
Returns the right multiplicity of thisAssociationBuilder
object.Constructors in org.mal_lang.langspec.builders with parameters of type Multiplicity Constructor Description AssociationBuilder(String name, String leftAsset, String leftField, Multiplicity leftMultiplicity, String rightAsset, String rightField, Multiplicity rightMultiplicity)
Constructs a newAssociationBuilder
object.
-