org.deri.wsmo4j.choreography
Class ChoreographyFactoryRI

java.lang.Object
  extended by org.wsmo.factory.ChoreographyFactory
      extended by org.deri.wsmo4j.choreography.ChoreographyFactoryRI

public class ChoreographyFactoryRI
extends ChoreographyFactory

Reference implementation for the Choreography Factory.

       Created on Jul 26, 2005
       Committed by $Author: vassil_momtchev $
       $Source$
 

Version:
$Revision: 1844 $ $Date: 2006-10-24 17:11:48 +0300 (Tue, 24 Oct 2006) $
Author:
Thomas Haselwanter, James Scicluna

Nested Class Summary
 
Nested classes/interfaces inherited from class org.wsmo.factory.ChoreographyFactory
ChoreographyFactory.Containers, ChoreographyFactory.Facts, ChoreographyFactory.Modes, ChoreographyFactory.TransitionRules, ChoreographyFactory.UpdateRules
 
Field Summary
 
Fields inherited from class org.wsmo.factory.ChoreographyFactory
containers, facts, modes, transitionRules, updateRules
 
Constructor Summary
ChoreographyFactoryRI()
          Choreography Factory default constructor
ChoreographyFactoryRI(Map params)
          Choreography Factory constructor accepting a set of parameters for initialization purposes.
 
Method Summary
protected  ChoreographyFactory.Containers createContainers()
           
protected  ChoreographyFactory.Facts createFacts()
           
protected  ChoreographyFactory.Modes createModes()
           
protected  ChoreographyFactory.TransitionRules createTransitionRules()
           
protected  ChoreographyFactory.UpdateRules createUpdateRules()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChoreographyFactoryRI

public ChoreographyFactoryRI()
Choreography Factory default constructor


ChoreographyFactoryRI

public ChoreographyFactoryRI(Map params)
Choreography Factory constructor accepting a set of parameters for initialization purposes.

Parameters:
params -
Method Detail

createContainers

protected ChoreographyFactory.Containers createContainers()
Specified by:
createContainers in class ChoreographyFactory

createTransitionRules

protected ChoreographyFactory.TransitionRules createTransitionRules()
Specified by:
createTransitionRules in class ChoreographyFactory

createUpdateRules

protected ChoreographyFactory.UpdateRules createUpdateRules()
Specified by:
createUpdateRules in class ChoreographyFactory

createModes

protected ChoreographyFactory.Modes createModes()
Specified by:
createModes in class ChoreographyFactory

createFacts

protected ChoreographyFactory.Facts createFacts()
Specified by:
createFacts in class ChoreographyFactory


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.