org.wsmo.factory
Interface OrchestrationFactory.UpdateRules
- Enclosing class:
- OrchestrationFactory
public static interface OrchestrationFactory.UpdateRules
createAdd
Add createAdd(CompoundFact fact)
createDelete
Delete createDelete(CompoundFact fact)
createUpdate
Update createUpdate(CompoundFact newFact)
createUpdate
Update createUpdate(CompoundFact newFact,
CompoundFact oldFact)
throws org.wsmo.common.exception.InvalidModelException
- Throws:
org.wsmo.common.exception.InvalidModelException
createReceive
Receive createReceive(org.wsmo.common.IRI perform,
org.wsmo.common.IRI source)
createSend
Send createSend(org.wsmo.common.IRI perform,
org.wsmo.common.IRI target)
createOrchestrationApplyMediation
OrchestrationApplyMediation createOrchestrationApplyMediation(org.wsmo.common.IRI perform,
PpMediator mediator)
createOrchestrationInvokeService
OrchestrationInvokeService createOrchestrationInvokeService(org.wsmo.common.IRI perform,
org.wsmo.service.WebService service)
createOrchestrationAchieveGoal
OrchestrationAchieveGoal createOrchestrationAchieveGoal(org.wsmo.common.IRI perform,
org.wsmo.service.Goal goal)
createPpMediator
PpMediator createPpMediator(org.wsmo.common.Identifier id)
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.