|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRI | |
---|---|
org.omwg.logicalexpression.terms | |
org.omwg.ontology | |
org.wsmo.common | |
org.wsmo.datastore | |
org.wsmo.factory | |
org.wsmo.mediator |
Uses of IRI in org.omwg.logicalexpression.terms |
---|
Methods in org.omwg.logicalexpression.terms that return IRI | |
---|---|
IRI |
ConstructedTerm.getFunctionSymbol()
The returned IRI represents the name of the ConstructedTerm. |
Methods in org.omwg.logicalexpression.terms with parameters of type IRI | |
---|---|
void |
Visitor.visitIRI(IRI t)
|
Uses of IRI in org.omwg.ontology |
---|
Methods in org.omwg.ontology that return IRI | |
---|---|
IRI |
WsmlDataType.getIRI()
Returns the IRI of this type |
Uses of IRI in org.wsmo.common |
---|
Methods in org.wsmo.common that return IRI | |
---|---|
IRI |
Namespace.getIRI()
Retrieve the full IRI of the namespace |
Methods in org.wsmo.common that return types with arguments of type IRI | |
---|---|
Set<IRI> |
TopEntity.listMediators()
Returns the list of used mediators. |
Map<IRI,Set<Object>> |
Entity.listNFPValues()
Returns all the NFP with their values as java.util.Map. |
Methods in org.wsmo.common with parameters of type IRI | |
---|---|
void |
TopEntity.addMediator(IRI mediator)
Adds a reference to a new mediator to this element's used mediators list. |
void |
Entity.addNFPValue(IRI key,
Identifier value)
Adds a value to the list of values associated with this key. |
void |
Entity.addNFPValue(IRI key,
Value value)
Adds a value to the list of values associated with this key. |
Set<Object> |
Entity.listNFPValues(IRI key)
Returns the list of values associated with the specified key. |
void |
TopEntity.removeMediator(IRI iri)
Removes a reference to a mediator from this element's used mediator list. |
void |
Entity.removeNFP(IRI key)
Removes a NFP (e.g. |
void |
Entity.removeNFPValue(IRI key,
Identifier value)
Removes a value from the list of values associated with a specific key. |
void |
Entity.removeNFPValue(IRI key,
Value value)
Removes a value from the list of values associated with a specific key. |
void |
TopEntity.removeOntology(IRI iri)
Removes an ontology from the list of ontolgies which this element imports. |
void |
TopEntity.setDefaultNamespace(IRI iri)
sets a default namespace for the container |
Uses of IRI in org.wsmo.datastore |
---|
Methods in org.wsmo.datastore that return types with arguments of type IRI | |
---|---|
List<IRI> |
WsmoRepository.listGoals()
|
List<IRI> |
WsmoRepository.listMediators()
|
List<IRI> |
WsmoRepository.listOntologies()
|
List<IRI> |
WsmoRepository.listWebServices()
|
Methods in org.wsmo.datastore with parameters of type IRI | |
---|---|
void |
WsmoRepository.deleteGoal(IRI id)
|
void |
WsmoRepository.deleteMediator(IRI id)
|
void |
WsmoRepository.deleteOntology(IRI id)
|
void |
WsmoRepository.deleteWebService(IRI id)
|
Goal |
WsmoRepository.getGoal(IRI id)
|
Mediator |
WsmoRepository.getMediator(IRI id)
|
Ontology |
WsmoRepository.getOntology(IRI id)
|
WebService |
WsmoRepository.getWebService(IRI id)
|
Uses of IRI in org.wsmo.factory |
---|
Methods in org.wsmo.factory that return IRI | |
---|---|
IRI |
WsmoFactory.createIRI(Namespace ns,
String localPart)
Creates a new IRI object (for example 'ns:x'). |
IRI |
WsmoFactory.createIRI(String fullIRI)
Creates a new IRI object. |
Methods in org.wsmo.factory with parameters of type IRI | |
---|---|
Capability |
WsmoFactory.createCapability(IRI id)
Creates a new Capability object. |
ConstructedTerm |
LogicalExpressionFactory.createConstructedTerm(IRI functionSymbol,
List<Term> terms)
creates a constructed term (e.g. |
GGMediator |
WsmoFactory.createGGMediator(IRI id)
Creates a mediator. |
Goal |
WsmoFactory.createGoal(IRI id)
Creates a goal. |
Interface |
WsmoFactory.createInterface(IRI id)
Creates a new Interface object. |
Namespace |
WsmoFactory.createNamespace(String prefix,
IRI iri)
Creates a new Namespace object. |
Ontology |
WsmoFactory.createOntology(IRI id)
Creates a new Ontology object. |
OOMediator |
WsmoFactory.createOOMediator(IRI id)
Creates a mediator. |
WebService |
WsmoFactory.createWebService(IRI id)
Creates a new WebService object. |
WGMediator |
WsmoFactory.createWGMediator(IRI id)
Creates a mediator. |
WsmlDataType |
DataFactory.createWsmlDataType(IRI typeIRI)
|
WWMediator |
WsmoFactory.createWWMediator(IRI id)
Creates a mediator. |
Capability |
WsmoFactory.getCapability(IRI id)
Return existing Capability instance |
GGMediator |
WsmoFactory.getGGMediator(IRI id)
Return exiasing GGMediator instance |
Goal |
WsmoFactory.getGoal(IRI id)
Return an existing Goal instance |
Interface |
WsmoFactory.getInterface(IRI id)
Return an existing Interface instance |
Ontology |
WsmoFactory.getOntology(IRI id)
Return exisitng Ontology instance |
OOMediator |
WsmoFactory.getOOMediator(IRI id)
Return an existing OOMediator instance |
WebService |
WsmoFactory.getWebService(IRI id)
Return existing WebService instance |
WGMediator |
WsmoFactory.getWGMediator(IRI id)
Return existing WGMediator instance |
WWMediator |
WsmoFactory.getWWMediator(IRI id)
Return existing WWMediator instance |
Uses of IRI in org.wsmo.mediator |
---|
Methods in org.wsmo.mediator that return IRI | |
---|---|
IRI |
Mediator.getMediationService()
Returns the mediation service of this mediator. |
IRI |
Mediator.getTarget()
Returns the target component of this mediator. |
Methods in org.wsmo.mediator that return types with arguments of type IRI | |
---|---|
Set<IRI> |
Mediator.listSources()
Returns set of the source components for this mediator. |
Methods in org.wsmo.mediator with parameters of type IRI | |
---|---|
void |
Mediator.addSource(IRI iri)
add a source component to this mediator. |
void |
Mediator.removeSource(IRI iri)
remove a source component from this mediator. |
void |
Mediator.setMediationService(IRI medServiceID)
Sets the ID of the service which performs the actual mediation. |
void |
Mediator.setTarget(IRI target)
Sets the target component of this mediator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |