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 RoleTypeTopicMap. createRoleType(String name)RoleTypeRoleField. 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 voidAssociationType. 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 RoleTypeRoleTypeModel. getRoleType()protected RoleTypeRoleTypeModel. load()Constructors in ontopoly.models with parameters of type RoleType Constructor Description RoleTypeModel(RoleType roleType)
-