Uses of Class
ontopoly.model.RoleType
Packages that use RoleType
-
Uses of RoleType in ontopoly.components
Constructor parameters in ontopoly.components with type arguments of type RoleTypeModifierConstructorDescriptionAssociationTransformerPanel(String id, AssociationType associationType, List<RoleType> roleTypes) -
Uses of RoleType in ontopoly.model
Methods in ontopoly.model that return RoleTypeModifier and TypeMethodDescriptionTopicMap.createRoleType(String name) RoleField.getRoleType()Gets the role type.Methods in ontopoly.model that return types with arguments of type RoleTypeModifier and TypeMethodDescriptionAssociationType.getDeclaredRoleTypes()Returns all role types that have been declared for this association type.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 RoleTypeModifier and TypeMethodDescriptionvoidAssociationType.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 RoleTypeModifierConstructorDescriptionRoleField(TopicIF topic, TopicMap tm, RoleType roleType, AssociationField associationField) -
Uses of RoleType in ontopoly.models
Methods in ontopoly.models that return RoleTypeModifier and TypeMethodDescriptionRoleTypeModel.getRoleType()protected RoleTypeRoleTypeModel.load()Constructors in ontopoly.models with parameters of type RoleType