Uses of Interface
net.ontopia.topicmaps.core.VariantNameIF
-
Packages that use VariantNameIF Package Description net.ontopia.infoset.fulltext.topicmaps Collection of classes for indexing topic maps.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.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.tmapi2 net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations.net.ontopia.topicmaps.nav.utils.comparators Provides Comparators which are used by the Navigator.net.ontopia.topicmaps.rest.model.mixin net.ontopia.topicmaps.rest.v1.variant 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.deciders Provides DeciderIFs which are used by the Navigator.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.xml Classes for importing and exporting topic maps in the XML interchange format. -
-
Uses of VariantNameIF in net.ontopia.infoset.fulltext.topicmaps
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type VariantNameIF Modifier and Type Method Description DocumentIFDefaultTopicMapDocumentGenerator. generate(VariantNameIF variant)DocumentIFTopicMapDocumentGeneratorIF. generate(VariantNameIF variant)INTERNAL: Generate a document for the given variant name. -
Uses of VariantNameIF in net.ontopia.topicmaps.core
Methods in net.ontopia.topicmaps.core that return VariantNameIF Modifier and Type Method Description 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.Methods in net.ontopia.topicmaps.core that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>TopicNameIF. getVariants()PUBLIC: Gets the variant names of the topic named by this topic name. -
Uses of VariantNameIF in net.ontopia.topicmaps.core.index
Methods in net.ontopia.topicmaps.core.index that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>ClassInstanceIndexIF. getAllVariantNames()PUBLIC: Gets all variant names that are in the topic map.Collection<VariantNameIF>NameIndexIF. getVariants(String value)INTERNAL: Gets all variants that have the specified value independent of datatype.Collection<VariantNameIF>NameIndexIF. getVariants(String value, LocatorIF datatype)INTERNAL: Gets all variants that have the specified value and datatype.Collection<VariantNameIF>ScopeIndexIF. getVariants(TopicIF theme)PUBLIC: Gets all variant names that have the given topic in their direct scope. -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.basic
Classes in net.ontopia.topicmaps.impl.basic that implement VariantNameIF Modifier and Type Class Description classVariantNameINTERNAL: The basic variant name implementation.Fields in net.ontopia.topicmaps.impl.basic with type parameters of type VariantNameIF Modifier and Type Field Description protected Set<VariantNameIF>TopicName. variantsMethods in net.ontopia.topicmaps.impl.basic that return VariantNameIF Modifier and Type Method Description 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)Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>TopicName. getVariants()Methods in net.ontopia.topicmaps.impl.basic with parameters of type VariantNameIF Modifier and Type Method Description protected voidTopicName. addVariant(VariantNameIF _variant)protected voidTopicName. removeVariant(VariantNameIF _variant) -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.basic.index
Fields in net.ontopia.topicmaps.impl.basic.index with type parameters of type VariantNameIF Modifier and Type Field Description protected CollectionMap<String,VariantNameIF>NameIndex. variantsprotected CollectionMap<TopicIF,VariantNameIF>ScopeIndex. variantsMethods in net.ontopia.topicmaps.impl.basic.index that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>ClassInstanceIndex. getAllVariantNames()Collection<VariantNameIF>NameIndex. getVariants(String value)Collection<VariantNameIF>NameIndex. getVariants(String value, LocatorIF datatype)Collection<VariantNameIF>ScopeIndex. getVariants(TopicIF theme) -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.rdbms
Classes in net.ontopia.topicmaps.impl.rdbms that implement VariantNameIF Modifier and Type Class Description classReadOnlyVariantNameINTERNAL: The read-only rdbms variant name implementation.classVariantNameINTERNAL: The rdbms variant name implementation.Methods in net.ontopia.topicmaps.impl.rdbms that return VariantNameIF Modifier and Type Method Description VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, Reader value, long length, LocatorIF datatype, Collection scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, Collection scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, String value, LocatorIF datatype, Collection scope)VariantNameIFTopicMapBuilder. makeVariantName(TopicNameIF name, LocatorIF locator, Collection scope)Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>ReadOnlyTopicName. getVariants()Collection<VariantNameIF>TopicName. getVariants()Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type VariantNameIF Modifier and Type Method Description protected voidReadOnlyTopicName. addVariant(VariantNameIF variant)protected voidTopicName. addVariant(VariantNameIF variant)protected voidReadOnlyTopicName. removeVariant(VariantNameIF variant)protected voidTopicName. removeVariant(VariantNameIF variant) -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.rdbms.index
Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>ClassInstanceIndex. getAllVariantNames()Collection<VariantNameIF>NameIndex. getVariants(String value)Collection<VariantNameIF>NameIndex. getVariants(String value, LocatorIF datatype)Collection<VariantNameIF>ScopeIndex. getVariants(TopicIF theme) -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.tmapi2
Methods in net.ontopia.topicmaps.impl.tmapi2 that return VariantNameIF Modifier and Type Method Description VariantNameIFVariantImpl. getWrapped()VariantNameIFTopicMapImpl. unwrapVariant(org.tmapi.core.Variant variant)Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type VariantNameIF Modifier and Type Method Description VariantImplTopicMapImpl. wrapVariant(VariantNameIF variant)Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type VariantNameIF Constructor Description VariantImpl(TopicMapImpl topicMap, NameImpl parent, VariantNameIF variant) -
Uses of VariantNameIF in net.ontopia.topicmaps.impl.utils
Classes in net.ontopia.topicmaps.impl.utils that implement VariantNameIF Modifier and Type Class Description classSnapshotVariantNameINTERNAL:Fields in net.ontopia.topicmaps.impl.utils with type parameters of type VariantNameIF Modifier and Type Field Description protected Collection<VariantNameIF>SnapshotTopicName. variantsMethods in net.ontopia.topicmaps.impl.utils that return VariantNameIF Modifier and Type Method Description static VariantNameIFSnapshotVariantName. makeSnapshot(VariantNameIF original, int snapshotType, Map<TMObjectIF,SnapshotTMObject> processed)Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>SnapshotTopicName. getVariants()Methods in net.ontopia.topicmaps.impl.utils with parameters of type VariantNameIF Modifier and Type Method Description static VariantNameIFSnapshotVariantName. makeSnapshot(VariantNameIF original, int snapshotType, Map<TMObjectIF,SnapshotTMObject> processed)static StringObjectStrings. toString(String impl, VariantNameIF variant) -
Uses of VariantNameIF in net.ontopia.topicmaps.nav.utils.comparators
Fields in net.ontopia.topicmaps.nav.utils.comparators with type parameters of type VariantNameIF Modifier and Type Field Description protected Comparator<VariantNameIF>ContextNameGrabber. vnComparatorprotected Predicate<VariantNameIF>ContextNameGrabber. within -
Uses of VariantNameIF in net.ontopia.topicmaps.rest.model.mixin
Subinterfaces of VariantNameIF in net.ontopia.topicmaps.rest.model.mixin Modifier and Type Interface Description interfaceMVariantName -
Uses of VariantNameIF in net.ontopia.topicmaps.rest.v1.variant
Methods in net.ontopia.topicmaps.rest.v1.variant that return VariantNameIF Modifier and Type Method Description VariantNameIFVariantNameController. add(TopicMapIF tm, TopicNameIF name, VariantName variant)VariantNameIFVariantNameController. add(TopicMapIF tm, VariantName variant)VariantNameIFVariantNameController. change(TopicMapIF tm, VariantNameIF result, VariantName variant)VariantNameIFVariantResource. changeVariantName(VariantName variant)VariantNameIFVariantResource. getVariant()VariantNameIFVariantNameController. resolve(TopicMapIF tm, VariantName variant)Methods in net.ontopia.topicmaps.rest.v1.variant that return types with arguments of type VariantNameIF Modifier and Type Method Description Collection<VariantNameIF>IndexResource. getVariantNames(String value)protected Collection<VariantNameIF>IndexResource. getVariantNames(String value, String datatype)Collection<VariantNameIF>IndexResource. getVariantNames(Map<String,String> values)Collection<VariantNameIF>IndexResource. getVariantNames(org.restlet.data.Form values)Collection<VariantNameIF>VariantsResource. getVariantNames()Methods in net.ontopia.topicmaps.rest.v1.variant with parameters of type VariantNameIF Modifier and Type Method Description VariantNameIFVariantNameController. change(TopicMapIF tm, VariantNameIF result, VariantName variant)voidVariantNameController. remove(VariantNameIF variant) -
Uses of VariantNameIF in net.ontopia.topicmaps.utils
Fields in net.ontopia.topicmaps.utils with type parameters of type VariantNameIF Modifier and Type Field Description protected Comparator<? super VariantNameIF>TopicVariantNameGrabber. comparatorPROTECTED: The comparator used to sort the variant names.protected Comparator<? super VariantNameIF>VariantNameGrabber. comparatorPROTECTED: The comparator used to sort the variant names.Methods in net.ontopia.topicmaps.utils that return VariantNameIF Modifier and Type Method Description 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.VariantNameIFVariantNameGrabber. apply(TopicNameIF basename)INTERNAL: Grabs the most appropriate variant name for the given base name, using the comparator established at creation to compare available variant names.static VariantNameIFCopyUtils. copyVariant(TopicNameIF target, VariantNameIF source)INTERNAL: Copies the variant from the source topic to the target topic.Methods in net.ontopia.topicmaps.utils that return types with arguments of type VariantNameIF Modifier and Type Method Description static Collection<VariantNameIF>CharacteristicUtils. getVariants(Collection<TopicNameIF> names)Gets all the variant names of the given collecton of basenames, including nested ones.Methods in net.ontopia.topicmaps.utils with parameters of type VariantNameIF Modifier and Type Method Description static VariantNameIFCopyUtils. copyVariant(TopicNameIF target, VariantNameIF source)INTERNAL: Copies the variant from the source topic to the target topic.static voidCopyUtils. copyVariantData(VariantNameIF target, VariantNameIF source)INTERNAL: Copies the variant value and datatype from the source topic to the target topic.protected static StringKeyGenerator. makeDataKey(VariantNameIF variant)static StringKeyGenerator. makeVariantKey(VariantNameIF vn)PUBLIC: Makes a key for a variant name.static voidMergeUtils. mergeInto(VariantNameIF target, VariantNameIF source)PUBLIC: Merges the source variant into the target variant.Constructor parameters in net.ontopia.topicmaps.utils with type arguments of type VariantNameIF Constructor Description TopicVariantNameGrabber(Comparator<? super VariantNameIF> comparator)INTERNAL: Creates a grabber which uses the given comparator.VariantNameGrabber(Comparator<? super VariantNameIF> comparator)INTERNAL: Creates a grabber which uses the given comparator. -
Uses of VariantNameIF in net.ontopia.topicmaps.utils.deciders
Methods in net.ontopia.topicmaps.utils.deciders with parameters of type VariantNameIF Modifier and Type Method Description booleanTMExporterDecider. test(VariantNameIF variantName)Accepts or rejects a VariantNameIF -
Uses of VariantNameIF in net.ontopia.topicmaps.utils.ltm
Fields in net.ontopia.topicmaps.utils.ltm with type parameters of type VariantNameIF Modifier and Type Field Description protected Comparator<VariantNameIF>LTMTopicMapWriter. variantComparator -
Uses of VariantNameIF in net.ontopia.topicmaps.xml
Methods in net.ontopia.topicmaps.xml with parameters of type VariantNameIF Modifier and Type Method Description protected voidXTMTopicMapExporter. writeParameters(VariantNameIF variant, ContentHandler dh)protected voidXTMTopicMapExporter. writeVariantName(VariantNameIF variant, ContentHandler dh)
-