Uses of Class
ontopoly.model.TopicType
-
Packages that use TopicType Package Description ontopoly.components ontopoly.model ontopoly.models ontopoly.pages ontopoly.utils -
-
Uses of TopicType in ontopoly.components
Fields in ontopoly.components with type parameters of type TopicType Modifier and Type Field Description protected TopicModel<TopicType>AddOrRemoveTypeFunctionBoxPanel. selectedModelMethods in ontopoly.components with parameters of type TopicType Modifier and Type Method Description protected TopicFieldInstanceCreatePlayerPanel. createInstance(TopicType topicType)protected voidFieldInstanceCreatePlayerPanel. onClick(org.apache.wicket.ajax.AjaxRequestTarget target, TopicType selectedTopicType)protected voidFieldInstanceCreatePlayerPanel. showInstancePage(org.apache.wicket.ajax.AjaxRequestTarget target, Topic topic, TopicType topicType, org.apache.wicket.Component c) -
Uses of TopicType in ontopoly.model
Methods in ontopoly.model that return TopicType Modifier and Type Method Description TopicTypeTopicMap. createTopicType(String name)TopicTypeFieldAssignment. getDeclaredTopicType()Returns the topic type.TopicTypeTopic. getMostSpecificTopicType(TopicType topicType)Given the topic type, find the subtype that is the specific type of this topic.TopicTypeTopicType. getSuperType()Returns the supertype of this type, or null if there is none.TopicTypeFieldAssignment. getTopicType()Returns the topic type.TopicTypeTopicMap. getTopicTypeById(String id)Methods in ontopoly.model that return types with arguments of type TopicType Modifier and Type Method Description Collection<TopicType>RoleField. getAllowedPlayerTypes(Topic currentTopic)Collection<TopicType>TopicType. getAllSubTypes()Gets the all subtypes (direct and indirect) of this type.Collection<TopicType>RoleField. getDeclaredPlayerTypes()Gets the topic types that have been declared as valid and which may play the other roles in this association type.Collection<TopicType>TopicType. getDirectSubTypes()Gets the direct subtypes of this type.List<TopicType>TopicMap. getRootTopicTypes()Returns a list of the topic types that is not a system topic type.List<TopicType>Topic. getTopicTypes()Returns the topic types of which this topic is a direct instance.List<TopicType>TopicMap. getTopicTypes()Returns a list of the topic types that is not a system topic type.List<TopicType>TopicMap. getTopicTypesWithLargeInstanceSets()Returns a list of the topic types that is not a system topic type.Methods in ontopoly.model with parameters of type TopicType Modifier and Type Method Description voidTopic. addTopicType(TopicType type)Adds the topic type to the list of topic types that topic is a direct instance of.List<FieldInstance>Topic. getFieldInstances(TopicType topicType)List<FieldInstance>Topic. getFieldInstances(TopicType topicType, FieldsView fieldsView)TopicTypeTopic. getMostSpecificTopicType(TopicType topicType)Given the topic type, find the subtype that is the specific type of this topic.intFieldAssignment. getOrder(TopicType t)Returns the ordering key of the field on the topic type sent in as an argument.voidLifeCycleListener. onAfterCreate(Topic topic, TopicType topicType)voidTopic. removeTopicType(TopicType type)Removes the topic type from the list of topic types that topic is a direct instance of.Constructors in ontopoly.model with parameters of type TopicType Constructor Description FieldAssignment(TopicType topicType, TopicType declaredTopicType, FieldDefinition fieldDefinition)Creates a new field assignment object.FieldAssignment(TopicType topicType, TopicType declaredTopicType, FieldDefinition fieldDefinition, int cachedOrder) -
Uses of TopicType in ontopoly.models
Methods in ontopoly.models that return TopicType Modifier and Type Method Description TopicTypeTopicTypeModel. getTopicType()protected TopicTypeTopicTypeModel. load()Methods in ontopoly.models that return types with arguments of type TopicType Modifier and Type Method Description protected List<TopicType>AvailableTopicTypesModel. load()protected List<TopicType>PlayerTypesModel. load()Constructors in ontopoly.models with parameters of type TopicType Constructor Description TopicTypeModel(TopicType topicType) -
Uses of TopicType in ontopoly.pages
Methods in ontopoly.pages that return TopicType Modifier and Type Method Description protected TopicTypeEmbeddedInstancePage. getTopicType()Methods in ontopoly.pages with parameters of type TopicType Modifier and Type Method Description protected org.apache.wicket.model.IModel<TreeModel>ModalFindPage. getTreeModel(TopicType _topicType)booleanAbstractOntopolyPage. isCreateAllowed(Topic parent, FieldDefinition fdParent, TopicType childType, FieldDefinition fdChild)voidAbstractOntopolyPage. onAfterCreate(Topic topic, TopicType topicType) -
Uses of TopicType in ontopoly.utils
Methods in ontopoly.utils that return TopicType Modifier and Type Method Description static TopicTypeOntopolyUtils. getDefaultTopicType(Topic topic)Returns the topic type that is the default topic type amongst the topic types of the topic.Methods in ontopoly.utils with parameters of type TopicType Modifier and Type Method Description static TreeModelTreeModels. createInstancesTreeModel(TopicType topicType, boolean isAdminEnabled)static TreeModelTreeModels. createInstancesTreeModel2(TopicType topicType, boolean isAdminEnabled)
-