com.ontotext.ordi.wsmo4rdf.impl
Class WSMLfromTriplesImpl

java.lang.Object
  extended by com.ontotext.ordi.wsmo4rdf.impl.WSMLfromTriplesImpl
All Implemented Interfaces:
WSMLfromTriples

public class WSMLfromTriplesImpl
extends Object
implements WSMLfromTriples


Constructor Summary
WSMLfromTriplesImpl(WsmoFactory wsmoFactory, LogicalExpressionFactory leFactory, TConnection storeConnection)
           
 
Method Summary
protected  void _processNFPs(Identifier id, Entity item)
           
protected  void _processTopEntity(TopEntity item)
           
 Set<Entity> construct(Identifier id)
          Constructs set of entities by specified identifier.
 Entity construct(Identifier id, Class<? extends Entity> cls)
          Constructs an entity by specified identifier and entity class type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMLfromTriplesImpl

public WSMLfromTriplesImpl(WsmoFactory wsmoFactory,
                           LogicalExpressionFactory leFactory,
                           TConnection storeConnection)
Method Detail

construct

public Set<Entity> construct(Identifier id)
Description copied from interface: WSMLfromTriples
Constructs set of entities by specified identifier.

Specified by:
construct in interface WSMLfromTriples
Parameters:
id - of the entities
Returns:
set of entities to use that identifier

construct

public Entity construct(Identifier id,
                        Class<? extends Entity> cls)
Description copied from interface: WSMLfromTriples
Constructs an entity by specified identifier and entity class type

Specified by:
construct in interface WSMLfromTriples
Parameters:
id - of the entity
cls - of the entity
Returns:
null or the constructed entity

_processNFPs

protected void _processNFPs(Identifier id,
                            Entity item)

_processTopEntity

protected void _processTopEntity(TopEntity item)


Copyright © 2008. All Rights Reserved.