org.smartcomps.twister.engine.priv.core.definition
Interface Assign

All Superinterfaces:
Activity, BasicActivity
All Known Implementing Classes:
AssignImpl

public interface Assign
extends BasicActivity

An assign is a basic activity used to copy data from one variable to another or to construct or insert new data with an expression. An assign is just a container for Assignment objects that describe the real assignment.


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 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
 

Method Detail

getAssignments

public java.util.List getAssignments()

setAssignments

public void setAssignments(java.util.List assignments)

addAssignment

public void addAssignment(org.smartcomps.twister.engine.priv.core.definition.Assignment assignment)


Copyright © 2003 SmartComps. All Rights Reserved.