|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent org.eclipse.emf.mwe.core.lib.WorkflowComponentWithModelSlot
public abstract class WorkflowComponentWithModelSlot
Constructor Summary | |
---|---|
WorkflowComponentWithModelSlot()
|
Method Summary | |
---|---|
void |
checkConfiguration(Issues issues)
Called by the container after configuration so the component can validate the configuration before invocation. |
protected java.lang.String |
getModelSlot()
|
void |
setModelSlot(java.lang.String slot)
Sets the name of the model slot. |
Methods inherited from class org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent |
---|
checkRequiredConfigProperty, getBridge, getComponentName, getContainer, getId, getLocation, getLogMessage, invoke, invoke, invokeInternal, postInvoke, preInvoke, setContainer, setId, setLocation, setSkipOnErrors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowComponentWithModelSlot()
Method Detail |
---|
public void setModelSlot(java.lang.String slot)
slot
- name of slotprotected java.lang.String getModelSlot()
public void checkConfiguration(Issues issues)
WorkflowComponent
issues
- implementors should report configuration issues to this.WorkflowComponent.checkConfiguration(org.eclipse.emf.mwe.core.issues.Issues)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |