Package no.hasmac.rdf.impl
Class RdfNQuadImpl
java.lang.Object
no.hasmac.rdf.impl.RdfTripleImpl
no.hasmac.rdf.impl.RdfNQuadImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
RdfNQuadImpl
(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName) -
Method Summary
Methods inherited from class no.hasmac.rdf.impl.RdfTripleImpl
getObject, getPredicate, getSubject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface no.hasmac.rdf.RdfTriple
getObject, getPredicate, getSubject
-
Field Details
-
graphName
-
-
Constructor Details
-
RdfNQuadImpl
protected RdfNQuadImpl(RdfResource subject, RdfResource predicate, RdfValue object, RdfResource graphName)
-
-
Method Details
-
getGraphName
- Specified by:
getGraphName
in interfaceRdfNQuad
-
toString
- Overrides:
toString
in classRdfTripleImpl
-