Uses of Class
ontopoly.model.AssociationType
-
Packages that use AssociationType Package Description ontopoly.components ontopoly.model ontopoly.models ontopoly.pages -
-
Uses of AssociationType in ontopoly.components
Constructors in ontopoly.components with parameters of type AssociationType Constructor Description AssociationTransformerPanel(String id, AssociationType associationType, List<RoleType> roleTypes)
-
Uses of AssociationType in ontopoly.model
Methods in ontopoly.model that return AssociationType Modifier and Type Method Description AssociationType
TopicMap. createAssociationType(String name)
AssociationType
TopicType. createAssociationType()
AssociationType
AssociationField. getAssociationType()
Gets the association type that is assigned to this association field.AssociationType
RoleField. getAssociationType()
Gets the association type.Constructors in ontopoly.model with parameters of type AssociationType Constructor Description AssociationField(TopicIF topic, TopicMap tm, AssociationType associationType)
-
Uses of AssociationType in ontopoly.models
Methods in ontopoly.models that return AssociationType Modifier and Type Method Description AssociationType
AssociationTypeModel. getAssociationType()
protected AssociationType
AssociationTypeModel. load()
Constructors in ontopoly.models with parameters of type AssociationType Constructor Description AssociationTypeModel(AssociationType associationType)
-
Uses of AssociationType in ontopoly.pages
Methods in ontopoly.pages that return AssociationType Modifier and Type Method Description AssociationType
AssociationTransformPage. getAssociationType()
-