Klasse FWSystemModel

java.lang.Object
net.simplace.pipe.system.FWSystemModel

public class FWSystemModel extends Object
Autor:
Andreas Enders
  • Konstruktordetails

  • Methodendetails

    • clone

      public FWSystemModel clone()
      Setzt außer Kraft:
      clone in Klasse Object
      Siehe auch:
    • getID

      public String getID()
      Gibt zurück:
      the iD
    • getParameterMap

      public Map<String,Object> getParameterMap()
      Gibt zurück:
      the parameterMap
    • getFunction

      public FWFunctionalityModel getFunction(String aID)
      Parameter:
      aID -
      Gibt zurück:
      the nextFunction
    • getChartStyle

      public ChartStyle getChartStyle(String aKey, FWObservable aObservable)
      Parameter:
      aKey -
      aObservable -
      Gibt zurück:
      the choosen ChartStyle
    • getScenarioByName

      public org.jdom2.Element getScenarioByName(String aName)
      Parameter:
      aName -
      Gibt zurück:
      the choosen scenario element
    • getFeatureStyle

      public org.jdom2.Element getFeatureStyle(String aKey)
      Returns a style from the .
      Parameter:
      aKey -
      Gibt zurück:
      the chosen feature style
    • getGridStyle

      public org.jdom2.Element getGridStyle(String aKey)
      Returns a style from the .
      Parameter:
      aKey -
      Gibt zurück:
      the chosen grid style
    • getStartFunctionModel

      public FWFunctionalityModel getStartFunctionModel()
      Gibt zurück:
      the startFunction
    • getRemoveFunctionModel

      public FWFunctionalityModel getRemoveFunctionModel()
      Gibt zurück:
      the startFunction
    • getScenarioFunctionModel

      public FWFunctionalityModel getScenarioFunctionModel()
      Gibt zurück:
      the startFunction
    • getResultsFunctionModel

      public FWFunctionalityModel getResultsFunctionModel()
      Gibt zurück:
      the startFunction
    • getOID

      public String getOID()
      Gibt zurück:
      the oID
    • getRessourcPartList

      public List<String> getRessourcPartList()
      Gibt zurück:
      the ressourcPartList
    • getUserGroup

      public String getUserGroup()
      Gibt zurück:
      the userGroup
    • getClientConfigName

      public String getClientConfigName()
      Gibt zurück:
      the userGroup
    • getInfoLocation

      public String getInfoLocation()
      Gibt zurück:
      the URL leading to Infos to the System
    • getClientConfigElement

      public void getClientConfigElement() throws SystemNotFoundException
      Löst aus:
      SystemNotFoundException
    • initScenarioConfig

      public void initScenarioConfig()
    • getScenarioCount

      public int getScenarioCount()
      Gibt zurück:
      the number of scenarios in system
    • saveScenarioConfig

      public void saveScenarioConfig()
    • saveScenario

      public void saveScenario(Map<String,Object> aParameterMap) throws AlreadyExistingException
      Parameter:
      aParameterMap -
      Löst aus:
      AlreadyExistingException
    • removeScenario

      public void removeScenario(String aOID)
      Parameter:
      aOID -
    • getScenarioMap

      public Map<String,Object> getScenarioMap()
      Gibt zurück:
      ScenarioMap
    • doesScenarioNameExist

      public boolean doesScenarioNameExist(String aName)
      Parameter:
      aName -
      Gibt zurück:
      if scenario name already was used