org.wsmo.factory
Interface ChoreographyFactory.Containers
- Enclosing class:
- ChoreographyFactory
public static interface ChoreographyFactory.Containers
createChoreography
Choreography createChoreography(org.wsmo.common.Identifier id)
createChoreography
Choreography createChoreography(org.wsmo.common.Identifier id,
StateSignature signature,
ChoreographyRules rules)
createStateSignature
StateSignature createStateSignature(org.wsmo.common.Identifier id)
createStateSignature
StateSignature createStateSignature(org.wsmo.common.Identifier id,
Set<In> inMode,
Set<Out> outMode,
Set<Shared> sharedMode,
Set<Static> staticMode,
Set<Controlled> controlledMode)
createRules
ChoreographyRules createRules(org.wsmo.common.Identifier id)
createRules
ChoreographyRules createRules(org.wsmo.common.Identifier id,
Set<ChoreographyRule> rules)
Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.