Package net.simplace.pipe.system
Klasse FWSystemModel
java.lang.Object
net.simplace.pipe.system.FWSystemModel
- Autor:
- Andreas Enders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()booleandoesScenarioNameExist(String aName) getChartStyle(String aKey, FWObservable aObservable) voidorg.jdom2.ElementgetFeatureStyle(String aKey) Returns a style from the .getFunction(String aID) org.jdom2.ElementgetGridStyle(String aKey) Returns a style from the .getID()getOID()org.jdom2.ElementgetScenarioByName(String aName) intvoidvoidremoveScenario(String aOID) voidsaveScenario(Map<String, Object> aParameterMap) void
-
Konstruktordetails
-
FWSystemModel
- Parameter:
aSystemElement-- Löst aus:
SystemNotFoundException
-
-
Methodendetails
-
clone
-
getID
- Gibt zurück:
- the iD
-
getParameterMap
- Gibt zurück:
- the parameterMap
-
getFunction
- Parameter:
aID-- Gibt zurück:
- the nextFunction
-
getChartStyle
- Parameter:
aKey-aObservable-- Gibt zurück:
- the choosen ChartStyle
-
getScenarioByName
- Parameter:
aName-- Gibt zurück:
- the choosen scenario element
-
getFeatureStyle
Returns a style from the .- Parameter:
aKey-- Gibt zurück:
- the chosen feature style
-
getGridStyle
Returns a style from the .- Parameter:
aKey-- Gibt zurück:
- the chosen grid style
-
getStartFunctionModel
- Gibt zurück:
- the startFunction
-
getRemoveFunctionModel
- Gibt zurück:
- the startFunction
-
getScenarioFunctionModel
- Gibt zurück:
- the startFunction
-
getResultsFunctionModel
- Gibt zurück:
- the startFunction
-
getOID
- Gibt zurück:
- the oID
-
getRessourcPartList
- Gibt zurück:
- the ressourcPartList
-
getUserGroup
- Gibt zurück:
- the userGroup
-
getClientConfigName
- Gibt zurück:
- the userGroup
-
getInfoLocation
- Gibt zurück:
- the URL leading to Infos to the System
-
getClientConfigElement
- 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
- Parameter:
aParameterMap-- Löst aus:
AlreadyExistingException
-
removeScenario
- Parameter:
aOID-
-
getScenarioMap
- Gibt zurück:
- ScenarioMap
-
doesScenarioNameExist
- Parameter:
aName-- Gibt zurück:
- if scenario name already was used
-