com.ontotext.ordi.wsmo4rdf
Interface WSMLfromTriples

All Known Implementing Classes:
WSMLfromTriplesImpl

public interface WSMLfromTriples

This interfaces constructs WSMO entities of type Entity.

Author:
vassil

Method Summary
 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
 

Method Detail

construct

Set<Entity> construct(Identifier id)
Constructs set of entities by specified identifier.

Parameters:
id - of the entities
Returns:
set of entities to use that identifier

construct

Entity construct(Identifier id,
                 Class<? extends Entity> cls)
Constructs an entity by specified identifier and entity class type

Parameters:
id - of the entity
cls - of the entity
Returns:
null or the constructed entity


Copyright © 2008. All Rights Reserved.