com.ontotext.ordi.wsmo4rdf
Interface WSMLTripleHandler

All Known Implementing Classes:
ArrayTripleHandlerImpl, Handler2TConnectionImpl

public interface WSMLTripleHandler

This interface dispatches tripleset statements.

Author:
vassil

Method Summary
 void handleTriple(URI subject, URI predicate, Value object, URI namedGraph, URI... tripleSets)
          Method to dispatch a tripleset.
 

Method Detail

handleTriple

void handleTriple(URI subject,
                  URI predicate,
                  Value object,
                  URI namedGraph,
                  URI... tripleSets)
Method to dispatch a tripleset.

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.