com.ontotext.ordi.tripleset
Interface TStatement

All Superinterfaces:
Serializable, Statement
All Known Implementing Classes:
LazyTStatementImpl, TStatementImpl

public interface TStatement
extends Statement

An RDF statement with specified graph name and meta-data represented as triplesets.

Author:
vassil TODO: Check if Resource type is compatible with the SPARQL definition of graph name.

Method Summary
 Iterator<URI> getTriplesetIterator()
          Gets iterator to the associated triplesets for this statement instance.
 boolean isMemberOf(URI uri)
          Checks if this statement is associated with a specific tripleset URI.
 
Methods inherited from interface org.openrdf.model.Statement
equals, getContext, getObject, getPredicate, getSubject, hashCode
 

Method Detail

getTriplesetIterator

Iterator<URI> getTriplesetIterator()
Gets iterator to the associated triplesets for this statement instance.

Returns:
iterator with the associated triplests

isMemberOf

boolean isMemberOf(URI uri)
Checks if this statement is associated with a specific tripleset URI.

Parameters:
uri - the tripleset identifier to be checked
Returns:
true if the statement is associated or false if otherwise


Copyright © 2008. All Rights Reserved.