|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.argouml.model.AbstractCommonBehaviorHelperDecorator
An abstract Decorator for the CommonBehaviorHelper.
| Method Summary | |
void |
addActualArgument(Object handle,
Object argument)
Adds an actual argument to an action. |
void |
addClassifier(Object handle,
Object classifier)
Adds a Classifier to an Instance. |
void |
addStimulus(Object handle,
Object stimulus)
Adds a stimulus to a action or link. |
Object |
getActionOwner(Object handle)
Return the owner of an action. |
protected CommonBehaviorHelper |
getComponent()
The component we are decorating. |
Object |
getDestination(Object link)
Returns the destination of a link. |
Object |
getInstantiation(Object createaction)
Returns the instance which the create action creates. |
Object |
getSource(Object link)
Returns the source of a link. |
void |
removeActualArgument(Object handle,
Object argument)
Removes the actual Argument from an Action. |
void |
removeClassifier(Object handle,
Object classifier)
This method classifier from an instance. |
void |
removeContext(Object handle,
Object context)
Remove the given context (BehavioralFeature) from a Signal. |
void |
removeReception(Object handle,
Object reception)
Remove a given Reception from a given Signal. |
void |
setAsynchronous(Object handle,
boolean value)
Sets the asynchronous property of an action. |
void |
setClassifiers(Object handle,
Vector v)
Sets the classifiers of some instance. |
void |
setCommunicationLink(Object handle,
Object c)
Sets the communicationLink between a link c and a stimulus handle. |
void |
setComponentInstance(Object handle,
Object c)
|
void |
setContexts(Object handle,
Collection c)
Sets the contexts for a Signal. |
void |
setDispatchAction(Object handle,
Object value)
Sets the dispatch action for some stimulus. |
void |
setInstance(Object handle,
Object inst)
Sets the given Instance to the given LinkEnd or AttributeLink. |
void |
setInstantiation(Object createaction,
Object instantiation)
Set the instantiation for a create action. |
void |
setNodeInstance(Object handle,
Object nodeInstance)
Set the NodeInstance of a ComponentInstance. |
void |
setOperation(Object handle,
Object operation)
Set the Operation of a CallAction or CallEvent. |
void |
setReceiver(Object handle,
Object receiver)
Sets the receiver of some model element. |
void |
setReception(Object handle,
Collection c)
Sets the collection of receptions for a Sinal. |
void |
setRecurrence(Object handle,
Object expr)
Set the recurrence of an Action. |
void |
setScript(Object handle,
Object expr)
Set the Expression (script) for an Action. |
void |
setSender(Object handle,
Object sender)
Sets the sender of some model element. |
void |
setSignal(Object handle,
Object signal)
Set the Signal. |
void |
setSpecification(Object handle,
String specification)
|
void |
setTarget(Object handle,
Object element)
Sets the target of some action or transition. |
void |
setTransition(Object handle,
Object trans)
Set the Transition of a guard or effect (Action). |
void |
setValue(Object handle,
Object value)
Set the value of a given object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public Object getSource(Object link)
CommonBehaviorHelper
getSource in interface CommonBehaviorHelperlink - the given link
CommonBehaviorHelper.getSource(java.lang.Object)protected CommonBehaviorHelper getComponent()
public Object getDestination(Object link)
CommonBehaviorHelper
getDestination in interface CommonBehaviorHelperlink - the given link
CommonBehaviorHelper.getDestination(
java.lang.Object)
public void removeActualArgument(Object handle,
Object argument)
CommonBehaviorHelper
removeActualArgument in interface CommonBehaviorHelperhandle - Actionargument - ArgumentCommonBehaviorHelper.removeActualArgument(
java.lang.Object,
java.lang.Object)
public void removeClassifier(Object handle,
Object classifier)
CommonBehaviorHelper
removeClassifier in interface CommonBehaviorHelperhandle - is the instanceclassifier - is the classifierCommonBehaviorHelper.removeClassifier(
java.lang.Object,
java.lang.Object)
public void removeContext(Object handle,
Object context)
CommonBehaviorHelper
removeContext in interface CommonBehaviorHelperhandle - Signalcontext - BehavioralFeatureCommonBehaviorHelper.removeContext(
java.lang.Object,
java.lang.Object)
public void removeReception(Object handle,
Object reception)
CommonBehaviorHelper
removeReception in interface CommonBehaviorHelperhandle - the Signalreception - the ReceptionCommonBehaviorHelper.removeReception(
java.lang.Object,
java.lang.Object)
public void addActualArgument(Object handle,
Object argument)
CommonBehaviorHelper
addActualArgument in interface CommonBehaviorHelperhandle - the actionargument - the argumentCommonBehaviorHelper.addActualArgument(
java.lang.Object,
java.lang.Object)
public void addClassifier(Object handle,
Object classifier)
CommonBehaviorHelper
addClassifier in interface CommonBehaviorHelperhandle - Instanceclassifier - ClassifierCommonBehaviorHelper.addClassifier(
java.lang.Object,
java.lang.Object)
public void addStimulus(Object handle,
Object stimulus)
CommonBehaviorHelper
addStimulus in interface CommonBehaviorHelperhandle - the action or linkstimulus - is the stimulusCommonBehaviorHelper.addStimulus(
java.lang.Object,
java.lang.Object)
public void setAsynchronous(Object handle,
boolean value)
CommonBehaviorHelper
setAsynchronous in interface CommonBehaviorHelperhandle - the actionvalue - the value to alter the asynchronous property toCommonBehaviorHelper.setAsynchronous(
java.lang.Object,
boolean)
public void setOperation(Object handle,
Object operation)
CommonBehaviorHelper
setOperation in interface CommonBehaviorHelperhandle - CallAction or CallEventoperation - OperationCommonBehaviorHelper.setOperation(
java.lang.Object,
java.lang.Object)
public void setClassifiers(Object handle,
Vector v)
CommonBehaviorHelper
setClassifiers in interface CommonBehaviorHelperhandle - is the instancev - is the classifier vectorCommonBehaviorHelper.setClassifiers(
java.lang.Object,
java.util.Vector)
public void setCommunicationLink(Object handle,
Object c)
CommonBehaviorHelper
setCommunicationLink in interface CommonBehaviorHelperhandle - the stimulusc - the linkCommonBehaviorHelper.setCommunicationLink(
java.lang.Object,
java.lang.Object)
public void setComponentInstance(Object handle,
Object c)
setComponentInstance in interface CommonBehaviorHelperhandle - Instancec - ComponentInstance or nullCommonBehaviorHelper.setComponentInstance(
java.lang.Object,
java.lang.Object)
public void setContexts(Object handle,
Collection c)
CommonBehaviorHelper
setContexts in interface CommonBehaviorHelperhandle - the Signalc - the collection of contextsCommonBehaviorHelper.setContexts(
java.lang.Object,
java.util.Collection)
public void setDispatchAction(Object handle,
Object value)
CommonBehaviorHelper
setDispatchAction in interface CommonBehaviorHelperhandle - the stimulusvalue - the action. Can be null.CommonBehaviorHelper.setDispatchAction(
java.lang.Object,
java.lang.Object)
public void setInstance(Object handle,
Object inst)
CommonBehaviorHelper
setInstance in interface CommonBehaviorHelperhandle - LinkEnd or AttributeLinkinst - null or InstanceCommonBehaviorHelper.setInstance(
java.lang.Object,
java.lang.Object)
public void setNodeInstance(Object handle,
Object nodeInstance)
CommonBehaviorHelper
setNodeInstance in interface CommonBehaviorHelperhandle - ComponentInstancenodeInstance - NodeInstanceCommonBehaviorHelper.setNodeInstance(
java.lang.Object,
java.lang.Object)
public void setReceiver(Object handle,
Object receiver)
CommonBehaviorHelper
setReceiver in interface CommonBehaviorHelperhandle - model elementreceiver - the receiverCommonBehaviorHelper.setReceiver(
java.lang.Object,
java.lang.Object)
public void setReception(Object handle,
Collection c)
CommonBehaviorHelper
setReception in interface CommonBehaviorHelperhandle - the signalc - a collection with receptionsCommonBehaviorHelper.setReception(
java.lang.Object,
java.util.Collection)
public void setRecurrence(Object handle,
Object expr)
CommonBehaviorHelper
setRecurrence in interface CommonBehaviorHelperhandle - Actionexpr - IterationExpressionCommonBehaviorHelper.setRecurrence(
java.lang.Object,
java.lang.Object)
public void setScript(Object handle,
Object expr)
CommonBehaviorHelper
setScript in interface CommonBehaviorHelperhandle - Actionexpr - the script (ActionExpression)CommonBehaviorHelper.setScript(
java.lang.Object,
java.lang.Object)
public void setSender(Object handle,
Object sender)
CommonBehaviorHelper
setSender in interface CommonBehaviorHelperhandle - model elementsender - the senderCommonBehaviorHelper.setSender(
java.lang.Object,
java.lang.Object)
public void setSignal(Object handle,
Object signal)
CommonBehaviorHelper
setSignal in interface CommonBehaviorHelperhandle - SendAction or Reception or SignalEventsignal - Signal or nullCommonBehaviorHelper.setSignal(
java.lang.Object,
java.lang.Object)
public void setSpecification(Object handle,
String specification)
setSpecification in interface CommonBehaviorHelperhandle - a receptionspecification - the specificationCommonBehaviorHelper.setSpecification(
java.lang.Object,
java.lang.String)
public void setTarget(Object handle,
Object element)
CommonBehaviorHelper
setTarget in interface CommonBehaviorHelperhandle - the model elementelement - the target of the model elemnetCommonBehaviorHelper.setTarget(
java.lang.Object,
java.lang.Object)
public void setTransition(Object handle,
Object trans)
CommonBehaviorHelper
setTransition in interface CommonBehaviorHelperhandle - the Guard or Actiontrans - the TransitionCommonBehaviorHelper.setTransition(
java.lang.Object,
java.lang.Object)
public void setValue(Object handle,
Object value)
CommonBehaviorHelper
setValue in interface CommonBehaviorHelperhandle - the Object of which the value will be setvalue - ObjectCommonBehaviorHelper.setValue(
java.lang.Object,
java.lang.Object)public Object getInstantiation(Object createaction)
CommonBehaviorHelper
getInstantiation in interface CommonBehaviorHelpercreateaction - the create action
CommonBehaviorHelper.getInstantiation(Object)
public void setInstantiation(Object createaction,
Object instantiation)
CommonBehaviorHelper
setInstantiation in interface CommonBehaviorHelpercreateaction - the actioninstantiation - the classifierCommonBehaviorHelper.setInstantiation(Object, Object)public Object getActionOwner(Object handle)
CommonBehaviorHelper
getActionOwner in interface CommonBehaviorHelperhandle - the action
CommonBehaviorHelper.getActionOwner(Object)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |