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 AssociationTypeTopicMap. createAssociationType(String name)AssociationTypeTopicType. createAssociationType()AssociationTypeAssociationField. getAssociationType()Gets the association type that is assigned to this association field.AssociationTypeRoleField. 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 AssociationTypeAssociationTypeModel. getAssociationType()protected AssociationTypeAssociationTypeModel. 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 AssociationTypeAssociationTransformPage. getAssociationType()
-