Methods in org.argouml.uml.diagram.sequence.ui with parameters of type FigSeqLink |
void |
FigSeqObject.setForCreate(FigSeqLink linkFig,
java.lang.String connectTo,
boolean isCreate)
If the FigSeqLink linkFig is connected to a create-action
this FigSeqObject will be updated with the right values |
void |
FigSeqObject.setForDestroy(FigSeqLink linkFig,
java.lang.String connectTo,
boolean isTerminate)
If the FigSeqLink linkFig is connected to a destroy-action
this FigSeqObject will be updated with the right values |
void |
FigSeqObject.breakActivation(FigSeqLink figLink,
java.util.Vector contents)
If the connected action of the FigSeqLink figLink is
a return-action, the corresponding FigActivation will
be cut in two FigActivations |
void |
FigSeqObject.concatActivation(FigSeqLink figLink,
java.util.Vector contents)
This method decides, if two FigActivations can be
replaced with the first of this two FigActivations with
the added lenght of both FigActivations |
boolean |
FigSeqObject.canDo(boolean side,
FigSeqLink fsl,
int portNumber)
If the FigSeqLink fsl has a return- or destroy-action,
this method decides, if this link can have this action
--> returns true |