|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Locator
An interface representing an entity locator.
Method Summary | |
---|---|
java.util.Set |
lookup(Identifier id)
Attempts to find an entity based on its IRI. |
Entity |
lookup(Identifier id,
java.lang.Class clazz)
Attempts to find an entity based on its IRI and the type of entity of interest. |
Method Detail |
---|
java.util.Set lookup(Identifier id) throws SynchronisationException
id
- The ID of the entity to find
SynchronisationException
Entity
Entity lookup(Identifier id, java.lang.Class clazz) throws SynchronisationException
id
- The ID of the entity to findclazz
- the type of entity (e.g. the name of the WSMO API interface name)
SynchronisationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |