Interface EssScenario

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssScenarioImpl

public interface EssScenario extends EssObject
  • Method Details

    • getName

      String getName()
      Gets the name of this scenario.
      Specified by:
      getName in interface EssObject
      Returns:
      the scenario name
    • getType

      EssObject.Type getType()
      Description copied from interface: EssObject
      Gets the type of this object.
      Specified by:
      getType in interface EssObject
      Returns:
      the object type
    • getCube

      EssCube getCube()