ConForM.CoopnTools.CoKer.ScenarioMgr
Class SemanticEvent

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.ScenarioMgr.ScenarioElement
        |
        +--ConForM.CoopnTools.CoKer.ScenarioMgr.SemanticEvent
All Implemented Interfaces:
java.lang.Cloneable, CoopnSyntacticElement, java.io.Serializable
Direct Known Subclasses:
SemanticEventVariable, TrueSemanticEvent

public abstract class SemanticEvent
extends ScenarioElement

Genericemantic events in the CO-OPN semantics.

See Also:
Serialized Form

Constructor Summary
SemanticEvent()
           
 
Methods inherited from class ConForM.CoopnTools.CoKer.ScenarioMgr.ScenarioElement
clone, cloneScenarioElement, equals, hashCode, interpret, toCompleteString, toCompleteString, toCompleteString, toCompleteString, toString, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticEvent

public SemanticEvent()