public class RDFLiteral extends RDFNode implements Serializable
| Constructor and Description |
|---|
RDFLiteral(OWLLiteral literal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OWLLiteral |
getLiteral() |
int |
hashCode() |
boolean |
isLiteral()
Determines if this node is a literal node.
|
String |
toString() |
public RDFLiteral(OWLLiteral literal)
literal - the wrapped literalpublic OWLLiteral getLiteral()
public boolean isLiteral()
RDFNodeCopyright © 2014 The University of Manchester. All Rights Reserved.