|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.coode.owl.rdf.model.RDFNode
public abstract class RDFNode
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Dec-2006
Constructor Summary | |
---|---|
RDFNode()
|
Method Summary | |
---|---|
abstract java.net.URI |
getURI()
Gets the URI of the resource. |
abstract boolean |
isAnonymous()
Determines if this node is a resource and is anonymous. |
abstract boolean |
isLiteral()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RDFNode()
Method Detail |
---|
public abstract boolean isLiteral()
public abstract java.net.URI getURI()
null
if this is an anonymous resource.public abstract boolean isAnonymous()
true
if this is a resource node (i.e.
isLiteral
returns false
) and the
node is anonymous, or false
if this is a
resource node and is not anonymous.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |