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, waitcopy, getTopicpublic boolean isTopic()
ValueGeneratorIFisTopic in interface ValueGeneratorIFpublic String getLiteral()
getLiteral in interface ValueGeneratorIFpublic LocatorIF getDatatype()
getDatatype in interface ValueGeneratorIFpublic LocatorIF getLocator()
ValueGeneratorIFgetLocator in interface ValueGeneratorIF