Package | Description |
---|---|
ontopoly | |
ontopoly.components | |
ontopoly.conversion | |
ontopoly.model | |
ontopoly.models | |
ontopoly.pages | |
ontopoly.utils |
Modifier and Type | Method and Description |
---|---|
TopicMap |
OntopolyRequestCycle.getTopicMap(String topicMapId) |
TopicMap |
OntopolyApplication.getTopicMap(String topicMapId) |
static TopicMap |
OntopolyContext.getTopicMap(String topicMapId) |
Modifier and Type | Method and Description |
---|---|
protected abstract Topic |
CreateInstanceFunctionBoxPanel.createInstance(TopicMap topicMap,
String name) |
abstract void |
DeleteTopicMapFunctionBoxPanel.onDeleteConfirmed(TopicMap topic) |
Modifier and Type | Field and Description |
---|---|
protected TopicMap |
UpgradeBase.topicMap |
Modifier and Type | Method and Description |
---|---|
protected static OccurrenceIF |
UpgradeBase.addOccurrence(TopicMap topicMap,
LocatorIF base_on,
TopicIF topic,
String otype,
String datatype,
String value) |
static String |
ConversionUtils.convertExisting(TopicMap topicMap,
String tmname) |
static String |
ConversionUtils.convertNew(TopicMap oldTopicMap,
String tmname,
TopicMapSource tmsource) |
protected static TopicIF |
UpgradeBase.defineOccurrenceField(TopicMap topicMap,
LocatorIF base_on,
String otypeId,
String datatype,
String cardinality) |
protected static TopicIF |
UpgradeBase.defineOccurrenceField(TopicMap topicMap,
LocatorIF base_on,
TopicIF otype,
TopicIF datatype,
TopicIF cardinality) |
static String |
ConversionUtils.upgradeExisting(TopicMap topicMap) |
protected static void |
UpgradeUtils.upgradeTopicMap(TopicMap topicMap) |
Modifier and Type | Method and Description |
---|---|
TopicMap |
Topic.getTopicMap()
Gets the topicMap this topic belongs to.
|
Modifier and Type | Method and Description |
---|---|
protected static FieldDefinition |
TopicType.findFieldDefinitionImpl(TopicMap tm,
TopicIF fieldDefinitionTopic,
TopicIF fieldDefinitionType) |
static List<Cardinality> |
Cardinality.getCardinalityTypes(TopicMap tm)
Returns all available cardinalities.
|
static List<DataType> |
DataType.getDataTypes(TopicMap tm) |
static CreateAction |
CreateAction.getDefaultCreateAction(TopicMap tm)
Returns the default createa action (popup)
|
static DataType |
DataType.getDefaultDataType(TopicMap tm) |
static EditMode |
EditMode.getDefaultEditMode(TopicMap tm)
Returns the default edit mode (normal)
|
static FieldsView |
FieldsView.getDefaultFieldsView(TopicMap tm) |
static InterfaceControl |
InterfaceControl.getDefaultInterfaceControl(TopicMap tm) |
static FieldDefinition |
FieldDefinition.getFieldDefinition(String fieldId,
int fieldType,
TopicMap tm) |
static FieldDefinition |
FieldDefinition.getFieldDefinition(String fieldId,
TopicMap tm) |
static FieldDefinition |
FieldDefinition.getFieldDefinition(TopicIF fieldTopic,
TopicMap tm) |
static void |
FieldAssignment.setOrder(TopicMap topicmap,
TopicIF tt,
TopicIF fd,
int order,
boolean replace) |
Constructor and Description |
---|
AbstractTypingTopic(TopicIF topicIF,
TopicMap tm)
Constructor.
|
AssociationField(TopicIF topic,
TopicMap tm) |
AssociationField(TopicIF topic,
TopicMap tm,
AssociationType associationType) |
AssociationType(TopicIF currTopic,
TopicMap tm)
Creates a new AssociationType object.
|
Cardinality(TopicIF topic,
TopicMap tm)
Creates a new Cardinality object.
|
CreateAction(TopicIF topic,
TopicMap tm)
Creates a new CreateAction object.
|
DataType(TopicIF topic,
TopicMap tm) |
EditMode(TopicIF topic,
TopicMap tm)
Creates a new EditMode object.
|
FieldDefinition(TopicIF topic,
TopicMap tm) |
FieldsView(TopicIF topic,
TopicMap tm) |
IdentityField(TopicIF topic,
TopicMap tm)
Creates a new IdentityField object.
|
IdentityField(TopicIF topic,
TopicMap tm,
IdentityType identityType) |
IdentityType(TopicIF type,
TopicMap tm)
Creates a new IdentityType object.
|
InterfaceControl(TopicIF topic,
TopicMap tm) |
NameField(TopicIF topic,
TopicMap tm) |
NameField(TopicIF topic,
TopicMap tm,
NameType nameType) |
NameType(TopicIF currTopic,
TopicMap tm)
Creates a new NameType object.
|
OccurrenceField(TopicIF topic,
TopicMap tm) |
OccurrenceField(TopicIF topic,
TopicMap tm,
OccurrenceType occurrenceType) |
OccurrenceType(TopicIF type,
TopicMap tm)
Creates a new OccurrenceType object.
|
QueryField(TopicIF topic,
TopicMap tm) |
RoleField(TopicIF topic,
TopicMap tm) |
RoleField(TopicIF topic,
TopicMap tm,
RoleType roleType,
AssociationField associationField) |
RoleType(TopicIF currTopic,
TopicMap tm)
Creates a new RoleType object.
|
Topic(TopicIF topicIF,
TopicMap tm)
Constructor.
|
TopicType(TopicIF currTopic,
TopicMap tm) |
Modifier and Type | Method and Description |
---|---|
TopicMap |
TopicMapModel.getTopicMap() |
protected TopicMap |
TopicMapModel.load() |
Constructor and Description |
---|
TopicMapModel(TopicMap topicMap) |
Modifier and Type | Method and Description |
---|---|
protected TopicMap |
OntopolyAbstractPage.getTopicMap() |
Modifier and Type | Method and Description |
---|---|
static TreeModel |
TreeModels.createAssociationTypesTreeModel(TopicMap tm,
boolean isAdminEnabled) |
static TreeModel |
TreeModels.createNameTypesTreeModel(TopicMap tm,
boolean isAdminEnabled) |
static TreeModel |
TreeModels.createOccurrenceTypesTreeModel(TopicMap tm,
boolean isAdminEnabled) |
static TreeModel |
TreeModels.createQueryTreeModel(TopicMap topicMap,
String query,
Map<String,?> params) |
static TreeModel |
TreeModels.createRoleTypesTreeModel(TopicMap tm,
boolean isAdminEnabled) |
static TreeModel |
TreeModels.createTopicTypesTreeModel(TopicMap tm,
boolean isAnnotationEnabled,
boolean isAdminEnabled) |
protected static TreeModel |
TreeModels.createTypesTreeModel(TopicMap tm,
String typePSI,
boolean isAdminEnabled) |
static void |
ExportUtils.export(TopicMap topicMap,
String format,
ExportUtils.Content content,
OutputStreamWriter out) |
static AssociationIF |
OntopolyModelUtils.findBinaryAssociation(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF player2,
TopicIF rType2) |
static Collection<AssociationIF> |
OntopolyModelUtils.findBinaryAssociations(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF rType2) |
static TopicIF |
OntopolyModelUtils.findBinaryPlayer(TopicMap tm,
LocatorIF atypeId,
TopicIF player1,
LocatorIF rtype1Id,
LocatorIF rtype2Id) |
static Collection<TopicIF> |
OntopolyModelUtils.findBinaryPlayers(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF rType2) |
static Collection<TopicIF> |
OntopolyModelUtils.findBinaryPlayers(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF rType2,
TopicIF theme) |
static AssociationIF |
OntopolyModelUtils.findTernaryAssociation(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF player2,
TopicIF rType2,
TopicIF player3,
TopicIF rType3) |
static Collection<TopicIF> |
OntopolyModelUtils.findTernaryPlayers(TopicMap tm,
TopicIF aType,
TopicIF player1,
TopicIF rType1,
TopicIF player2,
TopicIF rType2,
TopicIF rType3) |
static AssociationIF |
OntopolyModelUtils.findUnaryAssociation(TopicMap tm,
TopicIF aType,
TopicIF player,
TopicIF rType) |
static TopicIF |
OntopolyModelUtils.getTopicIF(TopicMap tm,
LocatorIF subjectIdentifier) |
static TopicIF |
OntopolyModelUtils.getTopicIF(TopicMap tm,
LocatorIF subjectIdentifier,
boolean mustExist) |
static TopicIF |
OntopolyModelUtils.getTopicIF(TopicMap tm,
LocatorIF base,
String subjectIndicator) |
static boolean |
OntopolyModelUtils.isUnaryPlayer(TopicMap tm,
TopicIF aType,
TopicIF player,
TopicIF rType) |
Constructor and Description |
---|
QueryTreeModel(TopicMap topicMap,
String query,
Map<String,?> params) |