com.ontotext.ordi.wsmo4rdf.impl
Class ArrayTripleHandlerImpl

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

public class ArrayTripleHandlerImpl
extends Object
implements WSMLTripleHandler


Field Summary
 List<TStatement> array
           
 
Constructor Summary
ArrayTripleHandlerImpl()
           
 
Method Summary
 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

array

public final List<TStatement> array
Constructor Detail

ArrayTripleHandlerImpl

public ArrayTripleHandlerImpl()
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


Copyright © 2008. All Rights Reserved.