Class RdfResourceImpl
java.lang.Object
no.hasmac.rdf.impl.RdfResourceImpl
- All Implemented Interfaces:
RdfResource, RdfValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface RdfResource
asLiteral, isLiteral
-
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
-
getValue
-
hashCode
-
equals
-
toString
-