public class Value extends SimpleNode
| Modifier and Type | Method and Description |
|---|---|
String |
getConcept() |
Literal |
getLiteral() |
String |
getProperty() |
Object |
jjtAccept(SiDIFVisitor visitor,
ObjectHolder data)
Accept the visitor.
|
void |
setConcept(String concept) |
void |
setLiteral(Literal literal) |
void |
setProperty(String property) |
void |
setValue(Literal literal,
String property,
String concept)
set the Value for this literal
|
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic Value(int id)
public Value(SiDIF p, int id)
public Literal getLiteral()
public void setLiteral(Literal literal)
literal - the literal to setpublic String getProperty()
public void setProperty(String property)
property - the property to setpublic String getConcept()
public void setConcept(String concept)
concept - the concept to setpublic void setValue(Literal literal, String property, String concept)
literal - property - concept - public Object jjtAccept(SiDIFVisitor visitor, ObjectHolder data)
jjtAccept in interface NodejjtAccept in class SimpleNodeCopyright © 2017. All Rights Reserved.