Exemplo n.º 1
0
 public UMLSequenceConnection(UMLSequenceLifeline from, UMLSignature action, int lineNumber) : base(lineNumber)
 {
     From     = from;
     Action   = action;
     ToName   = string.Empty;
     FromName = string.Empty;
 }
Exemplo n.º 2
0
 public UMLReturnFromMethod(UMLSignature returningFrom)
 {
     _returningFrom = returningFrom;
 }