|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lifeline | |
|---|---|
| net.sf.sdedit.diagram | |
| net.sf.sdedit.drawable | |
| net.sf.sdedit.message | |
| net.sf.sdedit.text | |
| Uses of Lifeline in net.sf.sdedit.diagram |
|---|
| Methods in net.sf.sdedit.diagram that return Lifeline | |
|---|---|
Lifeline |
Lifeline.addActivity(Lifeline caller,
int thread)
|
Lifeline |
Lifeline.getLastInThread(int thread)
|
Lifeline |
Lifeline.getLeftmost()
|
Lifeline |
Lifeline.getLeftNeighbour()
If this is a root or sub lifeline that belongs to the object which is displayed leftmost, this method returns null, otherwise it returns (with respect to the current state of activities) the rightmost lifeline belonging to the object that is displayed to the left of the object to which this lifeline belongs. |
Lifeline |
Diagram.getLifeline(String name)
|
Lifeline |
Diagram.getLifelineAt(int position)
|
Lifeline |
Diagram.getLifelineByMnemonic(String lifelineName,
String mnemonic)
|
Lifeline |
Lifeline.getRightmost()
|
Lifeline |
Lifeline.getRightNeighbour()
If this is a root or sub lifeline that belongs to the object which is displayed rightmost, this method returns null, otherwise it returns (with respect to the current state of activities) the leftmost lifeline belonging to the object that is displayed to the right of the object to which this lifeline belongs. |
Lifeline |
Lifeline.getRoot()
Returns the main or root lifeline that represents the first activity of the object to which this lifeline belongs. |
Lifeline |
DiagramDataProvider.nextObject()
Returns the next Lifeline object specifying an object or actor appearing on the diagram. |
| Methods in net.sf.sdedit.diagram that return types with arguments of type Lifeline | |
|---|---|
LinkedList<Lifeline> |
Lifeline.getAllLifelines()
Returns a list containing this lifeline and all of its sub lifelines. |
Collection<Lifeline> |
Diagram.getAllLifelines()
Returns a collection of all lifelines, whether visible or not, and whether already destroyed or not. |
Pair<Lifeline,Integer> |
DiagramDataProvider.getEventAssociation()
Returns a pair consisting of a lifeline and the number of a description if the description is to be associated to the lifeline at the current position. |
Collection<Lifeline> |
Diagram.getLifelines()
Returns a collection of the (not yet destroyed) lifelines appearing in the diagram. |
| Methods in net.sf.sdedit.diagram with parameters of type Lifeline | |
|---|---|
Lifeline |
Lifeline.addActivity(Lifeline caller,
int thread)
|
void |
Diagram.associateLifeline(String lifelineName,
String mnemonic,
Lifeline lifeline)
|
void |
Diagram.clearMnemonic(Lifeline lifeline)
|
| Uses of Lifeline in net.sf.sdedit.drawable |
|---|
| Methods in net.sf.sdedit.drawable that return Lifeline | |
|---|---|
Lifeline |
ExtensibleDrawable.getLifeline()
Returns the lifeline of which the state is represented. |
Lifeline |
Note.getLocation()
Returns the lifeline to the left of the note. |
| Constructors in net.sf.sdedit.drawable with parameters of type Lifeline | |
|---|---|
Arrow(Message message,
Lifeline boundary0,
Lifeline boundary1,
ArrowStroke stroke,
Direction align,
int y)
|
|
Cross(Lifeline lifeline)
|
|
ExtensibleDrawable(int width,
Lifeline lifeline)
Creates a new ExtensibleDrawable with an initial height of 0. |
|
Figure(Lifeline actor,
String _label,
int y,
boolean underline)
Creates a new Figure. |
|
LabeledBox(Lifeline lifeline,
String _label,
int y,
boolean anonymous,
boolean underlined)
|
|
Line(int width,
Lifeline lifeline)
|
|
Note(Lifeline location,
int number,
String[] text,
boolean consuming)
Creates a new Note. |
|
Rectangle(int width,
Lifeline lifeline)
|
|
SequenceElement(Diagram diagram,
Lifeline boundary0,
Lifeline boundary1,
String[] label,
Direction align,
int y)
|
|
| Uses of Lifeline in net.sf.sdedit.message |
|---|
| Methods in net.sf.sdedit.message that return Lifeline | |
|---|---|
Lifeline |
Message.getCallee()
Returns the callee of the message (the receiver). |
Lifeline |
Message.getCaller()
Returns the caller of the message (the sender) |
| Methods in net.sf.sdedit.message with parameters of type Lifeline | |
|---|---|
void |
BroadcastMessage.setOtherCallees(Lifeline[] otherCallees)
This method must only be called for the last of messages belonging to a broadcast. |
| Constructors in net.sf.sdedit.message with parameters of type Lifeline | |
|---|---|
Answer(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data,
ForwardMessage forwardMsg)
Creates a new answer to be drawn. |
|
AnswerToSelf(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data,
ForwardMessage forward)
|
|
BroadcastMessage(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data)
|
|
ConstructorMessage(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data)
Creates a new constructor message. |
|
DestructorAnswer(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data,
ForwardMessage forward)
Creates a new destructor answer. |
|
ForwardMessage(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data)
Creates a new forward message to be drawn. |
|
Message(Lifeline sender,
Lifeline receiver,
Diagram diagram,
MessageData data)
|
|
MessageToSelf(Lifeline caller,
Lifeline callee,
Diagram diagram,
MessageData data)
Creates a MessageToSelf, representing a message directed from a lifeline onto its next sub-lifeline. |
|
Primitive(Lifeline caller,
Diagram diagram,
MessageData data)
Creates a Primitive object. |
|
| Uses of Lifeline in net.sf.sdedit.text |
|---|
| Methods in net.sf.sdedit.text that return Lifeline | |
|---|---|
Lifeline |
TextHandler.nextObject()
Returns the Lifeline object made from the current line}. |
| Methods in net.sf.sdedit.text that return types with arguments of type Lifeline | |
|---|---|
Pair<Lifeline,Integer> |
TextHandler.getEventAssociation()
If the current line specifies an association of a note to the current vertical position of a lifeline, this method returns a pair consisting of the lifeline and the note number. |
| Methods in net.sf.sdedit.text with parameters of type Lifeline | |
|---|---|
String |
TextHandler.getAnnotation(Lifeline lifeline)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||