Package | Description |
---|---|
ontopoly.components | |
ontopoly.model | |
ontopoly.models | |
ontopoly.pages | |
ontopoly.utils |
Modifier and Type | Field and Description |
---|---|
protected TopicModel<TopicType> |
AddOrRemoveTypeFunctionBoxPanel.selectedModel |
Modifier and Type | Method and Description |
---|---|
protected Topic |
FieldInstanceCreatePlayerPanel.createInstance(TopicType topicType) |
protected void |
FieldInstanceCreatePlayerPanel.onClick(org.apache.wicket.ajax.AjaxRequestTarget target,
TopicType selectedTopicType) |
protected void |
FieldInstanceCreatePlayerPanel.showInstancePage(org.apache.wicket.ajax.AjaxRequestTarget target,
Topic topic,
TopicType topicType,
org.apache.wicket.Component c) |
Modifier and Type | Method and Description |
---|---|
TopicType |
TopicMap.createTopicType(String name) |
TopicType |
FieldAssignment.getDeclaredTopicType()
Returns the topic type.
|
TopicType |
Topic.getMostSpecificTopicType(TopicType topicType)
Given the topic type, find the subtype that is the specific type
of this topic.
|
TopicType |
TopicType.getSuperType()
Returns the supertype of this type, or null if there is none.
|
TopicType |
FieldAssignment.getTopicType()
Returns the topic type.
|
TopicType |
TopicMap.getTopicTypeById(String id) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Topic.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) |
TopicType |
Topic.getMostSpecificTopicType(TopicType topicType)
Given the topic type, find the subtype that is the specific type
of this topic.
|
int |
FieldAssignment.getOrder(TopicType t)
Returns the ordering key of the field on the topic type sent in as an
argument.
|
void |
LifeCycleListener.onAfterCreate(Topic topic,
TopicType topicType) |
void |
Topic.removeTopicType(TopicType type)
Removes the topic type from the list of topic types that topic is
a direct instance of.
|
Constructor and Description |
---|
FieldAssignment(TopicType topicType,
TopicType declaredTopicType,
FieldDefinition fieldDefinition)
Creates a new field assignment object.
|
FieldAssignment(TopicType topicType,
TopicType declaredTopicType,
FieldDefinition fieldDefinition,
int cachedOrder) |
Modifier and Type | Method and Description |
---|---|
TopicType |
TopicTypeModel.getTopicType() |
protected TopicType |
TopicTypeModel.load() |
Modifier and Type | Method and Description |
---|---|
protected List<TopicType> |
AvailableTopicTypesModel.load() |
protected List<TopicType> |
PlayerTypesModel.load() |
Constructor and Description |
---|
TopicTypeModel(TopicType topicType) |
Modifier and Type | Method and Description |
---|---|
protected TopicType |
EmbeddedInstancePage.getTopicType() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.wicket.model.IModel<TreeModel> |
ModalFindPage.getTreeModel(TopicType _topicType) |
boolean |
AbstractOntopolyPage.isCreateAllowed(Topic parent,
FieldDefinition fdParent,
TopicType childType,
FieldDefinition fdChild) |
void |
AbstractOntopolyPage.onAfterCreate(Topic topic,
TopicType topicType) |
Modifier and Type | Method and Description |
---|---|
static TopicType |
OntopolyUtils.getDefaultTopicType(Topic topic)
Returns the topic type that is the default topic type amongst the topic types of the topic.
|
Modifier and Type | Method and Description |
---|---|
static TreeModel |
TreeModels.createInstancesTreeModel(TopicType topicType,
boolean isAdminEnabled) |
static TreeModel |
TreeModels.createInstancesTreeModel2(TopicType topicType,
boolean isAdminEnabled) |