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

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.InvokeImpl
All Implemented Interfaces:
Activity, BasicActivity, java.lang.Comparable, Invoke

public class InvokeImpl
extends BasicActivityImpl
implements Invoke

Persistent implementation of the Invoke interface.

See Also:
Invoke

Constructor Summary
InvokeImpl()
           
 
Method Summary
 void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
           
 java.util.Collection getCorrelations()
           
 java.lang.String getInputVariable()
           
 java.lang.String getOperation()
           
 java.lang.String getOutputVariable()
           
 java.lang.String getPartner()
           
 java.lang.String getPortType()
           
 void setCorrelations(java.util.Collection correlations)
           
 void setInputVariable(java.lang.String inputVariable)
           
 void setOperation(java.lang.String operation)
           
 void setOutputVariable(java.lang.String outputVariable)
           
 void setPartner(java.lang.String partner)
           
 void setPortType(java.lang.String portType)
           
 
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

InvokeImpl

public InvokeImpl()
Method Detail

getPartner

public java.lang.String getPartner()
Specified by:
getPartner in interface Invoke

setPartner

public void setPartner(java.lang.String partner)
Specified by:
setPartner in interface Invoke

getPortType

public java.lang.String getPortType()
Specified by:
getPortType in interface Invoke

setPortType

public void setPortType(java.lang.String portType)
Specified by:
setPortType in interface Invoke

getOperation

public java.lang.String getOperation()
Specified by:
getOperation in interface Invoke

setOperation

public void setOperation(java.lang.String operation)
Specified by:
setOperation in interface Invoke

getInputVariable

public java.lang.String getInputVariable()
Specified by:
getInputVariable in interface Invoke

setInputVariable

public void setInputVariable(java.lang.String inputVariable)
Specified by:
setInputVariable in interface Invoke

getOutputVariable

public java.lang.String getOutputVariable()
Specified by:
getOutputVariable in interface Invoke

setOutputVariable

public void setOutputVariable(java.lang.String outputVariable)
Specified by:
setOutputVariable in interface Invoke

getCorrelations

public java.util.Collection getCorrelations()
Specified by:
getCorrelations in interface Invoke

setCorrelations

public void setCorrelations(java.util.Collection correlations)

addCorrelation

public void addCorrelation(org.smartcomps.twister.engine.priv.core.definition.CorrelationRef correlationRef)
Specified by:
addCorrelation in interface Invoke


Copyright © 2003 SmartComps. All Rights Reserved.