Uses of Class
ontopoly.models.TopicModel
Packages that use TopicModel
-
Uses of TopicModel in ontopoly.components
Fields in ontopoly.components declared as TopicModelModifier and TypeFieldDescriptionprotected final TopicModel<Topic>FieldInstanceAssociationNaryField.currentTopicModelprotected final TopicModel<TopicType>AddOrRemoveTypeFunctionBoxPanel.selectedModelprotected final TopicModel<Topic>FieldInstanceAssociationBinaryPanel.topicModelFields in ontopoly.components with type parameters of type TopicModelModifier and TypeFieldDescriptionprotected final Map<RoleFieldModel,TopicModel<Topic>> FieldInstanceAssociationNaryField.selectedPlayersMethods in ontopoly.components that return TopicModelModifier and TypeMethodDescriptionabstract TopicModel<Topic>DeleteTopicFunctionBoxPanel.getTopicModel()Constructors in ontopoly.components with parameters of type TopicModelModifierConstructorDescriptionAddOrRemoveTypeFunctionBoxPanel(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 -
Uses of TopicModel in ontopoly.pages
Fields in ontopoly.pages declared as TopicModelModifier and TypeFieldDescriptionprotected TopicModel<Topic>EmbeddedInstancePage.topicModelprotected TopicModel<Topic>VizigatorPage.topicModelMethods in ontopoly.pages that return TopicModelMethods in ontopoly.pages with parameters of type TopicModelModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<TreeModel>EmbeddedHierarchicalInstancePage.createTreeModel(TopicModel<Topic> hierarchyTopicModel, TopicModel<Topic> currentNodeModel) Constructors in ontopoly.pages with parameters of type TopicModelModifierConstructorDescriptionModalInstancePage(String id, TopicModel<Topic> topicModel, TopicTypeModel topicTypeModel, FieldsViewModel fieldsViewModel) -
Uses of TopicModel in ontopoly.utils
Constructors in ontopoly.utils with parameters of type TopicModelModifierConstructorDescriptionRoleFieldsValueComparator(TopicModel<Topic> topicModel, List<RoleFieldModel> roleFieldModels) RoleFieldValueComparator(TopicModel<Topic> topicModel, RoleFieldModel roleFieldModel)