com.ontotext.ordi.tripleset.impl
Class TFactoryImpl

java.lang.Object
  extended by org.openrdf.model.impl.ValueFactoryBase
      extended by org.openrdf.model.impl.ValueFactoryImpl
          extended by com.ontotext.ordi.tripleset.impl.TFactoryImpl
All Implemented Interfaces:
TFactory, ValueFactory
Direct Known Subclasses:
TRREEValueFactory

public class TFactoryImpl
extends ValueFactoryImpl
implements TFactory


Constructor Summary
TFactoryImpl()
           
 
Method Summary
 TStatement createStatement(Resource subject, URI predicate, Value object, Resource context, Set<URI> ts)
          Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets.
 TStatement createStatement(Resource subject, URI predicate, Value object, Resource context, URI... ts)
          Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets.
 
Methods inherited from class org.openrdf.model.impl.ValueFactoryImpl
createBNode, createLiteral, createLiteral, createLiteral, createStatement, createStatement, createURI, createURI, getInstance
 
Methods inherited from class org.openrdf.model.impl.ValueFactoryBase
createBNode, createFPLiteral, createIntegerLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createNumericLiteral, initBNodeParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.model.ValueFactory
createBNode, createBNode, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createLiteral, createStatement, createStatement, createURI, createURI
 

Constructor Detail

TFactoryImpl

public TFactoryImpl()
Method Detail

createStatement

public TStatement createStatement(Resource subject,
                                  URI predicate,
                                  Value object,
                                  Resource context,
                                  URI... ts)
Description copied from interface: TFactory
Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets.

Specified by:
createStatement in interface TFactory
Parameters:
subject - The statement's subject.
predicate - The statement's predicate.
object - The statement's object.
context - The statement's context.
ts - The statement's tripleset.
Returns:
The created statement.

createStatement

public TStatement createStatement(Resource subject,
                                  URI predicate,
                                  Value object,
                                  Resource context,
                                  Set<URI> ts)
Description copied from interface: TFactory
Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets.

Specified by:
createStatement in interface TFactory
Parameters:
subject - The statement's subject.
predicate - The statement's predicate.
object - The statement's object.
context - The statement's context.
ts - The statement's tripleset.
Returns:
The created statement.


Copyright © 2008. All Rights Reserved.