Uses of Class
ontopoly.model.RoleType
-
Packages that use RoleType Package Description ontopoly.components ontopoly.model ontopoly.models -
-
Uses of RoleType in ontopoly.components
Constructor parameters in ontopoly.components with type arguments of type RoleType Constructor Description AssociationTransformerPanel(String id, AssociationType associationType, List<RoleType> roleTypes)
-
Uses of RoleType in ontopoly.model
Methods in ontopoly.model that return RoleType Modifier and Type Method Description RoleType
TopicMap. createRoleType(String name)
RoleType
RoleField. getRoleType()
Gets the role type.Methods in ontopoly.model that return types with arguments of type RoleType Modifier and Type Method Description List<RoleType>
AssociationType. getDeclaredRoleTypes()
Returns all role types that have been declared for this association type.Collection<List<RoleType>>
AssociationType. getUsedRoleTypeCombinations()
Returns a collection of lists that contain the role type combinations that have been used in actual associations.Method parameters in ontopoly.model with type arguments of type RoleType Modifier and Type Method Description void
AssociationType. transformInstances(List<RoleType> roleTypesFrom, List<RoleType> roleTypesTo)
Transforms associations from the role types of the given form to the new one as given.Constructors in ontopoly.model with parameters of type RoleType Constructor Description RoleField(TopicIF topic, TopicMap tm, RoleType roleType, AssociationField associationField)
-
Uses of RoleType in ontopoly.models
Methods in ontopoly.models that return RoleType Modifier and Type Method Description RoleType
RoleTypeModel. getRoleType()
protected RoleType
RoleTypeModel. load()
Constructors in ontopoly.models with parameters of type RoleType Constructor Description RoleTypeModel(RoleType roleType)
-