com.ontotext.ordi.wsmo4rdf.impl
Class Handler2TConnectionImpl

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.impl.Handler2TConnectionImpl
All Implemented Interfaces:
WSMLTripleHandler

public class Handler2TConnectionImpl
extends Object
implements WSMLTripleHandler


Field Summary
protected  TConnection connection
           
 
Constructor Summary
Handler2TConnectionImpl(TConnection connection)
           
 
Method Summary
 int getStatementsProcessed()
           
 void handleTriple(URI subject, URI predicate, Value object, URI namedGraph, URI... tripleSets)
          Method to dispatch a tripleset.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected final TConnection connection
Constructor Detail

Handler2TConnectionImpl

public Handler2TConnectionImpl(TConnection connection)
Method Detail

handleTriple

public void handleTriple(URI subject,
                         URI predicate,
                         Value object,
                         URI namedGraph,
                         URI... tripleSets)
Description copied from interface: WSMLTripleHandler
Method to dispatch a tripleset.

Specified by:
handleTriple in interface WSMLTripleHandler
Parameters:
subject - of the statement
predicate - of the statement
object - of statement
namedGraph - of the statement
tripleSets - of the statemenet

getStatementsProcessed

public int getStatementsProcessed()


Copyright © 2008. All Rights Reserved.