org.smartcomps.twister.engine.priv.core.definition.impl
Class AssignImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
        |
        +--org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
              |
              +--org.smartcomps.twister.engine.priv.core.definition.impl.AssignImpl
All Implemented Interfaces:
Activity, Assign, BasicActivity, java.lang.Comparable

public class AssignImpl
extends BasicActivityImpl
implements Assign

Persistent implementation of the Assign interface.

See Also:
Assign

Constructor Summary
AssignImpl()
           
 
Method Summary
 void addAssignment(org.smartcomps.twister.engine.priv.core.definition.Assignment assignment)
           
 java.util.List getAssignments()
           
 void setAssignments(java.util.List assignments)
           
 
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
execute
 
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
compareTo, createContextTree, fetchProcess, getActivityContainer, getContainer, getId, getIndex, getJoinCondition, getName, getProcess, getProcessSet, getSourceLinks, getTargetLinks, setActivityContainer, setContainer, setId, setIndex, setJoinCondition, setName, setProcess, setProcessSet, setSourceLinks, setTargetLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity
execute
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks
 

Constructor Detail

AssignImpl

public AssignImpl()
Method Detail

getAssignments

public java.util.List getAssignments()
Specified by:
getAssignments in interface Assign

setAssignments

public void setAssignments(java.util.List assignments)
Specified by:
setAssignments in interface Assign

addAssignment

public void addAssignment(org.smartcomps.twister.engine.priv.core.definition.Assignment assignment)
Specified by:
addAssignment in interface Assign


Copyright © 2003 SmartComps. All Rights Reserved.