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 MultiplicityMultiplicity.fromNotifyJson(com.fasterxml.jackson.databind.JsonNode jsonNode) PropertyDefinition.multiplicity()Returns the value of themultiplicityrecord component.static MultiplicityMultiplicity.of()static MultiplicityMultiplicity.of(long lower, long higher) static MultiplicityMultiplicity.of(long lower, long higher, boolean unique) Methods in org.umlg.sqlg.structure with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic PropertyDefinitionPropertyDefinition.of(PropertyType propertyType, Multiplicity multiplicity) static PropertyDefinitionPropertyDefinition.of(PropertyType propertyType, Multiplicity multiplicity, String defaultLiteral) static PropertyDefinitionPropertyDefinition.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 aPropertyDefinitionrecord 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 theinMultiplicityrecord component.EdgeDefinition.outMultiplicity()Returns the value of theoutMultiplicityrecord component.Methods in org.umlg.sqlg.structure.topology with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic EdgeDefinitionEdgeDefinition.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 aEdgeDefinitionrecord class.