Uses of Class
ontopoly.model.TopicMap
Packages that use TopicMap
Package
Description
-
Uses of TopicMap in ontopoly
Modifier and TypeMethodDescriptionOntopolyApplication.getTopicMap(String topicMapId) static TopicMapOntopolyContext.getTopicMap(String topicMapId) OntopolyRequestCycle.getTopicMap(String topicMapId) -
Uses of TopicMap in ontopoly.components
Methods in ontopoly.components with parameters of type TopicMapModifier and TypeMethodDescriptionprotected abstract TopicCreateInstanceFunctionBoxPanel.createInstance(TopicMap topicMap, String name) abstract voidDeleteTopicMapFunctionBoxPanel.onDeleteConfirmed(TopicMap topic) -
Uses of TopicMap in ontopoly.conversion
Fields in ontopoly.conversion declared as TopicMapMethods in ontopoly.conversion with parameters of type TopicMapModifier and TypeMethodDescriptionprotected static OccurrenceIFUpgradeBase.addOccurrence(TopicMap topicMap, LocatorIF base_on, TopicIF topic, String otype, String datatype, String value) static StringConversionUtils.convertExisting(TopicMap topicMap, String tmname) static StringConversionUtils.convertNew(TopicMap oldTopicMap, String tmname, TopicMapSource tmsource) protected static TopicIFUpgradeBase.defineOccurrenceField(TopicMap topicMap, LocatorIF base_on, String otypeId, String datatype, String cardinality) protected static TopicIFUpgradeBase.defineOccurrenceField(TopicMap topicMap, LocatorIF base_on, TopicIF otype, TopicIF datatype, TopicIF cardinality) static StringConversionUtils.upgradeExisting(TopicMap topicMap) protected static voidUpgradeUtils.upgradeTopicMap(TopicMap topicMap) -
Uses of TopicMap in ontopoly.model
Methods in ontopoly.model that return TopicMapMethods in ontopoly.model with parameters of type TopicMapModifier and TypeMethodDescriptionprotected static FieldDefinitionTopicType.findFieldDefinitionImpl(TopicMap tm, TopicIF fieldDefinitionTopic, TopicIF fieldDefinitionType) static List<Cardinality>Cardinality.getCardinalityTypes(TopicMap tm) Returns all available cardinalities.DataType.getDataTypes(TopicMap tm) static CreateActionCreateAction.getDefaultCreateAction(TopicMap tm) Returns the default createa action (popup)static DataTypeDataType.getDefaultDataType(TopicMap tm) static EditModeEditMode.getDefaultEditMode(TopicMap tm) Returns the default edit mode (normal)static FieldsViewFieldsView.getDefaultFieldsView(TopicMap tm) static InterfaceControlInterfaceControl.getDefaultInterfaceControl(TopicMap tm) static FieldDefinitionFieldDefinition.getFieldDefinition(String fieldId, int fieldType, TopicMap tm) static FieldDefinitionFieldDefinition.getFieldDefinition(String fieldId, TopicMap tm) static FieldDefinitionFieldDefinition.getFieldDefinition(TopicIF fieldTopic, TopicMap tm) static voidConstructors in ontopoly.model with parameters of type TopicMapModifierConstructorDescriptionAbstractTypingTopic(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.Creates a new EditMode object.protectedFieldDefinition(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) 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, RoleType roleType, AssociationField associationField) Creates a new RoleType object.Constructor. -
Uses of TopicMap in ontopoly.models
Methods in ontopoly.models that return TopicMapModifier and TypeMethodDescriptionTopicMapModel.getTopicMap()protected TopicMapTopicMapModel.load()Constructors in ontopoly.models with parameters of type TopicMap -
Uses of TopicMap in ontopoly.pages
Methods in ontopoly.pages that return TopicMap -
Uses of TopicMap in ontopoly.utils
Methods in ontopoly.utils with parameters of type TopicMapModifier and TypeMethodDescriptionstatic TreeModelTreeModels.createAssociationTypesTreeModel(TopicMap tm, boolean isAdminEnabled) static TreeModelTreeModels.createNameTypesTreeModel(TopicMap tm, boolean isAdminEnabled) static TreeModelTreeModels.createOccurrenceTypesTreeModel(TopicMap tm, boolean isAdminEnabled) static TreeModelTreeModels.createQueryTreeModel(TopicMap topicMap, String query, Map<String, ?> params) static TreeModelTreeModels.createRoleTypesTreeModel(TopicMap tm, boolean isAdminEnabled) static TreeModelTreeModels.createTopicTypesTreeModel(TopicMap tm, boolean isAnnotationEnabled, boolean isAdminEnabled) protected static TreeModelTreeModels.createTypesTreeModel(TopicMap tm, String typePSI, boolean isAdminEnabled) static voidExportUtils.export(TopicMap topicMap, String format, ExportUtils.Content content, OutputStreamWriter out) static AssociationIFOntopolyModelUtils.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 TopicIFOntopolyModelUtils.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 AssociationIFOntopolyModelUtils.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 AssociationIFOntopolyModelUtils.findUnaryAssociation(TopicMap tm, TopicIF aType, TopicIF player, TopicIF rType) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF subjectIdentifier) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF subjectIdentifier, boolean mustExist) static TopicIFOntopolyModelUtils.getTopicIF(TopicMap tm, LocatorIF base, String subjectIndicator) static booleanOntopolyModelUtils.isUnaryPlayer(TopicMap tm, TopicIF aType, TopicIF player, TopicIF rType) Constructors in ontopoly.utils with parameters of type TopicMapModifierConstructorDescriptionQueryTreeModel(TopicMap topicMap, String query, Map<String, ?> params)