Uses of Class
ontopoly.model.TopicType
Packages that use TopicType
Package
Description
-
Uses of TopicType in ontopoly.components
Fields in ontopoly.components with type parameters of type TopicTypeModifier and TypeFieldDescriptionprotected final TopicModel<TopicType>AddOrRemoveTypeFunctionBoxPanel.selectedModelMethods in ontopoly.components with parameters of type TopicTypeModifier and TypeMethodDescriptionprotected 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 TopicTypeModifier and TypeMethodDescriptionTopicMap.createTopicType(String name) FieldAssignment.getDeclaredTopicType()Returns the topic type.Topic.getMostSpecificTopicType(TopicType topicType) Given the topic type, find the subtype that is the specific type of this topic.TopicType.getSuperType()Returns the supertype of this type, or null if there is none.FieldAssignment.getTopicType()Returns the topic type.TopicMap.getTopicTypeById(String id) Methods in ontopoly.model that return types with arguments of type TopicTypeModifier and TypeMethodDescriptionRoleField.getAllowedPlayerTypes(Topic currentTopic) TopicType.getAllSubTypes()Gets the all subtypes (direct and indirect) of this type.RoleField.getDeclaredPlayerTypes()Gets the topic types that have been declared as valid and which may play the other roles in this association type.TopicType.getDirectSubTypes()Gets the direct subtypes of this type.TopicMap.getRootTopicTypes()Returns a list of the topic types that is not a system topic type.Topic.getTopicTypes()Returns the topic types of which this topic is a direct instance.TopicMap.getTopicTypes()Returns a list of the topic types that is not a system topic type.TopicMap.getTopicTypesWithLargeInstanceSets()Returns a list of the topic types that is not a system topic type.Methods in ontopoly.model with parameters of type TopicTypeModifier and TypeMethodDescriptionvoidTopic.addTopicType(TopicType type) Adds the topic type to the list of topic types that topic is a direct instance of.Topic.getFieldInstances(TopicType topicType) Topic.getFieldInstances(TopicType topicType, FieldsView fieldsView) Topic.getMostSpecificTopicType(TopicType topicType) Given the topic type, find the subtype that is the specific type of this topic.intReturns 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 TopicTypeModifierConstructorDescriptionFieldAssignment(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 TopicTypeModifier and TypeMethodDescriptionTopicTypeModel.getTopicType()protected TopicTypeTopicTypeModel.load()Methods in ontopoly.models that return types with arguments of type TopicTypeConstructors in ontopoly.models with parameters of type TopicType -
Uses of TopicType in ontopoly.pages
Methods in ontopoly.pages that return TopicTypeMethods in ontopoly.pages with parameters of type TopicTypeModifier and TypeMethodDescriptionprotected 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 TopicTypeModifier and TypeMethodDescriptionstatic 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 TopicTypeModifier and TypeMethodDescriptionstatic TreeModelTreeModels.createInstancesTreeModel(TopicType topicType, boolean isAdminEnabled) static TreeModelTreeModels.createInstancesTreeModel2(TopicType topicType, boolean isAdminEnabled)