Uses of Record Class
org.umlg.sqlg.structure.Multiplicity
Packages that use Multiplicity
-
Uses of Multiplicity in org.umlg.sqlg.structure
Methods in org.umlg.sqlg.structure that return MultiplicityModifier and TypeMethodDescriptionstatic Multiplicity
Multiplicity.fromNotifyJson
(com.fasterxml.jackson.databind.JsonNode jsonNode) PropertyDefinition.multiplicity()
Returns the value of themultiplicity
record component.static Multiplicity
Multiplicity.of()
static Multiplicity
Multiplicity.of
(long lower, long higher) static Multiplicity
Multiplicity.of
(long lower, long higher, boolean unique) Methods in org.umlg.sqlg.structure with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic PropertyDefinition
PropertyDefinition.of
(PropertyType propertyType, Multiplicity multiplicity) static PropertyDefinition
PropertyDefinition.of
(PropertyType propertyType, Multiplicity multiplicity, String defaultLiteral) static PropertyDefinition
PropertyDefinition.of
(PropertyType propertyType, Multiplicity multiplicity, String defaultLiteral, String checkConstraint) Constructors in org.umlg.sqlg.structure with parameters of type MultiplicityModifierConstructorDescriptionPropertyDefinition
(PropertyType propertyType, Multiplicity multiplicity, String defaultLiteral, String checkConstraint, boolean temp) Creates an instance of aPropertyDefinition
record class. -
Uses of Multiplicity in org.umlg.sqlg.structure.topology
Methods in org.umlg.sqlg.structure.topology that return MultiplicityModifier and TypeMethodDescriptionEdgeRole.getMultiplicity()
EdgeDefinition.inMultiplicity()
Returns the value of theinMultiplicity
record component.EdgeDefinition.outMultiplicity()
Returns the value of theoutMultiplicity
record component.Methods in org.umlg.sqlg.structure.topology with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic EdgeDefinition
EdgeDefinition.of
(Multiplicity outMultiplicity, Multiplicity inMultiplicity) Constructors in org.umlg.sqlg.structure.topology with parameters of type MultiplicityModifierConstructorDescriptionEdgeDefinition
(Multiplicity outMultiplicity, Multiplicity inMultiplicity) Creates an instance of aEdgeDefinition
record class.