Uses of Interface
net.ontopia.topicmaps.core.TopicIF
-
Packages that use TopicIF Package Description net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps.net.ontopia.topicmaps.classify To classify content, use the SimpleClassifier class.net.ontopia.topicmaps.cmdlineutils Provides a collection of command-line utilities for working with topic maps.net.ontopia.topicmaps.cmdlineutils.sanity net.ontopia.topicmaps.cmdlineutils.statistics net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations.net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes.net.ontopia.topicmaps.db2tm The implementation of and public API to the DB2TM module for converting relational data (in CSV files or RDBMSs) to Topic Maps.net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.rdbms.index Index classes for use with the rdbms implementation.net.ontopia.topicmaps.impl.remote net.ontopia.topicmaps.impl.tmapi2 net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.nav.context Contains the classes that implement the user context filter in the Navigator Framework.net.ontopia.topicmaps.nav.utils.comparators Provides Comparators which are used by the Navigator.net.ontopia.topicmaps.nav2.impl.basic The basic implementation of the Navigator core interfaces.net.ontopia.topicmaps.nav2.portlets.pojos net.ontopia.topicmaps.nav2.taglibs.TMvalue Value-producing tags, which extract information from the topic map and insert it into the execution context.net.ontopia.topicmaps.nav2.utils Provides utility classes for the Navigator Tag Libraries and Framework.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations.net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries.net.ontopia.topicmaps.query.utils This package provides query utility classes.net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.resources net.ontopia.topicmaps.rest.v1.association net.ontopia.topicmaps.rest.v1.name net.ontopia.topicmaps.rest.v1.occurrence net.ontopia.topicmaps.rest.v1.role net.ontopia.topicmaps.rest.v1.scoped net.ontopia.topicmaps.rest.v1.topic net.ontopia.topicmaps.rest.v1.topicmap net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces.net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps.net.ontopia.topicmaps.utils.deciders Provides DeciderIFs which are used by the Navigator.net.ontopia.topicmaps.utils.jtm This package provides support for the JSON Topic Map Notation (or JTM) format for topic maps.net.ontopia.topicmaps.utils.ltm This package provides support for the textual Linear Topic Map Notation (or LTM) format for topic maps.net.ontopia.topicmaps.utils.rdf This package provides support for RDF (Resource Description Framework), a topic map-like data model for metadata defined by the W3C.net.ontopia.topicmaps.utils.tmprefs net.ontopia.topicmaps.utils.tmrap net.ontopia.topicmaps.utils.xfml net.ontopia.topicmaps.viz net.ontopia.topicmaps.xml Classes for importing and exporting topic maps in the XML interchange format.ontopoly.conversion ontopoly.model ontopoly.utils -
-
Uses of TopicIF in net.ontopia.infoset.fulltext.topicmaps
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type TopicIF Modifier and Type Method Description DocumentIFDefaultTopicMapDocumentGenerator. generate(TopicIF topic)DocumentIFTopicMapDocumentGeneratorIF. generate(TopicIF topic)INTERNAL: Generate a document for the given topic. -
Uses of TopicIF in net.ontopia.topicmaps.classify
Fields in net.ontopia.topicmaps.classify declared as TopicIF Modifier and Type Field Description TopicIFTopicMapAnalyzer.AssociationType. atypeTopicIFTopicMapAnalyzer.AssociationType. crtypeTopicIFTopicMapAnalyzer.AssociationType. prtypeFields in net.ontopia.topicmaps.classify with type parameters of type TopicIF Modifier and Type Field Description Collection<TopicIF>TopicMapAnalyzer.AssociationType. ctypesMethods in net.ontopia.topicmaps.classify that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>WebChew.WebTerm. getCandidateTopics()Collection<TopicIF>TopicMapAnalyzer. getCandidateTypes()Collection<TopicIF>TopicMapClassification. getCandidateTypes()Collection<TopicIF>WebChew.WebClassification. getCandidateTypes()Collection<TopicIF>TopicMapAnalyzer. getTopics(Variant variant)Collection<TopicIF>TopicMapClassification. getTopics(Variant variant)INTERNAL: Returns the topics that matches the given variant.Methods in net.ontopia.topicmaps.classify with parameters of type TopicIF Modifier and Type Method Description voidTopicMapAnalyzer.AssociationType. addCandidateType(TopicIF ctype)ClassifiableContentIFClassifyPluginIF. getClassifiableContent(TopicIF topic)INTERNAL: Returns the classifiable content for the given topic.ClassifiableContentIFConferencePlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFDefaultPlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFTologRulePlugin. getClassifiableContent(TopicIF topic)ClassifiableContentIFTopicContentPlugin. getClassifiableContent(TopicIF topic)booleanClassifyPluginIF. isClassifiable(TopicIF topic)INTERNAL: Returns true if the plug-in is able to locate classifiable content for the given topic.booleanConferencePlugin. isClassifiable(TopicIF topic)booleanDefaultPlugin. isClassifiable(TopicIF topic)booleanTologRulePlugin. isClassifiable(TopicIF topic)booleanTopicContentPlugin. isClassifiable(TopicIF topic)Constructors in net.ontopia.topicmaps.classify with parameters of type TopicIF Constructor Description TopicAsContent(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.cmdlineutils
Methods in net.ontopia.topicmaps.cmdlineutils with parameters of type TopicIF Modifier and Type Method Description protected StringStatisticsPrinter. getTopicId(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.cmdlineutils.sanity
Methods in net.ontopia.topicmaps.cmdlineutils.sanity with parameters of type TopicIF Modifier and Type Method Description StringNoNames. getTopicId(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.cmdlineutils.statistics
Methods in net.ontopia.topicmaps.cmdlineutils.statistics that return TopicIF Modifier and Type Method Description TopicIFTopicCounter. getAssocDetails(String key)TopicIFTopicCounter. getOccurDetails(String key)TopicIFTopicCounter. getTopicDetails(String key)Methods in net.ontopia.topicmaps.cmdlineutils.statistics with parameters of type TopicIF Modifier and Type Method Description StringTopicCounter. getName(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return TopicIF Modifier and Type Method Description TopicIFAssociationRoleIF. getPlayer()PUBLIC: Gets the topic that plays this association role (this member of the association).TopicIFReifiableIF. getReifier()PUBLIC: Returns the topic that reifies this object.TopicIFNameIF. getTopic()PUBLIC: Gets the topic to which this name belongs.TopicIFOccurrenceIF. getTopic()PUBLIC: Gets the topic for this occurrence.TopicIFTopicMapIF. getTopicBySubjectIdentifier(LocatorIF locator)PUBLIC: Gets the topic that has the specified subject identifier, given as a locator.TopicIFTopicMapIF. getTopicBySubjectLocator(LocatorIF locator)PUBLIC: Gets the topic in this topic map that represents the given addressable subject (locator given as a LocatorIF object).TopicIFTypedIF. getType()PUBLIC: Gets the type that this object is an instance of.TopicIFTopicMapBuilderIF. makeTopic()PUBLIC: Makes a new topic for the current topic map.TopicIFTopicMapBuilderIF. makeTopic(Collection<TopicIF> topic_types)PUBLIC: Makes a new topic of the given types for the current topic map.TopicIFTopicMapBuilderIF. makeTopic(TopicIF topic_type)PUBLIC: Makes a new topic of the given type for the current topic map.Methods in net.ontopia.topicmaps.core that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>AssociationIF. getRoleTypes()PUBLIC: Gets a Collection of association role types found in this association.Collection<TopicIF>ScopedIF. getScope()PUBLIC: Returns the set of topics that are the stated scope of this object.Collection<TopicIF>TopicMapIF. getTopics()PUBLIC: Gets all topics in this topic map.Collection<TopicIF>TopicIF. getTypes()PUBLIC: Gets the types that this topic is an instance of.Methods in net.ontopia.topicmaps.core with parameters of type TopicIF Modifier and Type Method Description voidScopedIF. addTheme(TopicIF theme)PUBLIC: Add a topic to this scope.voidTopicIF. addType(TopicIF type)PUBLIC: Adds a type to this topic.static booleanDuplicateReificationException. check(ReifiableIF reifiable, TopicIF reifier)INTERNAL: Checks reification logicvoidTopicMapFragmentWriterIF. exportTopic(TopicIF topic)PUBLIC: Exports the given topic.Collection<AssociationIF>TopicIF. getAssociationsByType(TopicIF type)PUBLIC: Gets the associations that have roles played by this topic, where the association is of specified type.Collection<OccurrenceIF>TopicIF. getOccurrencesByType(TopicIF type)PUBLIC: Gets the occurrences of this topic with a specified type.Collection<AssociationRoleIF>AssociationIF. getRolesByType(TopicIF roletype)PUBLIC: Gets the association roles in this association which are of the given role type.Collection<AssociationRoleIF>TopicIF. getRolesByType(TopicIF roletype)PUBLIC: Gets the association roles of the specifed type played by this topic.Collection<AssociationRoleIF>TopicIF. getRolesByType(TopicIF roletype, TopicIF assoc_type)PUBLIC: Gets the association roles of the specifed type played by this topic.Collection<TopicNameIF>TopicIF. getTopicNamesByType(TopicIF type)PUBLIC: Gets the topic names of this topic with a specified type.AssociationIFTopicMapBuilderIF. makeAssociation(TopicIF assoc_type)PUBLIC: Makes a new association with the given type in the current topic map.AssociationIFTopicMapBuilderIF. makeAssociation(TopicIF assoc_type, TopicIF role_type, TopicIF player)PUBLIC: Makes a new unary association with the given type in the current topic map.AssociationRoleIFTopicMapBuilderIF. makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)PUBLIC: Makes a new association role with the given type and player for the specified association.OccurrenceIFTopicMapBuilderIF. makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype)PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.OccurrenceIFTopicMapBuilderIF. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value)PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.OccurrenceIFTopicMapBuilderIF. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype)PUBLIC: Makes a new internal occurrence with the given type and value for the given topic.OccurrenceIFTopicMapBuilderIF. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)PUBLIC: Makes a new external occurrence with the given type and locator for the given topic.TopicIFTopicMapBuilderIF. makeTopic(TopicIF topic_type)PUBLIC: Makes a new topic of the given type for the current topic map.TopicNameIFTopicMapBuilderIF. makeTopicName(TopicIF topic, String value)PUBLIC: Makes a new untyped topic name with the given value for the given topic.TopicNameIFTopicMapBuilderIF. makeTopicName(TopicIF topic, TopicIF bntype, String value)PUBLIC: Makes a new topic name with the given type and value for the given topic.voidTopicIF. merge(TopicIF topic)EXPERIMENTAL: Merges the characteristics of one topic into another topic.voidScopedIF. removeTheme(TopicIF theme)PUBLIC: Remove a topic from this scope.voidTopicIF. removeType(TopicIF type)PUBLIC: Removes a type from this topic.voidAssociationRoleIF. setPlayer(TopicIF player)PUBLIC: Sets the topic that plays this association role.voidReifiableIF. setReifier(TopicIF reifier)PUBLIC: Sets the reifier of this object.voidTypedIF. setType(TopicIF type)PUBLIC: Sets the type that this object is an instance of.Method parameters in net.ontopia.topicmaps.core with type arguments of type TopicIF Modifier and Type Method Description voidTopicMapFragmentWriterIF. exportAll(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator, and wraps them with startTopicMap() and endTopicMap() calls.voidTopicMapFragmentWriterIF. exportTopics(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator.TopicIFTopicMapBuilderIF. makeTopic(Collection<TopicIF> topic_types)PUBLIC: Makes a new topic of the given types for the current topic map.VariantNameIFTopicMapBuilderIF. makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection<TopicIF> scope)PUBLIC: Makes a new variant name with the specified name value reader and datatype for the specified topic name in the given scope.VariantNameIFTopicMapBuilderIF. makeVariantName(TopicNameIF name, String value, Collection<TopicIF> scope)PUBLIC: Makes a new variant name with the specified name value for the specified topic name in the given scope.VariantNameIFTopicMapBuilderIF. makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection<TopicIF> scope)PUBLIC: Makes a new variant name with the specified name value and datatype for the specified name in the given scope.VariantNameIFTopicMapBuilderIF. makeVariantName(TopicNameIF name, LocatorIF locator, Collection<TopicIF> scope)PUBLIC: Makes a new variant name with the given locator for the specified topic name in the given scope. -
Uses of TopicIF in net.ontopia.topicmaps.core.index
Methods in net.ontopia.topicmaps.core.index that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>ClassInstanceIndexIF. getAssociationRoleTypes()PUBLIC: Gets the topics that are used as association role types.Collection<TopicIF>ScopeIndexIF. getAssociationThemes()PUBLIC: Gets the set of all topics that are used in the direct scope of at least one association.Collection<TopicIF>ClassInstanceIndexIF. getAssociationTypes()PUBLIC: Gets the topics that are used as association types.Collection<TopicIF>ScopeIndexIF. getOccurrenceThemes()PUBLIC: Gets the set of all topics that are used in the direct scope of at least one occurrence.Collection<TopicIF>ClassInstanceIndexIF. getOccurrenceTypes()PUBLIC: Gets the topics that are used as occurrence types.Collection<TopicIF>ScopeIndexIF. getTopicNameThemes()PUBLIC: Gets the set of all topics that are used in the direct scope of at least one topic name.Collection<TopicIF>ClassInstanceIndexIF. getTopicNameTypes()PUBLIC: Gets the topics that are used as topic name types.Collection<TopicIF>ClassInstanceIndexIF. getTopics(TopicIF topic_type)PUBLIC: Gets all topics that are instances of the given type.Collection<TopicIF>ClassInstanceIndexIF. getTopicTypes()PUBLIC: Gets all topics that are used as topic types.Collection<TopicIF>ScopeIndexIF. getVariantThemes()PUBLIC: Gets the set of all topics that are used in the direct scope of at least one variant name.Methods in net.ontopia.topicmaps.core.index with parameters of type TopicIF Modifier and Type Method Description Collection<AssociationRoleIF>ClassInstanceIndexIF. getAssociationRoles(TopicIF association_role_type)PUBLIC: Gets all association roles that are of the given type.Collection<AssociationRoleIF>ClassInstanceIndexIF. getAssociationRoles(TopicIF association_role_type, TopicIF association_type)PUBLIC: Gets all association roles that are of the given type and part of an association of given type.Collection<AssociationIF>ClassInstanceIndexIF. getAssociations(TopicIF association_type)PUBLIC: Gets all associations that are of the given type.Collection<AssociationIF>ScopeIndexIF. getAssociations(TopicIF theme)PUBLIC: Gets all associations that have the given topic in their direct scope.Collection<OccurrenceIF>ClassInstanceIndexIF. getOccurrences(TopicIF occurrence_type)PUBLIC: Gets all occurrences that are of the given type.Collection<OccurrenceIF>OccurrenceIndexIF. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)INTERNAL: Gets all occurrences that have the specified value, datatype and occurrenceType.Collection<OccurrenceIF>OccurrenceIndexIF. getOccurrences(String value, TopicIF occurrenceType)INTERNAL: Gets all occurrences that have the specified value and occurrenceType independent of datatype.Collection<OccurrenceIF>ScopeIndexIF. getOccurrences(TopicIF theme)PUBLIC: Gets all occurrences that have the given topic in their direct scope.Collection<TopicNameIF>ClassInstanceIndexIF. getTopicNames(TopicIF name_type)PUBLIC: Gets all topic names that are of the given type.Collection<TopicNameIF>NameIndexIF. getTopicNames(String value, TopicIF topicNameType)PUBLIC: Gets all topic names that have the given name value (in any scope) and topicNameType.Collection<TopicNameIF>ScopeIndexIF. getTopicNames(TopicIF theme)PUBLIC: Gets all topic names that have the given topic in their direct scope.Collection<TopicIF>ClassInstanceIndexIF. getTopics(TopicIF topic_type)PUBLIC: Gets all topics that are instances of the given type.Collection<VariantNameIF>ScopeIndexIF. getVariants(TopicIF theme)PUBLIC: Gets all variant names that have the given topic in their direct scope.booleanClassInstanceIndexIF. usedAsAssociationRoleType(TopicIF topic)PUBLIC: Returns true if the topic is used as an association role type.booleanScopeIndexIF. usedAsAssociationTheme(TopicIF topic)PUBLIC: Returns true if the topic has been used in the direct scope of at least one association.booleanClassInstanceIndexIF. usedAsAssociationType(TopicIF topic)PUBLIC: Returns true if the topic is used as an association type.booleanScopeIndexIF. usedAsOccurrenceTheme(TopicIF topic)PUBLIC: Returns true if the topic has been used in the direct scope of at least one occurrence.booleanClassInstanceIndexIF. usedAsOccurrenceType(TopicIF topic)PUBLIC: Returns true if the topic is used as an occurrence type.booleanScopeIndexIF. usedAsTheme(TopicIF topic)PUBLIC: Returns true if the topic has been used in a direct scope somewhere in the topic map.booleanScopeIndexIF. usedAsTopicNameTheme(TopicIF topic)PUBLIC: Returns true if the topic has been used in the direct scope of at least one topic name.booleanClassInstanceIndexIF. usedAsTopicNameType(TopicIF topic)PUBLIC: Returns true if the topic is used as an topic name type.booleanClassInstanceIndexIF. usedAsTopicType(TopicIF topic)PUBLIC: Returns true if the topic is used as a topic type somewhere.booleanClassInstanceIndexIF. usedAsType(TopicIF topic)PUBLIC: Returns true if the topic is used as a type somewhere.booleanScopeIndexIF. usedAsVariantTheme(TopicIF topic)PUBLIC: Returns true if the topic has been used in the direct scope of at least one variant name. -
Uses of TopicIF in net.ontopia.topicmaps.db2tm
Fields in net.ontopia.topicmaps.db2tm with type parameters of type TopicIF Modifier and Type Field Description protected Set<TopicIF>Context. dsCandidatesMethods in net.ontopia.topicmaps.db2tm that return TopicIF Modifier and Type Method Description protected static TopicIFProcessor. addIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static TopicIFProcessor. findTopicByIdentities(Relation relation, Entity entity, String[] tuple, Context ctx)protected static TopicIFUtils. getTopic(String id, Context ctx)protected static TopicIFProcessor. updateIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)Methods in net.ontopia.topicmaps.db2tm with parameters of type TopicIF Modifier and Type Method Description protected static AssociationIFProcessor. addAssociation(TopicIF reifier, Relation relation, Entity entity, String[] tuple, Context ctx)protected static TopicIFProcessor. addIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. addOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)protected static voidProcessor. addPlayer(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)protected static voidProcessor. addTopicName(TopicIF topic, Relation relation, Entity entity, Field field, int fieldIndex, String[] tuple, Context ctx)protected static voidProcessor. addTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)protected voidContext. characteristicsChanged(TopicIF topic)protected static voidProcessor. deleteTopic(TopicIF topic)protected static List<OccurrenceIF>Processor. getOccurrences(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static List<AssociationRoleIF>Processor. getPlayers(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static List<TopicNameIF>Processor. getTopicNames(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected voidContext. mergeTopics(TopicIF target, TopicIF source)INTERNAL: Merge two topics.protected static voidProcessor. removeOccurrence(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static voidProcessor. removePlayer(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static voidProcessor. removeTopic(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. removeTopicName(TopicIF topic, Relation relation, Entity entity, Field field, String[] tuple, Context ctx)protected static voidProcessor. removeTypes(TopicIF topic, String[] types, Context ctx)protected static TopicIFProcessor. updateIdentities(TopicIF topic, Relation relation, Entity entity, String[] tuple, Context ctx)protected static voidProcessor. updateTypes(TopicIF topic, String[] types, Entity entity, String[] tuple, Context ctx)Method parameters in net.ontopia.topicmaps.db2tm with type arguments of type TopicIF Modifier and Type Method Description protected static booleanProcessor. compareScope(String[] scope1, Collection<TopicIF> scope2, Entity entity, String[] tuple, Context ctx) -
Uses of TopicIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement TopicIF Modifier and Type Class Description classTopicINTERNAL: The basic topic implementation.Fields in net.ontopia.topicmaps.impl.basic declared as TopicIF Modifier and Type Field Description protected TopicIFAssociationRole. playerprotected TopicIFAssociation. reifierprotected TopicIFAssociationRole. reifierprotected TopicIFOccurrence. reifierprotected TopicIFTopicMap. reifierprotected TopicIFTopicName. reifierprotected TopicIFVariantName. reifierprotected TopicIFAssociation. typeprotected TopicIFAssociationRole. typeprotected TopicIFOccurrence. typeprotected TopicIFTopicName. typeFields in net.ontopia.topicmaps.impl.basic with type parameters of type TopicIF Modifier and Type Field Description protected UniqueSet<TopicIF>Association. scopeprotected UniqueSet<TopicIF>Occurrence. scopeprotected UniqueSet<TopicIF>Topic. scopeprotected UniqueSet<TopicIF>TopicMap. scopeprotected UniqueSet<TopicIF>TopicName. scopeprotected UniqueSet<TopicIF>VariantName. scopeUniqueSet<TopicIF>TopicMap. setpoolprotected Map<LocatorIF,TopicIF>SubjectIdentityCache. subject_indicatorsprotected Map<LocatorIF,TopicIF>SubjectIdentityCache. subjectsprotected Set<TopicIF>TopicMap. topicsprotected UniqueSet<TopicIF>Topic. typesMethods in net.ontopia.topicmaps.impl.basic that return TopicIF Modifier and Type Method Description protected TopicIFSubjectIdentityCache. _getTopicBySubjectIdentifier(LocatorIF subject_indicator)protected TopicIFSubjectIdentityCache. _getTopicBySubjectLocator(LocatorIF subject)protected TopicIFTopicMapBuilder. createTopic()TopicIFAssociationRole. getPlayer()TopicIFAssociation. getReifier()TopicIFAssociationRole. getReifier()TopicIFOccurrence. getReifier()TopicIFTopicMap. getReifier()TopicIFTopicName. getReifier()TopicIFVariantName. getReifier()TopicIFOccurrence. getTopic()TopicIFTopicName. getTopic()TopicIFVariantName. getTopic()TopicIFSubjectIdentityCache. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectLocator(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectLocator(LocatorIF locator)TopicIFAssociation. getType()TopicIFAssociationRole. getType()TopicIFOccurrence. getType()TopicIFTopicName. getType()TopicIFTopicMapBuilder. makeTopic()TopicIFTopicMapBuilder. makeTopic(Collection<TopicIF> topic_types)TopicIFTopicMapBuilder. makeTopic(TopicIF topic_type)Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>Association. getRoleTypes()Collection<TopicIF>Association. getScope()Collection<TopicIF>Occurrence. getScope()Collection<TopicIF>TopicName. getScope()Collection<TopicIF>VariantName. getScope()Collection<TopicIF>TopicMap. getTopics()Collection<TopicIF>Topic. getTypes()Methods in net.ontopia.topicmaps.impl.basic with parameters of type TopicIF Modifier and Type Method Description protected voidVariantName. _addTheme(TopicIF theme, boolean validate)protected voidVariantName. _removeTheme(TopicIF theme, boolean validate)protected voidTopicEvents. addedTopic(TopicIF topic)voidAssociation. addTheme(TopicIF theme)voidOccurrence. addTheme(TopicIF theme)voidTopicName. addTheme(TopicIF theme)voidVariantName. addTheme(TopicIF theme)voidTopicMap. addTopic(TopicIF _topic)Adds a topic to the set of topics.voidTopic. addType(TopicIF type)Collection<AssociationIF>Topic. getAssociationsByType(TopicIF type)Collection<OccurrenceIF>Topic. getOccurrencesByType(TopicIF type)Collection<AssociationRoleIF>Association. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>Topic. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>Topic. getRolesByType(TopicIF roletype, TopicIF assoc_type)Collection<TopicNameIF>Topic. getTopicNamesByType(TopicIF type)AssociationIFTopicMapBuilder. makeAssociation(TopicIF assoc_type)AssociationIFTopicMapBuilder. makeAssociation(TopicIF assoc_type, TopicIF role_type, TopicIF player)AssociationRoleIFTopicMapBuilder. makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)TopicIFTopicMapBuilder. makeTopic(TopicIF topic_type)TopicNameIFTopicMapBuilder. makeTopicName(TopicIF topic, String value)TopicNameIFTopicMapBuilder. makeTopicName(TopicIF topic, TopicIF bntype, String value)voidTopic. merge(TopicIF topic)protected voidSubjectIdentityCache. registerSubject(LocatorIF subject, TopicIF object)protected voidSubjectIdentityCache. registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object)voidAssociation. removeTheme(TopicIF theme)voidOccurrence. removeTheme(TopicIF theme)voidTopicName. removeTheme(TopicIF theme)voidVariantName. removeTheme(TopicIF theme)voidTopicMap. removeTopic(TopicIF _topic)Removes a topic from the set of topics.voidTopic. removeType(TopicIF type)protected voidTopicEvents. removingTopic(TopicIF topic)voidAssociationRole. setPlayer(TopicIF player)voidAssociation. setReifier(TopicIF _reifier)voidAssociationRole. setReifier(TopicIF _reifier)voidOccurrence. setReifier(TopicIF _reifier)voidTopicMap. setReifier(TopicIF _reifier)voidTopicName. setReifier(TopicIF _reifier)voidVariantName. setReifier(TopicIF _reifier)voidAssociation. setType(TopicIF type)voidAssociationRole. setType(TopicIF type)voidOccurrence. setType(TopicIF type)voidTopicName. setType(TopicIF type)Method parameters in net.ontopia.topicmaps.impl.basic with type arguments of type TopicIF Modifier and Type Method Description protected voidTopicMapBuilder. addScope(ScopedIF scoped, Collection<TopicIF> scope)TopicIFTopicMapBuilder. makeTopic(Collection<TopicIF> topic_types)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection<TopicIF> scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, Collection<TopicIF> scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection<TopicIF> scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, LocatorIF locator, Collection<TopicIF> scope) -
Uses of TopicIF in net.ontopia.topicmaps.impl.basic.index
Fields in net.ontopia.topicmaps.impl.basic.index with type parameters of type TopicIF Modifier and Type Field Description protected CollectionMap<TopicIF,AssociationIF>ClassInstanceIndex. assocsprotected CollectionMap<TopicIF,AssociationIF>ScopeIndex. assocsprotected CollectionMap<TopicIF,TopicNameIF>ScopeIndex. basenamesprotected CollectionMap<TopicIF,TopicNameIF>ClassInstanceIndex. bnamesprotected CollectionMap<TopicIF,OccurrenceIF>ClassInstanceIndex. occursprotected CollectionMap<TopicIF,OccurrenceIF>ScopeIndex. occursprotected CollectionMap<TopicIF,AssociationRoleIF>ClassInstanceIndex. rolesprotected CollectionMap<TopicIF,TopicIF>ClassInstanceIndex. topicsprotected CollectionMap<TopicIF,TopicIF>ClassInstanceIndex. topicsprotected CollectionMap<TopicIF,VariantNameIF>ScopeIndex. variantsMethods in net.ontopia.topicmaps.impl.basic.index that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>ClassInstanceIndex. getAssociationRoleTypes()Collection<TopicIF>ScopeIndex. getAssociationThemes()Collection<TopicIF>ClassInstanceIndex. getAssociationTypes()Collection<TopicIF>ScopeIndex. getOccurrenceThemes()Collection<TopicIF>ClassInstanceIndex. getOccurrenceTypes()Collection<TopicIF>ScopeIndex. getTopicNameThemes()Collection<TopicIF>ClassInstanceIndex. getTopicNameTypes()Collection<TopicIF>ClassInstanceIndex. getTopics(TopicIF topic_type)Collection<TopicIF>TNCIndex. getTopics(String basename_string, Collection<TopicIF> scope)INTERNAL: Returns the topics that have a basename with the given string value in the given scope.Collection<TopicIF>ClassInstanceIndex. getTopicTypes()Collection<TopicIF>ScopeIndex. getVariantThemes()Methods in net.ontopia.topicmaps.impl.basic.index with parameters of type TopicIF Modifier and Type Method Description Collection<AssociationRoleIF>ClassInstanceIndex. getAssociationRoles(TopicIF association_role_type)Collection<AssociationRoleIF>ClassInstanceIndex. getAssociationRoles(TopicIF association_role_type, TopicIF association_type)Collection<AssociationIF>ClassInstanceIndex. getAssociations(TopicIF association_type)Collection<AssociationIF>ScopeIndex. getAssociations(TopicIF theme)Collection<OccurrenceIF>ClassInstanceIndex. getOccurrences(TopicIF occurrence_type)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, TopicIF occurrenceType)Collection<OccurrenceIF>ScopeIndex. getOccurrences(TopicIF theme)Collection<TopicNameIF>ClassInstanceIndex. getTopicNames(TopicIF basename_type)Collection<TopicNameIF>NameIndex. getTopicNames(String value, TopicIF topicNameType)Collection<TopicNameIF>ScopeIndex. getTopicNames(TopicIF theme)Collection<TopicIF>ClassInstanceIndex. getTopics(TopicIF topic_type)Collection<VariantNameIF>ScopeIndex. getVariants(TopicIF theme)booleanClassInstanceIndex. usedAsAssociationRoleType(TopicIF topic)booleanScopeIndex. usedAsAssociationTheme(TopicIF topic)booleanClassInstanceIndex. usedAsAssociationType(TopicIF topic)booleanScopeIndex. usedAsOccurrenceTheme(TopicIF topic)booleanClassInstanceIndex. usedAsOccurrenceType(TopicIF topic)booleanScopeIndex. usedAsTheme(TopicIF topic)booleanScopeIndex. usedAsTopicNameTheme(TopicIF topic)booleanClassInstanceIndex. usedAsTopicNameType(TopicIF topic)booleanClassInstanceIndex. usedAsTopicType(TopicIF topic)booleanClassInstanceIndex. usedAsType(TopicIF topic)booleanScopeIndex. usedAsVariantTheme(TopicIF topic)Method parameters in net.ontopia.topicmaps.impl.basic.index with type arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>TNCIndex. getTopics(String basename_string, Collection<TopicIF> scope)INTERNAL: Returns the topics that have a basename with the given string value in the given scope. -
Uses of TopicIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement TopicIF Modifier and Type Class Description classReadOnlyTopicINTERNAL: The read-only rdbms topic implementation.classTopicINTERNAL: The rdbms topic implementation.Fields in net.ontopia.topicmaps.impl.rdbms with type parameters of type TopicIF Modifier and Type Field Description protected Set<TopicIF>TopicEvents. topicsAddedprotected Set<TopicIF>TopicEvents. topicsModifiedprotected Map<TopicIF,TopicIF>TopicEvents. topicsRemovedprotected Map<TopicIF,TopicIF>TopicEvents. topicsRemovedMethods in net.ontopia.topicmaps.impl.rdbms that return TopicIF Modifier and Type Method Description protected TopicIFSubjectIdentityCache. _getTopicBySubjectIdentifier(LocatorIF subject_indicator)protected TopicIFSubjectIdentityCache. _getTopicBySubjectLocator(LocatorIF subject)TopicIFAssociationRole. getPlayer()TopicIFReadOnlyAssociationRole. getPlayer()TopicIFAssociation. getReifier()TopicIFAssociationRole. getReifier()TopicIFOccurrence. getReifier()TopicIFReadOnlyAssociation. getReifier()TopicIFReadOnlyAssociationRole. getReifier()TopicIFReadOnlyOccurrence. getReifier()TopicIFReadOnlyTopicMap. getReifier()TopicIFReadOnlyTopicName. getReifier()TopicIFReadOnlyVariantName. getReifier()TopicIFTopicMap. getReifier()TopicIFTopicName. getReifier()TopicIFVariantName. getReifier()TopicIFOccurrence. getTopic()TopicIFReadOnlyOccurrence. getTopic()TopicIFReadOnlyTopicName. getTopic()TopicIFReadOnlyVariantName. getTopic()TopicIFTopicName. getTopic()TopicIFVariantName. getTopic()TopicIFRDBMSTopicMapTransaction. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFReadOnlyTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectIdentifier(LocatorIF locator)TopicIFRDBMSTopicMapTransaction. getTopicBySubjectLocator(LocatorIF locator)TopicIFReadOnlyTopicMap. getTopicBySubjectLocator(LocatorIF locator)TopicIFSubjectIdentityCache. getTopicBySubjectLocator(LocatorIF locator)TopicIFTopicMap. getTopicBySubjectLocator(LocatorIF locator)TopicIFAssociation. getType()TopicIFAssociationRole. getType()TopicIFOccurrence. getType()TopicIFReadOnlyAssociation. getType()TopicIFReadOnlyAssociationRole. getType()TopicIFReadOnlyOccurrence. getType()TopicIFReadOnlyTopicName. getType()TopicIFTopicName. getType()TopicIFTopicMapBuilder. makeTopic()TopicIFTopicMapBuilder. makeTopic(Collection topic_types)TopicIFTopicMapBuilder. makeTopic(TopicIF topic_type)Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>Association. getRoleTypes()Collection<TopicIF>ReadOnlyAssociation. getRoleTypes()Collection<TopicIF>Association. getScope()Collection<TopicIF>Occurrence. getScope()Collection<TopicIF>ReadOnlyAssociation. getScope()Collection<TopicIF>ReadOnlyOccurrence. getScope()Collection<TopicIF>ReadOnlyTopicName. getScope()Collection<TopicIF>ReadOnlyVariantName. getScope()Collection<TopicIF>TopicName. getScope()Collection<TopicIF>VariantName. getScope()Collection<TopicIF>ReadOnlyTopicMap. getTopics()Collection<TopicIF>TopicMap. getTopics()Collection<TopicIF>ReadOnlyTopic. getTypes()Collection<TopicIF>Topic. getTypes()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type TopicIF Modifier and Type Method Description protected voidVariantName. _addTheme(TopicIF theme, boolean validate)protected voidVariantName. _removeTheme(TopicIF theme, boolean validate)protected voidTopicEvents. addedTopic(TopicIF topic)voidAssociation. addTheme(TopicIF theme)voidOccurrence. addTheme(TopicIF theme)voidReadOnlyAssociation. addTheme(TopicIF theme)voidReadOnlyOccurrence. addTheme(TopicIF theme)voidReadOnlyTopicName. addTheme(TopicIF theme)voidReadOnlyVariantName. addTheme(TopicIF theme)voidTopicName. addTheme(TopicIF theme)voidVariantName. addTheme(TopicIF theme)protected voidReadOnlyTopicMap. addTopic(TopicIF topic)Adds a topic to the set of topics.protected voidTopicMap. addTopic(TopicIF topic)Adds a topic to the set of topics.voidReadOnlyTopic. addType(TopicIF type)voidTopic. addType(TopicIF type)Collection<AssociationIF>RDBMSTopicMapTransaction. getAssocations(TopicIF topic)Collection<AssociationIF>ReadOnlyTopicMap. getAssocations(TopicIF topic)Collection<AssociationIF>TopicMap. getAssocations(TopicIF topic)Collection<AssociationIF>RDBMSTopicMapTransaction. getAssociationsByType(TopicIF topic, TopicIF type)Collection<AssociationIF>ReadOnlyTopic. getAssociationsByType(TopicIF type)Collection<AssociationIF>ReadOnlyTopicMap. getAssociationsByType(TopicIF topic, TopicIF type)Collection<AssociationIF>Topic. getAssociationsByType(TopicIF type)Collection<AssociationIF>TopicMap. getAssociationsByType(TopicIF topic, TopicIF type)Collection<OccurrenceIF>RDBMSTopicMapTransaction. getOccurrencesByType(TopicIF topic, TopicIF type)Collection<OccurrenceIF>ReadOnlyTopic. getOccurrencesByType(TopicIF type)Collection<OccurrenceIF>ReadOnlyTopicMap. getOccurrencesByType(TopicIF topic, TopicIF type)Collection<OccurrenceIF>Topic. getOccurrencesByType(TopicIF type)Collection<OccurrenceIF>TopicMap. getOccurrencesByType(TopicIF topic, TopicIF type)Collection<AssociationRoleIF>Association. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>RDBMSTopicMapTransaction. getRolesByType(TopicIF player, TopicIF rtype)Collection<AssociationRoleIF>RDBMSTopicMapTransaction. getRolesByType(TopicIF player, TopicIF rtype, TopicIF atype)Collection<AssociationRoleIF>ReadOnlyAssociation. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>ReadOnlyTopic. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>ReadOnlyTopic. getRolesByType(TopicIF roletype, TopicIF assoc_type)Collection<AssociationRoleIF>ReadOnlyTopicMap. getRolesByType(TopicIF player, TopicIF rtype)Collection<AssociationRoleIF>ReadOnlyTopicMap. getRolesByType(TopicIF player, TopicIF rtype, TopicIF atype)Collection<AssociationRoleIF>RoleTypeAssocTypeCache. getRolesByType(TopicIF player, TopicIF rtype, TopicIF atype)Collection<AssociationRoleIF>RoleTypeCache. getRolesByType(TopicIF player, TopicIF roletype)Collection<AssociationRoleIF>Topic. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>Topic. getRolesByType(TopicIF roletype, TopicIF assoc_type)Collection<AssociationRoleIF>TopicMap. getRolesByType(TopicIF player, TopicIF rtype)Collection<AssociationRoleIF>TopicMap. getRolesByType(TopicIF player, TopicIF rtype, TopicIF atype)Collection<TopicNameIF>RDBMSTopicMapTransaction. getTopicNamesByType(TopicIF topic, TopicIF type)Collection<TopicNameIF>ReadOnlyTopic. getTopicNamesByType(TopicIF type)Collection<TopicNameIF>ReadOnlyTopicMap. getTopicNamesByType(TopicIF topic, TopicIF type)Collection<TopicNameIF>Topic. getTopicNamesByType(TopicIF type)Collection<TopicNameIF>TopicMap. getTopicNamesByType(TopicIF topic, TopicIF type)AssociationIFTopicMapBuilder. makeAssociation(TopicIF assoc_type)AssociationIFTopicMapBuilder. makeAssociation(TopicIF assoc_type, TopicIF role_type, TopicIF player)AssociationRoleIFTopicMapBuilder. makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, Reader value, long length, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, String value, LocatorIF datatype)OccurrenceIFTopicMapBuilder. makeOccurrence(TopicIF topic, TopicIF occurs_type, LocatorIF locator)TopicIFTopicMapBuilder. makeTopic(TopicIF topic_type)TopicNameIFTopicMapBuilder. makeTopicName(TopicIF topic, String value)TopicNameIFTopicMapBuilder. makeTopicName(TopicIF topic, TopicIF bntype, String value)voidReadOnlyTopic. merge(TopicIF topic)voidTopic. merge(TopicIF topic)voidRDBMSTopicMapStore. prefetchRolesByType(Collection players, TopicIF rtype, TopicIF atype)voidRDBMSTopicMapTransaction. prefetchRolesByType(Collection players, TopicIF rtype, TopicIF atype)voidRoleTypeAssocTypeCache. prefetchRolesByType(Collection players, TopicIF rtype, TopicIF atype)protected voidSubjectIdentityCache. registerSubject(LocatorIF subject, TopicIF object)protected voidSubjectIdentityCache. registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object)voidAssociation. removeTheme(TopicIF theme)voidOccurrence. removeTheme(TopicIF theme)voidReadOnlyAssociation. removeTheme(TopicIF theme)voidReadOnlyOccurrence. removeTheme(TopicIF theme)voidReadOnlyTopicName. removeTheme(TopicIF theme)voidReadOnlyVariantName. removeTheme(TopicIF theme)voidTopicName. removeTheme(TopicIF theme)voidVariantName. removeTheme(TopicIF theme)protected voidReadOnlyTopicMap. removeTopic(TopicIF topic)Removes a topic from the set of topics.protected voidTopicMap. removeTopic(TopicIF topic)Removes a topic from the set of topics.voidReadOnlyTopic. removeType(TopicIF type)voidTopic. removeType(TopicIF type)protected voidTopicEvents. removingTopic(TopicIF topic)voidAssociationRole. setPlayer(TopicIF player)voidReadOnlyAssociationRole. setPlayer(TopicIF player)voidAssociation. setReifier(TopicIF _reifier)voidAssociationRole. setReifier(TopicIF _reifier)voidOccurrence. setReifier(TopicIF _reifier)voidReadOnlyAssociation. setReifier(TopicIF reifier)voidReadOnlyAssociationRole. setReifier(TopicIF reifier)voidReadOnlyOccurrence. setReifier(TopicIF reifier)voidReadOnlyTopicMap. setReifier(TopicIF reifier)voidReadOnlyTopicName. setReifier(TopicIF reifier)voidReadOnlyVariantName. setReifier(TopicIF reifier)voidTopicMap. setReifier(TopicIF _reifier)voidTopicName. setReifier(TopicIF _reifier)voidVariantName. setReifier(TopicIF _reifier)protected voidOccurrence. setTopic(TopicIF topic)INTERNAL: Set the topic that the occurrence belongs to.protected voidTopicName. setTopic(TopicIF topic)INTERNAL: Set the topic that the topic name belongs to.voidAssociation. setType(TopicIF type)voidAssociationRole. setType(TopicIF type)voidOccurrence. setType(TopicIF type)voidReadOnlyAssociation. setType(TopicIF type)voidReadOnlyAssociationRole. setType(TopicIF type)voidReadOnlyOccurrence. setType(TopicIF type)voidReadOnlyTopicName. setType(TopicIF type)voidTopicName. setType(TopicIF type) -
Uses of TopicIF in net.ontopia.topicmaps.impl.rdbms.index
Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>ClassInstanceIndex. getAssociationRoleTypes()Collection<TopicIF>ScopeIndex. getAssociationThemes()Collection<TopicIF>ClassInstanceIndex. getAssociationTypes()Collection<TopicIF>ScopeIndex. getOccurrenceThemes()Collection<TopicIF>ClassInstanceIndex. getOccurrenceTypes()Collection<TopicIF>ScopeIndex. getTopicNameThemes()Collection<TopicIF>ClassInstanceIndex. getTopicNameTypes()Collection<TopicIF>ClassInstanceIndex. getTopics(TopicIF topic_type)Collection<TopicIF>ClassInstanceIndex. getTopicTypes()Collection<TopicIF>ScopeIndex. getVariantThemes()Methods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type TopicIF Modifier and Type Method Description Collection<AssociationRoleIF>ClassInstanceIndex. getAssociationRoles(TopicIF association_role_type)Collection<AssociationRoleIF>ClassInstanceIndex. getAssociationRoles(TopicIF association_role_type, TopicIF association_type)Collection<AssociationIF>ClassInstanceIndex. getAssociations(TopicIF association_type)Collection<AssociationIF>ScopeIndex. getAssociations(TopicIF theme)Collection<OccurrenceIF>ClassInstanceIndex. getOccurrences(TopicIF occurrence_type)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, LocatorIF datatype, TopicIF occurrenceType)Collection<OccurrenceIF>OccurrenceIndex. getOccurrences(String value, TopicIF occurrenceType)Collection<OccurrenceIF>ScopeIndex. getOccurrences(TopicIF theme)Collection<TopicNameIF>ClassInstanceIndex. getTopicNames(TopicIF name_type)Collection<TopicNameIF>NameIndex. getTopicNames(String value, TopicIF topicNameType)Collection<TopicNameIF>ScopeIndex. getTopicNames(TopicIF theme)Collection<TopicIF>ClassInstanceIndex. getTopics(TopicIF topic_type)Collection<VariantNameIF>ScopeIndex. getVariants(TopicIF theme)booleanClassInstanceIndex. usedAsAssociationRoleType(TopicIF topic)booleanScopeIndex. usedAsAssociationTheme(TopicIF topic)booleanClassInstanceIndex. usedAsAssociationType(TopicIF topic)booleanScopeIndex. usedAsOccurrenceTheme(TopicIF topic)booleanClassInstanceIndex. usedAsOccurrenceType(TopicIF topic)booleanScopeIndex. usedAsTheme(TopicIF topic)booleanScopeIndex. usedAsTopicNameTheme(TopicIF topic)booleanClassInstanceIndex. usedAsTopicNameType(TopicIF topic)booleanClassInstanceIndex. usedAsTopicType(TopicIF topic)booleanClassInstanceIndex. usedAsType(TopicIF topic)booleanScopeIndex. usedAsVariantTheme(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.impl.remote
Classes in net.ontopia.topicmaps.impl.remote that implement TopicIF Modifier and Type Class Description classRemoteTopicINTERNAL: The remote topic implementation.Methods in net.ontopia.topicmaps.impl.remote that return TopicIF Modifier and Type Method Description protected TopicIFRemoteTopicMapBuilder. createTopic()TopicIFDynamicAssociationRole. getPlayer()TopicIFRemoteTopic. getRealTopic()TopicIFDynamicAssociation. getType()TopicIFDynamicAssociationRole. getType()Methods in net.ontopia.topicmaps.impl.remote that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>DynamicAssociation. getRoleTypes()Collection<TopicIF>DynamicAssociation. getScope()Collection<TopicIF>RemoteTopic. getTypes()Methods in net.ontopia.topicmaps.impl.remote with parameters of type TopicIF Modifier and Type Method Description voidDynamicAssociation. addTheme(TopicIF theme)voidRemoteTopic. addType(TopicIF type)Collection<AssociationRoleIF>DynamicAssociation. getRolesByType(TopicIF roletype)voidRemoteTopic. merge(TopicIF topic)voidDynamicAssociation. removeTheme(TopicIF theme)voidRemoteTopic. removeType(TopicIF type)voidDynamicAssociationRole. setPlayer(TopicIF player)voidDynamicAssociation. setType(TopicIF type)voidDynamicAssociationRole. setType(TopicIF type) -
Uses of TopicIF in net.ontopia.topicmaps.impl.tmapi2
Methods in net.ontopia.topicmaps.impl.tmapi2 that return TopicIF Modifier and Type Method Description protected TopicIFTopicImpl. getWrapped()TopicIFTopicMapImpl. unwrapTopic(org.tmapi.core.Topic topic)Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicIF Modifier and Type Method Description TopicImplTopicMapImpl. wrapTopic(TopicIF topic)Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type TopicIF Constructor Description TopicImpl(TopicMapImpl topicMap, TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement TopicIF Modifier and Type Class Description classSnapshotTopicINTERNAL:Fields in net.ontopia.topicmaps.impl.utils declared as TopicIF Modifier and Type Field Description protected TopicIFSnapshotOccurrence. reifierprotected TopicIFSnapshotTopicName. reifierprotected TopicIFSnapshotVariantName. reifierprotected TopicIFSnapshotOccurrence. topicprotected TopicIFSnapshotTopicName. topicprotected TopicIFSnapshotVariantName. topicprotected TopicIFSnapshotOccurrence. typeprotected TopicIFSnapshotTopicName. typeFields in net.ontopia.topicmaps.impl.utils with type parameters of type TopicIF Modifier and Type Field Description protected Collection<TopicIF>SnapshotOccurrence. scopeprotected Collection<TopicIF>SnapshotTopicName. scopeprotected Collection<TopicIF>SnapshotVariantName. scopeprotected Collection<TopicIF>SnapshotTopic. typesMethods in net.ontopia.topicmaps.impl.utils that return TopicIF Modifier and Type Method Description protected abstract TopicIFAbstractSubjectIdentityCache. _getTopicBySubjectIdentifier(LocatorIF subject_indicator)protected abstract TopicIFAbstractSubjectIdentityCache. _getTopicBySubjectLocator(LocatorIF subject)TopicIFPhantomAssociation. getReifier()TopicIFSnapshotOccurrence. getReifier()TopicIFSnapshotTopicName. getReifier()TopicIFSnapshotVariantName. getReifier()TopicIFSnapshotOccurrence. getTopic()TopicIFSnapshotTopicName. getTopic()TopicIFSnapshotVariantName. getTopic()abstract TopicIFAbstractSubjectIdentityCache. getTopicBySubjectIdentifier(LocatorIF locator)abstract TopicIFAbstractSubjectIdentityCache. getTopicBySubjectLocator(LocatorIF locator)TopicIFPhantomAssociation. getType()TopicIFSnapshotOccurrence. getType()TopicIFSnapshotTopicName. getType()static TopicIFSnapshotTopic. makeSnapshot(TopicIF original, int snapshotType, Map<TMObjectIF,SnapshotTMObject> processed)Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>PhantomAssociation. getRoleTypes()Collection<TopicIF>PhantomAssociation. getScope()Collection<TopicIF>SnapshotOccurrence. getScope()Collection<TopicIF>SnapshotTopicName. getScope()Collection<TopicIF>SnapshotVariantName. getScope()Collection<TopicIF>SnapshotTopic. getTypes()Methods in net.ontopia.topicmaps.impl.utils with parameters of type TopicIF Modifier and Type Method Description voidPhantomAssociation. addTheme(TopicIF theme)voidSnapshotOccurrence. addTheme(TopicIF theme)voidSnapshotTopicName. addTheme(TopicIF theme)voidSnapshotVariantName. addTheme(TopicIF theme)voidSnapshotTopic. addType(TopicIF type)Collection<AssociationIF>SnapshotTopic. getAssociationsByType(TopicIF type)Collection<OccurrenceIF>SnapshotTopic. getOccurrencesByType(TopicIF type)Collection<AssociationRoleIF>PhantomAssociation. getRolesByType(TopicIF roletype)Collection<AssociationRoleIF>SnapshotTopic. getRolesByType(TopicIF rtype)Collection<AssociationRoleIF>SnapshotTopic. getRolesByType(TopicIF rtype, TopicIF atype)Collection<TopicNameIF>SnapshotTopic. getTopicNamesByType(TopicIF type)static TopicIFSnapshotTopic. makeSnapshot(TopicIF original, int snapshotType, Map<TMObjectIF,SnapshotTMObject> processed)voidSnapshotTopic. merge(TopicIF topic)protected abstract voidAbstractSubjectIdentityCache. registerSubject(LocatorIF subject, TopicIF object)protected abstract voidAbstractSubjectIdentityCache. registerSubjectIndicator(LocatorIF subject_indicator, TopicIF object)static voidDeletionUtils. removeDependencies(TopicIF topic)INTERNAL: Removes the dependencies to the given topic from its topic map.voidPhantomAssociation. removeTheme(TopicIF theme)voidSnapshotOccurrence. removeTheme(TopicIF theme)voidSnapshotTopicName. removeTheme(TopicIF theme)voidSnapshotVariantName. removeTheme(TopicIF theme)voidSnapshotTopic. removeType(TopicIF type)voidPhantomAssociation. setReifier(TopicIF reifier)voidSnapshotOccurrence. setReifier(TopicIF reifier)voidSnapshotTopicName. setReifier(TopicIF reifier)voidSnapshotVariantName. setReifier(TopicIF reifier)voidPhantomAssociation. setType(TopicIF type)voidSnapshotOccurrence. setType(TopicIF type)voidSnapshotTopicName. setType(TopicIF type)protected voidTopicModificationManager.EventHandler. topicModified(TopicIF topic)Inform object tree event listeners about object tree add event.static StringObjectStrings. toString(String impl, TopicIF topic)Constructors in net.ontopia.topicmaps.impl.utils with parameters of type TopicIF Constructor Description TypedPredicate(TopicIF type) -
Uses of TopicIF in net.ontopia.topicmaps.nav.context
Fields in net.ontopia.topicmaps.nav.context with type parameters of type TopicIF Modifier and Type Field Description protected Function<TopicIF,String>ThemeCategorizer. stringifierStringifier for theme class topicsMethods in net.ontopia.topicmaps.nav.context that return types with arguments of type TopicIF Modifier and Type Method Description Function<TopicIF,String>ThemeCategorizer. getTopicStringifier()INTERNAL: Returns the internal stringifier used to stringify topics correctly in the current context.Methods in net.ontopia.topicmaps.nav.context with parameters of type TopicIF Modifier and Type Method Description booleanBasenameUserThemeFilter. shouldNotBeUsed(TopicIF actTheme)Process theme and find out if it belongs to the user context and should therefore be displayed when selecting them.booleanUserThemeFilterIF. shouldNotBeUsed(TopicIF actTheme)Process theme and find out if it belongs to the user context and should therefore be used for configuration. -
Uses of TopicIF in net.ontopia.topicmaps.nav.utils.comparators
Fields in net.ontopia.topicmaps.nav.utils.comparators with type parameters of type TopicIF Modifier and Type Field Description protected Function<TopicIF,NameIF>TopicComparator. nameGrabberprotected Collection<TopicIF>AssociationComparator. scopesprotected Collection<TopicIF>NameComparator. scopesprotected Comparator<TopicIF>AssociationComparator. tcprotected Comparator<TopicIF>AssociationRoleComparator. tcprotected Comparator<TopicIF>AssociationRoleTypeComparator. tcprotected Comparator<TopicIF>OccurrenceComparator. tcMethods in net.ontopia.topicmaps.nav.utils.comparators with parameters of type TopicIF Modifier and Type Method Description NameIFContextNameGrabber. apply(TopicIF mytopic)INTERNAL: Grabs the most appropriate base name for the given topic, using the comparator established at creation to compare available base names and if a sort variant is available it will be used.intTopicComparator. compare(TopicIF o1, TopicIF o2)implementing method which is required for Comparator interface.Constructors in net.ontopia.topicmaps.nav.utils.comparators with parameters of type TopicIF Constructor Description AssociationRoleComparator(Collection<TopicIF> context, TopicIF sortTopic)Constructor used to make a comparator which will compare Association Roles using the context provided.AssociationRoleTypeComparator(Collection<TopicIF> context, TopicIF sortTopic)Constructor used to make a comparator which will compare Association Roles using the context provided.Constructor parameters in net.ontopia.topicmaps.nav.utils.comparators with type arguments of type TopicIF Constructor Description AssociationComparator(Collection<TopicIF> context)Constructor used to make a comparator which will compare Associations using the context provided.AssociationRoleComparator(Collection<TopicIF> context, TopicIF sortTopic)Constructor used to make a comparator which will compare Association Roles using the context provided.AssociationRoleTypeComparator(Collection<TopicIF> context, TopicIF sortTopic)Constructor used to make a comparator which will compare Association Roles using the context provided.ContextNameGrabber(Collection<TopicIF> baseNameContext, Collection<TopicIF> variantNameContext)INTERNAL: Creates a grabber; makes the comparators ScopedIFComparator for the given scopes.NameComparator(Collection<TopicIF> context)Constructor used to make a comparator which will compare TopicNameIFs and VariantNameIFs using the context provided.NameComparatorWithGenerality(Collection<TopicIF> context)Constructor used to make a comparator which will compare TopicNameIFs and VariantNameIFs using the context provided.OccurrenceComparator(Collection<TopicIF> baseNameContext)Constructor used to make a comparator which will compare Occurrences using the context provided.OccurrenceComparator(Collection<TopicIF> baseNameContext, Collection<TopicIF> variantContext)Constructor used to make a comparator which will compare Occurrences using the context provided.TopicComparator(Collection<TopicIF> baseNameContext)Constructor used to make a comparator which will compare Topics using the contexts provided.TopicComparator(Collection<TopicIF> baseNameContext, Collection<TopicIF> variantNameContext)Constructor used to make a comparator which will compare Topics using the contexts provided. -
Uses of TopicIF in net.ontopia.topicmaps.nav2.impl.basic
Methods in net.ontopia.topicmaps.nav2.impl.basic that return TopicIF Modifier and Type Method Description TopicIFAssocInfoStorage. getRoleType()TopicIFAssocInfoStorage. getType()Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type TopicIF Modifier and Type Method Description voidAssocInfoStorage. setRoleType(TopicIF roleType)voidAssocInfoStorage. setType(TopicIF type)Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type TopicIF Constructor Description AssocInfoStorage(TopicIF type, TopicIF roleType) -
Uses of TopicIF in net.ontopia.topicmaps.nav2.portlets.pojos
Fields in net.ontopia.topicmaps.nav2.portlets.pojos declared as TopicIF Modifier and Type Field Description protected TopicIFMenu.Item. associatedTopicMethods in net.ontopia.topicmaps.nav2.portlets.pojos that return TopicIF Modifier and Type Method Description TopicIFMenu.Item. getAssociatedTopic()Get the associated topic of this Item.TopicIFRelatedTopics.Heading. getNearRoleType()TopicIFMenu. getOwner()Get the owner of this Menu.TopicIFRelatedTopics.Association. getPlayer()TopicIFRelatedTopics.Association. getReifier()TopicIFRelatedTopics.Association. getRoleType()TopicIFMenu. getTopic()Get the topic of this Menu.TopicIFMenu.Heading. getTopic()Get the topic of this Heading.TopicIFMenu.Item. getTopic()Get the topic of this Item.TopicIFMenu.MenuObjectIF. getTopic()Get the topic representing this MenuObjectIF as a String.TopicIFRelatedTopics.Heading. getTopic()TopicIFTMRAP.Server. getTopic()TopicIFTMRAP.TopicMap. getTopic()TopicIFYahooTree.TreeNode. getTopic()Methods in net.ontopia.topicmaps.nav2.portlets.pojos that return types with arguments of type TopicIF Modifier and Type Method Description List<TopicIF>YahooTree.TreeNode. getChildren()List<TopicIF>SimilarTopics. makeModel(TopicIF topic)PUBLIC: Returns a list of similar topics, ordered most similar to least similar.Methods in net.ontopia.topicmaps.nav2.portlets.pojos with parameters of type TopicIF Modifier and Type Method Description static Menu.HeadingMenuUtils. createHeading(TopicIF topic, String title)Create new Heading as child of the given parentstatic Menu.ItemMenuUtils. createItem(TopicIF topic, String title)Create new Item as child of the given parentstatic ObjectMenuUtils. getFirstValue(TopicIF topic, ParsedQueryIF pq)Runs the given query with the given topic as parameter %topic% and returns the first value (of the first collumn) in the result collection.static booleanMenuUtils. getResultTrue(TopicIF topic, String query)Test if the given query returns any result rows.static ListMenuUtils. getResultValues(TopicIF topic, ParsedQueryIF parsedQuery)Get the values of a given query with a given %topic% parameter as a ListListRelatedTopics. makeModel(TopicIF topic)PUBLIC: Builds a model representing the associations of the given topic.List<TopicIF>SimilarTopics. makeModel(TopicIF topic)PUBLIC: Returns a list of similar topics, ordered most similar to least similar.static voidMenuUtils. moveOne(TopicIF topic, boolean up)Move the given child one step up or down the list of children on the parentCollectionTMRAP. query(TopicIF topic)PUBLIC: Sends a query, returning a model of the result.voidMenu.Item. setAssociatedTopic(TopicIF topic)Set the associated topic.voidMenu. setOwner(TopicIF owner)Set related owner topic.static voidMenuUtils. setUniqueAssociation(TopicIF player1, String rType1Id, String aTypeId, String rType2Id, TopicIF player2)Set the binary association with given role types, association types and players, removing any existing associations with the same role types and association type on player1.static voidMenuUtils. setUniqueOccurrence(TopicIF topic, String typeId, String value)Set the occurrence of a given type on a given topic, removing any existing occurrences of the same type on that topic.static voidMenuUtils. setUniqueTopicName(TopicIF topic, String baseName)Set the basename of a given topic, removing any old basenames.Constructors in net.ontopia.topicmaps.nav2.portlets.pojos with parameters of type TopicIF Constructor Description Heading(TopicIF topic)Item(TopicIF topic)Create a new Item, represented by the given topic.Menu(TopicIF topic)Page(TMRAP.TopicMap topicmap, TopicIF topic)Server(TopicIF topic)TopicMap(TMRAP.Server server, TopicIF topic)TreeNode(TopicIF topic, QueryWrapper qw) -
Uses of TopicIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue with parameters of type TopicIF Modifier and Type Method Description protected ClassInstanceIndexIFInstancesTag. getIndex(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.nav2.utils
Methods in net.ontopia.topicmaps.nav2.utils that return TopicIF Modifier and Type Method Description protected TopicIFDynamicTreeWidget. getTopic(String id)protected TopicIFTreeWidget. getTopic(String id)static TopicIFNavigatorUtils. stringID2Topic(TopicMapIF tm, String s)INTERNAL: Tries to convert a string which should contain a subject identifier, XML ID, or object ID to aTopicIFobject in the following order: try to match a subject indicator (tm.getTopicBySubjectIdentifier) try to match a source (tm.getObjectByItemIdentifier) try to match a topic id (tm.getObjectById)Methods in net.ontopia.topicmaps.nav2.utils with parameters of type TopicIF Modifier and Type Method Description protected QueryResultIFTreeWidget. getChildren(TopicIF topic)protected StringDynamicTreeWidget. getId(TopicIF topic)protected StringTreeWidget. getId(TopicIF topic)StringDynamicTreeWidget. toString(TopicIF topic)StringTreeWidget. toString(TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as TopicIF Modifier and Type Field Description TopicIFDynamicAssociationPredicate.ArgumentPair. boundToTopicIFDynamicAssociationPredicate.ArgumentPair. roleTypeprotected TopicIFAbstractDynamicPredicate. typeMethods in net.ontopia.topicmaps.query.impl.basic that return TopicIF Modifier and Type Method Description TopicIFAbstractDynamicPredicate. getType()Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type TopicIF Modifier and Type Method Description PredicateIFPredicateFactory. createPredicate(TopicIF type, boolean assoc)protected abstract CollectionAbstractInstanceOfPredicate. getClasses(TopicIF instance)INTERNAL: Should return all applicable types of the given topic.protected CollectionDirectInstanceOfPredicate. getClasses(TopicIF instance)protected CollectionInstanceOfPredicate. getClasses(TopicIF instance)protected CollectionAbstractInstanceOfPredicate. getDirectInstances(TopicIF classes)INTERNAL: Should return all instances of the topic, as seen by the specific predicate.protected abstract CollectionAbstractInstanceOfPredicate. getInstances(TopicIF klass)INTERNAL: Should return all instances of the topic, as seen by the specific predicate.protected CollectionDirectInstanceOfPredicate. getInstances(TopicIF klass)protected CollectionInstanceOfPredicate. getInstances(TopicIF klass)protected CollectionInstanceOfPredicate. getSubtypes(TopicIF type)protected abstract CollectionAbstractInstanceOfPredicate. getSupertypes(TopicIF type)INTERNAL: Should return all supertypes of the given class, including the class itself.protected CollectionDirectInstanceOfPredicate. getSupertypes(TopicIF type)protected CollectionInstanceOfPredicate. getSupertypes(TopicIF type)Constructors in net.ontopia.topicmaps.query.impl.basic with parameters of type TopicIF Constructor Description AbstractDynamicPredicate(TopicIF type, LocatorIF base)ArgumentPair(int ix, TopicIF roleType)DynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type)DynamicFailurePredicate(TopicIF type, LocatorIF base)DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) -
Uses of TopicIF in net.ontopia.topicmaps.query.impl.rdbms
Methods in net.ontopia.topicmaps.query.impl.rdbms with parameters of type TopicIF Modifier and Type Method Description PredicateIFPredicateFactory. createPredicate(TopicIF type, boolean assoc)Constructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type TopicIF Constructor Description DynamicAssociationPredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type)DynamicFailurePredicate(TopicIF type, LocatorIF base)DynamicOccurrencePredicate(TopicMapIF topicmap, LocatorIF base, TopicIF type) -
Uses of TopicIF in net.ontopia.topicmaps.query.impl.utils
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type TopicIF Modifier and Type Method Description static booleanPrefetcher. prefetchRolesByType(TopicMapIF tm, QueryMatches matches, int qmidx, TopicIF rtype, int[] fields, boolean[] traverse)static booleanPrefetcher. prefetchRolesByType(TopicMapIF tm, QueryMatches matches, int qmidx, TopicIF rtype, TopicIF atype, int[] fields, boolean[] traverse) -
Uses of TopicIF in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that return TopicIF Modifier and Type Method Description TopicIFGlobalParseContext. getTopic(QName qname)TopicIFLocalParseContext. getTopic(QName qname)TopicIFParseContextIF. getTopic(QName qname)INTERNAL: Interprets the given prefix and localname as a topic, returning null if none is found.TopicIFGlobalParseContext. getTopicBySubjectIdentifier(String uri)TopicIFLocalParseContext. getTopicBySubjectIdentifier(String uri)TopicIFParseContextIF. getTopicBySubjectIdentifier(String uri)TopicIFGlobalParseContext. getTopicBySubjectLocator(String uri)TopicIFLocalParseContext. getTopicBySubjectLocator(String uri)TopicIFParseContextIF. getTopicBySubjectLocator(String uri)Methods in net.ontopia.topicmaps.query.parser with parameters of type TopicIF Modifier and Type Method Description PredicateIFPredicateFactoryIF. createPredicate(TopicIF type, boolean assoc)INTERNAL: Creates a dynamic predicate for the given topic; either an association predicate or an occurrence predicate, depending on the value of the assoc parameter.PredicateIFGlobalParseContext. getPredicate(TopicIF topic, boolean assoc)PredicateIFLocalParseContext. getPredicate(TopicIF topic, boolean assoc)PredicateIFParseContextIF. getPredicate(TopicIF topic, boolean assoc) -
Uses of TopicIF in net.ontopia.topicmaps.query.utils
Methods in net.ontopia.topicmaps.query.utils that return TopicIF Modifier and Type Method Description TopicIFQueryWrapper. queryForTopic(String query)EXPERIMENTAL: Returns a topic from the first column in the first row of the query result.TopicIFQueryWrapper. queryForTopic(String query, Map params)EXPERIMENTAL: Returns a topic from the first column in the first row of the query result. -
Uses of TopicIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of TopicIF in net.ontopia.topicmaps.rest.model.mixin Modifier and Type Interface Description interfaceMFlatTopicinterfaceMTopicMethods in net.ontopia.topicmaps.rest.model.mixin that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>MAssociation. getRoleTypes() -
Uses of TopicIF in net.ontopia.topicmaps.rest.resources
Fields in net.ontopia.topicmaps.rest.resources with type parameters of type TopicIF Modifier and Type Field Description static Parameters<TopicIF>Parameters. ASSOCIATIONTYPEstatic Parameters<TopicIF>Parameters. ROLETYPEstatic Parameters<TopicIF>Parameters. TOPICstatic Parameters<TopicIF>Parameters. TYPE -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.association
Methods in net.ontopia.topicmaps.rest.v1.association that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>AssociationTypesResource. getAssociationTypes()Methods in net.ontopia.topicmaps.rest.v1.association with parameters of type TopicIF Modifier and Type Method Description AssociationIFAssociationController. add(TopicMapIF tm, TopicIF type, Association association) -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.name
Methods in net.ontopia.topicmaps.rest.v1.name that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>TopicNameTypesResource. getTopicNameTypes()Methods in net.ontopia.topicmaps.rest.v1.name with parameters of type TopicIF Modifier and Type Method Description TopicNameIFTopicNameController. add(TopicMapIF tm, TopicIF topic, TopicName name) -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.occurrence
Methods in net.ontopia.topicmaps.rest.v1.occurrence that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>OccurrenceTypesResource. getOccurrenceTypes()Methods in net.ontopia.topicmaps.rest.v1.occurrence with parameters of type TopicIF Modifier and Type Method Description OccurrenceIFOccurrenceController. add(TopicMapIF tm, TopicIF topic, Occurrence occurrence) -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.role
Methods in net.ontopia.topicmaps.rest.v1.role that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>RoleTypesResource. getRoleTypes() -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.scoped
Methods in net.ontopia.topicmaps.rest.v1.scoped that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>ScopedResource. addScope(Topic scope)Collection<TopicIF>ScopedResource. getScope()Collection<TopicIF>ScopesResource. getScopes()Collection<TopicIF>ScopedController. resolve(TopicMapIF tm, Collection<Topic> scope) -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.topic
Methods in net.ontopia.topicmaps.rest.v1.topic that return TopicIF Modifier and Type Method Description TopicIFTopicController. add(TopicMapIF tm, TopicIF type, Topic topic)TopicIFTopicController. add(TopicMapIF tm, Topic topic)TopicIFTopicController. change(TopicMapIF tm, TopicIF result, Topic topic)TopicIFTopicResource. changeTopic(Topic topic)TopicIFTopicResource. getTopic()TopicIFTopicController. resolve(TopicMapIF tm, Topic topic)Methods in net.ontopia.topicmaps.rest.v1.topic that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>TopicTypesResource. addType(Topic type)Collection<TopicIF>TopicsResource. getTopics()Collection<TopicIF>TopicTypesResource. getTopicTypes()Methods in net.ontopia.topicmaps.rest.v1.topic with parameters of type TopicIF Modifier and Type Method Description TopicIFTopicController. add(TopicMapIF tm, TopicIF type, Topic topic)voidTopicController. addType(TopicIF topic, Topic type)TopicIFTopicController. change(TopicMapIF tm, TopicIF result, Topic topic)voidTopicController. remove(TopicIF topic)voidTopicController. removeType(TopicIF topic, Topic type)voidTopicController. setSubjectIdentifiers(TopicIF object, Topic pojo)voidTopicController. setSubjectLocators(TopicIF object, Topic pojo)voidTopicController. setTypes(TopicIF object, Topic pojo) -
Uses of TopicIF in net.ontopia.topicmaps.rest.v1.topicmap
Methods in net.ontopia.topicmaps.rest.v1.topicmap that return TopicIF Modifier and Type Method Description TopicIFTopicMapResource.TopicMapWrapper. getReifier() -
Uses of TopicIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils declared as TopicIF Modifier and Type Field Description protected TopicIFAssociationBuilder. assoctypeprotected TopicIF[]IntersectionOfContextDecider. contextprotected TopicIF[]SupersetOfContextDecider. contextprotected TopicIFAssociationBuilder. role1typeprotected TopicIFAssociationBuilder. role2typeprotected TopicIFAssociationBuilder. role3typeprotected TopicIFAssociationBuilder. role4typeprotected TopicIF[]ScopedIFComparator. scopeprotected TopicIFTopicTreeNode. topicFields in net.ontopia.topicmaps.utils with type parameters of type TopicIF Modifier and Type Field Description protected Collection<TopicIF>ApplicableInContextDecider. contextprotected Collection<TopicIF>SubsetOfContextDecider. contextprotected Collection<TopicIF>AssociationBuilder. scopeprotected Collection<TopicIF>NameGrabber. scopeINTERNAL: Alternatively tothemeIndicatorthe basename scope (collection of TopicIF objects) to decide suitablity can be setup instantly.protected Comparator<TopicIF>TypedIFComparator. subcomparatorINTERNAL: The comparator used to compare the typesprotected Collection<TopicIF>NameGrabber. variantScopeINTERNAL: A collection containing topic themes used for specifying the variant name scope.Methods in net.ontopia.topicmaps.utils that return TopicIF Modifier and Type Method Description TopicIFTypedIFGrabber. apply(T typed)INTERNAL: Grabs the topic which is the type of the given typedIFstatic TopicIFCopyUtils. copyCharacteristics(TopicIF source)INTERNAL: Creates a new topic and copies all the characteristics from the source topic to this new topic.static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source)INTERNAL: Copies all the identifiers from the source to the target topic.static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source, Map<TopicIF,TopicIF> mergemap)static TopicIFMergeUtils. findTopic(TopicMapIF othertm, TopicIF topic)PUBLIC: Find a topic in the other topic map which would merge with the given topic if that were to be added to the same topic map.TopicIFAssociationBuilder. getAssociationType()PUBLIC: Returns the type of associations the builder creates.TopicIFTopicTreeNode. getTopic()TopicIFQNameLookup. lookup(String qname)static TopicIFMergeUtils. mergeInto(TopicMapIF targettm, TopicIF source)PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.static TopicIFMergeUtils. mergeInto(TopicMapIF targettm, TopicIF source, Predicate<TMObjectIF> decider)PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.Methods in net.ontopia.topicmaps.utils that return types with arguments of type TopicIF Modifier and Type Method Description static Collection<TopicIF>IdentityUtils. findSameTopic(TopicMapIF topicmap, TopicIF topic)INTERNAL: Returns the topic or topics with overlapping identities in the given topic map.static Collection<TopicIF>CharacteristicUtils. getAssociatedTopics(TopicIF topic)INTERNAL: Returns all the directly associated topics of the given topic.static Function<TopicIF,String>TopicStringifiers. getDefaultStringifier()PUBLIC: Gets a stringifier that will return a default name for each topic it is applied to.static Function<TopicIF,NameIF>TopicCharacteristicGrabbers. getDisplayNameGrabber()INTERNAL: Returns a grabber that will grab the name most suitable for display from a topic.static Function<TopicIF,String>TopicStringifiers. getFastSortNameStringifier(TopicMapIF tm)PUBLIC: Gets a fast stringifier that will return the sort names of topics, when they have one.Collection<TopicIF>AssociationBuilder. getScope()PUBLIC: Returns the scope added to all associations created by this builder.static Function<TopicIF,NameIF>TopicCharacteristicGrabbers. getSortNameGrabber()INTERNAL: Returns a grabber that will grab the name most suitable for sorting from a topic.static Function<TopicIF,String>TopicStringifiers. getSortNameStringifier()PUBLIC: Gets a stringifier that will return the sort names of topics, when they have one.static Function<TopicIF,String>TopicStringifiers. getStringifier(Collection<TopicIF> tnscope, Collection<TopicIF> vnscope)PUBLIC: Gets a stringifier that will return the name it determines matches the given scopes best.Collection<TopicIF>TypeHierarchyUtils. getSubclasses(TopicIF klass)INTERNAL: Returns the topics which are subtypes of the topic klass.Collection<TopicIF>TypeHierarchyUtils. getSubclasses(TopicIF klass, int level)INTERNAL: Returns the topics which are subtypes of the given typing topic down to a given level.Collection<TopicIF>TypeHierarchyUtils. getSuperclasses(TopicIF klass)INTERNAL: Returns the topics which are supertypes of the given typing topicCollection<TopicIF>TypeHierarchyUtils. getSuperclasses(TopicIF klass, int level)INTERNAL: Returns the topics which are supertypes of the given typing topic up to a given level.Collection<TopicIF>TypeHierarchyUtils. getSupertypes(TopicIF typed)INTERNAL: Returns the topics which types of the objecttypedand all their supertypes.Collection<TopicIF>TypeHierarchyUtils. getSupertypes(TopicIF typed, boolean excludeTypes)INTERNAL: Returns the topics which types the objecttyped(if notexcludeTypesis set to true) and all their supertypes.Collection<TopicIF>TypeHierarchyUtils. getSupertypes(TypedIF typed)INTERNAL: Returns the topic which types the singly typed objecttypedand all of its supertypes.static Comparator<TopicIF>TopicComparators. getTopicNameComparator(Collection<TopicIF> scope)static Function<TopicIF,String>TopicStringifiers. getTopicNameStringifier(Collection<TopicIF> scope)PUBLIC: Gets a stringifier that will return the topic name it determines to match the given scope best.static Collection<TopicIF>CharacteristicUtils. getTopicsOfTopicNames(Collection<TopicNameIF> basenames)INTERNAL: Gets the topics of a collection of basenames.static Function<TopicIF,String>TopicStringifiers. getVariantNameStringifier(Collection<TopicIF> scope)PUBLIC: Gets a stringifier that will return the variant that it determines to match the given scope best.Set<TopicIF>AssociationWalker. walkTopics(TopicIF start)PUBLIC: Computes the transitive closure under the association type and rolespec definitions provided in the constructor, and returns the result as a set of topics.Methods in net.ontopia.topicmaps.utils with parameters of type TopicIF Modifier and Type Method Description NameIFNameGrabber. apply(TopicIF topic)INTERNAL: Grabs the most appropiate base name (or ifgrabOnlyTopicNameis false allow also to return the most appropiate VariantIF instance).TopicNameIFTopicNameGrabber. apply(TopicIF topic)INTERNAL: Grabs the most appropriate base name for the given topic, using the comparator established at creation to compare available base names.StringTopicStringifiers.FastSortNameStringifier. apply(TopicIF topic)VariantNameIFTopicVariantNameGrabber. apply(TopicIF topic)INTERNAL: Grabs the most appropriate variant name for the given topic name, using the comparator established at creation to compare available variant names.static AssociationIFCopyUtils. copyAssociation(TopicIF targetPlayer, AssociationIF source, TopicIF sourcePlayer)INTERNAL: Copies the variant from the source topic to the target topic.static TopicIFCopyUtils. copyCharacteristics(TopicIF source)INTERNAL: Creates a new topic and copies all the characteristics from the source topic to this new topic.static voidCopyUtils. copyCharacteristics(TopicIF target, TopicIF source)INTERNAL: Copies all the characteristics from the source topic to the target topic.static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source)INTERNAL: Copies all the identifiers from the source to the target topic.static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source, Map<TopicIF,TopicIF> mergemap)static OccurrenceIFCopyUtils. copyOccurrence(TopicIF target, OccurrenceIF source)INTERNAL: Copies the occurrence from the source topic to the target topic.static TopicNameIFCopyUtils. copyTopicName(TopicIF target, TopicNameIF source)INTERNAL: Copies the name from the source topic to the target topic.static Collection<TopicIF>IdentityUtils. findSameTopic(TopicMapIF topicmap, TopicIF topic)INTERNAL: Returns the topic or topics with overlapping identities in the given topic map.static TopicIFMergeUtils. findTopic(TopicMapIF othertm, TopicIF topic)PUBLIC: Find a topic in the other topic map which would merge with the given topic if that were to be added to the same topic map.static Collection<TopicIF>CharacteristicUtils. getAssociatedTopics(TopicIF topic)INTERNAL: Returns all the directly associated topics of the given topic.static <T extends TypedIF>
TCharacteristicUtils. getByType(Collection<T> objects, TopicIF type)INTERNAL: Finds first characteristic of a specified type.static CollectionClassInstanceUtils. getInstancesOf(Collection typed, TopicIF type)INTERNAL: Returns the typed objects that are instances of the given type.Collection<TopicIF>TypeHierarchyUtils. getSubclasses(TopicIF klass)INTERNAL: Returns the topics which are subtypes of the topic klass.Collection<TopicIF>TypeHierarchyUtils. getSubclasses(TopicIF klass, int level)INTERNAL: Returns the topics which are subtypes of the given typing topic down to a given level.Collection<TopicIF>TypeHierarchyUtils. getSuperclasses(TopicIF klass)INTERNAL: Returns the topics which are supertypes of the given typing topicCollection<TopicIF>TypeHierarchyUtils. getSuperclasses(TopicIF klass, int level)INTERNAL: Returns the topics which are supertypes of the given typing topic up to a given level.Collection<TopicIF>TypeHierarchyUtils. getSupertypes(TopicIF typed)INTERNAL: Returns the topics which types of the objecttypedand all their supertypes.Collection<TopicIF>TypeHierarchyUtils. getSupertypes(TopicIF typed, boolean excludeTypes)INTERNAL: Returns the topics which types the objecttyped(if notexcludeTypesis set to true) and all their supertypes.booleanAssociationWalker. isAssociated(TopicIF start, TopicIF associated)PUBLIC: Returns true if the two topics are directly or indirectly associated under the association type and rolespec definitions provided in the constructor for this walker.booleanTypeHierarchyUtils. isAssociatedWith(TopicIF start, TopicIF associated)INTERNAL: Returns true if the two topics are directly or indirectly associated under the association type and rolespec definitions provided in the constructor for this walker.static booleanClassInstanceUtils. isInstanceOf(TopicIF topic, TopicIF type)INTERNAL: Returns true if the TopicIF object is an instance the given type.static booleanClassInstanceUtils. isInstanceOf(TypedIF typed, TopicIF type)INTERNAL: Returns true if the TypedIF object is an instance the given type.booleanTypeHierarchyUtils. isInstanceOf(TopicIF typed, TopicIF klass)INTERNAL: Determines if thetypedis an instance of the typeklass.booleanTypeHierarchyUtils. isInstanceOf(TypedIF typed, TopicIF klass)INTERNAL: Determines if the singly-typed objecttypedis an instance of the typeklass.static booleanScopeUtils. isIntersectionOfContext(ScopedIF obj, TopicIF[] context)EXPERIMENTAL:static booleanScopeUtils. isSupersetOfContext(ScopedIF obj, TopicIF[] context)EXPERIMENTAL:AssociationIFAssociationBuilder. makeAssociation(TopicIF player)PUBLIC: Create a unary association of the configured type, where player is the role player.AssociationIFAssociationBuilder. makeAssociation(TopicIF player1, TopicIF player2)PUBLIC: Create a binary association of the configured type, where player1 plays the first role and player2 the second.AssociationIFAssociationBuilder. makeAssociation(TopicIF player1, TopicIF player2, TopicIF player3)PUBLIC: Create a ternary association of the configured type, where player1 plays the first role, player2 the second, and player3 the third.AssociationIFAssociationBuilder. makeAssociation(TopicIF player1, TopicIF player2, TopicIF player3, TopicIF player4)PUBLIC: Create a quad association of the configured type, where player1 plays the first role, and player2 the second, and player3 the third, and player4 the fourth.protected static StringKeyGenerator. makeTopicKey(TopicIF topic)static OccurrenceIFMergeUtils. mergeInto(TopicIF target, OccurrenceIF source)PUBLIC: Merges the source occurrence into the target topic in another topic map.static ReifiableIFMergeUtils. mergeInto(TopicIF target, ReifiableIF source)PUBLIC: Merges the source object into a target topic in another topic map.static voidMergeUtils. mergeInto(TopicIF target, TopicIF source)PUBLIC: Merges the characteristics of one topic into another topic.static TopicNameIFMergeUtils. mergeInto(TopicIF target, TopicNameIF source)PUBLIC: Merges the source topic name into the target topic in another topic map.static TopicIFMergeUtils. mergeInto(TopicMapIF targettm, TopicIF source)PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.static TopicIFMergeUtils. mergeInto(TopicMapIF targettm, TopicIF source, Predicate<TMObjectIF> decider)PUBLIC: Merges the source topic from into the target topic map, when the source topic is not already in the target topic map.static <S extends ScopedIF>
List<S>ScopeUtils. rankByScope(Collection<S> scoped, TopicIF theme)Ranks the ScopedIFs by the applicability to the specified scope.static Map<AssociationIF,Set<AssociationIF>>DuplicateSuppressionUtils. removeDuplicateAssociations(TopicIF topic)PUBLIC: Removes all duplicate associations of this topic.static voidDuplicateSuppressionUtils. removeDuplicates(TopicIF topic)PUBLIC: Remove all duplicated characteristics of the given topic, except for duplicate associations the topic may participate in.static booleanMergeUtils. shouldMerge(TopicIF t1, TopicIF t2)PUBLIC: Tests whether two topics should be merged or not, according to XTM rules.static StringTopicStringifiers. toString(TopicIF topic)PUBLIC: Returns the default name of the topic.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope)PUBLIC: Returns the name of the topic given the specified topic name theme.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope, Collection<TopicIF> vnscope)PUBLIC: Returns the name of the topic given the specified topic name and variant name themes.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope, TopicIF vntheme)PUBLIC: Returns the name of the topic given the specified topic name and variant name themes.static StringTopicStringifiers. toString(TopicIF topic, TopicIF tntheme)PUBLIC: Returns the name of the topic given the specified topic name theme.static StringTopicStringifiers. toString(TopicIF topic, TopicIF tntheme, TopicIF vntheme)PUBLIC: Returns the name of the topic given the specified topic name and variant name themes.static voidTopicMapSynchronizer. update(TopicMapIF target, TopicIF source)PUBLIC: Updates the target topic map against the source topic, including all characteristics from the source topic.static voidTopicMapSynchronizer. update(TopicMapIF target, TopicIF source, Predicate<TMObjectIF> tfilter)PUBLIC: Updates the target topic map against the source topic, synchronizing only the characteristics from the target that are accepted by the filter.static voidTopicMapSynchronizer. update(TopicMapIF target, TopicIF source, Predicate<TMObjectIF> tfilter, Predicate<TMObjectIF> sfilter)PUBLIC: Updates the target topic map against the source topic, synchronizing only the characteristics from the target and source that are accepted by the filters.protected net.ontopia.topicmaps.utils.WalkerStateAssociationWalker. walk(TopicIF start, boolean storePaths)PROTECTED: Computes the transitive closure under the association type and rolespec definitions provided in the constructor; this method is used by both walkTopics and walkPaths.voidAssociationWalkerListenerIF. walkAssociation(TopicIF leftRolePlayer, AssociationIF association, TopicIF rightRolePlayer)PUBLIC: The function invoked by the AssociationWalker.Collection<List<TMObjectIF>>AssociationWalker. walkPaths(TopicIF start)PUBLIC: Computes the transitive closure under the association type and rolespec definitions provided in the constructor, and returns a set containing the paths taken through the topic map in computing the closure.Set<TopicIF>AssociationWalker. walkTopics(TopicIF start)PUBLIC: Computes the transitive closure under the association type and rolespec definitions provided in the constructor, and returns the result as a set of topics.Method parameters in net.ontopia.topicmaps.utils with type arguments of type TopicIF Modifier and Type Method Description static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source, Map<TopicIF,TopicIF> mergemap)static TopicIFMergeUtils. copyIdentifiers(TopicIF target, TopicIF source, Map<TopicIF,TopicIF> mergemap)static Collection<OccurrenceIF>CharacteristicUtils. getOccurrences(Collection<TopicIF> topics)Gets the occurrences of all the topics in the given collection.static Collection<AssociationRoleIF>CharacteristicUtils. getRoles(Collection<TopicIF> topics)Gets the association roles of the topics in the given collection.static Function<TopicIF,String>TopicStringifiers. getStringifier(Collection<TopicIF> tnscope, Collection<TopicIF> vnscope)PUBLIC: Gets a stringifier that will return the name it determines matches the given scopes best.static Comparator<TopicIF>TopicComparators. getTopicNameComparator(Collection<TopicIF> scope)static Collection<TopicNameIF>CharacteristicUtils. getTopicNames(Collection<TopicIF> topics)INTERNAL: Gets the basenames of the given collection of topics.static Function<TopicIF,String>TopicStringifiers. getTopicNameStringifier(Collection<TopicIF> scope)PUBLIC: Gets a stringifier that will return the topic name it determines to match the given scope best.static Comparator<TypedIF>TopicComparators. getTypedIFComparator(Collection<TopicIF> scope)static Function<TopicIF,String>TopicStringifiers. getVariantNameStringifier(Collection<TopicIF> scope)PUBLIC: Gets a stringifier that will return the variant that it determines to match the given scope best.static booleanScopeUtils. isApplicableInContext(ScopedIF obj, Collection<TopicIF> context)Checks to see if the ScopedIF's scope is applicable in the user context.static booleanScopeUtils. isIntersectionOfContext(ScopedIF obj, Collection<TopicIF> context)Checks to see if the ScopedIF's scope intersects with the user context.static booleanScopeUtils. isSubsetOfContext(ScopedIF obj, Collection<TopicIF> context)Checks to see if the ScopedIF's scope is a subset of the user context.static booleanScopeUtils. isSupersetOfContext(ScopedIF obj, Collection<TopicIF> context)Checks to see if the ScopedIF's scope is a superset of the user context.protected static StringKeyGenerator. makeScopeKey(Collection<TopicIF> scope)protected static StringKeyGenerator. makeScopeKey(Collection<TopicIF> scope, TopicMapIF othertm)voidAssociationBuilder. setScope(Collection<TopicIF> scope)PUBLIC: Sets the scope added to all associations created by this builder.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope)PUBLIC: Returns the name of the topic given the specified topic name theme.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope, Collection<TopicIF> vnscope)PUBLIC: Returns the name of the topic given the specified topic name and variant name themes.static StringTopicStringifiers. toString(TopicIF topic, Collection<TopicIF> tnscope, TopicIF vntheme)PUBLIC: Returns the name of the topic given the specified topic name and variant name themes.Constructors in net.ontopia.topicmaps.utils with parameters of type TopicIF Constructor Description AssociationBuilder(TopicIF assoctype, TopicIF roletype)PUBLIC: Creates a new AssociationBuilder for unary associations.AssociationBuilder(TopicIF assoctype, TopicIF role1type, TopicIF role2type)PUBLIC: Creates a new AssociationBuilder for binary associations.AssociationBuilder(TopicIF assoctype, TopicIF role1type, TopicIF role2type, TopicIF role3type)PUBLIC: Creates a new AssociationBuilder for ternary associations.AssociationBuilder(TopicIF assoctype, TopicIF role1type, TopicIF role2type, TopicIF role3type, TopicIF role4type)PUBLIC: Creates a new AssociationBuilder for quad associations.AssociationWalker(TopicIF associationType, TopicIF leftRoleSpec, TopicIF rightRoleSpec)PUBLIC: Creates a walker which determines that a topic A is related to topic B if A plays a role specified byleftRoleSpecin an association of typeassociationTypeand topic B plays a role specified byrightRoleSpecin the same association.TopicTreeNode(TopicIF topic)Constructor parameters in net.ontopia.topicmaps.utils with type arguments of type TopicIF Constructor Description ApplicableInContextDecider(Collection<TopicIF> context)IntersectionOfContextDecider(Collection<TopicIF> context)NameGrabber(Collection<TopicIF> scope)INTERNAL: Creates the grabber and sets the comparator to be a ScopedIFComparator using the specified scope.NameGrabber(Collection<TopicIF> basenameScope, Collection<TopicIF> variantScope)INTERNAL: Creates the grabber and sets the comparator to be a ScopedIFComparator using the specified scope.NameGrabber(Collection<TopicIF> basenameScope, Collection<TopicIF> variantScope, boolean grabOnlyTopicName)INTERNAL: Creates the grabber and sets the comparator to be a ScopedIFComparator using the specified scope.ScopedIFComparator(Collection<TopicIF> scope)ScopedIFComparator(Collection<TopicIF> scope, Comparator<? super T> subcomparator)SubsetOfContextDecider(Collection<TopicIF> context)SupersetOfContextDecider(Collection<TopicIF> context)TopicNameGrabber(Collection<TopicIF> scope)INTERNAL: Creates a grabber; uses a BaseComparator with the given scope.TopicVariantNameGrabber(Collection<TopicIF> scope)INTERNAL: Creates a grabber.TypedIFComparator(Comparator<TopicIF> subcomparator)INTERNAL: Creates a TypedIfComparator which uses the given comparatorVariantNameGrabber(Collection<TopicIF> scope)INTERNAL: Creates a grabber; makes the comparator a ScopedIFComparator for the given scope. -
Uses of TopicIF in net.ontopia.topicmaps.utils.ctm
Fields in net.ontopia.topicmaps.utils.ctm declared as TopicIF Modifier and Type Field Description protected TopicIFParseFrame. topicMethods in net.ontopia.topicmaps.utils.ctm that return TopicIF Modifier and Type Method Description TopicIFIRIAsArgumentGenerator. getTopic()TopicIFNamedWildcardTopicGenerator. getTopic()TopicIFValueGenerator. getTopic()TopicIFValueGeneratorIF. getTopic()TopicIFWildcardTopicGenerator. getTopic()TopicIFGlobalParseContext. makeAnonymousTopic()TopicIFGlobalParseContext. makeAnonymousTopic(String wildcard_name)TopicIFLocalParseContext. makeAnonymousTopic()TopicIFLocalParseContext. makeAnonymousTopic(String wildcard_name)TopicIFParseContextIF. makeAnonymousTopic()TopicIFParseContextIF. makeAnonymousTopic(String wildcard_name)TopicIFGlobalParseContext. makeTopicById(String id)TopicIFParseContextIF. makeTopicById(String id)TopicIFGlobalParseContext. makeTopicByItemIdentifier(LocatorIF itemid)TopicIFParseContextIF. makeTopicByItemIdentifier(LocatorIF itemid)TopicIFGlobalParseContext. makeTopicBySubjectIdentifier(LocatorIF subjid)TopicIFParseContextIF. makeTopicBySubjectIdentifier(LocatorIF subjid)TopicIFGlobalParseContext. makeTopicBySubjectLocator(LocatorIF subjloc)TopicIFParseContextIF. makeTopicBySubjectLocator(LocatorIF subjloc)Constructors in net.ontopia.topicmaps.utils.ctm with parameters of type TopicIF Constructor Description ParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association)ValueGenerator(TopicIF topic, String literal, LocatorIF datatype, LocatorIF locator) -
Uses of TopicIF in net.ontopia.topicmaps.utils.deciders
Fields in net.ontopia.topicmaps.utils.deciders with type parameters of type TopicIF Modifier and Type Field Description protected Collection<TopicIF>WithinScopeDecider. contextMethods in net.ontopia.topicmaps.utils.deciders with parameters of type TopicIF Modifier and Type Method Description booleanTMExporterDecider. test(TopicIF topic)Return true iff the given topic, all of it's types and all types of the types (etc.Constructor parameters in net.ontopia.topicmaps.utils.deciders with type arguments of type TopicIF Constructor Description WithinScopeDecider(Collection<TopicIF> context) -
Uses of TopicIF in net.ontopia.topicmaps.utils.jtm
Method parameters in net.ontopia.topicmaps.utils.jtm with type arguments of type TopicIF Modifier and Type Method Description voidJTMTopicMapWriter. write(Collection<TopicIF> topics, Collection<AssociationIF> assocs)EXPERIMENTAL: Write out a collection of topics and associations as a JTM fragment, represented as a complete topic map. -
Uses of TopicIF in net.ontopia.topicmaps.utils.ltm
Fields in net.ontopia.topicmaps.utils.ltm with type parameters of type TopicIF Modifier and Type Field Description protected Comparator<TopicIF>LTMTopicMapWriter. elementIdComparatorprotected Comparator<Collection<TopicIF>>LTMTopicMapWriter. reifierComparatorprotected Comparator<Collection<TopicIF>>LTMTopicMapWriter. scopeComparatorprotected Comparator<TopicIF>LTMTopicMapWriter. topicComparatorMethods in net.ontopia.topicmaps.utils.ltm that return types with arguments of type TopicIF Modifier and Type Method Description static Map<String,TopicIF>LTMTemplateImporter. read(TopicMapIF topicmap, String ltm, Map<String,Object> parameters)PUBLIC: Imports an LTM fragment with references to parameter values specified externally. -
Uses of TopicIF in net.ontopia.topicmaps.utils.rdf
Methods in net.ontopia.topicmaps.utils.rdf with parameters of type TopicIF Modifier and Type Method Description voidRDFFragmentExporter. exportTopic(TopicIF topic)PUBLIC: Exports the given topic.protected voidRDFTopicMapWriter. write(TopicIF topic)Method parameters in net.ontopia.topicmaps.utils.rdf with type arguments of type TopicIF Modifier and Type Method Description voidRDFFragmentExporter. exportAll(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator, and wraps them with startTopicMap() and endTopicMap() calls.voidRDFFragmentExporter. exportTopics(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator. -
Uses of TopicIF in net.ontopia.topicmaps.utils.tmprefs
Fields in net.ontopia.topicmaps.utils.tmprefs declared as TopicIF Modifier and Type Field Description protected TopicIFTopicMapPreferences. topicMethods in net.ontopia.topicmaps.utils.tmprefs that return TopicIF Modifier and Type Method Description protected TopicIFTopicMapPreferencesFactory. createSystemRootTopic(TopicMapIF topicmap)protected TopicIFTopicMapPreferences. createTopic(TopicMapIF topicmap)protected abstract TopicIFTopicMapPreferencesFactory. createUserRootTopic(TopicMapIF topicmap)protected TopicIFTopicMapPreferences. fetchPropertyType(String key, TopicMapIF topicmap)protected TopicIFTopicMapPreferences. fetchTopic(TopicMapIF topicmap)protected TopicIFTopicMapPreferences. revitalize(TopicIF topic, TopicMapIF topicmap)TopicIFTopicMapPreferencesOntology. t(TopicMapIF tm)Methods in net.ontopia.topicmaps.utils.tmprefs that return types with arguments of type TopicIF Modifier and Type Method Description protected Set<TopicIF>TopicMapPreferences. fetchChildren(TopicMapIF topicmap, TopicIF topic)static EnumMap<TopicMapPreferencesOntology,TopicIF>TopicMapPreferencesOntology. loadOntology(TopicMapIF topicmap)static EnumMap<TopicMapPreferencesOntology,TopicIF>TopicMapPreferencesOntology. loadOntology(TopicMapIF topicmap, boolean forceCreate)Methods in net.ontopia.topicmaps.utils.tmprefs with parameters of type TopicIF Modifier and Type Method Description protected Set<TopicIF>TopicMapPreferences. fetchChildren(TopicMapIF topicmap, TopicIF topic)protected voidTopicMapPreferences. mergeTopics(TopicIF targetTopic, TopicIF sourceTopic)protected voidTopicMapPreferences. removeTopic(TopicMapIF topicmap, TopicIF topic)protected TopicIFTopicMapPreferences. revitalize(TopicIF topic, TopicMapIF topicmap) -
Uses of TopicIF in net.ontopia.topicmaps.utils.tmrap
Methods in net.ontopia.topicmaps.utils.tmrap that return TopicIF Modifier and Type Method Description TopicIFTopicPage. getTopic()Methods in net.ontopia.topicmaps.utils.tmrap that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>FederatedTopicIndex. getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)Collection<TopicIF>RegistryTopicIndex. getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)Collection<TopicIF>RemoteTopicIndex. getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)Collection<TopicIF>TopicIndexIF. getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)Returns all topics the index knows about whose identity matches one the of the locators passed as arguments.Collection<TopicIF>TopicMapTopicIndex. getTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects)Collection<TopicIF>FederatedTopicIndex. loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step)Collection<TopicIF>RegistryTopicIndex. loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step)Collection<TopicIF>RemoteTopicIndex. loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_steps)Collection<TopicIF>TopicIndexIF. loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_steps)Collection<TopicIF>TopicMapTopicIndex. loadRelatedTopics(Collection<LocatorIF> indicators, Collection<LocatorIF> sources, Collection<LocatorIF> subjects, boolean two_step)Methods in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicIF Modifier and Type Method Description static voidTMRAPImplementation. makeFullName(TopicIF topic, ContentHandler handler)static voidTMRAPImplementation. makeStub(TopicIF topic, ContentHandler handler)Constructors in net.ontopia.topicmaps.utils.tmrap with parameters of type TopicIF Constructor Description TopicPage(String editUrl, String viewUrl, String title, String linktext, TopicIF topic) -
Uses of TopicIF in net.ontopia.topicmaps.utils.xfml
Methods in net.ontopia.topicmaps.utils.xfml that return TopicIF Modifier and Type Method Description protected TopicIFXFMLContentHandler. resolveTopicRef(String address)Methods in net.ontopia.topicmaps.utils.xfml with parameters of type TopicIF Modifier and Type Method Description protected voidXFMLContentHandler. addItemIdentifier(TopicIF topic, LocatorIF locator)protected voidXFMLContentHandler. addSubjectIdentifier(TopicIF topic, LocatorIF locator)protected voidXFMLContentHandler. registerSourceLocator(TopicIF tmobject, String id) -
Uses of TopicIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as TopicIF Modifier and Type Field Description protected TopicIFTopicMapView. currentScopingTopicprotected TopicIFVizConfigurationManager. defaultAssociationTypeprotected TopicIFVizConfigurationManager. defaultTypeprotected TopicIFVizConfigurationManager. generalTopicprotected TopicIFVizTopicMapConfigurationManager. nullTopicprotected TopicIFTMAbstractEdge. scopingTopicprotected TopicIFVizConfigurationManager. untypedTopicFields in net.ontopia.topicmaps.viz with type parameters of type TopicIF Modifier and Type Field Description protected Function<TopicIF,String>TMAbstractEdge. stringifierMethods in net.ontopia.topicmaps.viz that return TopicIF Modifier and Type Method Description TopicIFVizTopicMapConfigurationManager. getAssociationTypeColorAutogeneratedTopic()TopicIFVizTopicMapConfigurationManager. getAssociationTypeColorTopic()TopicIFVizTopicMapConfigurationManager. getAssociationTypeFontTopic()TopicIFVizTopicMapConfigurationManager. getAssociationTypeLineWeightTopic()TopicIFVizTopicMapConfigurationManager. getAssociationTypeShapeTopic()protected TopicIFVizConfigurationManager. getConfigTopic(TopicIF real)Looks up the corresponding topic (from the visualized topic map) in the configuration topic map, creating one if it doesn't exist.TopicIFAppletContext. getDefaultScopingTopic(TopicMapIF aTopicmap)TopicIFApplicationContextIF. getDefaultScopingTopic(TopicMapIF aTopicmap)Get the default scoping topicTopicIFDesktopContext. getDefaultScopingTopic(TopicMapIF aTopicmap)TopicIFVizController. getDefaultScopingTopic(TopicMapIF topicmap)TopicIFVizTopicTypePriorityConfigManager. getDefaultTypePrecedenceTopic()TopicIFTMClassInstanceAssociation.Key. getInstance()TopicIFVizTopicMapConfigurationManager. getOverrideColorsTopic()TopicIFVizTopicMapConfigurationManager. getScopingTopic(TopicMapIF graphtm)INTERNAL: Finds the scoping topic in the given topic map, and returns it.TopicIFVizTopicMapConfigurationManager. getScopingTopicHolder()INTERNAL: Finds the scoping topic in the given topic map, and returns it.TopicIFTopicSelectionPrompter. getSelection()protected TopicIFVizTopicMapConfigurationManager. getSourceLocator()TopicIFAppletContext. getStartTopic(TopicMapIF aTopicmap)TopicIFApplicationContextIF. getStartTopic(TopicMapIF aTopicmap)Return the start topic defined on the mapTopicIFDesktopContext. getStartTopic(TopicMapIF aTopicmap)TopicIFVizController. getStartTopic()TopicIFVizController. getStartTopic(TopicMapIF aTopicmap)TopicIFVizTopicMapConfigurationManager. getStartTopic(TopicMapIF graphtm)INTERNAL: Finds the start topic in the given topic map, and returns it.protected TopicIFVizTopicMapConfigurationManager. getSubject()protected TopicIFVizTopicMapConfigurationManager. getSubjectIndicator()TopicIFTMTopicNode. getTopic()protected TopicIFVizConfigurationManager. getTopic(String indicator)Looks up a topic by subject indicator, creating it if it can't be found.protected TopicIFVizConfigurationManager. getTopic(String indicator, String basename)Looks up a topic by subject indicator, creating it if it can't be found.TopicIFAppletContext. getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap)TopicIFApplicationContextIF. getTopicForLocator(LocatorIF locator, TopicMapIF aTopicmap)Returns the topic with the given subject identifier, if any.TopicIFDesktopContext. getTopicForLocator(LocatorIF aLocator, TopicMapIF topicmap)TopicIFTMAbstractEdge. getTopicMapType()TopicIFTMAssociationEdge. getTopicMapType()TopicIFTMAssociationNode. getTopicMapType()TopicIFTMClassInstanceAssociation. getTopicMapType()TopicIFTMRoleEdge. getTopicMapType()TopicIFVizTMObjectIF. getTopicMapType()TopicIFVizTopicMapConfigurationManager. getTopicTypeColorAutogeneratedTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeColorTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeExcludedTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeFontTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeIconTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeShapePaddingTopic()TopicIFVizTopicMapConfigurationManager. getTopicTypeShapeTopic()TopicIFTMClassInstanceAssociation.Key. getType()TopicIFVizTopicMapConfigurationManager. getTypeInstanceType()TopicIFVizTopicMapConfigurationManager. getTypeVisibleTopic()TopicIFVizTopicTypePriorityConfigManager. highestRankedType(List realTypes)protected TopicIFVizigatorUser. pickRandomType()Methods in net.ontopia.topicmaps.viz that return types with arguments of type TopicIF Modifier and Type Method Description Function<TopicIF,String>TMAbstractEdge. getStringifier()Function<TopicIF,String>TMTopicNode. getStringifier()Function<TopicIF,String>VizController. getStringifier()static Function<TopicIF,String>VizUtils. stringifierFor(TopicIF scope)Methods in net.ontopia.topicmaps.viz with parameters of type TopicIF Modifier and Type Method Description voidTopicMapView. addAssociationScopeFilterTopic(TopicIF scopingTopic)protected TMTopicNodeTopicMapView. assertNode(TopicIF topic, boolean create)protected TMTopicNodeTopicMapView. buildTopic(TopicIF topic)voidVizTopicTypePriorityConfigManager. changeRank(TopicIF realTopic, boolean up)voidVizTopicMapConfigurationManager. clearTopic(TopicIF aTopic)Clear the start topic if it was set.static voidVizUtils. debug(TopicIF topic)protected VizTMObjectIFTopicMapView. findObject(Object object, TopicIF type)protected static StringTMAssociationNode. getAssociationText(AssociationIF association, boolean displScopedAssocNames, TopicIF scopingTopic)ColorVizController. getAssociationTypeColor(TopicIF type)ColorVizTopicMapConfigurationManager. getAssociationTypeColor(TopicIF type)FontVizTopicMapConfigurationManager. getAssociationTypeFont(TopicIF type)intVizTopicMapConfigurationManager. getAssociationTypeLineWeight(TopicIF selectedType)intVizTopicMapConfigurationManager. getAssociationTypeShape(TopicIF selectedType)intVizController. getAssoicationTypeLineWeight(TopicIF selectedType)intVizController. getAssoicationTypeShape(TopicIF selectedType)protected TopicIFVizConfigurationManager. getConfigTopic(TopicIF real)Looks up the corresponding topic (from the visualized topic map) in the configuration topic map, creating one if it doesn't exist.protected TMClassInstanceAssociationTopicMapView. getEdge(TopicIF type, TopicIF instance)protected OccurrenceIFVizConfigurationManager. getOccurrence(TopicIF topic, TopicIF type)Returns the occurrence of the given type, if there is one.StringVizConfigurationManager. getOccurrenceValue(TopicIF type, TopicIF occtype)protected booleanVizConfigurationManager. getOccurrenceValue(TopicIF type, TopicIF occtype, boolean defaultBoolean)protected intVizConfigurationManager. getOccurrenceValue(TopicIF type, TopicIF occtype, int defaultInt)CollectionTopicMapView. getPagesFor(TopicIF topic)protected ListTopicMapView. getTopicNodesFor(TopicIF type)ColorVizController. getTopicTypeColor(TopicIF type)ColorVizTopicMapConfigurationManager. getTopicTypeColor(TopicIF type)intVizController. getTopicTypeShape(TopicIF type)intVizTopicMapConfigurationManager. getTopicTypeShape(TopicIF topictype)intVizController. getTopicTypeShapePadding(TopicIF selectedType)intVizTopicMapConfigurationManager. getTopicTypeShapePadding(TopicIF selectedType)FontVizController. getTypeFont(TopicIF selectedType)FontVizTopicMapConfigurationManager. getTypeFont(TopicIF type)IconVizController. getTypeIcon(TopicIF selectedType)IconVizTopicMapConfigurationManager. getTypeIcon(TopicIF type)StringVizController. getTypeIconFilename(TopicIF selectedType)StringVizTopicMapConfigurationManager. getTypeIconFilename(TopicIF type)intVizController. getTypeVisibility(TopicIF selectedType)intVizTopicMapConfigurationManager. getTypeVisibility(TopicIF selectedType)booleanVizTopicMapConfigurationManager. getUsesDefault(TopicIF type, boolean isTopicType)returns true iff the given topic type is set to use default when it doesn't its own colour.voidAppletContext. goToTopic(TopicIF topic)voidApplicationContextIF. goToTopic(TopicIF aTopic)Set the focus of the map to the specified topicvoidDesktopContext. goToTopic(TopicIF topic)voidVizController. goToTopic(TopicIF topic)booleanVizTopicMapConfigurationManager. hasOccurrence(TopicIF topictype, TopicIF type)booleanVizTopicMapConfigurationManager. isAssociationTypeVisible(TopicIF assoctype)booleanVizController. isAssocTypeVisible(TopicIF type)booleanVizController. isInAssociationScopeFilter(TopicIF scope)booleanVizTopicMapConfigurationManager. isInAssociationScopeFilter(TopicIF scope)booleanVizTopicTypePriorityConfigManager. isRanked(TopicIF configTopic)booleanVizController. isTopicTypeVisible(TopicIF type)booleanVizTopicMapConfigurationManager. isTopicTypeVisible(TopicIF assoctype)booleanVizTopicMapConfigurationManager. isTypeExcluded(TopicIF aType)booleanVizTopicMapConfigurationManager. isVisible(TopicIF topic)voidAppletContext. loadTopic(TopicIF aTopic)voidApplicationContextIF. loadTopic(TopicIF aTopic)Get a topic from the associated storevoidDesktopContext. loadTopic(TopicIF aTopic)voidVizController. loadTopic(TopicIF aTopic)ColorVizTopicMapConfigurationManager. lookupColor(TopicIF type, TopicIF occtype)Finds the color for this association or topic type that is stored in the topic map.booleanVizTopicMapConfigurationManager. lookupVisible(TopicIF type, TopicIF occtype, TopicIF defType)protected TMAbstractNodeVizigatorUser. pickRandomNode(TopicIF type)voidVizTopicTypePriorityConfigManager. rankLast(TopicIF source)Add source to the end of the ranking list.voidVizTopicTypePriorityConfigManager. rankNextTo(TopicIF ranked, TopicIF toRank, boolean before)voidTopicMapView. removeAssociationScopeFilterTopic(TopicIF scopingTopic)protected voidVizConfigurationManager. removeOccurence(TopicIF type, TopicIF occtype)protected booleanVizConfigurationManager. removeOccurrence(TopicIF topic, TopicIF type)Removes the occurrence of a given type from a given configuration topic.protected voidVizDesktop. scopingTopicChanged(TopicIF scope)voidTopicMapView. setAssociationTypeLineWeight(TopicIF type, int lineWeight)voidVizController. setAssociationTypeLineWeight(TopicIF type, int i)voidVizTopicMapConfigurationManager. setAssociationTypeLineWeight(TopicIF type, int i, TopicMapView view)Sets the line weight of the given association 'type' and updates 'view' accordingly.voidTopicMapView. setAssociationTypeShape(TopicIF type, int shape)voidVizController. setAssociationTypeShape(TopicIF type, int i)voidVizTopicMapConfigurationManager. setAssociationTypeShape(TopicIF type, int i)voidVizTopicMapConfigurationManager. setAssociationTypeShape(TopicIF type, int i, TopicMapView view)Sets the shape of the given association 'type' and updates 'view' accordingly.voidVizController. setAssociationTypeVisibility(TopicIF type, int visibility)voidTopicMapView. setAssociationTypeVisible(TopicIF type, boolean visible)NOTE: The calling method is responsible for calling the method: updateAssociationCountForAllTopics();voidVizController. setAssociationTypeVisible(TopicIF type, boolean visible)voidVizTopicMapConfigurationManager. setAssociationTypeVisible(TopicIF type, boolean visible, TopicMapView view)Sets the given association 'type' to be visible and updates 'view' accordingly.voidVizTopicMapConfigurationManager. setAssociationTypeVisible(TopicIF type, int visibility, TopicMapView view)Sets the given association 'type' be either filtered in, filtered out or to use the filter setting of the default type.voidVizController. setColorToDefault(TopicIF type, boolean topicType)voidVizTopicMapConfigurationManager. setColorToDefault(TopicIF type, boolean topicType, TopicMapView view)Sets the color of a given topic/association 'type' to the default value and updates 'view' accordingly.voidVizController. setFontToDefault(TopicIF type, boolean topicType)voidVizTopicMapConfigurationManager. setFontToDefault(TopicIF type, boolean topicType, TopicMapView view)Sets the font of a given topic/association 'type' to the default value and updates 'view' accordingly.voidAssociationScopeFilterMenu. setInAssociationScopeFilter(TopicIF scope, boolean useInFilter)voidVizController. setInAssociationScopeFilter(TopicIF scope, boolean useInFilter)voidVizTopicMapConfigurationManager. setInAssociationScopeFilter(TopicIF scope, boolean included)voidVizDesktop. setNewTypeColor(TopicIF type, Color c)Called from the color configuration menu when the color for a topic or association type is changed.voidVizFrontEndIF. setNewTypeColor(TopicIF type, Color c)set the color on a specific topic typevoidVizlet. setNewTypeColor(TopicIF type, Color c)protected voidVizConfigurationManager. setOccurenceValue(TopicIF type, TopicIF occtype, boolean value)Sets the visibility setting for this association or topic type in the topic map.protected voidVizConfigurationManager. setOccurenceValue(TopicIF type, TopicIF occtype, String value)protected voidVizConfigurationManager. setOccurrenceValue(TopicIF type, TopicIF occtype, int integer)Sets the Shape setting for this association or topic type in the topic map.voidAppletContext. setScopingTopic(TopicIF aScope)voidApplicationContextIF. setScopingTopic(TopicIF aScope)Set the scoping topic for the mapvoidDesktopContext. setScopingTopic(TopicIF aScope)voidTMAbstractEdge. setScopingTopic(TopicIF aTopic)voidTMAssociationNode. setScopingTopic(TopicIF aTopic)voidTMTopicNode. setScopingTopic(TopicIF aScopingTopic)voidTopicMapView. setScopingTopic(TopicIF aScope)voidVizController. setScopingTopic(TopicIF aScope)voidVizDesktop. setScopingTopic(TopicIF topic)voidVizTMObjectIF. setScopingTopic(TopicIF aTopic)voidVizTopicMapConfigurationManager. setScopingTopic(TopicIF scope)voidAppletContext. setStartTopic(TopicIF aTopic)voidApplicationContextIF. setStartTopic(TopicIF aTopic)Assign the starting topic of the map to display.voidDesktopContext. setStartTopic(TopicIF aTopic)voidVizController. setStartTopic(TopicIF topic)voidVizTopicMapConfigurationManager. setStartTopic(TopicIF extstart)Sets the start topic of the vizualization.voidPropertiesFrame. setTarget(TopicIF topic)voidPropertiesPanel. setTarget(TopicIF topic)protected voidVizTopicMapConfigurationManager. setTopicReference(TopicIF topic, TopicIF extstart, String base)voidTopicMapView. setTopicTypeExcluded(TopicIF aType, boolean excluded)voidTopicMapView. setTopicTypeShape(TopicIF type, int shape)voidVizController. setTopicTypeShape(TopicIF type, int i)voidVizTopicMapConfigurationManager. setTopicTypeShape(TopicIF type, int i)voidVizTopicMapConfigurationManager. setTopicTypeShape(TopicIF type, int i, TopicMapView view)Sets the shape of the given topic 'type' and updates 'view' accordingly.voidTopicMapView. setTopicTypeShapePadding(TopicIF type, int value)voidVizController. setTopicTypeShapePadding(TopicIF type, int i)voidVizTopicMapConfigurationManager. setTopicTypeShapePadding(TopicIF type, int i)voidVizTopicMapConfigurationManager. setTopicTypeShapePadding(TopicIF type, int i, TopicMapView view)Sets the shape padding of the given topic 'type' and updates 'view' accordingly.voidVizController. setTopicTypeVisibility(TopicIF type, int visibility)voidTopicMapView. setTopicTypeVisible(TopicIF type, boolean visible)NOTE! The calling mehtod is itself responsible for calling the method: updateAssociationCountForAllTopics().voidVizController. setTopicTypeVisible(TopicIF type, boolean visible)voidTopicMapView. setTypeColor(TopicIF type, Color c)voidVizController. setTypeColor(TopicIF type, Color c)voidVizTopicMapConfigurationManager. setTypeColor(TopicIF type, Color c)voidVizTopicMapConfigurationManager. setTypeColor(TopicIF type, Color c, TopicMapView view)Sets the colour of a given 'type' and updates 'view' accordingly.voidVizController. setTypeExcluded(TopicIF type)voidVizTopicMapConfigurationManager. setTypeExcluded(TopicIF type)voidVizTopicMapConfigurationManager. setTypeExcluded(TopicIF type, TopicMapView view)Sets the given topic 'type' to be excluded and updates 'view' accordingly.voidTopicMapView. setTypeFont(TopicIF type, Font font)voidVizController. setTypeFont(TopicIF type, Font font)voidVizTopicMapConfigurationManager. setTypeFont(TopicIF type, Font font)voidVizTopicMapConfigurationManager. setTypeFont(TopicIF type, Font font, TopicMapView view)Sets the font of the given topic/association 'type' and updates 'view' accordingly.voidTopicMapView. setTypeIcon(TopicIF type, Icon icon)voidVizController. setTypeIconFilename(TopicIF type, String string)voidVizTopicMapConfigurationManager. setTypeIconFilename(TopicIF type, String string)voidVizTopicMapConfigurationManager. setTypeIconFilename(TopicIF type, String string, TopicMapView view)Sets the name of the icon file (optional) of the given topic 'type' and updates 'view' accordingly.voidVizController. setTypeIncluded(TopicIF type)voidVizTopicMapConfigurationManager. setTypeIncluded(TopicIF type)voidVizTopicMapConfigurationManager. setTypeIncluded(TopicIF type, TopicMapView view)Sets the given topic 'type' to be included and updates 'view' accordingly.voidVizTopicMapConfigurationManager. setTypeLineWeight(TopicIF type, int i)voidVizTopicMapConfigurationManager. setTypeVisibility(TopicIF type, int visibility, TopicMapView view)Sets the given topic 'type' be either filtered in, filtered out or to use the filter setting of the default type.voidVizTopicMapConfigurationManager. setTypeVisible(TopicIF type, boolean visible)voidVizTopicMapConfigurationManager. setTypeVisible(TopicIF type, boolean visible, TopicMapView view)Sets the given topic 'type' to be visible and updates 'view' accordingly.voidVizTopicMapConfigurationManager. setTypeVisible(TopicIF type, int visibility)abstract booleanAbstractUserThemeFilter. shouldNotBeUsed(TopicIF actTheme)booleanBasenameUserThemeFilter. shouldNotBeUsed(TopicIF actTheme)Process theme and find out if it belongs to the user context and should therefore be displayed when selecting them.static Function<TopicIF,String>VizUtils. stringifierFor(TopicIF scope)voidTopicMapView. updateType(TopicIF type)voidVizController. updateViewType(TopicIF type)voidVizController. updateViewTypeColor(TopicIF type, Color color)Method parameters in net.ontopia.topicmaps.viz with type arguments of type TopicIF Modifier and Type Method Description protected voidTMAbstractEdge. setStringifier(Function<TopicIF,String> aStringifier)Constructor parameters in net.ontopia.topicmaps.viz with type arguments of type TopicIF Constructor Description TopicSelectionPrompter(Frame aFrame, Collection list, Function<TopicIF,String> stringifier) -
Uses of TopicIF in net.ontopia.topicmaps.xml
Fields in net.ontopia.topicmaps.xml with type parameters of type TopicIF Modifier and Type Field Description protected Collection<TopicIF>AbstractTopicMapContentHandler. propagated_themesMethods in net.ontopia.topicmaps.xml that return TopicIF Modifier and Type Method Description protected TopicIFXTMContentHandler. addSubjectIdentifier(TopicIF topic, LocatorIF subjectIndicator)protected TopicIFXTMContentHandler. createTopicFromLazyTopic()static TopicIFXTMContentHandler. getDefaultOccurrenceTopic(TopicMapIF topicmap)static TopicIFXTMContentHandler. getNullTopic(TopicMapIF topicmap)protected TopicIFXTMContentHandler. getParentTopic()protected TopicIFXTMContentHandler. getReferencedExternalTopic(LocatorIF orig_locator)protected TopicIFXTMContentHandler. registerSourceLocator(TopicIF topic, LocatorIF locator)protected TopicIFXTMContentHandler. registerSubjectIndicator(TopicIF topic, LocatorIF locator)protected TopicIFXTMContentHandler. registerSubjectLocator(TopicIF topic, LocatorIF locator)protected TopicIFXTMContentHandler. resolveResourceRef(LocatorIF locator)protected TopicIFXTMContentHandler. resolveSourceLocatorOrSubjectIndicator(LocatorIF locator)protected TopicIFXTMContentHandler. resolveTopicRef(String address)Methods in net.ontopia.topicmaps.xml that return types with arguments of type TopicIF Modifier and Type Method Description Collection<TopicIF>AbstractTopicMapContentHandler. getPropagatedThemes()Methods in net.ontopia.topicmaps.xml with parameters of type TopicIF Modifier and Type Method Description protected TopicIFXTMContentHandler. addSubjectIdentifier(TopicIF topic, LocatorIF subjectIndicator)voidXTMTopicMapFragmentWriter. exportTopic(TopicIF topic)PUBLIC: Exports the given topic.voidTMXMLWriter. gatherPrefixes(TopicIF topic)PUBLIC: Gets the namespace prefixes to be used (to be used in fragment exporting mode only).protected StringTMXMLWriter. getSubjectIndicatorRef(TopicIF topic, LocatorIF indicator)protected StringXTMTopicMapExporter. getSubjectIndicatorRef(TopicIF topic, LocatorIF indicator)INTERNAL: This method is used to get the string form of the subject indicator of a topic.protected StringXTMFragmentExporter. makeVirtualReference(TopicIF topic)static StringXTMFragmentExporter. makeVirtualReference(TopicIF topic, String topicmap_id)protected voidXTMContentHandler. processMember(TopicIF player)protected voidXTMContentHandler. processTheme(TopicIF theme)protected voidXTMContentHandler. processTopicReference(TopicIF referenced_topic)protected TopicIFXTMContentHandler. registerSourceLocator(TopicIF topic, LocatorIF locator)protected TopicIFXTMContentHandler. registerSubjectIndicator(TopicIF topic, LocatorIF locator)protected TopicIFXTMContentHandler. registerSubjectLocator(TopicIF topic, LocatorIF locator)protected voidXTMTopicMapExporter. writeInstanceOf(TopicIF topic, ContentHandler dh)protected voidXTMTopicMapExporter. writeRoleSpec(TopicIF topic, ContentHandler dh)protected voidXTMFragmentExporter. writeSubjectIdentity(TopicIF topic, ContentHandler dh)protected voidXTMTopicMapExporter. writeSubjectIdentity(TopicIF topic, ContentHandler dh)voidTMXMLWriter. writeTopic(TopicIF topic)PUBLIC: Writes a single topic (fragment exporting mode only).protected voidXTMFragmentExporter. writeTopic(TopicIF topic, ContentHandler dh)protected voidXTMTopicMapExporter. writeTopic(TopicIF topic, ContentHandler dh)protected voidXTMFragmentExporter. writeTopicNames(TopicIF topic, ContentHandler dh)protected voidXTMFragmentExporter. writeTopicRef(TopicIF topic, ContentHandler dh)protected voidXTMTopicMapExporter. writeTopicRef(TopicIF topic, ContentHandler dh)Method parameters in net.ontopia.topicmaps.xml with type arguments of type TopicIF Modifier and Type Method Description voidXTMTopicMapFragmentWriter. exportAll(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator, and wraps them with startTopicMap() and endTopicMap() calls.voidXTMTopicMapFragmentWriter. exportTopics(Iterator<TopicIF> it)PUBLIC: Exports all the topics returned by the iterator.voidAbstractTopicMapContentHandler. setPropagatedThemes(Collection<TopicIF> propagated_themes) -
Uses of TopicIF in ontopoly.conversion
Fields in ontopoly.conversion declared as TopicIF Modifier and Type Field Description protected TopicIFUpgradeBase.RoleFieldDefinition. afieldprotected TopicIF[]UpgradeBase.RoleFieldDefinition. rfieldsFields in ontopoly.conversion with type parameters of type TopicIF Modifier and Type Field Description protected Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>>SchemaTracker. atypesprotected Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>>SchemaTracker. atypesprotected Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>>SchemaTracker. atypesprotected Collection<TopicIF>SchemaTracker. non_symmetric_atypesprotected Map<TopicIF,Collection<TopicIF>>SchemaTracker. nscopesprotected Map<TopicIF,Collection<TopicIF>>SchemaTracker. nscopesprotected static Collection<TopicIF>SchemaTracker. NULL_COLLECTIONprotected Map<TopicIF,ontopoly.conversion.SchemaTracker.TopicType>SchemaTracker. ttypesprotected Collection<TopicIF>SchemaTracker. utypedpprotected Collection<TopicIF>SchemaTracker. utypedtMethods in ontopoly.conversion that return TopicIF Modifier and Type Method Description protected static TopicIFUpgradeBase. defineIdentityField(TopicMapIF topicmap, LocatorIF base_on, String itypeId, String cardinality)protected static TopicIFUpgradeBase. defineIdentityField(TopicMapIF topicmap, LocatorIF base_on, TopicIF itype, TopicIF cardinality)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)protected static TopicIFConversionUtils. getCardinalityTopic(int mincard, int maxcard, TopicMapIF tm)protected TopicIFConversionUtils. getCardinalityTopic(int cardinalityCount, TopicMapIF tm)protected static TopicIFUpgradeBase. getTopic(TopicMapIF topicmap, LocatorIF base_on, String ref)Methods in ontopoly.conversion with parameters of type TopicIF Modifier and Type Method Description protected static OccurrenceIFUpgradeBase. addOccurrence(TopicMap topicMap, LocatorIF base_on, TopicIF topic, String otype, String datatype, String value)protected static voidUpgradeBase. assignEditMode(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String mode)protected static voidUpgradeBase. assignEmbedded(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String cview)protected static voidUpgradeBase. assignField(TopicMapIF topicmap, LocatorIF base_on, TopicIF oField, String ptypeId)protected static voidUpgradeBase. assignField(TopicMapIF topicmap, LocatorIF base_on, TopicIF oField, TopicIF ptype)protected static voidUpgradeBase. assignFieldsView(TopicMapIF topicmap, LocatorIF base_on, TopicIF fieldDefinition, String view)protected static voidUpgradeBase. assignValueView(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String pview, String cview)protected static voidUpgradeBase. assignViewMode(TopicMapIF topicmap, LocatorIF base_on, TopicIF rfield, String view, String mode)protected ontopoly.conversion.SchemaTracker.CharTypeSchemaTracker. createCharType(Map<TopicIF,ontopoly.conversion.SchemaTracker.CharType> cmap, TopicIF ctype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. createPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected ontopoly.conversion.SchemaTracker.TopicTypeSchemaTracker. createTopicType(TopicIF ttype)protected static TopicIFUpgradeBase. defineIdentityField(TopicMapIF topicmap, LocatorIF base_on, TopicIF itype, TopicIF cardinality)protected static TopicIFUpgradeBase. defineOccurrenceField(TopicMap topicMap, LocatorIF base_on, TopicIF otype, TopicIF datatype, TopicIF cardinality)protected static UpgradeBase.RoleFieldDefinitionUpgradeBase. defineRoleFields(TopicMapIF topicmap, LocatorIF base_on, TopicIF atype, String afieldName, TopicIF[] rtypes, String[] rfieldNames, TopicIF[][] pptypes)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMaxCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMinCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMaxCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMinCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected ontopoly.conversion.SchemaTracker.CharTypeSchemaTracker. getCharType(Map<TopicIF,ontopoly.conversion.SchemaTracker.CharType> cmap, TopicIF ctype)protected static Collection<TopicIF>ConversionUtils. getExternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)intSchemaTracker. getExternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF otype)intSchemaTracker. getExternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF otype)Collection<TopicIF>SchemaTracker. getExternalOccurrenceTypes(TopicIF ttype)protected static Collection<TopicIF>ConversionUtils. getInternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)intSchemaTracker. getInternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF otype)intSchemaTracker. getInternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF otype)Collection<TopicIF>SchemaTracker. getInternalOccurrenceTypes(TopicIF ttype)Collection<TopicIF>SchemaTracker. getNameScopeTopicTypes(TopicIF ntheme)protected static Collection<TopicIF>ConversionUtils. getNamesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)intSchemaTracker. getNameTypeMaxCardinality(TopicIF ttype, TopicIF ntype)intSchemaTracker. getNameTypeMinCardinality(TopicIF ttype, TopicIF ntype)Collection<TopicIF>SchemaTracker. getNameTypes(TopicIF ttype)static OccurrenceIFConversionUtils. getOccurrenceOfType(TopicIF topic, TopicIF occType)static Collection<OccurrenceIF>ConversionUtils. getOccurrencesOfType(TopicIF topic, TopicIF occType)protected intSchemaTracker. getPlayerCardinality(TopicIF atype, TopicIF rtype, TopicIF player)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. getPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)intSchemaTracker. getPlayerTypeMaxCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype)intSchemaTracker. getPlayerTypeMinCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype)Collection<TopicIF>SchemaTracker. getPlayerTypes(TopicIF atype, TopicIF rtype)Collection<TopicIF>SchemaTracker. getRoleTypes(TopicIF atype)intSchemaTracker. getSubjectIndicatorMaxCardinality(TopicIF ttype)intSchemaTracker. getSubjectIndicatorMinCardinality(TopicIF ttype)intSchemaTracker. getSubjectLocatorMaxCardinality(TopicIF ttype)intSchemaTracker. getSubjectLocatorMinCardinality(TopicIF ttype)protected static StringUpgradeBase. getSymbolicId(TopicIF rf)protected ontopoly.conversion.SchemaTracker.TopicTypeSchemaTracker. getTopicType(TopicIF ttype)intSchemaTracker. getTopicTypeInstances(TopicIF ttype)protected static booleanConversionUtils. isRoleDeclaredOnSuperType(TopicIF ttype, Collection<TopicIF> ptypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectIndicatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectLocatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)booleanSchemaTracker. isSymmetricAssociationType(TopicIF atype)voidSchemaTracker. trackTopic(TopicIF topic)Method parameters in ontopoly.conversion with type arguments of type TopicIF Modifier and Type Method Description protected ontopoly.conversion.SchemaTracker.CharTypeSchemaTracker. createCharType(Map<TopicIF,ontopoly.conversion.SchemaTracker.CharType> cmap, TopicIF ctype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. createPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. createPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. createPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestExternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oetype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMaxCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestInternalOccurrenceTypeMinCardinality(TopicIF ttype, TopicIF oitype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMaxCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMaxCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMinCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestNameTypeMinCardinality(TopicIF ttype, TopicIF ntype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMaxCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMaxCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMinCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestPlayerTypeMinCardinality(TopicIF atype, TopicIF rtype, TopicIF ptype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectIndicatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMaxCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected static intConversionUtils. getBroadestSubjectLocatorMinCardinality(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> supsub)protected ontopoly.conversion.SchemaTracker.CharTypeSchemaTracker. getCharType(Map<TopicIF,ontopoly.conversion.SchemaTracker.CharType> cmap, TopicIF ctype)protected static Collection<TopicIF>ConversionUtils. getExternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getExternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getInternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getInternalOccurrencesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getNamesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getNamesDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. getPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. getPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected ontopoly.conversion.SchemaTracker.PlayerTypeSchemaTracker. getPlayerType(Map<TopicIF,Map<TopicIF,Map<TopicIF,ontopoly.conversion.SchemaTracker.PlayerType>>> amap, TopicIF atype, TopicIF rtype, TopicIF ptype)protected static Collection<TopicIF>ConversionUtils. getTopMostTypes(Collection<TopicIF> ttypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getTopMostTypes(Collection<TopicIF> ttypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static Collection<TopicIF>ConversionUtils. getTopMostTypes(Collection<TopicIF> ttypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isRoleDeclaredOnSuperType(TopicIF ttype, Collection<TopicIF> ptypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isRoleDeclaredOnSuperType(TopicIF ttype, Collection<TopicIF> ptypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isRoleDeclaredOnSuperType(TopicIF ttype, Collection<TopicIF> ptypes, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectIndicatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectIndicatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectLocatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)protected static booleanConversionUtils. isSubjectLocatorDeclaredOnSuperType(TopicIF ttype, SchemaTracker tracker, Map<TopicIF,Collection<TopicIF>> subsup)voidSchemaTracker. trackTopics(Collection<TopicIF> topics) -
Uses of TopicIF in ontopoly.model
Methods in ontopoly.model that return TopicIF Modifier and Type Method Description protected TopicIFTopicMap. createNamedTopic(String name, TopicIF type)TopicIFTopic. getTopicIF()Gets the topicIF object of this topic.TopicIFTopicMap. getTopicIFById(String id)protected TopicIFTopicMap. makeReifier()Methods in ontopoly.model with parameters of type TopicIF Modifier and Type Method Description protected TopicIFTopicMap. createNamedTopic(String name, TopicIF type)protected static FieldDefinitionTopicType. findFieldDefinitionImpl(TopicMap tm, TopicIF fieldDefinitionTopic, TopicIF fieldDefinitionType)static FieldDefinitionFieldDefinition. getFieldDefinition(TopicIF fieldTopic, TopicMap tm)protected StringTopicMap. getTopicName(TopicIF topic, AbstractTypingTopic fallback)Package-internal method to get the name of a topic.static voidFieldAssignment. setOrder(TopicMap topicmap, TopicIF tt, TopicIF fd, int order, boolean replace)Constructors in ontopoly.model with parameters of type TopicIF Constructor 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) -
Uses of TopicIF in ontopoly.utils
Methods in ontopoly.utils that return TopicIF Modifier and Type Method Description static TopicIFOntopolyModelUtils. findBinaryPlayer(TopicMap tm, LocatorIF atypeId, TopicIF player1, LocatorIF rtype1Id, LocatorIF rtype2Id)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)Methods in ontopoly.utils that return types with arguments of type TopicIF Modifier and Type Method Description 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 Collection<TopicIF>OntopolyModelUtils. findTernaryPlayers(TopicMap tm, TopicIF aType, TopicIF player1, TopicIF rType1, TopicIF player2, TopicIF rType2, TopicIF rType3)Methods in ontopoly.utils with parameters of type TopicIF Modifier and Type Method Description static List<AssociationIF>OntopolyModelUtils. findAssociations(TopicIF aType, TopicIF[] rTypes, TopicIF[] players, Collection<TopicIF> scope)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 OccurrenceIFOntopolyModelUtils. findOccurrence(TopicIF oType, TopicIF topicIF)static OccurrenceIFOntopolyModelUtils. findOccurrence(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, String value, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, LocatorIF datatype)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope)static List<AssociationRoleIF>OntopolyModelUtils. findRoles(TopicIF aType, TopicIF rType, TopicIF player)static List<AssociationRoleIF>OntopolyModelUtils. findRoles(TopicIF aType, TopicIF rType, TopicIF player, Collection<TopicIF> scope)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 List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF)static List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF, String value)static List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF, String value, Collection<TopicIF> scope)static List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF, Collection<TopicIF> scope)static AssociationIFOntopolyModelUtils. findUnaryAssociation(TopicMap tm, TopicIF aType, TopicIF player, TopicIF rType)static booleanOntopolyModelUtils. hasBinaryAssociation(TopicIF player1, TopicIF aType, TopicIF rType1, TopicIF rType2)protected booleanSchemaFilter. includeTopic(TopicIF topic)protected booleanSchemaOnlyFilter. includeTopic(TopicIF topic)static booleanOntopolyModelUtils. isUnaryPlayer(TopicMap tm, TopicIF aType, TopicIF player, TopicIF rType)static AssociationIFOntopolyModelUtils. makeAssociation(TopicIF aType, TopicIF[] rTypes, TopicIF[] players, Collection<TopicIF> scope)static voidOntopolyModelUtils. makeBinaryAssociation(TopicIF aType, TopicIF player1, TopicIF rType1, TopicIF player2, TopicIF rType2)static OccurrenceIFOntopolyModelUtils. makeOccurrence(TopicIF otype, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope)static voidOntopolyModelUtils. makeQuadaryAssociation(TopicIF aType, TopicIF player1, TopicIF rType1, TopicIF player2, TopicIF rType2, TopicIF player3, TopicIF rType3, TopicIF player4, TopicIF rType4)static voidOntopolyModelUtils. makeTernaryAssociation(TopicIF aType, TopicIF player1, TopicIF rType1, TopicIF player2, TopicIF rType2, TopicIF player3, TopicIF rType3)static TopicNameIFOntopolyModelUtils. makeTopicName(TopicIF ntype, TopicIF topicIF, String value, Collection<TopicIF> scope)static voidOntopolyModelUtils. makeUnaryAssociation(TopicIF aType, TopicIF player, TopicIF rType)static voidOntopolyModelUtils. setName(TopicIF nType, TopicIF topic, String value, Collection<TopicIF> scope)Method parameters in ontopoly.utils with type arguments of type TopicIF Modifier and Type Method Description static List<AssociationIF>OntopolyModelUtils. findAssociations(TopicIF aType, TopicIF[] rTypes, TopicIF[] players, Collection<TopicIF> scope)static OccurrenceIFOntopolyModelUtils. findOccurrence(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, String value, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, Collection<TopicIF> scope)static List<OccurrenceIF>OntopolyModelUtils. findOccurrences(TopicIF oType, TopicIF topicIF, LocatorIF datatype, Collection<TopicIF> scope)static List<AssociationRoleIF>OntopolyModelUtils. findRoles(TopicIF aType, TopicIF rType, TopicIF player, Collection<TopicIF> scope)static List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF, String value, Collection<TopicIF> scope)static List<TopicNameIF>OntopolyModelUtils. findTopicNames(TopicIF nType, TopicIF topicIF, Collection<TopicIF> scope)static AssociationIFOntopolyModelUtils. makeAssociation(TopicIF aType, TopicIF[] rTypes, TopicIF[] players, Collection<TopicIF> scope)static OccurrenceIFOntopolyModelUtils. makeOccurrence(TopicIF otype, TopicIF topicIF, String value, LocatorIF datatype, Collection<TopicIF> scope)static TopicNameIFOntopolyModelUtils. makeTopicName(TopicIF ntype, TopicIF topicIF, String value, Collection<TopicIF> scope)static voidOntopolyModelUtils. setName(TopicIF nType, TopicIF topic, String value, Collection<TopicIF> scope)
-