Package net.ontopia.topicmaps.utils.ctm
Class NamedWildcardTopicGenerator
- java.lang.Object
-
- net.ontopia.topicmaps.utils.ctm.AbstractTopicGenerator
-
- net.ontopia.topicmaps.utils.ctm.NamedWildcardTopicGenerator
-
- All Implemented Interfaces:
ValueGeneratorIF
public class NamedWildcardTopicGenerator extends AbstractTopicGenerator
-
-
Constructor Summary
Constructors Constructor Description NamedWildcardTopicGenerator(ParseContextIF context, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextEnd()
Called when the parse context the named wildcard occurs in ends, so that next time this named wildcard is seen a new topic will need to be created.ValueGeneratorIF
copy()
TopicIF
getTopic()
-
Methods inherited from class net.ontopia.topicmaps.utils.ctm.AbstractTopicGenerator
getDatatype, getLiteral, getLocator, isTopic
-
-
-
-
Constructor Detail
-
NamedWildcardTopicGenerator
public NamedWildcardTopicGenerator(ParseContextIF context, String name)
-
-
Method Detail
-
getTopic
public TopicIF getTopic()
-
copy
public ValueGeneratorIF copy()
-
contextEnd
public void contextEnd()
Called when the parse context the named wildcard occurs in ends, so that next time this named wildcard is seen a new topic will need to be created.
-
-