Uses of Interface
net.ontopia.topicmaps.utils.ctm.ValueGeneratorIF
-
Packages that use ValueGeneratorIF Package Description net.ontopia.topicmaps.utils.ctm Provides support for the ISO-standardized textual Compact Topic Maps syntax (or CTM) format for topic maps. -
-
Uses of ValueGeneratorIF in net.ontopia.topicmaps.utils.ctm
Classes in net.ontopia.topicmaps.utils.ctm that implement ValueGeneratorIF Modifier and Type Class Description class
AbstractTopicGenerator
Abstract topic generator.class
IRIAsArgumentGenerator
INTERNAL: A special generator that's used when an IRI is passed as an argument to a template because this can be either a topic reference or an IRI literal, and we don't know which.class
NamedWildcardTopicGenerator
class
ValueGenerator
Simple generator storing values to be generated.class
WildcardTopicGenerator
Methods in net.ontopia.topicmaps.utils.ctm with parameters of type ValueGeneratorIF Modifier and Type Method Description void
BuilderEventHandler. addItemIdentifier(ValueGeneratorIF locator)
void
ParseEventHandlerIF. addItemIdentifier(ValueGeneratorIF locator)
void
TemplateEventHandler. addItemIdentifier(ValueGeneratorIF locator)
void
BuilderEventHandler. addReifier(ValueGeneratorIF topic)
void
ParseEventHandlerIF. addReifier(ValueGeneratorIF topic)
void
TemplateEventHandler. addReifier(ValueGeneratorIF topic)
void
BuilderEventHandler. addRole(ValueGeneratorIF type, ValueGeneratorIF player)
void
ParseEventHandlerIF. addRole(ValueGeneratorIF type, ValueGeneratorIF player)
void
TemplateEventHandler. addRole(ValueGeneratorIF type, ValueGeneratorIF player)
void
BuilderEventHandler. addScopingTopic(ValueGeneratorIF topic)
void
ParseEventHandlerIF. addScopingTopic(ValueGeneratorIF topic)
void
TemplateEventHandler. addScopingTopic(ValueGeneratorIF topic)
void
BuilderEventHandler. addSubjectIdentifier(ValueGeneratorIF locator)
void
ParseEventHandlerIF. addSubjectIdentifier(ValueGeneratorIF locator)
void
TemplateEventHandler. addSubjectIdentifier(ValueGeneratorIF locator)
void
BuilderEventHandler. addSubjectLocator(ValueGeneratorIF locator)
void
ParseEventHandlerIF. addSubjectLocator(ValueGeneratorIF locator)
void
TemplateEventHandler. addSubjectLocator(ValueGeneratorIF locator)
void
BuilderEventHandler. addSubtype(ValueGeneratorIF thesubtype)
void
ParseEventHandlerIF. addSubtype(ValueGeneratorIF subtype)
void
TemplateEventHandler. addSubtype(ValueGeneratorIF subtype)
void
BuilderEventHandler. addTopicType(ValueGeneratorIF type)
void
ParseEventHandlerIF. addTopicType(ValueGeneratorIF topic)
void
TemplateEventHandler. addTopicType(ValueGeneratorIF type)
void
BuilderEventHandler. startAssociation(ValueGeneratorIF type)
void
ParseEventHandlerIF. startAssociation(ValueGeneratorIF type)
void
TemplateEventHandler. startAssociation(ValueGeneratorIF type)
void
BuilderEventHandler. startName(ValueGeneratorIF type, ValueGeneratorIF value)
void
ParseEventHandlerIF. startName(ValueGeneratorIF type, ValueGeneratorIF value)
void
TemplateEventHandler. startName(ValueGeneratorIF type, ValueGeneratorIF value)
void
BuilderEventHandler. startOccurrence(ValueGeneratorIF type, ValueGeneratorIF value)
void
ParseEventHandlerIF. startOccurrence(ValueGeneratorIF type, ValueGeneratorIF value)
void
TemplateEventHandler. startOccurrence(ValueGeneratorIF type, ValueGeneratorIF value)
void
BuilderEventHandler. startTopic(ValueGeneratorIF topicgen)
void
ParseEventHandlerIF. startTopic(ValueGeneratorIF topic)
The generator makes (or just returns) the topic when asked to.void
TemplateEventHandler. startTopic(ValueGeneratorIF topicgen)
void
BuilderEventHandler. startTopicItemIdentifier(ValueGeneratorIF locator)
void
ParseEventHandlerIF. startTopicItemIdentifier(ValueGeneratorIF locator)
void
TemplateEventHandler. startTopicItemIdentifier(ValueGeneratorIF loc)
void
BuilderEventHandler. startTopicSubjectIdentifier(ValueGeneratorIF locator)
void
ParseEventHandlerIF. startTopicSubjectIdentifier(ValueGeneratorIF locator)
void
TemplateEventHandler. startTopicSubjectIdentifier(ValueGeneratorIF loc)
void
BuilderEventHandler. startTopicSubjectLocator(ValueGeneratorIF locator)
void
ParseEventHandlerIF. startTopicSubjectLocator(ValueGeneratorIF locator)
void
TemplateEventHandler. startTopicSubjectLocator(ValueGeneratorIF loc)
void
BuilderEventHandler. startVariant(ValueGeneratorIF value)
void
ParseEventHandlerIF. startVariant(ValueGeneratorIF value)
void
TemplateEventHandler. startVariant(ValueGeneratorIF value)
-