public class IRIAsArgumentGenerator extends Object implements ValueGeneratorIF
| Constructor and Description |
|---|
IRIAsArgumentGenerator(ParseContextIF context,
LocatorIF locator) |
| Modifier and Type | Method and Description |
|---|---|
ValueGeneratorIF |
copy() |
LocatorIF |
getDatatype() |
String |
getLiteral() |
LocatorIF |
getLocator()
Returns a locator if the literal is a locator.
|
TopicIF |
getTopic() |
boolean |
isTopic()
Returns true if this generator produces a topic.
|
public IRIAsArgumentGenerator(ParseContextIF context, LocatorIF locator)
public boolean isTopic()
ValueGeneratorIFisTopic in interface ValueGeneratorIFpublic TopicIF getTopic()
getTopic in interface ValueGeneratorIFpublic ValueGeneratorIF copy()
copy in interface ValueGeneratorIFpublic String getLiteral()
getLiteral in interface ValueGeneratorIFpublic LocatorIF getDatatype()
getDatatype in interface ValueGeneratorIFpublic LocatorIF getLocator()
ValueGeneratorIFgetLocator in interface ValueGeneratorIF