Package no.hasmac.rdf.impl
Class RdfResourceImpl
java.lang.Object
no.hasmac.rdf.impl.RdfResourceImpl
- All Implemented Interfaces:
RdfResource,RdfValue
-
Field Details
-
value
-
blankNode
private final boolean blankNode
-
-
Constructor Details
-
RdfResourceImpl
-
-
Method Details
-
isBlankNode
public boolean isBlankNode()Description copied from interface:RdfValueIndicates if the value type is blank node identifier.- Specified by:
isBlankNodein interfaceRdfValue- Returns:
trueif the value type is blank node,falseotherwise.
-
isIRI
public boolean isIRI()Description copied from interface:RdfValueIndicates if the value type is an absolute IRI. -
getValue
Description copied from interface:RdfValueReturns rawStringrepresentation of the value. -
hashCode
public int hashCode() -
equals
-
toString
-