org.openrdf.sesame.sailimpl.memory
Class MemStatement

java.lang.Object
  extended byorg.openrdf.model.impl.StatementImpl
      extended byorg.openrdf.sesame.sailimpl.memory.MemStatement
All Implemented Interfaces:
Comparable, Serializable, Statement

public class MemStatement
extends StatementImpl

A MemStatement is a Statement which has a flag setting indicating whether the statement is explicit or inferred.

Version:
$Revision: 1.4.4.2 $
Author:
Jeen Broekstra
See Also:
Serialized Form

Constructor Summary
MemStatement(Resource subject, URI predicate, Value object)
           
MemStatement(Resource subject, URI predicate, Value object, boolean explicit)
           
 
Method Summary
 boolean isExplicit()
           
 void setExplicit(boolean explicit)
           
 
Methods inherited from class org.openrdf.model.impl.StatementImpl
compareTo, equals, getObject, getPredicate, getSubject, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemStatement

public MemStatement(Resource subject,
                    URI predicate,
                    Value object)

MemStatement

public MemStatement(Resource subject,
                    URI predicate,
                    Value object,
                    boolean explicit)
Method Detail

setExplicit

public void setExplicit(boolean explicit)

isExplicit

public boolean isExplicit()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.