de.uni_paderborn.fujaba.uml.actions
Class Event

java.lang.Object
  extended byde.uni_paderborn.fujaba.uml.actions.TraceItem
      extended byde.uni_paderborn.fujaba.uml.actions.Event
Direct Known Subclasses:
InEvent, OutEvent

class Event
extends TraceItem

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

name

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

Constructor Detail

Event

public Event(java.lang.String name)
Constructor for class Event

Parameters:
name - No description provided
Method Detail

toString

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

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

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