net.sf.farrago.cwm.behavioral
Interface CwmEvent

All Superinterfaces:
CwmElement, CwmModelElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
CwmEvent$Hib

public interface CwmEvent
extends CwmModelElement

Event object instance interface. Event is a specification of an observable occurrence. The occurrence that generates an event instance is assumed to take place at an instant in time.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 List<CwmParameter> getParameter()
          Returns the value of reference parameter.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getParameter

List<CwmParameter> getParameter()
Returns the value of reference parameter.

Returns:
Value of reference parameter. Element type: CwmParameter