com.ontotext.ordi.wsmo4rdf.impl
Class WSMLfromTriplesImpl
java.lang.Object
com.ontotext.ordi.wsmo4rdf.impl.WSMLfromTriplesImpl
- All Implemented Interfaces:
- WSMLfromTriples
public class WSMLfromTriplesImpl
- extends Object
- implements WSMLfromTriples
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSMLfromTriplesImpl
public WSMLfromTriplesImpl(WsmoFactory wsmoFactory,
LogicalExpressionFactory leFactory,
TConnection storeConnection)
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 entitycls
- 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.