de.matthias_burbach.uml
Class DefaultEvent
java.lang.Object
  
de.matthias_burbach.uml.DefaultEvent
- All Implemented Interfaces: 
 - Event
 
- public class DefaultEvent
- extends java.lang.Object
- implements Event
   
- Author:
 
  - Matthias Burbach
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
name
private java.lang.String name
guardCondition
private java.lang.String guardCondition
DefaultEvent
public DefaultEvent()
getName
public java.lang.String getName()
- Specified by:
 getName in interface Event
 
- Returns:
 - the name
 
 
setName
public void setName(java.lang.String name)
- Specified by:
 setName in interface Event
 
- Parameters:
 name - the name
 
getGuardCondition
public java.lang.String getGuardCondition()
- Specified by:
 getGuardCondition in interface Event
 
- Returns:
 - the guardCondition
 
 
setGuardCondition
public void setGuardCondition(java.lang.String guardCondition)
- Specified by:
 setGuardCondition in interface Event
 
- Parameters:
 guardCondition - the guardCondition
 
toString
public java.lang.String toString()