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