Uses of Class
ontopoly.models.TopicModel
-
Packages that use TopicModel Package Description ontopoly.components ontopoly.models ontopoly.pages ontopoly.utils -
-
Uses of TopicModel in ontopoly.components
Fields in ontopoly.components declared as TopicModel Modifier and Type Field Description protected TopicModel<Topic>FieldInstanceAssociationNaryField. currentTopicModelprotected TopicModel<TopicType>AddOrRemoveTypeFunctionBoxPanel. selectedModelprotected TopicModel<Topic>FieldInstanceAssociationBinaryPanel. topicModelFields in ontopoly.components with type parameters of type TopicModel Modifier and Type Field Description protected Map<RoleFieldModel,TopicModel<Topic>>FieldInstanceAssociationNaryField. selectedPlayersMethods in ontopoly.components that return TopicModel Modifier and Type Method Description abstract TopicModel<Topic>DeleteTopicFunctionBoxPanel. getTopicModel()Constructors in ontopoly.components with parameters of type TopicModel Constructor Description AddOrRemoveTypeFunctionBoxPanel(String id, TopicModel<Topic> topicModel)AssociationTransformFunctionBoxPanel(String id, TopicModel<Topic> topicModel)CreateOrCopyInstanceFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel)InstancePanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel, boolean _isReadOnly, boolean traversable)TopicTypesFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel)ViewsFunctionBoxPanel(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of TopicModel in ontopoly.models
Constructors in ontopoly.models with parameters of type TopicModel Constructor Description AvailableTopicTypesModel(TopicModel<Topic> topicModel) -
Uses of TopicModel in ontopoly.pages
Fields in ontopoly.pages declared as TopicModel Modifier and Type Field Description protected TopicModel<Topic>EmbeddedInstancePage. topicModelprotected TopicModel<Topic>VizigatorPage. topicModelMethods in ontopoly.pages that return TopicModel Modifier and Type Method Description TopicModel<Topic>InstancePage. getTopicModel()Methods in ontopoly.pages with parameters of type TopicModel Modifier and Type Method Description protected org.apache.wicket.model.IModel<TreeModel>EmbeddedHierarchicalInstancePage. createTreeModel(TopicModel<Topic> hierarchyTopicModel, TopicModel<Topic> currentNodeModel)Constructors in ontopoly.pages with parameters of type TopicModel Constructor Description ModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of TopicModel in ontopoly.utils
Constructors in ontopoly.utils with parameters of type TopicModel Constructor Description RoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels)RoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel)
-