de.uni_paderborn.fujaba.uml.actions
Class InEvent

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.InEvent

class InEvent
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 sender
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
InEvent(java.lang.String name, java.lang.String sender)
          Constructor for class InEvent
 
Method Summary
 java.lang.String getName()
          Get the name attribute of the Event object
 java.lang.String getSender()
          Get the sender attribute of the InEvent 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 setSender(java.lang.String s)
          Sets the sender attribute of the InEvent 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

sender

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

Constructor Detail

InEvent

public InEvent(java.lang.String name,
               java.lang.String sender)
Constructor for class InEvent

Parameters:
name - No description provided
sender - 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

getSender

public java.lang.String getSender()
Get the sender attribute of the InEvent object

Returns:
The sender value

setSender

public void setSender(java.lang.String s)
Sets the sender attribute of the InEvent object

Parameters:
s - The new sender value

matchesEvent

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

Overrides:
matchesEvent in class TraceItem
Parameters:
event - 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

matchesAction

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

Parameters:
action - 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