Uses of Class
ontopoly.model.Cardinality
-
Packages that use Cardinality Package Description ontopoly.model -
-
Uses of Cardinality in ontopoly.model
Methods in ontopoly.model that return Cardinality Modifier and Type Method Description Cardinality
FieldAssignment. getCardinality()
Cardinality
FieldDefinition. getCardinality()
Returns the cardinality of the field on this topic type.static Cardinality
Cardinality. getDefaultCardinality(FieldDefinition fieldDefinition)
Returns the default cardinality (zero or more)Methods in ontopoly.model that return types with arguments of type Cardinality Modifier and Type Method Description static List<Cardinality>
Cardinality. getCardinalityTypes(TopicMap tm)
Returns all available cardinalities.Methods in ontopoly.model with parameters of type Cardinality Modifier and Type Method Description void
FieldDefinition. setCardinality(Cardinality cardinality)
Sets the cardinality of the field on this topic type.
-