de.uni_paderborn.fujaba.uml.actions
Class State

java.lang.Object
  extended byde.uni_paderborn.fujaba.uml.actions.TraceItem
      extended byde.uni_paderborn.fujaba.uml.actions.State

class State
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
State(java.lang.String name)
          Constructor for class State
 
Method Summary
 java.lang.String getName()
          Get the name attribute of the State 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 State 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

State

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

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 State object

Returns:
The name value

setName

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

Parameters:
n - The new name value

matchesStatename

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

Overrides:
matchesStatename in class TraceItem
Parameters:
statename - No description provided
Returns:
No description provided

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