com.evelopers.unimod.core.stateworks
Class EventProviderHandler
java.lang.Object
com.evelopers.unimod.core.ModelElement
com.evelopers.unimod.core.stateworks.ClassElement
com.evelopers.unimod.core.stateworks.EventProviderHandler
- All Implemented Interfaces:
- java.io.Serializable
- public class EventProviderHandler
- extends ClassElement
EvnetProvider object handler
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
EventProviderHandler(java.lang.String objectName,
java.lang.String implementationClassName)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EVENT_PROVIDER_STEREOTYPE
public static final java.lang.String EVENT_PROVIDER_STEREOTYPE
- See Also:
- Constant Field Values
EventProviderHandler
protected EventProviderHandler(java.lang.String objectName,
java.lang.String implementationClassName)
addIncomingAssociation
protected void addIncomingAssociation(Association association)
- Overrides:
addIncomingAssociation in class ClassElement
addOutgoingAssociation
protected void addOutgoingAssociation(Association association)
- Overrides:
addOutgoingAssociation in class ClassElement
setImplName
public void setImplName(java.lang.String implName)
- Overrides:
setImplName in class ClassElement
equals
public boolean equals(java.lang.Object o)
- Description copied from class:
ModelElement
- Compare with another model element.
- Overrides:
equals in class ClassElement