net.simplace.util.system.FWSystemModel
public class FWSystemModel {
// Public Constructors
public FWSystemModel(Element aSystemElement) throws SystemNotFoundException;
// Public Instance Methods public String getID();
returns the iD
public Map getParameterMap();
returns the parameterMap
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 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 initScenarioConfig();
public int getScenarioCount();
returns the number of scenarios in system
public void saveScenarioConfig();
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()