net.simplace.util.system.FWSystemModel




public class FWSystemModel {
// Public Constructors
public FWSystemModel(Element aSystemElement) throws SystemNotFoundException;


// Public Instance Methods
public FWSystemModel clone(); // Overrides java.lang.Object

public String getID();


returns the iD
public Map getParameterMap();


returns the parameterMap
public FWFunctionalityModel getFunction(String aID);


returns the nextFunction
public ChartStyle getChartStyle(String aKey, FWObservable aObservable);


returns the choosen ChartStyle
public Element getScenarioByName(String aName);


returns the choosen scenario element
public Element getFeatureStyle(String aKey);

Returns a style from the .
returns the chosen feature style
public Element getGridStyle(String aKey);

Returns a style from the .
returns the chosen grid style
public FWFunctionalityModel getStartFunctionModel();


returns the startFunction
public FWFunctionalityModel getRemoveFunctionModel();


returns the startFunction
public FWFunctionalityModel getScenarioFunctionModel();


returns the startFunction
public FWFunctionalityModel getResultsFunctionModel();


returns the startFunction
public String getOID();


returns the oID
public List getRessourcPartList();


returns the ressourcPartList
public String getUserGroup();


returns the userGroup
public String getClientConfigName();


returns the userGroup
public String getInfoLocation();


returns the URL leading to Infos to the System
public void getClientConfigElement() throws SystemNotFoundException;

public void initScenarioConfig();

public int getScenarioCount();


returns the number of scenarios in system
public void saveScenarioConfig();

public void saveScenario(Map aParameterMap) throws AlreadyExistingException;

public void removeScenario(String aOID);

public Map getScenarioMap();


returns ScenarioMap
public boolean doesScenarioNameExist(String aName);


returns if scenario name already was used


}



Passed to: net.simplace.ui.splitpane.results.FWResultTreeNode()



Returned by: clone(), net.simplace.util.customize.FWCustomizableLayoutProvider.getOriginalSystemModel(), net.simplace.ui.splitpane.results.FWResultTreeNode.getSystemModel(), net.simplace.util.customize.FWCustomizableLayoutProvider.getSystemModel()