Class WorkflowComponentWithModelSlot

java.lang.Object
org.eclipse.emf.mwe.core.lib.AbstractWorkflowComponent
org.eclipse.emf.mwe.core.lib.WorkflowComponentWithModelSlot
All Implemented Interfaces:
WorkflowComponent, WorkflowComponentWithID, IWorkflowComponent
Direct Known Subclasses:
AbstractEMFWorkflowComponent

public abstract class WorkflowComponentWithModelSlot extends AbstractWorkflowComponent
  • Constructor Details

    • WorkflowComponentWithModelSlot

      public WorkflowComponentWithModelSlot()
  • Method Details

    • setModelSlot

      public void setModelSlot(String slot)
      Sets the name of the model slot.
      Parameters:
      slot - name of slot
    • getModelSlot

      protected String getModelSlot()
    • checkConfiguration

      public void checkConfiguration(Issues issues)
      Description copied from interface: WorkflowComponent
      Called by the container after configuration so the component can validate the configuration before invocation.
      Parameters:
      issues - implementors should report configuration issues to this.
      See Also: