Class FreezeDryerContextActionBuilder

java.lang.Object
repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
All Implemented Interfaces:
ContextActionBuilder
Direct Known Subclasses:
DFDataLoaderContextActionBuilder, JDBCContextActionBuilder

public abstract class FreezeDryerContextActionBuilder extends Object implements ContextActionBuilder
  • Field Details

    • createContextFromData

      protected boolean createContextFromData
    • classesToLoad

      protected Iterable<Class<?>> classesToLoad
    • freezeDryedContextId

      protected Object freezeDryedContextId
  • Constructor Details

  • Method Details

    • getAction

      public DataLoaderControllerAction getAction(Scenario scenario, Object parentID)
      Description copied from interface: ContextActionBuilder
      Gets an action that will create a context when run.
      Specified by:
      getAction in interface ContextActionBuilder
      Returns:
      an action that will create a context when run.
    • createAction

      protected abstract DataLoaderControllerAction createAction(Scenario scenario, Object parentId)
    • getClassesToLoad

      public Iterable<Class<?>> getClassesToLoad()
    • setClassesToLoad

      public void setClassesToLoad(Iterable<Class<?>> classesToLoad)
    • getFreezeDryedContextId

      public Object getFreezeDryedContextId()
    • setFreezeDryedContextId

      public void setFreezeDryedContextId(Object contextId)
    • isCreateContextFromData

      public boolean isCreateContextFromData()
    • setCreateContextFromData

      public void setCreateContextFromData(boolean createContextFromData)