com.ontotext.ordi.wsmo4rdf
Interface WSMLtoTriples

All Known Implementing Classes:
WSML2TriplesImpl

public interface WSMLtoTriples

A transformer of WSMO entities (Entity to triplesets.

Author:
vassil

Method Summary
 WSMLTripleHandler getHandler()
          Get the object to handle the result triplesets.
 void process(Entity entity)
          Transforms a WSMO entity to triplesets.
 void setHandler(WSMLTripleHandler handler)
          Sets the object to handle the result triplesets.
 

Method Detail

process

void process(Entity entity)
Transforms a WSMO entity to triplesets.

Parameters:
entity - to transform

getHandler

WSMLTripleHandler getHandler()
Get the object to handle the result triplesets.

Returns:
object to handle the result triplesets

setHandler

void setHandler(WSMLTripleHandler handler)
Sets the object to handle the result triplesets.

Parameters:
handler - is object to handle the result triplesets


Copyright © 2008. All Rights Reserved.