com.ontotext.ordi.wsmo4rdf
Interface WSMLTripleHandler
- All Known Implementing Classes:
- ArrayTripleHandlerImpl, Handler2TConnectionImpl
public interface WSMLTripleHandler
This interface dispatches tripleset statements.
- Author:
- vassil
handleTriple
void handleTriple(URI subject,
URI predicate,
Value object,
URI namedGraph,
URI... tripleSets)
- Method to dispatch a tripleset.
- Parameters:
subject
- of the statementpredicate
- of the statementobject
- of statementnamedGraph
- of the statementtripleSets
- of the statemenet
Copyright © 2008. All Rights Reserved.