org.infolayer.model
Class UmlEvent

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlStateMachineElement
          extended byorg.infolayer.model.UmlEvent
All Implemented Interfaces:
de.pleumann.statemachine.model.Event, org.ksoap2.serialization.KvmSerializable
Direct Known Subclasses:
UmlSignal, UmlSignalEvent

public class UmlEvent
extends UmlStateMachineElement
implements de.pleumann.statemachine.model.Event

Author:
J�rg Pleumann To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.

Field Summary
 
Fields inherited from class org.infolayer.model.UmlModelElement
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
UmlEvent()
           
 
Method Summary
 boolean matches(java.lang.Object input)
           
 
Methods inherited from class org.infolayer.model.UmlStateMachineElement
getMdInfo, setMdInfo
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getProperty, getPropertyCount, getPropertyInfo, getTaggedValue, getTaggedValue, getVisibility, init, setName, setProperty, setTaggedValue, setVisibility, setVisibility, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlEvent

public UmlEvent()
Method Detail

matches

public boolean matches(java.lang.Object input)
Specified by:
matches in interface de.pleumann.statemachine.model.Event
See Also:
statemachine.core.Event#matches(java.lang.Object)