de.uni_paderborn.fujaba.uml.actions
Class OutEvent

java.lang.Object
  extended byde.uni_paderborn.fujaba.uml.actions.TraceItem
      extended byde.uni_paderborn.fujaba.uml.actions.Event
          extended byde.uni_paderborn.fujaba.uml.actions.OutEvent

class OutEvent
extends Event

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.19 $
Author:
$Author: lowende $

Field Summary
private  java.lang.String receiver
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
OutEvent(java.lang.String name, java.lang.String receiver)
          Constructor for class OutEvent
 
Method Summary
 java.lang.String getName()
          Get the name attribute of the Event object
 java.lang.String getReceiver()
          Get the receiver attribute of the OutEvent object
 boolean matchesAction(java.lang.String action)
          No comment provided by developer, please add a comment to improve documentation.
 boolean matchesEvent(java.lang.String event)
          No comment provided by developer, please add a comment to improve documentation.
 boolean matchesStatename(java.lang.String statename)
          No comment provided by developer, please add a comment to improve documentation.
 void setName(java.lang.String n)
          Sets the name attribute of the Event object
 void setReceiver(java.lang.String r)
          Sets the receiver attribute of the OutEvent object
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

receiver

private java.lang.String receiver
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

OutEvent

public OutEvent(java.lang.String name,
                java.lang.String receiver)
Constructor for class OutEvent

Parameters:
name - No description provided
receiver - No description provided
Method Detail

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Overrides:
toString in class Event
Returns:
No description provided

getReceiver

public java.lang.String getReceiver()
Get the receiver attribute of the OutEvent object

Returns:
The receiver value

setReceiver

public void setReceiver(java.lang.String r)
Sets the receiver attribute of the OutEvent object

Parameters:
r - The new receiver value

matchesAction

public boolean matchesAction(java.lang.String action)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
matchesAction in class TraceItem
Parameters:
action - No description provided
Returns:
No description provided

getName

public java.lang.String getName()
Get the name attribute of the Event object

Returns:
The name value

setName

public void setName(java.lang.String n)
Sets the name attribute of the Event object

Parameters:
n - The new name value

matchesEvent

public boolean matchesEvent(java.lang.String event)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
event - No description provided
Returns:
No description provided

matchesStatename

public boolean matchesStatename(java.lang.String statename)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
statename - No description provided
Returns:
No description provided