public abstract class AbstractTopicGenerator extends Object implements ValueGeneratorIF
Constructor and Description |
---|
AbstractTopicGenerator() |
Modifier and Type | Method and Description |
---|---|
LocatorIF |
getDatatype() |
String |
getLiteral() |
LocatorIF |
getLocator()
Returns a locator if the literal is a locator.
|
boolean |
isTopic()
Returns true if this generator produces a topic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy, getTopic
public boolean isTopic()
ValueGeneratorIF
isTopic
in interface ValueGeneratorIF
public String getLiteral()
getLiteral
in interface ValueGeneratorIF
public LocatorIF getDatatype()
getDatatype
in interface ValueGeneratorIF
public LocatorIF getLocator()
ValueGeneratorIF
getLocator
in interface ValueGeneratorIF