org.wsmo.factory
Interface ChoreographyFactory.Containers

Enclosing class:
ChoreographyFactory

public static interface ChoreographyFactory.Containers


Method Summary
 Choreography createChoreography(org.wsmo.common.Identifier id)
           
 Choreography createChoreography(org.wsmo.common.Identifier id, StateSignature signature, ChoreographyRules rules)
           
 ChoreographyRules createRules(org.wsmo.common.Identifier id)
           
 ChoreographyRules createRules(org.wsmo.common.Identifier id, Set<ChoreographyRule> rules)
           
 StateSignature createStateSignature(org.wsmo.common.Identifier id)
           
 StateSignature createStateSignature(org.wsmo.common.Identifier id, Set<In> inMode, Set<Out> outMode, Set<Shared> sharedMode, Set<Static> staticMode, Set<Controlled> controlledMode)
           
 

Method Detail

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.