Uses of Class
org.argouml.uml.diagram.sequence.ui.FigSeqLink

Packages that use FigSeqLink
org.argouml.uml.diagram.sequence.ui Classes to implement a uml Sequence diagram using GEF, plus go rules for the navigator pane.  
 

Uses of FigSeqLink in org.argouml.uml.diagram.sequence.ui
 

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
 



ArgoUML © 1996-2003 (20030919)ArgoUML Project HomeArgoUML Cookbook