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:RdfValue
Indicates if the value type is blank node identifier.- Specified by:
isBlankNode
in interfaceRdfValue
- Returns:
true
if the value type is blank node,false
otherwise.
-
isIRI
public boolean isIRI()Description copied from interface:RdfValue
Indicates if the value type is an absolute IRI. -
getValue
Description copied from interface:RdfValue
Returns rawString
representation of the value. -
hashCode
public int hashCode() -
equals
-
toString
-