Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

AboutDialog - Class in energy.optionModel.gui
This is the AboutDialog of the application.
AboutDialog() - Constructor for class energy.optionModel.gui.AboutDialog
Deprecated.
AboutDialog(Frame, AbstractMainPanel) - Constructor for class energy.optionModel.gui.AboutDialog
Instantiates a new about dialog.
AboutDialog.AboutDialogFocus - Enum in energy.optionModel.gui
 
AbstractActualGoodFlow - Class in energy.optionModel
Java class for AbstractActualGoodFlow complex type.
AbstractActualGoodFlow() - Constructor for class energy.optionModel.AbstractActualGoodFlow
 
AbstractByteArrayConverter - Class in de.enflexit.eom.database.converter
The Class AbstractConverter converts objects to byte array and vice versa.
AbstractByteArrayConverter() - Constructor for class de.enflexit.eom.database.converter.AbstractByteArrayConverter
 
AbstractCostFunction - Class in energy.optionModel
Represents the abstract base class for all types of cost functions.
AbstractCostFunction() - Constructor for class energy.optionModel.AbstractCostFunction
 
AbstractCostFunction - Class in energy.persistence.version096
Deprecated.
AbstractCostFunction() - Constructor for class energy.persistence.version096.AbstractCostFunction
Deprecated.
 
AbstractCostFunctionModule - Class in energy.optionModel
Allows to describe specific types of costs (e.g. network charges, production related costs, EEG apportionment and other).
AbstractCostFunctionModule() - Constructor for class energy.optionModel.AbstractCostFunctionModule
 
AbstractDomainModel - Class in energy.optionModel
Java class for AbstractDomainModel complex type.
AbstractDomainModel() - Constructor for class energy.optionModel.AbstractDomainModel
 
AbstractDuration - Class in energy.optionModel
Java class for AbstractDuration complex type.
AbstractDuration() - Constructor for class energy.optionModel.AbstractDuration
 
AbstractDuration - Class in energy.persistence.version096
Deprecated.
AbstractDuration() - Constructor for class energy.persistence.version096.AbstractDuration
Deprecated.
 
AbstractEnergyFlow - Class in energy.optionModel
Java class for AbstractEnergyFlow complex type.
AbstractEnergyFlow() - Constructor for class energy.optionModel.AbstractEnergyFlow
 
AbstractEnergyFlow - Class in energy.persistence.version096
Deprecated.
AbstractEnergyFlow() - Constructor for class energy.persistence.version096.AbstractEnergyFlow
Deprecated.
 
AbstractEnergyFlowGradient - Class in energy.persistence.version096
Deprecated.
AbstractEnergyFlowGradient() - Constructor for class energy.persistence.version096.AbstractEnergyFlowGradient
Deprecated.
 
AbstractEnergyFlowInWatt - Class in energy.optionModel
Java class for AbstractEnergyFlowInWatt complex type.
AbstractEnergyFlowInWatt() - Constructor for class energy.optionModel.AbstractEnergyFlowInWatt
 
AbstractEnergyFlowInWatt - Class in energy.persistence.version096
Deprecated.
AbstractEnergyFlowInWatt() - Constructor for class energy.persistence.version096.AbstractEnergyFlowInWatt
Deprecated.
 
AbstractEomUserObjectForSetup - Class in energy.agentgui
The Class AbstractEomUserObjectForSetup can be used as base for individual classes that are used as actual user object in setups.
AbstractEomUserObjectForSetup() - Constructor for class energy.agentgui.AbstractEomUserObjectForSetup
 
AbstractEvaluationCalculation - Class in energy.calculations
The Class AbstractEvaluationCalculation can be extended in order to define one or several InputMeasurementCalculatedSeries as function for the evaluation settings for a TechnicalSystem.
AbstractEvaluationCalculation() - Constructor for class energy.calculations.AbstractEvaluationCalculation
 
AbstractEvaluationStrategy - Class in energy.evaluation
The Class AbstractEvaluationStrategy represents the super class for all evaluation strategies that are to be applied for specific TechnicalSystem's.
AbstractEvaluationStrategy(OptionModelController) - Constructor for class energy.evaluation.AbstractEvaluationStrategy
Instantiates a new AbstractEvaluationStrategy.
AbstractEvaluationStrategyRT - Class in energy.evaluation
The Class AbstractEvaluationStrategyRT represents the super class for all evaluation strategies that are to be applied for a real time control of specific TechnicalSystem's.
AbstractEvaluationStrategyRT(OptionModelController) - Constructor for class energy.evaluation.AbstractEvaluationStrategyRT
Instantiates a new abstract evaluation strategy for a real time control.
AbstractEvaluationStrategyRT.InitialStateAdaption - Enum in energy.evaluation
The Enumeration InitialStateAdaption can be used in order to specify how the initial state of the system should be adapted in case that the initial state time does not correspond to the current evaluation time.
AbstractFileFilter - Class in energy.optionModel.gui.imaging
The Class ImageFilter that allows to write an easy FierFilter just by setting the allowed file extensions to the constructor.
AbstractFileFilter(String, String) - Constructor for class energy.optionModel.gui.imaging.AbstractFileFilter
Instantiates a new file filter.
AbstractFileFilter(String[], String) - Constructor for class energy.optionModel.gui.imaging.AbstractFileFilter
Instantiates a new file filter.
AbstractFlow - Class in energy.optionModel
Java class for AbstractFlow complex type.
AbstractFlow() - Constructor for class energy.optionModel.AbstractFlow
 
abstractFlow - Variable in class energy.optionModel.gui.flow.FlowAbstractBasePanel
 
AbstractFlowMeasuredAtInterface - Class in energygroup.calculation
The abstract Class AbstractFlowMeasuredAtInterface consists of an interfaceID, the EnergyCarrier, the domain, the domain model (extended AbstractDomainModel) and an EnergyFlowMeasured of GoodFlowMeasured.
AbstractFlowMeasuredAtInterface() - Constructor for class energygroup.calculation.AbstractFlowMeasuredAtInterface
 
AbstractFlowMeasuredAtInterface.FlowType - Enum in energygroup.calculation
 
AbstractGeoCoordinate - Class in energy.optionModel
Java class for AbstractGeoCoordinate complex type.
AbstractGeoCoordinate() - Constructor for class energy.optionModel.AbstractGeoCoordinate
 
AbstractGoodFlow - Class in energy.optionModel
Java class for AbstractGoodFlow complex type.
AbstractGoodFlow() - Constructor for class energy.optionModel.AbstractGoodFlow
 
AbstractGroupEvaluationStrategy - Class in energygroup.evaluation
The Class AbstractGroupEvaluationStrategy represents the super class for all group evaluation strategies that are to be applied for specific TechnicalSystemGroup's.
AbstractGroupEvaluationStrategy(OptionModelController) - Constructor for class energygroup.evaluation.AbstractGroupEvaluationStrategy
Instantiates a new abstract group evaluation strategy.
AbstractGroupEvaluationStrategyRT - Class in energygroup.evaluation
The Class AbstractGroupEvaluationStrategyRT represents the super class for all group evaluation strategies that are to be applied for a real time control of specific TechnicalSystemGroup's.
AbstractGroupEvaluationStrategyRT(OptionModelController) - Constructor for class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Instantiates a new abstract group evaluation strategy for a real time control.
AbstractGroupTreeAction - Class in energygroup.evaluation
The abstract class AbstractGroupTreeAction can be extended in order to do Actions like summarising and other on the whole GroupTreeModel.
AbstractGroupTreeAction(GroupController) - Constructor for class energygroup.evaluation.AbstractGroupTreeAction
Instantiates a new group tree action with a AbstractGroupTreeAction.GroupTreeTraversal.SumUpSearch search.
AbstractGroupTreeAction(GroupController, AbstractGroupTreeAction.GroupTreeTraversal) - Constructor for class energygroup.evaluation.AbstractGroupTreeAction
Instantiates a new group tree action with the specified traversal movement.
AbstractGroupTreeAction(GroupController, AbstractGroupTreeAction.GroupTreeTraversal, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.AbstractGroupTreeAction
Instantiates a new group tree action with the specified traversal movement.
AbstractGroupTreeAction.GroupTreeTraversal - Enum in energygroup.evaluation
With the enumeration GroupTreeTraveral the traversal movement through the GroupTreeModel can be specified.
AbstractHeatParameterCalculation - Class in energy.domain
The Class AbstractHeatParameterCalculation can be extended in order to calculate specific Parameters for the current heat carrier (e.g water).
AbstractHeatParameterCalculation() - Constructor for class energy.domain.AbstractHeatParameterCalculation
 
AbstractInputMeasurement - Class in energy.optionModel
Java class for AbstractInputMeasurement complex type.
AbstractInputMeasurement() - Constructor for class energy.optionModel.AbstractInputMeasurement
 
AbstractInputMeasurement - Class in energy.persistence.version096
Deprecated.
AbstractInputMeasurement() - Constructor for class energy.persistence.version096.AbstractInputMeasurement
Deprecated.
 
AbstractInterfaceFlow - Class in energy.optionModel
Java class for AbstractInterfaceFlow complex type.
AbstractInterfaceFlow() - Constructor for class energy.optionModel.AbstractInterfaceFlow
 
AbstractMainPanel - Class in energy.optionModel.gui
The abstract class AbstractMainPanel is a base class for all MainPanels (energy, energyGroup, schedule) It contains also the methods and fields related to licensing.
AbstractMainPanel() - Constructor for class energy.optionModel.gui.AbstractMainPanel
Instantiates a new main panel.
AbstractMainPanel(EomController) - Constructor for class energy.optionModel.gui.AbstractMainPanel
Instantiates a new basic main panel with the specified EomController.
AbstractMainPanel(Container) - Constructor for class energy.optionModel.gui.AbstractMainPanel
Instantiates a new abstract main panel that is embedded in a parent container.
AbstractMainPanelToolBar - Class in energy.optionModel.gui
The abstract class AbstractMainPanelToolBar serves as base class for toolbar that are integrated in the main panels MainPanel, ScheduleMainPanel and GroupMainPanel
AbstractMainPanelToolBar(EomController, AbstractMainPanel) - Constructor for class energy.optionModel.gui.AbstractMainPanelToolBar
Instantiates a new basic main panel tool bar.
AbstractMeasurement - Class in energy.optionModel
Java class for AbstractMeasurement complex type.
AbstractMeasurement() - Constructor for class energy.optionModel.AbstractMeasurement
 
AbstractOptionModelCalculation - Class in energy.calculations
The Class AbstractOptionModelCalculation can be extend in order to provide system specific calculations for a Technical System.
AbstractOptionModelCalculation(OptionModelController) - Constructor for class energy.calculations.AbstractOptionModelCalculation
Instantiates a new abstract option model calculation.
AbstractOptionModelCalculation.DurationType - Enum in energy.calculations
The Enumeration DurationType describes the type of a needed Duration.
AbstractSequentialNetworkCalculation<T> - Class in energygroup.sequentialNetworks
The Class AbstractSequentialNetworkCalculation.
AbstractSequentialNetworkCalculation(GroupController) - Constructor for class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Instantiates a new abstract sequential network calculation.
AbstractStaticModel - Class in energy.optionModel.gui.sysVariables
The Class AbstractStaticModel should be extended in order to define and use a static, JAVA-based data model that is defined as a system variable or more concrete as a SystemVariableDefinitionStaticModel.
AbstractStaticModel(OptionModelController) - Constructor for class energy.optionModel.gui.sysVariables.AbstractStaticModel
Instantiates a new abstract static model.
AbstractStaticModelDialog - Class in energy.optionModel.gui.sysVariables
The Class AbstractStaticModelDialog should be extended in order to provide a visualisation for a corresponding static data model that is defined with an extended AbstractStaticModel.
AbstractStaticModelDialog(Frame, AbstractStaticModel) - Constructor for class energy.optionModel.gui.sysVariables.AbstractStaticModelDialog
Instantiates a new abstract static model dialog.
AbstractStorageCapacity - Class in energy.optionModel
Java class for AbstractStorageCapacity complex type.
AbstractStorageCapacity() - Constructor for class energy.optionModel.AbstractStorageCapacity
 
AbstractStorageLoad - Class in energy.optionModel
Java class for AbstractStorageLoad complex type.
AbstractStorageLoad() - Constructor for class energy.optionModel.AbstractStorageLoad
 
AbstractUsageOfInterface - Class in energy.optionModel
Java class for AbstractUsageOfInterface complex type.
AbstractUsageOfInterface() - Constructor for class energy.optionModel.AbstractUsageOfInterface
 
accept(File) - Method in class energy.optionModel.gui.imaging.ConfigurableFileFilter
 
accept(File) - Method in class energy.optionModel.gui.imaging.ImageFilterAll
 
actionListenerList - Variable in class energy.optionModel.gui.common.JHyperLink
 
actionPerformed(ActionEvent) - Method in class de.enflexit.eom.database.gui.DatabaseSettingsJMenuItem
 
actionPerformed(ActionEvent) - Method in class de.enflexit.eom.database.gui.ScheduleListSaveDialog
 
actionPerformed(ActionEvent) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
 
actionPerformed(ActionEvent) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
 
actionPerformed(ActionEvent) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
 
actionPerformed(ActionEvent) - Method in class energy.agentgui.JButtonScheduleListDatabaseHandling
 
actionPerformed(ActionEvent) - Method in class energy.agentgui.JButtonScheduleListOverView
 
actionPerformed(ActionEvent) - Method in class energy.agentgui.WorbenchMainWindowExtension
 
actionPerformed(ActionEvent) - Method in class energy.domain.DefaultDomainModelElectricityJPanel
 
actionPerformed(ActionEvent) - Method in class energy.domain.DefaultDomainModelHeatJPanel
 
actionPerformed(ActionEvent) - Method in class energy.domain.goods.cement.DomainModelCementJPanel
 
actionPerformed(ActionEvent) - Method in class energy.domain.gui.DomainSettingsPanel
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.EvaluationSettingToolBar
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphTools
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.io.MeasurementImportDialog
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.io.MeasurementToolbar
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.StorageLoadDialogEnergy
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.StorageLoadDialogGood
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
 
actionPerformed(ActionEvent) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
 
actionPerformed(ActionEvent) - Method in class energy.GlobalInfo
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.geo.GeoCoordinateDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.geo.JPanelGeoCoordinate
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.AboutDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.common.TimeFormatEditor
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.components.DurationCellEditor
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.components.JPopupMenueModal
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.DurationDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.EnergyFlowInWattDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.EnergyFlowGeneralPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.EnergyFlowMeasuredPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.FlowBaseInternalFrame
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.GoodFlowGeneralPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.flow.GoodFlowMeasuredPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.GoodFlowDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.graph.StateGraphTools
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.MainPanelToolBar
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.StatePanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.TechnicalInterfaceConfigurationPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.TechnicalInterfaceDialog
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.TechnicalInterfacePanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.TransitionPanel
 
actionPerformed(ActionEvent) - Method in class energy.optionModel.gui.variableState.VariableStateDialog
 
actionPerformed(ActionEvent) - Method in class energy.persistence.TechnicalSystem_BundleLoaderSelector
 
actionPerformed(ActionEvent) - Method in class energy.samples.staticModel.MyStaticModelDialog
 
actionPerformed(ActionEvent) - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
 
actionPerformed(ActionEvent) - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
 
actionPerformed(ActionEvent) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
actionPerformed(ActionEvent) - Method in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
actionPerformed(ActionEvent) - Method in class energy.schedule.gui.ScheduleListTable
 
actionPerformed(ActionEvent) - Method in class energy.schedule.gui.ScheduleMainPanelToolBar
 
actionPerformed(ActionEvent) - Method in class energygroup.gui.GroupMainPanelToolBar
 
actionPerformed(ActionEvent) - Method in class energygroup.gui.GroupTreeControl
 
actionPerformed(ActionEvent) - Method in class energygroup.gui.GroupTreePopupMenu
 
actionPerformed(ActionEvent) - Method in class energygroup.sequentialNetworks.CalcGraphTools
 
actOnScheduleListSelection() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
 
actOnScheduleListSelection() - Method in interface de.enflexit.eom.database.gui.ScheduleListSelectionListener
Will be invoked if a selection is done within the selection panel.
Adapter1 - Class in energy.optionModel
 
Adapter1() - Constructor for class energy.optionModel.Adapter1
 
Adapter2 - Class in energy.optionModel
 
Adapter2() - Constructor for class energy.optionModel.Adapter2
 
Adapter3 - Class in energy.optionModel
 
Adapter3() - Constructor for class energy.optionModel.Adapter3
 
add(FixedVariable, FixedVariable) - Static method in class energy.FixedVariableHelper
Adds the values of the specified two FixedVariables according to the value of the first parameter.
add(InputMeasurement, InputMeasurement) - Static method in class energy.InputMeasurementHelper
Adds the values of the specified two InputMeasurements according to the time ranges of both series and the settings of the first input measurement.
add(JButton) - Method in class energy.optionModel.gui.components.JPopupMenueModal
Adds the specified JButton to the content pane.
addAbstractFlowMeasured(AbstractFlow, TechnicalInterface) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Adds the specified EnergyFlowMeasured or GoodFlowMeasured to this GroupMember description.
addActionListener(ActionListener) - Method in class energy.optionModel.gui.common.JHyperLink
Adds the ActionListener.
addAllMeasurements(InputMeasurement, InputMeasurement) - Static method in class energy.InputMeasurementHelper
Adds all measurements .
addAndShiftLatentOutputMeasurement(long, FixedVariable) - Method in class energy.LatentInputMeasurement
Adds / updates and shifts the specified InputMeasurementByTime to the latent output measurement.
addAndShiftToLatentOutputMeasurement(List<InputMeasurementByTime>) - Method in class energy.LatentInputMeasurement
Adds / updates and shifts the specified list of InputMeasurementByTime to the latent output measurement.
addAndShiftToLatentOutputMeasurement(InputMeasurementByTime) - Method in class energy.LatentInputMeasurement
Adds / updates and shifts the specified InputMeasurementByTime to the latent output measurement.
addCalculationStepNode(DefaultMutableTreeNode, HashMap<DefaultMutableTreeNode, T>, T) - Method in class energygroup.sequentialNetworks.CalculationGraph
Creates and adds a CalculationStepNode to the current CalculationGraph.
addCalculationTransition(CalculationStepNode<T>, CalculationStepNode<T>) - Method in class energygroup.sequentialNetworks.CalculationGraph
Adds and returns a CalculationTransition between the specified CalculationStepNode's.
addChangeListener(TechnicalSystemStatePanelChangeListener) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
addChangeListener(ChangeListener) - Method in class energy.optionModel.gui.components.DateTimeWidget
Adds a change listener to this widget.
addCustomToolBarElements(Vector<JComponent>) - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Adds the custom tool bar elements.
addEdge(EvaluationGraphEdge, EvaluationGraphNode, EvaluationGraphNode, EdgeType) - Method in class energy.evaluation.EvaluationGraph
Adds the specified edge between source and destination node.
addEdge(EvaluationGraphEdge, EvaluationGraphNode, EvaluationGraphNode, EdgeType) - Method in class energy.evaluation.EvaluationGraphPart
 
addEdge(E, Pair<? extends V>, EdgeType) - Method in class energy.evaluation.SparseGraph
 
addEdgeSynchronized(EvaluationGraphEdge, EvaluationGraphNode, EvaluationGraphNode, EdgeType) - Method in class energy.evaluation.EvaluationGraph
Adds the specified EvaluationGraphEdge in a synchronized manner (in order to prevent concurrency issues).
addEnergyFlowMeasured(EnergyFlowMeasured, String, String, AbstractDomainModel, EnergyCarrier) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Adds the specified EnergyFlowMeasured to this GroupMember description.
addEvaluationProcessListener(EvaluationProcessListener) - Method in class energy.evaluation.EvaluationProcess
Adds an EvaluationProcessÖistener to the current Evaluation Process.
addEvaluationResult(Schedule) - Method in class energy.evaluation.EvaluationProcess
Adds a result Schedule to the list of results.
addEvaluationResult(Schedule) - Method in interface energy.evaluation.EvaluationProcessListener
Adds a Schedule - result instance to the list of results.
addEvaluationResult(Schedule) - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
addEvaluationState() - Method in class energy.OptionModelController
Adds a new TechnicalSystemStateTime to the list of evaluation states.
addExtensionJMenuItems(JMenu) - Method in class energy.GlobalInfo
Adds the JMenuItems that are defined by the extension point "de.enflexit.eom.mainMenu" to the specified JMenu.
addExtensionJMenuItems(JPopupMenu) - Method in class energy.GlobalInfo
Adds the JMenuItems that are defined by the extension point "de.enflexit.eom.mainMenu" to the specified JPopupMenu.
addFinalCalculationStepNode(CalculationStepNode<T>) - Method in class energygroup.sequentialNetworks.CalculationGraph
Adds the specified final CalculationStepNode to this CalculationGraph.
addFixedVariableListForSubSystem(String, FixedVariableList) - Method in class energy.FixedVariableListForAggregation
Adds the specified FixedVariableList for the specified subsystem to the vector of FixedVariableList.
addFlowsMeasuredFromGroupMember(DefaultMutableTreeNode, FlowsMeasuredGroupMember) - Method in class energygroup.calculation.FlowsMeasuredGroup
Adds the specified EnergyFlowsMeasuredGroupMember that corresponds to specified node of the GroupTreeModel.
addGoodFlowMeasured(GoodFlowMeasured, String, String, AbstractDomainModel) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Adds the specified GoodFlowMeasured to this GroupMember description.
addGroupMember(GroupMember) - Method in class energygroup.GroupTreeModel
Adds a new group member to the model.
addGroupMember(DefaultMutableTreeNode, GroupMember) - Method in class energygroup.GroupTreeModel
Adds a new group member to the specified parent model node.
addInterfaceEnergyFlow(String, AbstractDomainModel, EnergyFlowInWatt) - Method in class energy.DomainInterfaceFlows
Adds the specified interface energy flow.
addInterfaceGoodFlow(String, AbstractDomainModel, GoodFlow) - Method in class energy.DomainInterfaceFlows
Adds the specified interface good flow.
addInterfaceImportSettings(ScheduleCsvImportSettings.InterfaceImportSettings) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Adds an InterfaceImportSettings instance to the list
addInterfaceSetting(InterfaceSetting) - Method in class energygroup.calculation.TechnicalInterfaces
Adds the specified interface setting, if not already available.
addInterfaceSetting(TechnicalInterface) - Method in class energygroup.calculation.TechnicalInterfaces
Adds the interface settings for the specified EnergyInterface, if not already available.
addInterfaceSetting(String, String, AbstractDomainModel) - Method in class energygroup.calculation.TechnicalInterfaces
Adds the specified interface settings, if not already available.
addNewInterfaceImportSettings(TechnicalInterface) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Creates a new InterfaceImportSettings instance and adds it to the InterfaceImportSettings Vector.
addNewPointInTimeToMeasurements(int, long) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Adds a new point in time to the current measurements.
addNewPointInTimeToMeasurements(int, long) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
 
addNewPointInTimeToMeasurements(int, long) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
 
addNewVariableImportSettings(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Creates a new VariableImportSettings instance with the given variable ID and adds it to the list
addOrEdit(FixedVariable) - Method in class energy.FixedVariableList
Adds the or edits the specified .
addOutgoingEdge(EvaluationGraphEdge) - Method in class energy.evaluation.EvaluationGraphNode
Adds the specified outgoing edge.
addResult(Schedule) - Method in class energy.schedule.gui.ScheduleListTable
Adds a Schedule to the result list of the table model.
addResultTreeAction - Variable in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
 
AddResultTreeAction - Class in energygroup.evaluation
This tree action adds individual evaluation results to its specific EvaluationProcess.
AddResultTreeAction(GroupController, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.AddResultTreeAction
Instantiates a new adds the result tree action.
addScheduleLengthRestrictionListener(ScheduleLengthRestrictionListener) - Method in class energy.schedule.gui.ScheduleLengthRestrictionPanel
Adds the schedule length restriction listener.
addScheduleList() - Method in class energygroup.GroupController
Adds a new ScheduleList to the current TechnicalSystemGroup.
addScheduleList(ScheduleList, DefaultMutableTreeNode) - Method in class energygroup.GroupController
Adds the specified ScheduleList to the TechnicalSystemGroup.
addScheduleListSelectionListener(ScheduleListSelectionListener) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Adds the specified ScheduleListSelectionListener.
addState(Point2D) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Adds a StateVisNode .
addStateListToModel(List<TechnicalSystemStateEvaluation>) - Method in class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Adds the result state.
addStateToModel(TechnicalSystemState) - Method in class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Adds the result state.
addStateToResults(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Adds the specified, final TechnicalSystemStateEvaluation state to the result list of the EvaluationProcess and returns the created Schedule.
addStateToResults(TechnicalSystemStateEvaluation, int) - Method in class energy.evaluation.AbstractEvaluationStrategy
Adds the specified, final TechnicalSystemStateEvaluation state to the result list of the EvaluationProcess and returns the created Schedule.
addStateToResults(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
 
addStateTransition(StateVisNode, StateVisNode) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Adds a new StateVisTransition between a source and a destination StateVisNode.
addStateTransition(StateTransition, State) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Adds a new edge between two operating state.
addStatusBar() - Method in class energy.optionModel.gui.AbstractMainPanel
Adds the status bar if the current panel is not integrated.
addSubSchedules(Schedule, HashMap<DefaultMutableTreeNode, Schedule>) - Method in class energy.evaluation.EvaluationProcess
Adds/Reminds the sub results for the specified result schedule.
addTechnicalSystem() - Method in class energygroup.GroupController
Adds a TechnicalSystem to the current TechnicalSystemGroup.
addTechnicalSystem(TechnicalSystem, DefaultMutableTreeNode) - Method in class energygroup.GroupController
Adds the specified TechnicalSystem to the current TechnicalSystemGroup.
addTechnicalSystemGroup() - Method in class energygroup.GroupController
addTechnicalSystemGroup(TechnicalSystemGroup, DefaultMutableTreeNode) - Method in class energygroup.GroupController
addTechnicalSystemStateEvaluationVectorToGraphForCostsOverTime(Vector<TechnicalSystemStateEvaluation>, EvaluationGraph, EvaluationGraphNode, AbstractEvaluationStrategy) - Method in class energy.evaluation.EvaluationProcess
Adds the subsequent states as specified in the given vector to the graph for costs over time.
addTimeSeries(int, TimeSeries) - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
Adds the series.
addTimeSeries(TimeSeries) - Method in class energy.optionModel.gui.flow.FlowChart
Adds the series.
addUp(TechnicalSystemStateDeltaEvaluation.AmountsAndCosts) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Does a mathematically addition for the EnergyAmount and costs with the current instance.
addVariableImportSettings(ScheduleCsvImportSettings.VariableImportSettings) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Adds a VariabeImportSettings instance to the list
addVariableStateRow(VariableState) - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Adds the variable state row.
addVertex(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraph
Adds the specified vertex to the graph.
addVertex(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraphPart
 
addVertex(V) - Method in class energy.evaluation.SparseGraph
 
addVertexSynchronized(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraph
Adds the specified EvaluationGraphNode in a synchronized manner (in order to prevent concurrency issues).
adjustEnergyFlowMeasuredToMilliseconds(EnergyFlowMeasured, long) - Method in class energy.OptionModelControllerBase
Adjust energy flow measured to the specified milliseconds.
adjustGoodFlowMeasuredToMilliseconds(GoodFlowMeasured, long) - Method in class energy.OptionModelControllerBase
Adjust good flow measured to the specified milliseconds.
AdjustInitialStateTreeAction - Class in energygroup.evaluation
The Class AdjustInitialStateTreeAction can be used in order to adjust the initial system states of a TechnicalSystemGroup and their sub systems.
AdjustInitialStateTreeAction(GroupController, long, AbstractEvaluationStrategyRT.InitialStateAdaption) - Constructor for class energygroup.evaluation.AdjustInitialStateTreeAction
Instantiates a new group tree action that adjusts the initial states of the aggregation and their sub systems.
AmountPanel - Class in energy.optionModel.gui.components
The Class AmountPanel can be used in order to display amounts of gods.
AmountPanel() - Constructor for class energy.optionModel.gui.components.AmountPanel
Instantiates a new energy flow over time panel.
AmountsAndCosts(EnergyAmount, double, String) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Instantiates a new energy amount and costs instance.
AmountsAndCosts(double, String, double, String) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Instantiates a new energy amount and costs instance.
AnyDataModel - Class in energy.samples.staticModel
The Class AnyDataModel is just an example for a user specific data model.
AnyDataModel() - Constructor for class energy.samples.staticModel.AnyDataModel
 
append(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
Appends the specified TechnicalSystemStateEvaluation.
Application - Class in energy
The Class Application is used in order to start an end user application for a single TechnicalSystem instance.
APPLICATION_TITLE - Static variable in class energy.GlobalInfo
 
ApplicationFrame - Class in energy.optionModel.gui
The Class ApplicationFrame.
ApplicationFrame() - Constructor for class energy.optionModel.gui.ApplicationFrame
Instantiates a new Application Frame.
ApplicationGroup - Class in energygroup
The Class ApplicationGroup is used in order to start the application for the handling of several TechnicalSystem's that are to be controlled or optimised.
ApplicationSchedule - Class in energy.schedule
The Class ApplicationSchedule is used in order to start the application for the handling of a ScheduleList instance.
applyDataRepetitionToCostFunction(CostFunctionDataSeries, DataRepetition, long, long) - Method in class energy.OptionModelController
Applies the DataRepetition to the specified CostFunctionDataSeries.
applyDataRepetitionToInputMeasurement(InputMeasurement, DataRepetition, long, long) - Static method in class energy.InputMeasurementHelper
Applies the DataRepetition to the specified InputMeasurement.
applyFilter() - Method in class energygroup.gui.GroupTree
Apply filter.
ATestCalculation - Class in energy.samples.calculations
This is just an example and test class for the EOM development.
ATestCalculation(OptionModelController) - Constructor for class energy.samples.calculations.ATestCalculation
Instantiates a new a test calculation.
ATestEvaluationCalculation - Class in energy.samples.calculations
This is just an example and test class for the EOM development.
ATestEvaluationCalculation() - Constructor for class energy.samples.calculations.ATestEvaluationCalculation
 

B

BaseModelMainPanel - Class in energy.optionModel.gui
The Class BaseModelMainPanel represents the main visualisation for a single TechnicalSystem and is used by the MainPanel.
BaseModelMainPanel() - Constructor for class energy.optionModel.gui.BaseModelMainPanel
Deprecated.
BaseModelMainPanel(MainPanel) - Constructor for class energy.optionModel.gui.BaseModelMainPanel
Instantiates a new main panel with the specified OptionModelController.
boot(Profile) - Method in class energy.agentgui.distribution.LicenseService
 
BundleClassFilterDefinifion - Class in energy.agentgui.classFilter
The Class BundleClassFilterDefinifion provides the class filter definitions that are required by the EOM.
BundleClassFilterDefinifion() - Constructor for class energy.agentgui.classFilter.BundleClassFilterDefinifion
 
BundleModel(String, String) - Constructor for class energy.persistence.TechnicalSystem_BundleLoader.BundleModel
Instantiates a new bundle model.
BundleProperties - Class in energy
The Class BundleProperties organizes the storage of application configuration data.
BundleProperties() - Constructor for class energy.BundleProperties
Instantiates the new bundle properties and set them to the global configuration.

C

CalcEdgeRenderer<T> - Class in energygroup.sequentialNetworks
The Class GraphEnvironmentEdgeRenderer.
CalcEdgeRenderer() - Constructor for class energygroup.sequentialNetworks.CalcEdgeRenderer
 
CalcGraphFrame<T> - Class in energygroup.sequentialNetworks
The Class CalcGraphFrame.
CalcGraphFrame(CalculationGraph<T>) - Constructor for class energygroup.sequentialNetworks.CalcGraphFrame
Instantiates a new CalcGraphFrame.
CalcGraphMousePlugin<T> - Class in energygroup.sequentialNetworks
Handling mouse interaction with graph visualizations in a StateGraphGUI.
CalcGraphMousePlugin(CalcGraphPanel<T>) - Constructor for class energygroup.sequentialNetworks.CalcGraphMousePlugin
Instantiates a new state graph mouse plugin.
CalcGraphPanel<T> - Class in energygroup.sequentialNetworks
This class implements a GUI component for displaying visualizations for JUNG graphs.
CalcGraphPanel(CalculationGraph<T>) - Constructor for class energygroup.sequentialNetworks.CalcGraphPanel
This is the default constructor.
CalcGraphPopupPlugin<T> - Class in energygroup.sequentialNetworks
A CalcGraphPopupPlugin that brings up distinct pop up menus when an edge or vertex is appropriately clicked in a graph.
CalcGraphPopupPlugin(CalcGraphPanel<T>) - Constructor for class energygroup.sequentialNetworks.CalcGraphPopupPlugin
Creates a new instance of GraphPopupMenuMousePlugin.
CalcGraphSettings - Class in energygroup.sequentialNetworks
The Class CalcGraphSettings.
CalcGraphSettings() - Constructor for class energygroup.sequentialNetworks.CalcGraphSettings
 
CalcGraphSettings.EdgeShape - Enum in energygroup.sequentialNetworks
 
CalcGraphSettings.NodeShape - Enum in energygroup.sequentialNetworks
 
CalcGraphTools<T> - Class in energygroup.sequentialNetworks
The Class BasicGraphGuiTools consists on additional visual tools for the configuration of the Graph- and Network model.
CalcGraphTools(CalcGraphPanel<T>) - Constructor for class energygroup.sequentialNetworks.CalcGraphTools
Instantiates a new graph toolbar.
CalcGraphVisViewer<V,E> - Class in energygroup.sequentialNetworks
The Class CalcGraphVisViewer was basically created to apply and test RenderingHints for the VisualizationViewer.
CalcGraphVisViewer(Layout<V, E>) - Constructor for class energygroup.sequentialNetworks.CalcGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
CalcGraphVisViewer(Layout<V, E>, Dimension) - Constructor for class energygroup.sequentialNetworks.CalcGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
CalcGraphVisViewer(VisualizationModel<V, E>) - Constructor for class energygroup.sequentialNetworks.CalcGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
CalcGraphVisViewer(VisualizationModel<V, E>, Dimension) - Constructor for class energygroup.sequentialNetworks.CalcGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
calculateAndSetStateCosts(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Invokes the calculation process for the state costs and sets the value in the specified TechnicalSystemStateEvaluation.
calculationClass - Variable in class energy.optionModel.CostFunctionCalculated
 
calculationClass - Variable in class energy.optionModel.InputMeasurementCalculated
 
calculationClass - Variable in class energy.optionModel.TechnicalSystem
 
calculationClass - Variable in class energy.persistence.version096.CostFunctionCalculated
Deprecated.
 
calculationClass - Variable in class energy.persistence.version096.InputMeasurementCalculated
Deprecated.
 
calculationClass - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
CalculationGraph<T> - Class in energygroup.sequentialNetworks
The Class CalculationGraph is used to describe the single calculation steps for a sequential network calculation and consists of CalculationStepNodes and CalculationTransitions.
CalculationGraph() - Constructor for class energygroup.sequentialNetworks.CalculationGraph
 
CalculationStepNode<T> - Class in energygroup.sequentialNetworks
The Class CalculationStepNode contains the group tree node, the in-node states and the out-node state for a single calculation step.
CalculationStepNode() - Constructor for class energygroup.sequentialNetworks.CalculationStepNode
Instantiates a new temporary calculation step node.
CalculationStepNode(DefaultMutableTreeNode, HashMap<DefaultMutableTreeNode, T>, T) - Constructor for class energygroup.sequentialNetworks.CalculationStepNode
Instantiates a new sequential network calculation step.
calculationTime - Variable in class energy.optionModel.Schedule
 
calculationTime - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
CalculationTransition<T> - Class in energygroup.sequentialNetworks
The Class CalculationTransition is used to describe the connections between the required calculations within a sequential network calculation.
CalculationTransition(CalculationStepNode<T>, CalculationStepNode<T>) - Constructor for class energygroup.sequentialNetworks.CalculationTransition
Instantiates a new calculation transition.
capacity - Variable in class energy.optionModel.EnergyStorageInterface
 
capacity - Variable in class energy.optionModel.GoodStorageInterface
 
capacity - Variable in class energy.optionModel.StorageCapacityEnergy
 
capacity - Variable in class energy.optionModel.StorageCapacityGood
 
capacity - Variable in class energy.persistence.version096.StorageCapacity
Deprecated.
 
capacity - Variable in class energy.persistence.version096.StorageInterface
Deprecated.
 
cartesianKnowledge - Variable in class energy.persistence.version096.KnowledgePart
Deprecated.
 
CartesianKnowledge() - Constructor for class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
 
changedScheduleLengthRestriction(ScheduleLengthRestriction) - Method in interface energy.schedule.gui.ScheduleLengthRestrictionListener
Will be fired, if the ScheduleLengthRestriction in the panel ScheduleLengthRestrictionPanel has changed.
changedUpdate(DocumentEvent) - Method in class energy.optionModel.geo.JPanelGeoCoordinate
 
changedUpdate(DocumentEvent) - Method in class energy.samples.staticModel.MyStaticModelDialog
 
checkAndProvideFullPropertyContent() - Method in class energy.PropertyContentProvider
Checks and provides the full property content.
checkAndProvidePropertyContent(PropertyContentProvider.FileToProvide) - Method in class energy.PropertyContentProvider
Checks and provides the specified property content.
checkDuration(AbstractDuration, boolean, String) - Method in class energy.validation.TechnicalSystemChecker
Checks a given duration.
checkForDuplicateIDs(String) - Method in class energy.schedule.csv.gui.VariableImportConfigurationPanel
Checks for duplicate variable IDs
checkGroup() - Method in class energygroup.gui.GroupMainPanelToolBar
Checks the current TechnicalSystemGroup.
checkLicense() - Method in class energy.GlobalInfo
Checks the current license and terminates, if required.
checkScheduleList() - Method in class energy.schedule.gui.ScheduleMainPanelToolBar
Checks the current TechnicalSystem.
checkStateTransition(TechnicalInterfaceConfiguration, State, StateTransition) - Method in class energy.validation.TechnicalSystemChecker
Checks the specified StateTransition.
checkSystemVariableDefinition(SystemVariableDefinition) - Method in class energy.validation.TechnicalSystemChecker
Checks a system variable definition.
checkSystemVariableDefinitions(List<SystemVariableDefinition>) - Method in class energy.validation.TechnicalSystemChecker
Checks the system variable definitions.
checkSystemVariablesDuplicate(List<SystemVariableDefinition>) - Method in class energy.validation.TechnicalSystemChecker
Check system variables for duplicate.
checkTechnicalInterface(TechnicalInterfaceConfiguration, TechnicalInterface) - Method in class energy.validation.TechnicalSystemChecker
Checks a EnergyInterface.
checkTechnicalInterfaceConfiguration(TechnicalInterfaceConfiguration) - Method in class energy.validation.TechnicalSystemChecker
checkTechnicalInterfaceConfigurationDuplicate(List<TechnicalInterfaceConfiguration>) - Method in class energy.validation.TechnicalSystemChecker
Check system variables for duplicates.
checkTechnicalInterfaceConfigurations(List<TechnicalInterfaceConfiguration>) - Method in class energy.validation.TechnicalSystemChecker
Check the TechnicalInterfaceConfiguration's.
checkTechnicalSystem() - Method in class energy.optionModel.gui.MainPanelToolBar
Checks the current TechnicalSystem.
checkTechnicalSystem(boolean) - Method in class energy.optionModel.gui.MainPanelToolBar
Checks the current TechnicalSystem.
checkTechnicalSystem(TechnicalSystem) - Method in class energy.validation.TechnicalSystemChecker
Checks the TechnicalSystem.
checkTechnicalSystem() - Method in class energy.validation.TechnicalSystemValidatorGUI
Checks the current TechnicalSystem.
checkVariableStateList() - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Checks the current variable state list.
children - Variable in class energy.optionModel.TechnicalSystemStateEvaluation
 
children - Variable in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
chr(Integer) - Static method in class energy.optionModel.geo.GeoUtils
 
ClassLoadServiceImpl - Class in energy.agentgui
The Class BaseClassLoadServiceImpl represents the .
ClassLoadServiceImpl() - Constructor for class energy.agentgui.ClassLoadServiceImpl
 
className - Variable in class energy.optionModel.EvaluationClass
 
className - Variable in class energy.persistence.version096.EvaluationClass
Deprecated.
 
clearGraph() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Clears the graph.
clearResults() - Method in class energy.schedule.gui.ScheduleListTable
Clear the result list.
clockwise - Variable in class energy.optionModel.gui.common.VerticalLabelUI
 
clone() - Method in class energy.optionModel.gui.common.DurationFormat
 
closeEomUserInterface() - Method in class energy.optionModel.gui.AbstractMainPanel
Closes this panel and possibly also the whole program.
closeSessionFactory() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Closes the current session factory.
COLUMN_INDEX_DATA_TYPE - Static variable in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
COLUMN_INDEX_UNIT - Static variable in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
COLUMN_INDEX_VALUES - Static variable in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
COLUMN_INDEX_VARIABLE_ID - Static variable in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
ColumnDescription(int, String, String) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
Instantiates a new column description.
ColumnDescription(int, String, String, int, int) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
Instantiates a new column description.
ColumnDescription(int, String, String, int, int, int, int) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
Instantiates a new column description.
ColumnSelectionComboBoxModel - Class in energy.schedule.csv.gui
ComboBox model for choosing a column from a table.
ColumnSelectionComboBoxModel(TableModel, boolean) - Constructor for class energy.schedule.csv.gui.ColumnSelectionComboBoxModel
Constructor
ColumnSelectionComboBoxModel(Vector<String>, boolean) - Constructor for class energy.schedule.csv.gui.ColumnSelectionComboBoxModel
Constructor
ColumnSelectionTableCellEditor - Class in energy.schedule.csv.gui
JComboBox-based TableCellEditor for selecting table columns.
ColumnSelectionTableCellEditor(AbstractTableModel, boolean) - Constructor for class energy.schedule.csv.gui.ColumnSelectionTableCellEditor
Constructor
ColumnSelectionTableCellRenderer - Class in energy.schedule.csv.gui
TableCellRenderer implementation for table column selection cells.
ColumnSelectionTableCellRenderer(TableModel) - Constructor for class energy.schedule.csv.gui.ColumnSelectionTableCellRenderer
 
CommonComponentFactory - Class in energy.optionModel.gui.common
A factory for creating common components that are based in the bundle de.enflexit.common and their sub packages.
CommonComponentFactory() - Constructor for class energy.optionModel.gui.common.CommonComponentFactory
 
ComponentProperties - Class in energy.domain.goods.cement
The Class ComponentProperties describes a single component and its share within the cement productions good flow.
ComponentProperties() - Constructor for class energy.domain.goods.cement.ComponentProperties
Creates a new component properties instance.
ComponentProperties(String, double, double, double) - Constructor for class energy.domain.goods.cement.ComponentProperties
Creates a new component properties instance.
conceptClass - Variable in class energy.optionModel.SystemVariableDefinitionOntology
 
conceptClass - Variable in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
 
conceptValue - Variable in class energy.optionModel.SystemVariableDefinitionOntology
 
conceptValue - Variable in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
 
configDescription - Variable in class energy.optionModel.TechnicalInterfaceConfiguration
 
configDescription - Variable in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
configID - Variable in class energy.optionModel.TechnicalInterfaceConfiguration
 
configID - Variable in class energy.optionModel.TechnicalSystemState
 
configID - Variable in class energy.persistence.version096.KnowledgePart
Deprecated.
 
configID - Variable in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
configID - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
ConfigurableFileFilter - Class in energy.optionModel.gui.imaging
ImageFilter implements the accept method so that it accepts all directories and any file that has a .png, .jpg, .jpeg, .gif, .tif, or .tiff filename extension.
ConfigurableFileFilter(String, String) - Constructor for class energy.optionModel.gui.imaging.ConfigurableFileFilter
Instantiates a new image filter.
ConfigurableFileFilter(String[], String) - Constructor for class energy.optionModel.gui.imaging.ConfigurableFileFilter
Instantiates a new image filter.
Connectivity - Enum in energy.optionModel
Java class for Connectivity.
connectivity - Variable in class energy.optionModel.TechnicalInterface
 
Connectivity - Enum in energy.persistence.version096
Deprecated.
connectivity - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
containsEdge(E) - Method in class energy.evaluation.SparseGraph
 
containsVertex(V) - Method in class energy.evaluation.SparseGraph
 
ControlledSystem - Class in energy.optionModel
Java class for ControlledSystem complex type.
ControlledSystem() - Constructor for class energy.optionModel.ControlledSystem
 
controlledSystem - Variable in class energy.optionModel.GroupMember
 
ControlledSystem - Class in energy.persistence.version096
Deprecated.
ControlledSystem() - Constructor for class energy.persistence.version096.ControlledSystem
Deprecated.
 
controlledSystem - Variable in class energy.persistence.version096.GroupMember
Deprecated.
 
controlRange - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
controlRange - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
controlRange - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
controlRange - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
convertDuration(long, TimeUnit) - Static method in class energy.UnitConverter
Convert a duration of milliseconds into the specified TimeUnit.
convertDurationToMilliseconds(double, TimeUnit) - Static method in class energy.UnitConverter
Converts a duration with a specified TimeUnit to milliseconds.
convertDurationToMilliseconds(Duration) - Static method in class energy.UnitConverter
Converts a duration to milliseconds.
convertEnergyAmount(EnergyAmount, EnergyUnitFactorPrefixSI, TimeUnit) - Static method in class energy.UnitConverter
Converts an energy amount into specified SI-prefix and TimeUnit.
convertEnergyFlowInWatt(double, EnergyUnitFactorPrefixSI) - Static method in class energy.UnitConverter
Converts the specified value of an energy flow in Watt as new value with the specified SI-Prefix (e.g 10.000 into 10 for 10.000 W into 10 kW).
convertEnergyFlowInWatt(EnergyFlowInWatt, EnergyUnitFactorPrefixSI) - Static method in class energy.UnitConverter
Converts the specified EnergyFlowInWatt into the desired SI-prefix (e.g 10.000 kW into 10 MW, while setting the desired SI-prefix to EnergyUnitFactorPrefixSI.MEGA_M_6).
convertEnergyFlowToWatt(EnergyFlowInWatt) - Static method in class energy.UnitConverter
Returns the value of the specified EnergyFlowInWatt into Watt (e.g 10 kW into 10.000 W).
ConverterScheduleList096To100 - Class in energy.persistence
This Class converters a ScheduleList of version 0.96 To a 1.00 version.
ConverterScheduleList096To100(ScheduleList) - Constructor for class energy.persistence.ConverterScheduleList096To100
Instantiates a new schedule list converter 096 to 100.
ConverterTechnicalSystem096To100 - Class in energy.persistence
This Class converters a TechnicalSystem of version 0.96 To a 1.00 version.
ConverterTechnicalSystem096To100(TechnicalSystem) - Constructor for class energy.persistence.ConverterTechnicalSystem096To100
Instantiates a new technical system converter 096 to 100.
ConverterTechnicalSystemGroup096To100 - Class in energy.persistence
This Class converters a TechnicalSystem of version 0.96 To a 1.00 version.
ConverterTechnicalSystemGroup096To100(TechnicalSystemGroup) - Constructor for class energy.persistence.ConverterTechnicalSystemGroup096To100
Instantiates a new technical system converter 096 to 100.
convertGoodFlow(GoodFlow, TimeUnit) - Static method in class energy.UnitConverter
Converts the specified GoodFlow according to the specified TimeUnit.
convertOSGB36ToWGS84() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Convert OSGB 36 to WGS 84.
convertScheduleList096ToScheduleList100(ScheduleList) - Static method in class energy.persistence.EomModelUpdater
Convert a ScheduleList of version 0.96 to a ScheduleList of version 1.00.
convertScheduleListTo(TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo) - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
Sets how to convert ScheduleLists located in the current TechnicalSystemGroup and immediately starts to convert them.
convertScheduleListTo(TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo) - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
Sets how to convert ScheduleLists located in the current TechnicalSystemGroup and immediately starts to convert them.
convertTechnicalSystem096ToTechnicalSystem100(TechnicalSystem) - Static method in class energy.persistence.EomModelUpdater
Convert a TechnicalSystem of version 0.96 to a TechnicalSystem of version 1.00.
convertTechnicalSystemGroup096ToTechnicalSystemGroup100(TechnicalSystemGroup) - Static method in class energy.persistence.EomModelUpdater
Convert a TechnicalSystemGroup of version 0.96 to a TechnicalSystemGroup of version 1.00.
convertToByteArray(Object) - Method in class de.enflexit.eom.database.converter.AbstractByteArrayConverter
Convert object to byte array.
convertToDatabaseColumn(List<FixedVariable>) - Method in class de.enflexit.eom.database.converter.IoListConverter
 
convertToDatabaseColumn(List<AbstractStorageLoad>) - Method in class de.enflexit.eom.database.converter.StorageLoadsConverter
 
convertToDatabaseColumn(List<AbstractUsageOfInterface>) - Method in class de.enflexit.eom.database.converter.UsageOfInterfacesConverter
 
convertToEntityAttribute(byte[]) - Method in class de.enflexit.eom.database.converter.IoListConverter
 
convertToEntityAttribute(byte[]) - Method in class de.enflexit.eom.database.converter.StorageLoadsConverter
 
convertToEntityAttribute(byte[]) - Method in class de.enflexit.eom.database.converter.UsageOfInterfacesConverter
 
convertToInstance(byte[]) - Method in class de.enflexit.eom.database.converter.AbstractByteArrayConverter
Convert byte array to instance.
convertToListSchedule(Schedule) - Static method in class energy.persistence.ScheduleList_StorageHandler
Converts the specified Schedule, that should be a tree schedule, to a list schedule .
convertToListSchedule(Schedule) - Static method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Converts the specified Schedule, that should be a tree schedule, to a list schedule .
convertToListScheduleList(ScheduleList) - Static method in class energy.persistence.ScheduleList_StorageHandler
Converts the specified ScheduleList to a list schedule list.
convertToListScheduleList(ScheduleList) - Static method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Converts the specified ScheduleList to a list schedule list.
convertToTechnicalSystemStateEvaluation(TechnicalSystemStateTime) - Method in class energy.evaluation.AbstractEvaluationStrategy
convertToTechnicalSystemStateEvaluation(TechnicalSystemStateTime) - Method in class energy.OptionModelController
convertToTreeSchedule(Schedule) - Static method in class energy.persistence.ScheduleList_StorageHandler
Converts the specified Schedule, that should be a list schedule, to a tree schedule .
convertToTreeSchedule(Schedule) - Static method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Converts the specified Schedule, that should be a list schedule, to a tree schedule .
convertToTreeScheduleList(ScheduleList) - Static method in class energy.persistence.ScheduleList_StorageHandler
Converts the specified ScheduleList to a tree schedule list.
convertToTreeScheduleList(ScheduleList) - Static method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Converts the specified ScheduleList to a tree schedule list.
convertWGS84ToOSGB36() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Convert WGS 84 to OSGB 36.
copyCostByTime(CostsByTime) - Method in class energy.OptionModelController
Copies the specified CostsByTime.
copyCostFunction(CostFunctionDataSeries, long) - Method in class energy.OptionModelController
Copies the specified CostFunctionDataSeries and applies an offset to the time values.
copyEnergyAmount(EnergyAmount) - Method in class energy.evaluation.AbstractEvaluationStrategy
Copies the specified energy amount into a new instance.
copyEnergyAmount(EnergyAmount) - Method in class energy.OptionModelControllerBase
Copies the specified energy amount into a new instance.
copyEnergyFlowInWatt(EnergyFlowInWatt) - Method in class energy.evaluation.AbstractEvaluationStrategy
Copies the specified energy flow in watt into a new instance.
copyEnergyFlowInWatt(EnergyFlowInWatt) - Method in class energy.OptionModelControllerBase
Copies the specified EnergyFlowInWatt into a new instance.
copyFixedVariable(FixedVariable) - Static method in class energy.FixedVariableHelper
Copies the specified FixedVariable.
copyGoodFlow(GoodFlow) - Method in class energy.OptionModelControllerBase
Copies the specified GoodFlow into a new instance.
copyGroupMember(Frame, GroupMember) - Method in class energygroup.GroupController
Copies the specified GroupMember.
copyGroupMember(GroupMember, int) - Method in class energygroup.GroupController
Copies the specified GroupMember n times.
copyInputMeasurement(InputMeasurement, long) - Static method in class energy.InputMeasurementHelper
Copies the specified InputMeasurement and applies an offset to the time values.
copyInputMeasurementByTime(InputMeasurementByTime) - Static method in class energy.InputMeasurementHelper
Copies the specified InputMeasurementByTime.
copyStorageLoad(AbstractStorageLoad) - Method in class energy.evaluation.AbstractEvaluationStrategy
Copies the specified StorageLoadEnergy.
copyStorageLoad(AbstractStorageLoad) - Method in class energy.OptionModelController
Copies the specified AbstractStorageLoad that is either an instance of StorageLoadEnergy or StorageLoadGood.
copyTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.AbstractEvaluationStrategy
copyTechnicalSystemState(TechnicalSystemState, boolean) - Method in class energy.evaluation.AbstractEvaluationStrategy
copyTechnicalSystemState(TechnicalSystemState) - Method in class energy.OptionModelController
copyTechnicalSystemState(TechnicalSystemState, boolean) - Method in class energy.OptionModelController
copyUsageOfInterface(AbstractUsageOfInterface) - Method in class energy.OptionModelController
Copies the specified AbstractUsageOfInterface that is either an instance of UsageOfInterfaceEnergy or UsageOfInterfaceGood.
cosSquared(double) - Static method in class energy.optionModel.geo.GeoUtils
 
COST_MODEL_DefaultTimeFormat - Static variable in class energy.evaluation.gui.costs.EnergyCostPanel
 
CostFunction - Class in energy.optionModel
The type CostFunction basically describes for which domain and flow direction an energy or good flow may be assessed.
CostFunction() - Constructor for class energy.optionModel.CostFunction
 
costFunction - Variable in class energy.optionModel.CostFunction
 
costFunction - Variable in class energy.optionModel.CostFunctionModuleMultiplePart
 
costFunction - Variable in class energy.optionModel.CostFunctionModuleSingle
 
CostFunction - Class in energy.persistence.version096
Deprecated.
CostFunction() - Constructor for class energy.persistence.version096.CostFunction
Deprecated.
 
costFunction - Variable in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
 
CostFunctionCalculated - Class in energy.optionModel
Java class for CostFunctionCalculated complex type.
CostFunctionCalculated() - Constructor for class energy.optionModel.CostFunctionCalculated
 
CostFunctionCalculated - Class in energy.persistence.version096
Deprecated.
CostFunctionCalculated() - Constructor for class energy.persistence.version096.CostFunctionCalculated
Deprecated.
 
CostFunctionCalculatedOverTime - Class in energy.optionModel
Java class for CostFunctionCalculatedOverTime complex type.
CostFunctionCalculatedOverTime() - Constructor for class energy.optionModel.CostFunctionCalculatedOverTime
 
CostFunctionCalculatedSeries - Class in energy.optionModel
Java class for CostFunctionCalculatedSeries complex type.
CostFunctionCalculatedSeries() - Constructor for class energy.optionModel.CostFunctionCalculatedSeries
 
CostFunctionConstantOverTime - Class in energy.optionModel
Java class for CostFunctionConstantOverTime complex type.
CostFunctionConstantOverTime() - Constructor for class energy.optionModel.CostFunctionConstantOverTime
 
CostFunctionDataSeries - Class in energy.optionModel
Java class for CostFunctionDataSeries complex type.
CostFunctionDataSeries() - Constructor for class energy.optionModel.CostFunctionDataSeries
 
CostFunctionModular - Class in energy.optionModel
Specific AbstractCostFunction that enables to describe costs depending on multiple cost factors.
CostFunctionModular() - Constructor for class energy.optionModel.CostFunctionModular
 
costFunctionModule - Variable in class energy.optionModel.CostFunctionModular
 
CostFunctionModuleMultiple - Class in energy.optionModel
Java class for CostFunctionModuleMultiple complex type.
CostFunctionModuleMultiple() - Constructor for class energy.optionModel.CostFunctionModuleMultiple
 
CostFunctionModuleMultiplePart - Class in energy.optionModel
Describes the detailed type of costs regarding the above type of costs (e.g. energy consumption costs are separated in 70 % by an OTC contract, while 30 % are taken from a spot market) Java class for CostFunctionModuleMultiplePart complex type.
CostFunctionModuleMultiplePart() - Constructor for class energy.optionModel.CostFunctionModuleMultiplePart
 
CostFunctionModuleSingle - Class in energy.optionModel
Java class for CostFunctionModuleSingle complex type.
CostFunctionModuleSingle() - Constructor for class energy.optionModel.CostFunctionModuleSingle
 
costFunctions - Variable in class energy.optionModel.CostModel
 
costFunctions - Variable in class energy.persistence.version096.CostModel
Deprecated.
 
CostFunctions() - Constructor for class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
 
CostInterval(long, long, double) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Instantiates a new cost interval.
CostModel - Class in energy.optionModel
This type covers a comprehensive description for the possibly occurring costs of the actual TechnicalSystem or TechnicalSystemGroup Java class for CostModel complex type.
CostModel() - Constructor for class energy.optionModel.CostModel
 
costModel - Variable in class energy.optionModel.EvaluationSettings
 
CostModel - Class in energy.persistence.version096
Deprecated.
CostModel() - Constructor for class energy.persistence.version096.CostModel
Deprecated.
 
costModel - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
CostModel.CostFunctions - Class in energy.persistence.version096
Deprecated.
Java class for anonymous complex type.
costPart - Variable in class energy.optionModel.CostFunctionModuleMultiple
 
costRelevant - Variable in class energy.optionModel.TechnicalInterface
 
costRelevant - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
CostsByTime - Class in energy.optionModel
Java class for CostsByTime complex type.
CostsByTime() - Constructor for class energy.optionModel.CostsByTime
 
CostsByTime - Class in energy.persistence.version096
Deprecated.
CostsByTime() - Constructor for class energy.persistence.version096.CostsByTime
Deprecated.
 
costsByTimeSeries - Variable in class energy.optionModel.CostFunctionDataSeries
 
costsByTimeSeries - Variable in class energy.persistence.version096.CostFunction
Deprecated.
 
costsCumulated - Variable in class energy.optionModel.AbstractUsageOfInterface
 
costsCumulated - Variable in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
costType - Variable in class energy.optionModel.AbstractCostFunctionModule
 
costTypePart - Variable in class energy.optionModel.CostFunctionModuleMultiplePart
 
costUnit - Variable in class energy.optionModel.CostModel
 
costUnit - Variable in class energy.optionModel.ScheduleList
 
costUnit - Variable in class energy.persistence.version096.CostModel
Deprecated.
 
costValue - Variable in class energy.optionModel.CostFunctionConstantOverTime
 
costValue - Variable in class energy.optionModel.CostsByTime
 
costValue - Variable in class energy.persistence.version096.CostsByTime
Deprecated.
 
countStateTransitions(TechnicalInterfaceConfiguration) - Method in class energy.validation.TechnicalSystemChecker
Returns the overall number of StateTransitions for the specified TechnicalInterfaceConfiguration.
createControlledSystem() - Method in class energy.optionModel.ObjectFactory
Create an instance of ControlledSystem
createControlledSystem() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of ControlledSystem
createCostFunction() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunction
createCostFunction() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of CostFunction
createCostFunctionCalculated() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of CostFunctionCalculated
createCostFunctionCalculatedOverTime() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionCalculatedOverTime
createCostFunctionCalculatedSeries() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionCalculatedSeries
createCostFunctionConstantOverTime() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionConstantOverTime
createCostFunctionDataSeries() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionDataSeries
createCostFunctionModular() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionModular
createCostFunctionModuleMultiple() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionModuleMultiple
createCostFunctionModuleMultiplePart() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionModuleMultiplePart
createCostFunctionModuleSingle() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostFunctionModuleSingle
createCostModel() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostModel
createCostModel() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of CostModel
createCostModelCostFunctions() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of CostModel.CostFunctions
createCostsByTime() - Method in class energy.optionModel.ObjectFactory
Create an instance of CostsByTime
createCostsByTime() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of CostsByTime
createDomainModelInstance(String) - Static method in class energy.DomainSettings
Creates the domain model instance for the specified domain.
createDomainModelInstanceForClass(String) - Static method in class energy.DomainSettings
Creates the domain model instance for the specified class.
createDuration() - Method in class energy.optionModel.ObjectFactory
Create an instance of Duration
createDuration() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of Duration
createDurationCalculated() - Method in class energy.optionModel.ObjectFactory
Create an instance of DurationCalculated
createDurationCalculated() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of DurationCalculated
createEnergyAmount() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyAmount
createEnergyAmount() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyAmount
createEnergyFlow() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlow
createEnergyFlowDynamic() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowDynamic
createEnergyFlowGeneral() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyFlowGeneral
createEnergyFlowGradient() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowGradient
createEnergyFlowGradientCalculated() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowGradientCalculated
createEnergyFlowInWatt() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyFlowInWatt
createEnergyFlowInWatt() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowInWatt
createEnergyFlowInWatt(double, EnergyUnitFactorPrefixSI) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new EnergyFlowInWatt.
createEnergyFlowInWattCalculated() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyFlowInWattCalculated
createEnergyFlowInWattCalculated() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowInWattCalculated
createEnergyFlowMeasured() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyFlowMeasured
createEnergyFlowMeasured() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyFlowMeasured
createEnergyFlowMeasured(String, boolean) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new EnergyFlowMeasured.
createEnergyFlowMeasuredHash() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Returns a new HashMap that contains new created EnergyFlowMeasured for each TechnicalInterface
createEnergyInterface() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyInterface
createEnergyMeasurement() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyMeasurement
createEnergyMeasurement() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EnergyMeasurement
createEnergyMeasurement(long, double, EnergyUnitFactorPrefixSI) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new EnergyMeasurement.
createEnergyStorageInterface() - Method in class energy.optionModel.ObjectFactory
Create an instance of EnergyStorageInterface
createEvaluationClass() - Method in class energy.optionModel.ObjectFactory
Create an instance of EvaluationClass
createEvaluationClass() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EvaluationClass
createEvaluationGraphEdgeForDeltaCosts(EvaluationGraphNode, EvaluationGraphNode, TechnicalSystemStateDeltaEvaluation) - Method in class energy.evaluation.EvaluationGraph
Creates a new EvaluationGraphEdge for the specified TechnicalSystemStateDeltaEvaluation for the delta cost graph.
createEvaluationGraphEdgeForStateVariability(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraph
Creates a new EvaluationGraphEdge for the specified TechnicalSystemState for the graph of the state variability.
createEvaluationGraphNode(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraph
Creates a new EvaluationGraphNode for the specified TechnicalSystemState.
createEvaluationSettings() - Method in class energy.optionModel.ObjectFactory
Create an instance of EvaluationSettings
createEvaluationSettings() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of EvaluationSettings
createEvaluationStrategy() - Method in class energy.OptionModelControllerBase
Creates and returns a new instance of the configured evaluation strategy.
createEvaluationStrategy(String) - Method in class energy.OptionModelControllerBase
Creates and returns a new instance of the configured evaluation strategy.
createFixedBoolean(String, boolean) - Static method in class energy.FixedVariableHelper
Creates a new FixedBoolean.
createFixedBoolean() - Method in class energy.optionModel.ObjectFactory
Create an instance of FixedBoolean
createFixedBoolean() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of FixedBoolean
createFixedDouble(String, Double) - Static method in class energy.FixedVariableHelper
Creates a new FixedDouble.
createFixedDouble() - Method in class energy.optionModel.ObjectFactory
Create an instance of FixedDouble
createFixedDouble() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of FixedDouble
createFixedInteger(String, Integer) - Static method in class energy.FixedVariableHelper
Creates a new FixedInteger.
createFixedInteger() - Method in class energy.optionModel.ObjectFactory
Create an instance of FixedInteger
createFixedInteger() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of FixedInteger
createGoodFlow() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodFlow
createGoodFlow(double, String, TimeUnit) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new GoodFlow.
createGoodFlowCalculated() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodFlowCalculated
createGoodFlowGeneral() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodFlowGeneral
createGoodFlowMeasured() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodFlowMeasured
createGoodFlowMeasured(String, boolean) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new GoodFlowMeasured.
createGoodFlowMeasuredHash() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Returns a new HashMap that contains new created GoodFlowMeasured for each TechnicalInterface
createGoodInterface() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodInterface
createGoodMeasurement() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodMeasurement
createGoodMeasurement(long, double, String, TimeUnit) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new GoodMeasurement.
createGoodStorageInterface() - Method in class energy.optionModel.ObjectFactory
Create an instance of GoodStorageInterface
createGroupMember() - Method in class energy.optionModel.ObjectFactory
Create an instance of GroupMember
createGroupMember() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of GroupMember
createImageIcon(String) - Static method in class energy.optionModel.gui.imaging.ImageUtils
Returns an ImageIcon, or null if the path was invalid.
createInputMeasurement() - Method in class energy.optionModel.ObjectFactory
Create an instance of InputMeasurement
createInputMeasurement() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of InputMeasurement
createInputMeasurementByTime(long, FixedVariable) - Static method in class energy.InputMeasurementHelper
Creates the input measurement by time.
createInputMeasurementByTime() - Method in class energy.optionModel.ObjectFactory
Create an instance of InputMeasurementByTime
createInputMeasurementByTime() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of InputMeasurementByTime
createInputMeasurementCalculatedByState() - Method in class energy.optionModel.ObjectFactory
Create an instance of InputMeasurementCalculatedByState
createInputMeasurementCalculatedByState() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of InputMeasurementCalculatedByState
createInputMeasurementCalculatedSeries() - Method in class energy.optionModel.ObjectFactory
Create an instance of InputMeasurementCalculatedSeries
createInputMeasurementCalculatedSeries() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of InputMeasurementCalculatedSeries
createInterfaceSetting() - Method in class energy.optionModel.ObjectFactory
Create an instance of InterfaceSetting
createInterfaceSetting() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of InterfaceSetting
createKnowledgeBase() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of KnowledgeBase
createKnowledgePart() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of KnowledgePart
createKnowledgePartCartesianKnowledge() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of KnowledgePart.CartesianKnowledge
createNodeStateHashMap() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Creates a new node state hash map.
createOptionModelCalculation() - Method in class energy.OptionModelControllerBase
Returns the a new instance of an option model calculation.
createRangeBoolean() - Method in class energy.optionModel.ObjectFactory
Create an instance of RangeBoolean
createRangeBoolean() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of RangeBoolean
createRangeDouble() - Method in class energy.optionModel.ObjectFactory
Create an instance of RangeDouble
createRangeDouble() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of RangeDouble
createRangeInteger() - Method in class energy.optionModel.ObjectFactory
Create an instance of RangeInteger
createRangeInteger() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of RangeInteger
createScheduleLengthRestriction() - Method in class energy.optionModel.ObjectFactory
Create an instance of ScheduleLengthRestriction
createScheduleList() - Method in class energy.optionModel.ObjectFactory
Create an instance of ScheduleList
createScheduleList(ScheduleList) - Method in class energy.optionModel.ObjectFactory
Create an instance of JAXBElement<ScheduleList>}
createScheduleList() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of ScheduleList
createScheduleList(ScheduleList) - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of JAXBElement<ScheduleList>}
createState() - Method in class energy.optionModel.ObjectFactory
Create an instance of State
createState(TechnicalInterfaceConfiguration) - Method in class energy.OptionModelControllerBase
Creates a new State in compliance to the given TechnicalInterfaceConfiguration.
createState() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of State
createStateTransition() - Method in class energy.optionModel.ObjectFactory
Create an instance of StateTransition
createStateTransition() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of StateTransition
createStaticModel(SystemVariableDefinitionStaticModel) - Method in class energy.OptionModelControllerBase
Creates and returns the AbstractStaticModel instance that is defined with the specified SystemVariableDefinitionStaticModel.
createStorageCapacity() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of StorageCapacity
createStorageCapacityEnergy() - Method in class energy.optionModel.ObjectFactory
Create an instance of StorageCapacityEnergy
createStorageCapacityGood() - Method in class energy.optionModel.ObjectFactory
Create an instance of StorageCapacityGood
createStorageInterface() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of StorageInterface
createStorageLoadEnergy() - Method in class energy.optionModel.ObjectFactory
Create an instance of StorageLoadEnergy
createStorageLoadGood() - Method in class energy.optionModel.ObjectFactory
Create an instance of StorageLoadGood
createStorageLoadHashEnergy() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new storage load hash for all EnergyInterfacee that have a storage.
createStorageLoadHashGood() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Creates a new storage load hash for all GoodInterfaces that have a storage.
createSystemVariableDefinition(List<SystemVariableDefinition>) - Method in class energy.OptionModelController
Creates a new SystemVariableDefinition.
createSystemVariableDefinitionBoolean() - Method in class energy.optionModel.ObjectFactory
Create an instance of SystemVariableDefinitionBoolean
createSystemVariableDefinitionBoolean() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of SystemVariableDefinitionBoolean
createSystemVariableDefinitionDouble() - Method in class energy.optionModel.ObjectFactory
Create an instance of SystemVariableDefinitionDouble
createSystemVariableDefinitionDouble() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of SystemVariableDefinitionDouble
createSystemVariableDefinitionInteger() - Method in class energy.optionModel.ObjectFactory
Create an instance of SystemVariableDefinitionInteger
createSystemVariableDefinitionInteger() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of SystemVariableDefinitionInteger
createSystemVariableDefinitionOntology() - Method in class energy.optionModel.ObjectFactory
Create an instance of SystemVariableDefinitionOntology
createSystemVariableDefinitionOntology() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of SystemVariableDefinitionOntology
createSystemVariableDefinitionStaticModel() - Method in class energy.optionModel.ObjectFactory
createSystemVariableDefinitionStaticModel() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
createTechnicalInterface(TechnicalInterfaceConfiguration) - Method in class energy.OptionModelControllerBase
Creates a new EnergyInterface in compliance to the given TechnicalInterfaceConfiguration.
createTechnicalInterface() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalInterface
createTechnicalInterfaceConfiguration() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalInterfaceConfiguration
createTechnicalInterfaceConfiguration() - Method in class energy.OptionModelControllerBase
Creates a new TechnicalInterfaceConfiguration.
createTechnicalInterfaceConfiguration() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalInterfaceConfiguration
createTechnicalSystem() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalSystem
createTechnicalSystem(TechnicalSystem) - Method in class energy.optionModel.ObjectFactory
Create an instance of JAXBElement<TechnicalSystem>}
createTechnicalSystem() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystem
createTechnicalSystem(TechnicalSystem) - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of JAXBElement<TechnicalSystem>}
createTechnicalSystemGroup() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalSystemGroup
createTechnicalSystemGroup(TechnicalSystemGroup) - Method in class energy.optionModel.ObjectFactory
Create an instance of JAXBElement<TechnicalSystemGroup>}
createTechnicalSystemGroup() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystemGroup
createTechnicalSystemGroup(TechnicalSystemGroup) - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of JAXBElement<TechnicalSystemGroup>}
createTechnicalSystemState() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalSystemState
createTechnicalSystemState() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystemState
createTechnicalSystemStateEvaluation() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalSystemStateEvaluation
createTechnicalSystemStateEvaluation() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystemStateEvaluation
createTechnicalSystemStateIOList(TechnicalSystemState, boolean) - Method in class energy.OptionModelController
Returns the TechnicalSystemState IOList that are measurements in general and the set points from the specified State.
createTechnicalSystemStateStorageLoads() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystemState.StorageLoads
createTechnicalSystemStateTime() - Method in class energy.optionModel.ObjectFactory
Create an instance of TechnicalSystemStateTime
createTechnicalSystemStateTime() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of TechnicalSystemStateTime
createTechnicalSystemStateUsageOfInterfaces() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
createUsageOfInterfaceEnergy() - Method in class energy.optionModel.ObjectFactory
Create an instance of UsageOfInterfaceEnergy
createUsageOfInterfaceGood() - Method in class energy.optionModel.ObjectFactory
Create an instance of UsageOfInterfaceGood
createUsePattern() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of UsePattern
createUsePatterns() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
Create an instance of UsePatterns
createUsePatternTechnicalSystemStateUsage() - Method in class energy.persistence.version096.ObjectFactory
Deprecated.
createVariableState(String) - Method in class energy.OptionModelController
Creates a new VariableState for the specified State and a given ID of the SystemVariableDefinition.
createVariableState(SystemVariableDefinition) - Method in class energy.OptionModelController
Creates a new VariableState for the specified State and a given SystemVariableDefinition.
currentLoad - Variable in class energy.optionModel.EnergyStorageInterface
 
currentLoad - Variable in class energy.optionModel.GoodStorageInterface
 
currentLoad - Variable in class energy.persistence.version096.StorageInterface
Deprecated.
 
currentNode - Variable in class energygroup.evaluation.MemberEvaluationStrategy
 

D

DatabaseActivator - Class in de.enflexit.eom.database
The Class DatabaseActivator starts the Services.
DatabaseActivator() - Constructor for class de.enflexit.eom.database.DatabaseActivator
 
DatabaseBundleInfo - Class in de.enflexit.eom.database
The Class DatabaseBundleInfo provides information and static help functions for the EOM database bundle.
DatabaseBundleInfo() - Constructor for class de.enflexit.eom.database.DatabaseBundleInfo
 
DatabaseConfigurationProperties - Class in de.enflexit.eom.database
The Class DatabaseConfigurationProperties provides a tree map that contains the required database properties and its default values for hibernate.
DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate - Class in de.enflexit.eom.database
The Class EclipsePreferenceSettingForHibernate.
DatabaseSettingsJMenuItem - Class in de.enflexit.eom.database.gui
The Class DatabaseSettingsJMenuItem open the connection settings dialog.
DatabaseSettingsJMenuItem() - Constructor for class de.enflexit.eom.database.gui.DatabaseSettingsJMenuItem
Instantiates a new database settings JMenuItem.
DatabaseStorageHandler_ScheduleList - Class in de.enflexit.eom.database
The Class DatabaseStorageHandler_ScheduleList provides methods that allow to save or open ScheduleLists from or to a database.
DatabaseStorageHandler_ScheduleList() - Constructor for class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Instantiates a new database storage handler schedule list (default constructor).
DataRepetition - Enum in energy.optionModel
Java class for DataRepetition.
dataRepetition - Variable in class energy.optionModel.EvaluationSettings
 
DataRepetition - Enum in energy.persistence.version096
Deprecated.
dataRepetition - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
DataRepetitionComboBox - Class in energy.optionModel.gui.components
The Class JComboBoxDataRepetition allows the selection of the DataRepetition
DataRepetitionComboBox() - Constructor for class energy.optionModel.gui.components.DataRepetitionComboBox
Instantiates a new JComboBoxCostModelRepetition (extension of a JComboBox) that allows the selection of a DataRepetition .
DataRepetitionComboElement - Class in energy.optionModel.gui.components
The Class DataRepetitionObject is used within the model DefaultComboBoxModel of the local JComboBox.
DataRepetitionComboElement(DataRepetition) - Constructor for class energy.optionModel.gui.components.DataRepetitionComboElement
Instantiates a new cost model repetition object.
DATE_FORMAT - Static variable in class de.enflexit.eom.database.DatabaseBundleInfo
 
dateSaved - Variable in class energy.optionModel.ScheduleList
 
DateTimeHelper - Class in energy
The Class DateTimeHelper provides some static help methods for the handling of Date and Time values.
DateTimeHelper() - Constructor for class energy.DateTimeHelper
 
DateTimeWidget - Class in energy.optionModel.gui.components
The Class DateTimeWidget.
DateTimeWidget() - Constructor for class energy.optionModel.gui.components.DateTimeWidget
Instantiates a new DateTimeWidget.
DateTimeWidget(Date) - Constructor for class energy.optionModel.gui.components.DateTimeWidget
Instantiates a new DateTimeWidget.
de.enflexit.eom.database - package de.enflexit.eom.database
This package provides classes to connect the EOM with a database by using Hibernate.
de.enflexit.eom.database.converter - package de.enflexit.eom.database.converter
This package contain Hibernate mapping converter
de.enflexit.eom.database.gui - package de.enflexit.eom.database.gui
This package provides classes for the visualization in the context of a database usage.
DecisionTree - Class in energygroup.evaluation.decisionTree
The Class DecisionTree.
DecisionTree(GroupController, long, long) - Constructor for class energygroup.evaluation.decisionTree.DecisionTree
Instantiates a new decision tree.
DEFAULT_CHART_COLORS - Static variable in class energy.GlobalInfo
The Constant DEFAULT_CHART_COLORS defines a set of standard colors for charts.
DEFAULT_LICENSE_SITE - Static variable in class energy.BundleProperties
 
DEFAULT_OIDC_ISSUER_URI - Static variable in class energy.BundleProperties
 
DEFAULT_SI_PREFIX_FOR_ENERGY_AMOUNTS - Static variable in class energy.schedule.csv.ScheduleCsvImportSettings
 
DEFAULT_SI_PREFIX_FOR_ENERGY_FLOWS - Static variable in class energy.schedule.csv.ScheduleCsvImportSettings
 
DEFAULT_TIME_UNIT_FOR_ENERGY_AMOUNTS - Static variable in class energy.schedule.csv.ScheduleCsvImportSettings
 
DefaultDomainModelCoal - Class in energy.domain
The Class for the default DomainModel of the good Coal.
DefaultDomainModelCoal() - Constructor for class energy.domain.DefaultDomainModelCoal
 
DefaultDomainModelElectricity - Class in energy.domain
The Class for the default DomainModel of the EnergyCarrier Electricity.
DefaultDomainModelElectricity() - Constructor for class energy.domain.DefaultDomainModelElectricity
 
DefaultDomainModelElectricity.CurrentType - Enum in energy.domain
 
DefaultDomainModelElectricity.Phase - Enum in energy.domain
 
DefaultDomainModelElectricity.PowerType - Enum in energy.domain
 
DefaultDomainModelElectricityJPanel - Class in energy.domain
The Class DefaultDomainModelElectricityJPanel.
DefaultDomainModelElectricityJPanel() - Constructor for class energy.domain.DefaultDomainModelElectricityJPanel
Instantiates a new default domain model electricity j panel.
DefaultDomainModelHeat - Class in energy.domain
The Class for the default DomainModel of the energy carrier Heat.
DefaultDomainModelHeat() - Constructor for class energy.domain.DefaultDomainModelHeat
 
DefaultDomainModelHeatJPanel - Class in energy.domain
The Class DefaultDomainModelElectricityJPanel visualises a specific Heat DomainModel.
DefaultDomainModelHeatJPanel() - Constructor for class energy.domain.DefaultDomainModelHeatJPanel
Instantiates a new default domain model electricity j panel.
DefaultDomainModelHydrogen - Class in energy.domain
The Class for the default DomainModel of the EnergyCarrier Hydrogen.
DefaultDomainModelHydrogen() - Constructor for class energy.domain.DefaultDomainModelHydrogen
 
DefaultDomainModelNaturalGas - Class in energy.domain
The Class for the default DomainModel of the EnergyCarrier NaturalGas.
DefaultDomainModelNaturalGas() - Constructor for class energy.domain.DefaultDomainModelNaturalGas
 
deg2rad(double) - Static method in class energy.optionModel.geo.GeoUtils
 
deleteOptionModelObserver() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Removes this as a observer of the OptionModelController.
deleteOptionModelObserver() - Method in class energy.optionModel.gui.flow.FlowBaseInternalFrame
Removes this as a observer of the OptionModelController.
deleteOptionModelObserver() - Method in class energy.optionModel.gui.flow.FlowChart
Removes this as a observer of the OptionModelController.
deleteScheduleList(ScheduleList) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Deletes the ScheduleList specified by its instance.
deleteScheduleList(int) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Deletes the ScheduleList specified by its ID.
deleteScheduleListsBySetupName(String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Delete schedule lists by the specified setup name.
deltaE - Variable in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
 
deltaT - Variable in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
 
description - Variable in class energy.optionModel.EvaluationClass
 
description - Variable in class energy.optionModel.ScheduleList
 
description - Variable in class energy.optionModel.TechnicalInterface
 
description - Variable in class energy.optionModel.TechnicalSystemStateTime
 
description - Variable in class energy.persistence.version096.EvaluationClass
Deprecated.
 
description - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
description - Variable in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
 
directed_edges - Variable in class energy.evaluation.SparseGraph
 
direction - Variable in class energy.optionModel.CostFunction
 
direction - Variable in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
 
DisplayHelper - Class in energy
This class contains some static methods for converting instances of energy flow, duration and other to text.
DisplayHelper() - Constructor for class energy.DisplayHelper
 
doCancelAction() - Method in class energy.domain.gui.DomainSettingsDialog
 
doCancelAction() - Method in interface energy.domain.gui.DomainSettingsListener
Do Cancel action.
doGroupTreeAction() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Does the GroupTreeAction, starting from the root node.
doGroupTreeAction(DefaultMutableTreeNode) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Does the GroupTreeAction, starting from the specified parent node.
doGroupTreeAction() - Method in class energygroup.evaluation.AdjustInitialStateTreeAction
 
doImport(DefaultTableModel, ScheduleCsvImportSettings, ScheduleController) - Method in class energy.schedule.csv.ScheduleCsvImporter
Imports a schedule from a table model containing CSV data
doLayout() - Method in class energy.optionModel.gui.common.JComboBoxWide
 
domain - Variable in class energy.optionModel.AbstractStorageCapacity
 
domain - Variable in class energy.optionModel.CostFunction
 
domain - Variable in class energy.optionModel.InterfaceSetting
 
domain - Variable in class energy.optionModel.TechnicalInterface
 
DOMAIN_SETTINGS_FILE_NAME - Static variable in class energy.GlobalInfo
 
DomainComboBox - Class in energy.optionModel.gui.components
The Class EnergyCarrierComboBox provides a JComboBox consisting of all available EnergyCarrier that are provided by the EnergyOptionModel.
DomainComboBox() - Constructor for class energy.optionModel.gui.components.DomainComboBox
Instantiates a new energy carrier combo box.
DomainComboElement - Class in energy.optionModel.gui.components
The Class DomainComboElement represent a single element within the DomainComboBox.
DomainComboElement(String, DomainModelSetting) - Constructor for class energy.optionModel.gui.components.DomainComboElement
Instantiates a new domain combo element.
DomainConnectivityComboBox - Class in energy.optionModel.gui.components
The Class EnergyCarrierConnectivityComboBox allows the selection of a EnergyCarrier in combination with a Connectivity.
DomainConnectivityComboBox() - Constructor for class energy.optionModel.gui.components.DomainConnectivityComboBox
Instantiates a new JComboBoxEnergyCarrierConnectivity (extension of a JComboBox) that allows the selection of a EnergyCarrier in combination with a Connectivity.
DomainConnectivityComboBox.CostFunctionType - Enum in energy.optionModel.gui.components
 
DomainConnectivityComboElement - Class in energy.optionModel.gui.components
The Class EnergyCarrierConnectivityComboElement is used within the class DomainConnectivityComboBox.
DomainConnectivityComboElement(String, Connectivity, DomainConnectivityComboBox.CostFunctionType) - Constructor for class energy.optionModel.gui.components.DomainConnectivityComboElement
Instantiates a new energy carrier connectivity.
DomainInterfaceFlows - Class in energy
The Class DomainInterfaceFlows concludes the energy or good flows for one domain (e.g. electricity) and for a single point in time.
DomainInterfaceFlows(String) - Constructor for class energy.DomainInterfaceFlows
Instantiates a new domain interface flows.
DomainInterfaceFlows.InterfaceFlow - Class in energy
The Class InterfaceFlow contains the required information to calculate the used energy or good amount.
domainModel - Variable in class energy.optionModel.InterfaceSetting
 
domainModel - Variable in class energy.optionModel.TechnicalInterface
 
domainModel - Variable in class energy.persistence.version096.InterfaceSetting
Deprecated.
 
domainModel - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
DomainModelCement - Class in energy.domain.goods.cement
The Class for the default DomainModel of the domain cement
DomainModelCement() - Constructor for class energy.domain.goods.cement.DomainModelCement
 
DomainModelCementEditor - Class in energy.domain.goods.cement
The Class DomainModelCementEditor is used in the DomainModelCementJPanel.
DomainModelCementEditor(DomainModelCementJPanel) - Constructor for class energy.domain.goods.cement.DomainModelCementEditor
 
DomainModelCementJPanel - Class in energy.domain.goods.cement
The Class DomainModelCementJPanel visualises a specific Cement DomainModel.
DomainModelCementJPanel() - Constructor for class energy.domain.goods.cement.DomainModelCementJPanel
Instantiates a new default domain model electricity j panel.
DomainModelCementRenderer - Class in energy.domain.goods.cement
The Class DomainModelCementRenderer is used in the table of the class DomainModelCementJPanel.
DomainModelCementRenderer() - Constructor for class energy.domain.goods.cement.DomainModelCementRenderer
 
DomainModelCoalAsGood - Class in energy.domain.goods.cement
The Class for the default DomainModel of the domain coal al Good
DomainModelCoalAsGood() - Constructor for class energy.domain.goods.cement.DomainModelCoalAsGood
 
DomainModelInterface - Interface in energy.domain.gui
The Interface DomainModelInterface has to be implemented within the class that are to be used for the visual configuration of the actual DomainModel.
DomainModelSetting - Class in energy.domain
The Class DomainModelSetting is the value part of the domain model settings that are specified in the local Hashtable.
DomainModelSetting(String, String, AbstractDomainModel) - Constructor for class energy.domain.DomainModelSetting
Instantiates a new domain model setting.
DomainSettings - Class in energy
The Class DomainSettings manages the global settings for the detailed configuration of the domain models (for the different EnergyCarrier).
DomainSettings(File) - Constructor for class energy.DomainSettings
Instantiates a new domain settings.
DomainSettingsDialog - Class in energy.domain.gui
The Class DomainSettingsDialog allows the configuration of the DomainSettings that are the detail data models by EnergyCarrier.
DomainSettingsDialog() - Constructor for class energy.domain.gui.DomainSettingsDialog
Deprecated.
DomainSettingsDialog(Frame) - Constructor for class energy.domain.gui.DomainSettingsDialog
Instantiates a new DomainSettingsDialog.
DomainSettingsListener - Interface in energy.domain.gui
This Listener can be used in case that the DomainSettingsPanel is bounded to a parent container and in order to recognise OK or Cancel actions indicated by the corresponding JButtons
DomainSettingsPanel - Class in energy.domain.gui
The Class DomainSettingsPanel allows the configuration of the DomainSettings that are the detail data models for good and EnergyCarrier.
DomainSettingsPanel(DomainSettingsListener) - Constructor for class energy.domain.gui.DomainSettingsPanel
Instantiates a new DomainSettingsPanel for the configuration of the DomainSettings.
DomainSettingsRenderer - Class in energy.domain.gui
The Class DomainSettingsRenderer is used in the table of the class DomainSettingsPanel.
DomainSettingsRenderer() - Constructor for class energy.domain.gui.DomainSettingsRenderer
 
doNetworkCalculation(DefaultMutableTreeNode, List<TechnicalInterface>, FlowsMeasuredGroup) - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
doNetworkCalculation(DefaultMutableTreeNode, List<TechnicalInterface>, FlowsMeasuredGroup) - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
doNetworkCalculation(DefaultMutableTreeNode, List<TechnicalInterface>, FlowsMeasuredGroup) - Method in class energy.samples.groupStrategies.VppMicroCHP
 
doNetworkCalculation(DefaultMutableTreeNode, List<TechnicalInterface>, FlowsMeasuredGroup) - Method in class energygroup.calculation.FallBackGroupStrategy
 
doNetworkCalculation(DefaultMutableTreeNode, List<TechnicalInterface>, FlowsMeasuredGroup) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Will be invoked, if a network calculation is required.
doNodeAction(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Should do the required action on the specified node and GroupTreeNodeObject.
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.evaluation.gui.results.SubResultOpenTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Should do the required action on the specified node and GroupTreeNodeObject of a group member that is a ScheduleList.
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AddResultTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AdjustInitialStateTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.ExecuteSubEvaluationStrategiesTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.FinalStateTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.InitialStateTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.IOSelectTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.SumUpFlowTreeAction
 
doNodeActionForGroupMemberScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.gui.GroupTreeViewSwitch
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.evaluation.gui.results.SubResultOpenTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Should do the required action on the specified node and GroupTreeNodeObject of a group member that is a TechnicalSystem.
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AddResultTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AdjustInitialStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.ExecuteSubEvaluationStrategiesTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.FinalStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.InitialStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.IOSelectTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.SumUpFlowTreeAction
 
doNodeActionForGroupMemberTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.gui.GroupTreeViewSwitch
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.evaluation.gui.results.SubResultOpenTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Should do the required action on the specified node and GroupTreeNodeObject of a group member that is a TechnicalSystemGroup.
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AddResultTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AdjustInitialStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.ExecuteSubEvaluationStrategiesTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.FinalStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.InitialStateTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.IOSelectTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.SumUpFlowTreeAction
 
doNodeActionForGroupMemberTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.gui.GroupTreeViewSwitch
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.evaluation.gui.results.SubResultOpenTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Should do the required action for the node of the current TechnicalSystemGroup.
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AddResultTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.AdjustInitialStateTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.ExecuteSubEvaluationStrategiesTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.FinalStateTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.InitialStateTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.IOSelectTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.evaluation.SumUpFlowTreeAction
 
doNodeActionForTechnicalSystemGroup(DefaultMutableTreeNode, GroupTreeNodeObject) - Method in class energygroup.gui.GroupTreeViewSwitch
 
doOkAction() - Method in class energy.domain.gui.DomainSettingsDialog
 
doOkAction() - Method in interface energy.domain.gui.DomainSettingsListener
Do OK action.
doSequentialNetworkCalculation() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Does the actual network calculation with the specified in-node states of the initial CalculationStepNode.
drawCostFunction() - Method in class energy.evaluation.gui.costs.EnergyCostChart
Draws the current cost function.
drawCostFunction() - Method in class energy.evaluation.gui.costs.EnergyCostChartOverview
Draws the current cost function.
drawInputMeasurement() - Method in class energy.evaluation.gui.io.MeasurementChart
Draws the current cost function.
drawMeasurements() - Method in class energy.evaluation.gui.io.MeasurementChartOverview
Draws the current measurement.
drawSimpleEdge(RenderContext<EvaluationGraphNode, EvaluationGraphEdge>, Layout<EvaluationGraphNode, EvaluationGraphEdge>, EvaluationGraphEdge) - Method in class energy.evaluation.gui.graph.EvaluationEdgeRenderer
 
drawSimpleEdge(RenderContext<StateVisNode, StateVisTransition>, Layout<StateVisNode, StateVisTransition>, StateVisTransition) - Method in class energy.optionModel.gui.graph.StateEdgeRenderer
 
drawSimpleEdge(RenderContext<CalculationStepNode<T>, CalculationTransition<T>>, Layout<CalculationStepNode<T>, CalculationTransition<T>>, CalculationTransition<T>) - Method in class energygroup.sequentialNetworks.CalcEdgeRenderer
 
Duration - Class in energy.optionModel
Java class for Duration complex type.
Duration() - Constructor for class energy.optionModel.Duration
 
duration - Variable in class energy.optionModel.ScheduleLengthRestriction
 
duration - Variable in class energy.optionModel.State
 
Duration - Class in energy.persistence.version096
Deprecated.
Duration() - Constructor for class energy.persistence.version096.Duration
Deprecated.
 
duration - Variable in class energy.persistence.version096.State
Deprecated.
 
DurationAdd(Duration, Duration) - Static method in class energy.UnitComparator
Duration add.
DurationCalculated - Class in energy.optionModel
Java class for DurationCalculated complex type.
DurationCalculated() - Constructor for class energy.optionModel.DurationCalculated
 
DurationCalculated - Class in energy.persistence.version096
Deprecated.
DurationCalculated() - Constructor for class energy.persistence.version096.DurationCalculated
Deprecated.
 
DurationCellEditor - Class in energy.optionModel.gui.components
The Class DurationEditor.
DurationCellEditor(OptionModelController) - Constructor for class energy.optionModel.gui.components.DurationCellEditor
Instantiates a new duration editor.
DurationCellRenderer - Class in energy.optionModel.gui.components
The Class DurationRenderer.
DurationCellRenderer() - Constructor for class energy.optionModel.gui.components.DurationCellRenderer
 
DurationDialog - Class in energy.optionModel.gui
The Class DurationDialog.
DurationDialog() - Constructor for class energy.optionModel.gui.DurationDialog
Deprecated.
DurationDialog(Frame, OptionModelController) - Constructor for class energy.optionModel.gui.DurationDialog
Instantiates a new duration dialog.
DurationFormat - Class in energy.optionModel.gui.common
The Class DurationFormat can be used in order to format durations.
DurationFormat() - Constructor for class energy.optionModel.gui.common.DurationFormat
Instantiates a new duration format.
DurationFormat(TimeUnit) - Constructor for class energy.optionModel.gui.common.DurationFormat
Instantiates a new duration format.
DurationIsEqual(Duration, Duration) - Static method in class energy.UnitComparator
Duration is equal.
DurationIsGreaterThan(Duration, Duration) - Static method in class energy.UnitComparator
Duration is greater than.
DurationIsSmallerThan(Duration, Duration) - Static method in class energy.UnitComparator
Duration is smaller than.
DurationSubtract(Duration, Duration) - Static method in class energy.UnitComparator
Duration subtract.

E

EclipsePreferenceSettingForHibernate(String, String) - Constructor for class de.enflexit.eom.database.DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate
Instantiates a new eclipse preference setting for hibernate.
EclipsePreferenceSettingForHibernate(String, String, String) - Constructor for class de.enflexit.eom.database.DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate
Instantiates a new eclipse preference setting for hibernate preferences that describe single value contributions (e.g. user.name = root).
EclipsePreferenceSettingForHibernate(String, String[], String[], String) - Constructor for class de.enflexit.eom.database.DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate
Instantiates a new eclipse preference setting for hibernate that enables to map several eclipse preferences into one hibernate preference.
emptyDefaultTableModel() - Method in class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Empties the table model.
energy - package energy
This is the starting main package for the Energy Option Model (EOM) that provides the main classes for the application for single technical systems and other.
energy.agentgui - package energy.agentgui
In this package the class filter for the EOM are defined that should be determined by the AWB's BundleEvaluator.
energy.agentgui.classFilter - package energy.agentgui.classFilter
This package provides the Agent.Workbench (AWB) NetworkComponentAdapter and allows the usage of the EOM within the AWB network model.
energy.agentgui.distribution - package energy.agentgui.distribution
Here, a JADE service is defined that allows the usage of the EOM with respect to the license in a distributed manner.
energy.calculations - package energy.calculations
In this package the abstract super classes for individual calculations are provides.
energy.classLoadService - package energy.classLoadService
This package contains the interface and the local implementation to load classes by name.
energy.domain - package energy.domain
This Packed provides classes for the Domain Settings that are the default data models for the EnergyInterface and their EnergyCarrier.
energy.domain.goods.cement - package energy.domain.goods.cement
This package contains the needed classes to define the domain (flow parameters) of the cement production.
energy.domain.gui - package energy.domain.gui
This Packed provides visual classes for the configuration of the domain settings that are the detail data models for the EnergyInterface and their EnergyCarrier.
energy.evaluation - package energy.evaluation
This package provides the main classes for the evaluation of a single TechnicalSystem.
energy.evaluation.gui - package energy.evaluation.gui
Here, the UI classes for the evaluation are located, while special parts are located in further sub packages.
energy.evaluation.gui.costs - package energy.evaluation.gui.costs
Here, the UI classes for CostModel can be found.
energy.evaluation.gui.graph - package energy.evaluation.gui.graph
Here, the graph UI classes for the 'Variability' and the 'Delta Costs' can be found.
energy.evaluation.gui.io - package energy.evaluation.gui.io
Here, the UI classes for calculated or predicted measurements can be found.
energy.evaluation.gui.results - package energy.evaluation.gui.results
Here, the UI classes are located that help to visualise evaluation results (e.g. charts).
energy.evaluation.gui.stateKey - package energy.evaluation.gui.stateKey
Here, the UI classes are located that help to configure the settings for the state identification.
energy.evaluation.gui.strategies - package energy.evaluation.gui.strategies
Here, the UI classes are located that allow to assign evaluation strategies to a single system definition.
energy.evaluation.gui.targetStates - package energy.evaluation.gui.targetStates
With the UI classes here, the different system states can be configured that have to be considered during an evaluation.
energy.optionModel - package energy.optionModel
In this package the option model classes are located that were derived from the XML scheme.
energy.optionModel.geo - package energy.optionModel.geo
This package provides the base classes for geographical coordinates and their configuration.
energy.optionModel.gui - package energy.optionModel.gui
Here, the UI classes for the base mode are located, while special parts are located in further sub packages.
energy.optionModel.gui.common - package energy.optionModel.gui.common
Here, some common UI classes are located that can be reused application-wide.
energy.optionModel.gui.components - package energy.optionModel.gui.components
This package provides some specific part component classes for the application.
energy.optionModel.gui.flow - package energy.optionModel.gui.flow
This package provides UI classes to configure the energy flows setting for the base model.
energy.optionModel.gui.graph - package energy.optionModel.gui.graph
This package provides UI classes for the state graph of the base model.
energy.optionModel.gui.imaging - package energy.optionModel.gui.imaging
Here, classes are located that enable an image preview for an image file selection within a FileView.
energy.optionModel.gui.img - package energy.optionModel.gui.img
In this package the image files of the application are located.
energy.optionModel.gui.sysVariables - package energy.optionModel.gui.sysVariables
With the classes of this package, the fixed or variable setpoint configuration for a State can be configured.
energy.optionModel.gui.variableState - package energy.optionModel.gui.variableState
With the classes of this package, the list of SystemVariableDefinition's can be configured.
energy.persistence - package energy.persistence
This package provides the main class to open or load files for a TechnicalSystem.
energy.persistence.service - package energy.persistence.service
This package contains the base service interfaces to extend the persistence capabilities of the EOM.
energy.persistence.version096 - package energy.persistence.version096
 
energy.samples.calculations - package energy.samples.calculations
This package provides example classes for AbstractOptionModelCalculation.
energy.samples.groupStrategies - package energy.samples.groupStrategies
This package provides examples classes for AbstractGroupEvaluationStrategy.
energy.samples.staticModel - package energy.samples.staticModel
This package provides an example for an individual static model and its visualisation within the dialog for the system variable definitions.
energy.samples.strategies - package energy.samples.strategies
This package provides several strategy examples, with an extension of the class AbstractEvaluationStrategy.
energy.schedule - package energy.schedule
This is the main package for the application of ScheduleList instances.
energy.schedule.csv - package energy.schedule.csv
This package contains classes that manage the import of ScheduleLists from CSV files
energy.schedule.csv.gui - package energy.schedule.csv.gui
This package contains GUI components for controlling the import of ScheduleLists from CSV files
energy.schedule.gui - package energy.schedule.gui
Here, the UI classes for the handling of ScheduleList instances are located.
energy.validation - package energy.validation
This package provides classes that evaluate the consistency of a TechnicalSystem definition.
EnergyAmount - Class in energy.optionModel
Java class for EnergyAmount complex type.
EnergyAmount() - Constructor for class energy.optionModel.EnergyAmount
 
EnergyAmount - Class in energy.persistence.version096
Deprecated.
EnergyAmount() - Constructor for class energy.persistence.version096.EnergyAmount
Deprecated.
 
energyAmountCumulated - Variable in class energy.optionModel.UsageOfInterfaceEnergy
 
energyAmountCumulated - Variable in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
EnergyAmountPanel - Class in energy.optionModel.gui.components
The Class EnergyAmountPanel.
EnergyAmountPanel() - Constructor for class energy.optionModel.gui.components.EnergyAmountPanel
Instantiates a new energy flow over time panel.
EnergyCarrier - Enum in energy.optionModel
Java class for EnergyCarrier.
energyCarrier - Variable in class energy.optionModel.EnergyInterface
 
energyCarrier - Variable in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
 
EnergyCarrier - Enum in energy.persistence.version096
Deprecated.
energyCarrier - Variable in class energy.persistence.version096.InterfaceSetting
Deprecated.
 
energyCarrier - Variable in class energy.persistence.version096.StorageCapacity
Deprecated.
 
energyCarrier - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
energyCarrier - Variable in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
EnergyCarrierComboBox - Class in energy.optionModel.gui.components
The Class EnergyCarrierComboBox provides a JComboBox consisting of all available EnergyCarrier that are provided by the EnergyOptionModel.
EnergyCarrierComboBox() - Constructor for class energy.optionModel.gui.components.EnergyCarrierComboBox
Instantiates a new energy carrier combo box.
EnergyCarrierComboElement - Class in energy.optionModel.gui.components
The Class EnergyCarrierComboElement represent a single element within the EnergyCarrierComboBox.
EnergyCarrierComboElement(EnergyCarrier) - Constructor for class energy.optionModel.gui.components.EnergyCarrierComboElement
Instantiates a new energy carrier combo element.
EnergyCostChart - Class in energy.evaluation.gui.costs
The Class EnergyCostChart can be used in order to build a visualisation from a CostFunctionDataSeries.
EnergyCostChart() - Constructor for class energy.evaluation.gui.costs.EnergyCostChart
Deprecated.
Just for the use of the WindowBuilder
EnergyCostChart(String, OptionModelController, CostFunction) - Constructor for class energy.evaluation.gui.costs.EnergyCostChart
Instantiates a new energy flow chart.
EnergyCostChartOverview - Class in energy.evaluation.gui.costs
The Class EnergyCostChart can be used in order to build a visualisation from a CostFunctionDataSeries.
EnergyCostChartOverview() - Constructor for class energy.evaluation.gui.costs.EnergyCostChartOverview
Deprecated.
Just for the use of the WindowBuilder
EnergyCostChartOverview(String, OptionModelController) - Constructor for class energy.evaluation.gui.costs.EnergyCostChartOverview
Instantiates a new energy cost chart.
EnergyCostImportDialog - Class in energy.evaluation.gui.costs
The Dialog TimeFormatImportConfiguration is used to set the format of the time stamps for the import to a TimeSeriesChart.
EnergyCostImportDialog(Frame, File) - Constructor for class energy.evaluation.gui.costs.EnergyCostImportDialog
Instantiates a new time format import configuration.
EnergyCostPanel - Class in energy.evaluation.gui.costs
The Class EnergyCostFunctionPanel.
EnergyCostPanel() - Constructor for class energy.evaluation.gui.costs.EnergyCostPanel
Deprecated.
Just for the use of the WindowBuilder
EnergyCostPanel(OptionModelController) - Constructor for class energy.evaluation.gui.costs.EnergyCostPanel
Instantiates a new energy cost function panel.
EnergyCostTableRenderer - Class in energy.evaluation.gui.costs
The Class EnergyCostTableRenderer is used within the class EnergyCostPanel and displays either the formated time or the cost value.
EnergyCostTableRenderer(String) - Constructor for class energy.evaluation.gui.costs.EnergyCostTableRenderer
Instantiates a new energy cost table renderer.
EnergyCostToolbar - Class in energy.evaluation.gui.costs
The Class EvaluationPanelToolBar provides user functions for configuring the CostModel of the TechnicalSystem that is used within the TechnicalSystemState.
EnergyCostToolbar() - Constructor for class energy.evaluation.gui.costs.EnergyCostToolbar
Deprecated.
Just for the use of the WindowBuilder
EnergyCostToolbar(OptionModelController, CostModel, EnergyCostPanel) - Constructor for class energy.evaluation.gui.costs.EnergyCostToolbar
Instantiates a new evaluation panel tool bar.
energyFlow - Variable in class energy.optionModel.EnergyFlowGeneral
 
energyFlow - Variable in class energy.optionModel.EnergyMeasurement
 
energyFlow - Variable in class energy.optionModel.UsageOfInterfaceEnergy
 
EnergyFlow - Class in energy.persistence.version096
Deprecated.
EnergyFlow() - Constructor for class energy.persistence.version096.EnergyFlow
Deprecated.
 
energyFlow - Variable in class energy.persistence.version096.EnergyFlow
Deprecated.
 
energyFlow - Variable in class energy.persistence.version096.EnergyMeasurement
Deprecated.
 
energyFlow - Variable in class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
 
energyFlow - Variable in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
EnergyFlow_Calculated - Static variable in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
 
EnergyFlowDynamic - Class in energy.persistence.version096
Deprecated.
EnergyFlowDynamic() - Constructor for class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
EnergyFlowGeneral - Class in energy.optionModel
Java class for EnergyFlowGeneral complex type.
EnergyFlowGeneral() - Constructor for class energy.optionModel.EnergyFlowGeneral
 
EnergyFlowGeneralPanel - Class in energy.optionModel.gui.flow
The Class EnergyFlowGeneralPanel.
EnergyFlowGeneralPanel(OptionModelController, State, EnergyInterface, EnergyFlowGeneral) - Constructor for class energy.optionModel.gui.flow.EnergyFlowGeneralPanel
Instantiates a new energy flow calculated panel.
EnergyFlowGradient - Class in energy.persistence.version096
Deprecated.
EnergyFlowGradient() - Constructor for class energy.persistence.version096.EnergyFlowGradient
Deprecated.
 
EnergyFlowGradientCalculated - Class in energy.persistence.version096
Deprecated.
EnergyFlowGradientCalculated() - Constructor for class energy.persistence.version096.EnergyFlowGradientCalculated
Deprecated.
 
EnergyFlowInWatt - Class in energy.optionModel
Java class for EnergyFlowInWatt complex type.
EnergyFlowInWatt() - Constructor for class energy.optionModel.EnergyFlowInWatt
 
EnergyFlowInWatt - Class in energy.persistence.version096
Deprecated.
EnergyFlowInWatt() - Constructor for class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
 
EnergyFlowInWattCalculated - Class in energy.optionModel
Java class for EnergyFlowInWattCalculated complex type.
EnergyFlowInWattCalculated() - Constructor for class energy.optionModel.EnergyFlowInWattCalculated
 
EnergyFlowInWattCalculated - Class in energy.persistence.version096
Deprecated.
EnergyFlowInWattCalculated() - Constructor for class energy.persistence.version096.EnergyFlowInWattCalculated
Deprecated.
 
EnergyFlowInWattDialog - Class in energy.optionModel.gui
The Class EnergyFlowDialog.
EnergyFlowInWattDialog() - Constructor for class energy.optionModel.gui.EnergyFlowInWattDialog
Deprecated.
EnergyFlowInWattDialog(Frame, OptionModelController) - Constructor for class energy.optionModel.gui.EnergyFlowInWattDialog
Instantiates a new EnergyFlowDialog.
EnergyFlowIsEqual(EnergyFlowInWatt, EnergyFlowInWatt) - Static method in class energy.UnitComparator
Energy flow is equal.
EnergyFlowIsGreaterThan(EnergyFlowInWatt, EnergyFlowInWatt) - Static method in class energy.UnitComparator
Energy flow is greater than.
EnergyFlowIsSmallerThan(EnergyFlowInWatt, EnergyFlowInWatt) - Static method in class energy.UnitComparator
Energy flow is smaller than.
EnergyFlowMeasured - Class in energy.optionModel
Java class for EnergyFlowMeasured complex type.
EnergyFlowMeasured() - Constructor for class energy.optionModel.EnergyFlowMeasured
 
EnergyFlowMeasured - Class in energy.persistence.version096
Deprecated.
EnergyFlowMeasured() - Constructor for class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
 
EnergyFlowMeasuredPanel - Class in energy.optionModel.gui.flow
The Class EnergyFlowMeasuredPanel.
EnergyFlowMeasuredPanel(OptionModelController, State, EnergyInterface, EnergyFlowMeasured) - Constructor for class energy.optionModel.gui.flow.EnergyFlowMeasuredPanel
Instantiates a new energy flow measured panel.
energyFlows - Variable in class energy.persistence.version096.State
Deprecated.
 
energygroup - package energygroup
This is the main package for the application of TechnicalSystemGroup instances.
energygroup.calculation - package energygroup.calculation
In this package the classes for calculating within a TechnicalSystemGroup can be found.
energygroup.evaluation - package energygroup.evaluation
This package provides the main classes for the evaluation of a TechnicalSystemGroup.
energygroup.evaluation.decisionTree - package energygroup.evaluation.decisionTree
 
energygroup.gui - package energygroup.gui
Here, the UI classes for the handling of TechnicalSystemGroup instances are located.
energygroup.sequentialNetworks - package energygroup.sequentialNetworks
This package contains help classes for a sequential Network Calculation
EnergyInterface - Class in energy.optionModel
Defines a connection to an energy network, like the electricity or gas connection of a house Java class for EnergyInterface complex type.
EnergyInterface() - Constructor for class energy.optionModel.EnergyInterface
 
energyLosses - Variable in class energy.optionModel.TechnicalSystemStateEvaluation
 
energyLosses - Variable in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
EnergyMeasurement - Class in energy.optionModel
Java class for EnergyMeasurement complex type.
EnergyMeasurement() - Constructor for class energy.optionModel.EnergyMeasurement
 
EnergyMeasurement - Class in energy.persistence.version096
Deprecated.
EnergyMeasurement() - Constructor for class energy.persistence.version096.EnergyMeasurement
Deprecated.
 
EnergyStorageInterface - Class in energy.optionModel
Java class for EnergyStorageInterface complex type.
EnergyStorageInterface() - Constructor for class energy.optionModel.EnergyStorageInterface
 
EnergyUnitFactorPrefixSI - Enum in energy.optionModel
Java class for EnergyUnitFactorPrefixSI.
EnergyUnitFactorPrefixSI - Enum in energy.persistence.version096
Deprecated.
EOM_DB_PLUGIN_ID - Static variable in class de.enflexit.eom.database.DatabaseActivator
 
EOM_MAIN_MENU_EXTENSION_ID - Static variable in class energy.GlobalInfo
 
EOM_MANIFEST_ENTRY_TECHNICAL_SYSTEM - Static variable in class energy.persistence.TechnicalSystem_BundleLoader
 
EomAdapter - Class in energy.agentgui
The Class EnergyOptionModelAdapter is the NetworkComponentAdapter that can be used within the 'Graph- and NetworkModel' of Agent.GUI.
EomAdapter() - Constructor for class energy.agentgui.EomAdapter
 
EOMCalcElectricVehicle - Class in energy.samples.calculations
This is just an example and test class for the EOM development.
EOMCalcElectricVehicle(OptionModelController) - Constructor for class energy.samples.calculations.EOMCalcElectricVehicle
Instantiates this class.
eomClassesMainPackage - Static variable in class energy.GlobalInfo
 
EomClassLoadService - Interface in energy.classLoadService
The Interface for the EomClassLoadService within an OSGI-bundle.
EomClassLoadServiceImpl - Class in energy.classLoadService
The Class EomClassLoadServiceImpl represents the .
EomClassLoadServiceImpl() - Constructor for class energy.classLoadService.EomClassLoadServiceImpl
 
EomClassLoadServiceUtility - Class in energy.classLoadService
The Class EomClassLoadServiceUtility provides static access to load classes or to initialize them.
EomClassLoadServiceUtility() - Constructor for class energy.classLoadService.EomClassLoadServiceUtility
 
EomClassLoadServiceUtilityImpl - Class in energy.classLoadService
The Class EomClassLoadServiceUtility extends the DefaultClassLoadServiceUtility and prepares the access to the EomClassLoadService depending on the OSGI bundle.
EomClassLoadServiceUtilityImpl() - Constructor for class energy.classLoadService.EomClassLoadServiceUtilityImpl
 
EomController - Interface in energy
The Interface EomController is just used in order to mark either a ScheduleController, an OptionModelController or a GroupController as a controller that is used within the application of the Energy Option Model.
eomController - Variable in class energy.optionModel.gui.AbstractMainPanelToolBar
 
EomDataModelAdapter - Class in energy.agentgui
The Class EnergyOptionModelDataModelAdapter is the NetworkComponentAdapter4DataModel that can be used within the 'Graph- and NetworkModel' of Agent.GUI.
EomDataModelAdapter(GraphEnvironmentController) - Constructor for class energy.agentgui.EomDataModelAdapter
Instantiates a new energy option model data model adapter.
EomDataModelAdapter.EOM_Type - Enum in energy.agentgui
 
EomDataModelAdapter.ScheduleListStorageLocation - Enum in energy.agentgui
 
eomDelegator - Static variable in class energy.GlobalInfo
 
EomInternalFrame - Class in energy.optionModel.gui
The Class EomInternalFrame can be used to display the Energy Option Model with as JInternalFrame.
EomInternalFrame() - Constructor for class energy.optionModel.gui.EomInternalFrame
Instantiates a new EOM internal frame.
EomInternalFrame(GlobalInfo.ApplicationInUse) - Constructor for class energy.optionModel.gui.EomInternalFrame
Instantiates a new EOM internal frame.
EomModelUpdater - Class in energy.persistence
The Class EomModelUpdater manages the conversion of different EOM versions.
EomModelUpdater() - Constructor for class energy.persistence.EomModelUpdater
 
equals(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelCoal
 
equals(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelElectricity
 
equals(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelHeat
 
equals(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelHydrogen
 
equals(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelNaturalGas
 
equals(AbstractDomainModel) - Method in class energy.domain.goods.cement.DomainModelCement
 
equals(AbstractDomainModel) - Method in class energy.domain.goods.cement.DomainModelCoalAsGood
 
equals(Object) - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
 
equals(AbstractDomainModel) - Method in class energy.optionModel.AbstractDomainModel
Checks if the specified instance is equal.
equals(Object) - Method in class energy.optionModel.AbstractDomainModel
 
equals(Object) - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
EV_PriceOptimalCharge - Class in energy.samples.strategies
The Class FullEvaluationStrategy will fully investigate the possibilities of the current evaluation time span.
EV_PriceOptimalCharge(OptionModelController) - Constructor for class energy.samples.strategies.EV_PriceOptimalCharge
Instantiates a new full evaluation strategy.
EV_RegularCharge - Class in energy.samples.strategies
The Class FullEvaluationStrategy will fully investigate the possibilities of the current evaluation time span.
EV_RegularCharge(OptionModelController) - Constructor for class energy.samples.strategies.EV_RegularCharge
Instantiates a new full evaluation strategy.
EvaluationClass - Class in energy.optionModel
This type describes a single evaluation strategy that can be used for the current system.
EvaluationClass() - Constructor for class energy.optionModel.EvaluationClass
 
evaluationClass - Variable in class energy.optionModel.EvaluationSettings
 
EvaluationClass - Class in energy.persistence.version096
Deprecated.
EvaluationClass() - Constructor for class energy.persistence.version096.EvaluationClass
Deprecated.
 
evaluationClass - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
EvaluationClassDialog - Class in energy.evaluation.gui.strategies
This JDialog can be used in order to configure the classes that can be used as evaluation strategy for the current TechnicalSystem.
EvaluationClassDialog() - Constructor for class energy.evaluation.gui.strategies.EvaluationClassDialog
Deprecated.
EvaluationClassDialog(Frame, OptionModelController) - Constructor for class energy.evaluation.gui.strategies.EvaluationClassDialog
Instantiates a new evaluation class settings.
EvaluationClassEditor - Class in energy.evaluation.gui.strategies
The Class EvaluationClassEditor is used for the table in the class EvaluationClassDialog.
EvaluationClassEditor(EvaluationClassDialog) - Constructor for class energy.evaluation.gui.strategies.EvaluationClassEditor
Instantiates a new evaluation class editor.
evaluationClasses - Variable in class energy.optionModel.EvaluationSettings
 
evaluationClasses - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
EvaluationClassRenderer - Class in energy.evaluation.gui.strategies
The Class EvaluationClassRenderer is used for the table in the class EvaluationClassDialog.
EvaluationClassRenderer() - Constructor for class energy.evaluation.gui.strategies.EvaluationClassRenderer
 
EvaluationDetailsChart - Class in energy.evaluation.gui.results
The Class EvaluationDetailsChart can be used in order to build a visualization from a list of TechnicalSystemStates.
EvaluationDetailsChart(String, String, String, EvaluationDetailsJPanel.ContentType) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsChart
Instantiates a new energy flow chart.
EvaluationDetailsJDesktop - Class in energy.evaluation.gui.results
The Class EvaluationDetailsJWindow is used in order to present and work wit several result schedules.
EvaluationDetailsJDesktop() - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Deprecated.
EvaluationDetailsJDesktop(Window, Vector<EvaluationDetailsJInternalFrame>) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Instantiates a new evaluation details JWindow.
EvaluationDetailsJDesktopToolBar - Class in energy.evaluation.gui.results
The Class EvaluationDetailsJDesktopToolBar provides the JToolBar to the EvaluationDetailsJDesktop.
EvaluationDetailsJDesktopToolBar(EvaluationDetailsJDesktop) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar
Instantiates a new EvaluationDetailsJDesktopToolBar instance.
EvaluationDetailsJDesktopToolBar.WindowConfiguration - Class in energy.evaluation.gui.results
The Class WindowConfiguration.
EvaluationDetailsJDialog - Class in energy.evaluation.gui.results
The Class EvaluationDetailsJDialog.
EvaluationDetailsJDialog(Window, ScheduleController, OptionModelController, Schedule) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDialog
Instantiates a new evaluation details dialog.
EvaluationDetailsJInternalFrame - Class in energy.evaluation.gui.results
The Class EvaluationDetailsJInternalFrame.
EvaluationDetailsJInternalFrame(OptionModelController, ScheduleController, Schedule) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJInternalFrame
Instantiates a new evaluation details dialog.
EvaluationDetailsJPanel - Class in energy.evaluation.gui.results
The Class EvaluationDetailsJPanel represents the class that is used in order to visualize a single Schedule by means of several tabs with charts and one table representation of the Schedule.
EvaluationDetailsJPanel(JDialog, OptionModelController, ScheduleController, Schedule) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJPanel
Instantiates a new EvaluationDetailsJPanel.
EvaluationDetailsJPanel(JInternalFrame, OptionModelController, ScheduleController, Schedule) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJPanel
Instantiates a new EvaluationDetailsJPanel.
EvaluationDetailsJPanel.ContentType - Enum in energy.evaluation.gui.results
The Enumeration ContentType defines what type the actual chart is.
EvaluationDetailsTablePanel - Class in energy.evaluation.gui.results
The Class EvaluationResultPanel.
EvaluationDetailsTablePanel() - Constructor for class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Deprecated.
EvaluationDetailsTablePanel(OptionModelController, ScheduleController) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Instantiates a new StatePanel.
EvaluationDetailsTableRenderer - Class in energy.evaluation.gui.results
The Class VariableStateRenderer.
EvaluationDetailsTableRenderer(OptionModelController) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsTableRenderer
Instantiates a new evaluation details table renderer.
EvaluationEdgeRenderer - Class in energy.evaluation.gui.graph
The Class GraphEnvironmentEdgeRenderer.
EvaluationEdgeRenderer() - Constructor for class energy.evaluation.gui.graph.EvaluationEdgeRenderer
 
EvaluationGraph - Class in energy.evaluation
The Class EvaluationGraph represents the Graph that is used for the evaluation of a technical system.
EvaluationGraph(OptionModelController, EvaluationGraph.IntendedUse) - Constructor for class energy.evaluation.EvaluationGraph
Instantiates a new evaluation graph.
EvaluationGraph.IntendedUse - Enum in energy.evaluation
The Enumeration with the separation of the intended use of the current EvaluationGraph.
EvaluationGraph.IOListType - Enum in energy.evaluation
The Enumeration that specifies which I/O value should be used, in order to generate the unique key for a node or an edge
EvaluationGraph.StorageListType - Enum in energy.evaluation
The Enumeration that specifies which Storage load values should be used, in order to generate the unique key for a node or an edge
EvaluationGraphEdge - Class in energy.evaluation
The Class EvaluationGraphEdge defines the graph edge for the EvaluationGraph.
EvaluationGraphEdge(EvaluationGraph, TechnicalSystemState) - Constructor for class energy.evaluation.EvaluationGraphEdge
Instantiates a new evaluation graph edge for the StateVariability graph.
EvaluationGraphEdge(EvaluationGraph, EvaluationGraphNode, EvaluationGraphNode, TechnicalSystemStateDeltaEvaluation) - Constructor for class energy.evaluation.EvaluationGraphEdge
Instantiates a new evaluation graph edge for the Graph for costs over time.
EvaluationGraphMousePlugin - Class in energy.evaluation.gui.graph
Handling mouse interaction with graph visualizations in a StateGraphGUI.
EvaluationGraphMousePlugin(OptionModelController, EvaluationGraphPanel) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
Constructor.
EvaluationGraphNode - Class in energy.evaluation
The Class EvaluationGraphNode describes a node in the evaluation process.
EvaluationGraphNode(EvaluationGraph) - Constructor for class energy.evaluation.EvaluationGraphNode
Instantiates a new evaluation graph node that only can be used as temporary node for actions within the visualisation !!!.
EvaluationGraphNode(OptionModelController, EvaluationGraph, TechnicalSystemState) - Constructor for class energy.evaluation.EvaluationGraphNode
Instantiates a new evaluation graph node.
EvaluationGraphNodeByTime - Class in energy.evaluation
The Class EvaluationGraphNodeByTime serves as an organiser of all EvaluationGraphNodes over time within the EvaluationGraph.
EvaluationGraphNodeByTime() - Constructor for class energy.evaluation.EvaluationGraphNodeByTime
 
EvaluationGraphPanel - Class in energy.evaluation.gui.graph
This class implements a GUI component for displaying visualizations for JUNG graphs.
EvaluationGraphPanel(OptionModelController, EvaluationGraph.IntendedUse) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphPanel
This is the default constructor
EvaluationGraphPart - Class in energy.evaluation
The Class EvaluationGraphPart represents a single part of the overall EvaluationGraph.
EvaluationGraphPart() - Constructor for class energy.evaluation.EvaluationGraphPart
 
EvaluationGraphPopupPlugin<V,E> - Class in energy.evaluation.gui.graph
A CalcGraphPopupPlugin that brings up distinct pop up menus when an edge or vertex is appropriately clicked in a graph.
EvaluationGraphPopupPlugin(EvaluationGraphPanel) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphPopupPlugin
Creates a new instance of GraphPopupMenuMousePlugin.
EvaluationGraphSettings - Class in energy.evaluation.gui.graph
The Class CalcGraphSettings.
EvaluationGraphSettings() - Constructor for class energy.evaluation.gui.graph.EvaluationGraphSettings
 
EvaluationGraphSettings.EdgeShape - Enum in energy.evaluation.gui.graph
 
EvaluationGraphSettings.NodeShape - Enum in energy.evaluation.gui.graph
 
EvaluationGraphTools - Class in energy.evaluation.gui.graph
The Class BasicGraphGuiTools consists on additional visual tools for the configuration of the Graph- and Network model.
EvaluationGraphTools(EvaluationGraphPanel, EvaluationGraph.IntendedUse) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphTools
Instantiates a new graph toolbar.
EvaluationGraphVisViewer<V,E> - Class in energy.evaluation.gui.graph
The Class CalcGraphVisViewer was basically created to apply and test RenderingHints for the VisualizationViewer.
EvaluationGraphVisViewer(Layout<V, E>) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
EvaluationGraphVisViewer(Layout<V, E>, Dimension) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
EvaluationGraphVisViewer(VisualizationModel<V, E>) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
EvaluationGraphVisViewer(VisualizationModel<V, E>, Dimension) - Constructor for class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
EvaluationIOListEditor - Class in energy.evaluation.gui
The Class SetPointsEditor.
EvaluationIOListEditor(OptionModelController, EvaluationIOListPanel) - Constructor for class energy.evaluation.gui.EvaluationIOListEditor
Instantiates a new evaluation IOList editor.
EvaluationIOListPanel - Class in energy.evaluation.gui
The Class EvaluationIOListPanel.
EvaluationIOListPanel() - Constructor for class energy.evaluation.gui.EvaluationIOListPanel
Deprecated.
just for the use of the WindowBuilder
EvaluationIOListPanel(OptionModelController, TechnicalSystemStatePanel) - Constructor for class energy.evaluation.gui.EvaluationIOListPanel
Instantiates a new EvaluationIOListPanel.
EvaluationIOListPanel.FixedVariableEnum - Enum in energy.evaluation.gui
 
EvaluationIOListRenderer - Class in energy.evaluation.gui
The Class SetPointsRenderer.
EvaluationIOListRenderer(OptionModelController, EvaluationIOListPanel) - Constructor for class energy.evaluation.gui.EvaluationIOListRenderer
Instantiates a new evaluation IOList renderer.
EvaluationMainPanel - Class in energy.evaluation.gui
The Class EvaluationMainPanel can be used in order to configure and execute the evaluation process for a technical system by a end user.
EvaluationMainPanel() - Constructor for class energy.evaluation.gui.EvaluationMainPanel
Deprecated.
EvaluationMainPanel(MainPanel) - Constructor for class energy.evaluation.gui.EvaluationMainPanel
Instantiates a new evaluation dialog.
EvaluationProcess - Class in energy.evaluation
The Class EvaluationProcess is the central class for the evaluation.
EvaluationProcess(OptionModelController) - Constructor for class energy.evaluation.EvaluationProcess
Instantiates a new evaluation process.
EvaluationProcessListener - Interface in energy.evaluation
The listener interface for receiving events from an EvaluationProcess.
EvaluationResultPanel - Class in energy.evaluation.gui.results
The Class EvaluationResultPanel.
EvaluationResultPanel() - Constructor for class energy.evaluation.gui.results.EvaluationResultPanel
Deprecated.
EvaluationResultPanel(OptionModelController) - Constructor for class energy.evaluation.gui.results.EvaluationResultPanel
Instantiates a new StatePanel.
EvaluationResultToolBar - Class in energy.evaluation.gui.results
The Class EvaluationResultToolBar.
EvaluationResultToolBar(OptionModelController, EvaluationResultPanel) - Constructor for class energy.evaluation.gui.results.EvaluationResultToolBar
Instantiates a new evaluation result tool bar.
EvaluationSettings - Class in energy.optionModel
Java class for EvaluationSettings complex type.
EvaluationSettings() - Constructor for class energy.optionModel.EvaluationSettings
 
evaluationSettings - Variable in class energy.optionModel.TechnicalSystem
 
EvaluationSettings - Class in energy.persistence.version096
Deprecated.
EvaluationSettings() - Constructor for class energy.persistence.version096.EvaluationSettings
Deprecated.
 
evaluationSettings - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
EvaluationSettingToolBar - Class in energy.evaluation.gui
The Class EvaluationSettingJToolBar is used for the configuration of some general settings for the evaluation process.
EvaluationSettingToolBar(OptionModelController) - Constructor for class energy.evaluation.gui.EvaluationSettingToolBar
Instantiates a new evaluation setting tool bar.
evaluationStart - Variable in class energy.evaluation.AbstractEvaluationStrategy
 
evaluationStateList - Variable in class energy.optionModel.EvaluationSettings
 
evaluationStateList - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
evaluationStepEndTime - Variable in class energy.evaluation.AbstractEvaluationStrategyRT
 
evaluationStepEndTime - Variable in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
 
evaluationStepSize - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
evaluationStepSize - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
evaluationStepSize - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
evaluationStepSize - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
EvaluationTerminator - Class in energy.evaluation
A thread of the type EvaluationTerminator can be used in order to interrupt a running EvaluationThread.
EvaluationTerminator(EvaluationProcess, EvaluationThread, long) - Constructor for class energy.evaluation.EvaluationTerminator
Instantiates a new evaluation terminator.
EvaluationThread - Class in energy.evaluation
The Class EvaluationThread manages the evaluation within the application window and separates thus GUI and the evaluation process.
EvaluationThread(OptionModelController, EvaluationProcess) - Constructor for class energy.evaluation.EvaluationThread
Instantiates a new evaluation thread and starts the default evaluation strategy.
EvaluationThread(OptionModelController, EvaluationProcess, String) - Constructor for class energy.evaluation.EvaluationThread
Instantiates a new evaluation thread by using the specified strategy class.
EvaluationTimeRangeReminder - Class in energy.evaluation
The Class EvaluationTimeRangeReminder is a reminder class for InputMeasurement's and CostFunctionDataSeries's that are used within the evaluation of a TechnicalSystem.
EvaluationTimeRangeReminder(OptionModelController, long, long) - Constructor for class energy.evaluation.EvaluationTimeRangeReminder
Instantiates a new evaluation range values.
EvaluationUsageOfInterfacesEditor - Class in energy.evaluation.gui
The Class EvaluationUsageOfInterfacesEditor.
EvaluationUsageOfInterfacesEditor(OptionModelController, EvaluationUsageOfInterfacesPanel) - Constructor for class energy.evaluation.gui.EvaluationUsageOfInterfacesEditor
Instantiates a new evaluation usage of interfaces editor.
EvaluationUsageOfInterfacesPanel - Class in energy.evaluation.gui
The Class EvaluationEnergyFlowPanel.
EvaluationUsageOfInterfacesPanel() - Constructor for class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Deprecated.
Just for the use of the WindowBuilder
EvaluationUsageOfInterfacesPanel(OptionModelController, ScheduleController, TechnicalSystemStatePanel) - Constructor for class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Instantiates a new evaluation usage of interfaces panel.
EvaluationUsageOfInterfacesRenderer - Class in energy.evaluation.gui
The Class EvaluationUsageOfInterfacesRenderer.
EvaluationUsageOfInterfacesRenderer(OptionModelController, ScheduleController, EvaluationUsageOfInterfacesPanel) - Constructor for class energy.evaluation.gui.EvaluationUsageOfInterfacesRenderer
Instantiates a new evaluation usage of interfaces renderer.
ExceptionHandling - Class in energy.optionModel.gui.common
The Class ExceptionHandling provides some methods to deal with exceptions (e. g. in order to get the line of as String).
ExceptionHandling() - Constructor for class energy.optionModel.gui.common.ExceptionHandling
 
exchangeJPanelContent(JPanel) - Method in class energy.optionModel.gui.EomInternalFrame
 
executeEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Executes the customized evaluation process by calling the abstract method AbstractEvaluationStrategy.runEvaluation().
executeEvaluation() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
 
executeSubEvaluationStrategies() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Executes all sub evaluation strategies and returns if they are finished.
ExecuteSubEvaluationStrategiesTreeAction - Class in energygroup.evaluation
The Class ExecuteSubEvaluationStrategiesTreeAction.
ExecuteSubEvaluationStrategiesTreeAction(GroupController, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.ExecuteSubEvaluationStrategiesTreeAction
Instantiates a new execute sub evaluation strategies tree action.
expand(DefaultMutableTreeNode, int) - Method in class energygroup.gui.GroupTree
Expand.
expandAll() - Method in class energygroup.gui.GroupTree
Expand all nodes.
export() - Method in class energy.schedule.csv.ScheduleCSVExporter
Export the schedules to csv files
exportAsImage() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Export the current graph as image by using a file selection dialog.
exportAsImage() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Export the current graph as image by using a file selection dialog.
exportAsImage() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Export the current graph as image by using a file selection dialog.
exportScheduleList() - Method in class energy.schedule.gui.ScheduleListTable
Exports the current ScheduleList.

F

FallBackGroupStrategy - Class in energygroup.calculation
The Class FallBackGroupStrategy is used in case that the user has not defined an own group evaluation strategy and allows to summarise the energy flows of the involved sub systems.
FallBackGroupStrategy(OptionModelController) - Constructor for class energygroup.calculation.FallBackGroupStrategy
Instantiates a new fall back group strategy.
FilterForEvaluationCalculation - Class in energy.agentgui.classFilter
The Filter for evaluation calculation classes.
FilterForEvaluationCalculation() - Constructor for class energy.agentgui.classFilter.FilterForEvaluationCalculation
 
FilterForEvaluationStrategy - Class in energy.agentgui.classFilter
The Filter for evaluation strategies classes.
FilterForEvaluationStrategy() - Constructor for class energy.agentgui.classFilter.FilterForEvaluationStrategy
 
FilterForOntologyConcept - Class in energy.agentgui.classFilter
The Filter for ontology Concept classes that are to be used as static data models.
FilterForOntologyConcept() - Constructor for class energy.agentgui.classFilter.FilterForOntologyConcept
 
FilterForOptionModelCalculation - Class in energy.agentgui.classFilter
The Filter for Option Model calculation classes.
FilterForOptionModelCalculation() - Constructor for class energy.agentgui.classFilter.FilterForOptionModelCalculation
 
FilterForStaticModel - Class in energy.agentgui.classFilter
The Filter for static data model classes.
FilterForStaticModel() - Constructor for class energy.agentgui.classFilter.FilterForStaticModel
 
filterTechnicalSystemStateDeltaEvaluation(Vector<TechnicalSystemStateDeltaEvaluation>, TechnicalSystemStateDeltaHelper.DeltaSelectionBy, String, Object) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Filters the specified list of technical system state delta evaluation according to the settings.
filterTechnicalSystemStateDeltaEvaluation(Vector<TechnicalSystemStateDeltaEvaluation>, TechnicalSystemStateDeltaHelper.DeltaSelectionBy, String, Object, double) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Filters the specified list of technical system state delta evaluation according to the settings.
FinalStateTreeAction - Class in energygroup.evaluation
The Class FinalStateTreeAction is used in order to prepare every node of a group member system after the evaluation process.
FinalStateTreeAction(GroupController, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.FinalStateTreeAction
Instantiates a new final state tree action.
findClosestTechnicalSystemStateDeltaEvaluation(Collection<TechnicalSystemStateDeltaEvaluation>, TechnicalSystemStateDeltaHelper.DeltaSelectionBy, String, Object) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
From a list of TechnicalSystemStateDeltaEvaluations, find the one for which the value of a specified IO variable is closest to a target value.
findEdge(EvaluationGraphNode, EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraph
Checks and returns the EvaluationGraphEdge between the two specified EvaluationGraphNodes, if available.
findEdge(EvaluationGraphNode, EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraphPart
 
findEdge(V, V) - Method in class energy.evaluation.SparseGraph
 
findEdgeSet(V, V) - Method in class energy.evaluation.SparseGraph
 
findJar(Class<?>) - Static method in class energy.GlobalInfo
Returns the corresponding jar file for the specified class.
fireActionEvent() - Method in class energy.optionModel.gui.common.JHyperLink
Fire action event.
FixedBoolean - Class in energy.optionModel
Java class for FixedBoolean complex type.
FixedBoolean() - Constructor for class energy.optionModel.FixedBoolean
 
FixedBoolean - Class in energy.persistence.version096
Deprecated.
FixedBoolean() - Constructor for class energy.persistence.version096.FixedBoolean
Deprecated.
 
FixedDouble - Class in energy.optionModel
Java class for FixedDouble complex type.
FixedDouble() - Constructor for class energy.optionModel.FixedDouble
 
FixedDouble - Class in energy.persistence.version096
Deprecated.
FixedDouble() - Constructor for class energy.persistence.version096.FixedDouble
Deprecated.
 
FixedInteger - Class in energy.optionModel
Java class for FixedInteger complex type.
FixedInteger() - Constructor for class energy.optionModel.FixedInteger
 
FixedInteger - Class in energy.persistence.version096
Deprecated.
FixedInteger() - Constructor for class energy.persistence.version096.FixedInteger
Deprecated.
 
FixedVariable - Class in energy.optionModel
Java class for FixedVariable complex type.
FixedVariable() - Constructor for class energy.optionModel.FixedVariable
 
FixedVariable - Class in energy.persistence.version096
Deprecated.
FixedVariable() - Constructor for class energy.persistence.version096.FixedVariable
Deprecated.
 
FixedVariableHelper - Class in energy
The Class FixedVariableHelper provides static help methods for FixedVariables that are are either FixedBoolean, FixedInteger or FixedDouble.
FixedVariableHelper() - Constructor for class energy.FixedVariableHelper
 
FixedVariableList - Class in energy
The Class FixedVariableList represents an ArrayList of single FixedVariables.
FixedVariableList() - Constructor for class energy.FixedVariableList
 
FixedVariableListForAggregation - Class in energy
This class represents a FixedVariableList for aggregations of systems.
FixedVariableListForAggregation() - Constructor for class energy.FixedVariableListForAggregation
 
FlowAbstractBasePanel - Class in energy.optionModel.gui.flow
The abstract Class EnergyFlowAbstractBasePanel.
FlowAbstractBasePanel(OptionModelController, State, TechnicalInterface, AbstractFlow) - Constructor for class energy.optionModel.gui.flow.FlowAbstractBasePanel
Instantiates a new energy flow base panel.
FlowBaseDesktop - Class in energy.optionModel.gui.flow
The Class EnergyFlowMainPanel.
FlowBaseDesktop(OptionModelController) - Constructor for class energy.optionModel.gui.flow.FlowBaseDesktop
Instantiates a new energy flow main panel.
FlowBaseInternalFrame - Class in energy.optionModel.gui.flow
The Class EnergyFlowInternalFrame.
FlowBaseInternalFrame(OptionModelController, State, TechnicalInterface, AbstractFlow, FlowBaseDesktop) - Constructor for class energy.optionModel.gui.flow.FlowBaseInternalFrame
Instantiates a new energy flow internal frame.
FlowBaseToolBar - Class in energy.optionModel.gui.flow
The Class FlowBaseToolBar provides the base toolbar and configuration to define flow types.
FlowBaseToolBar(OptionModelController) - Constructor for class energy.optionModel.gui.flow.FlowBaseToolBar
Instantiates a new energy flow base tool bar.
FlowChart - Class in energy.optionModel.gui.flow
The Class EnergyFlowChart can be used in order to build a visualisation from an EnergyFlow.
FlowChart(OptionModelController, String) - Constructor for class energy.optionModel.gui.flow.FlowChart
Instantiates a new energy flow chart.
FlowChartPanel - Class in energy.optionModel.gui.flow
The Class FlowChartPanel is used to display the flow (energy or good) for a specified TechnicalInterface.
FlowChartPanel(TechnicalInterface, FlowChart) - Constructor for class energy.optionModel.gui.flow.FlowChartPanel
Instantiates a new energy flow chart panel.
FlowMeasuredAtInterfaceEnergy - Class in energygroup.calculation
The Class FlowMeasuredAtInterfaceEnergy consists of an interfaceID, the EnergyCarrier, the domain, the domain model (extended AbstractDomainModel) and an EnergyFlowMeasured.
FlowMeasuredAtInterfaceEnergy(EnergyFlowMeasured, String, String, AbstractDomainModel, EnergyCarrier) - Constructor for class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
Instantiates a new FlowMeasuredAtInterface by an EnergyFlowMeasured.
FlowMeasuredAtInterfaceGood - Class in energygroup.calculation
The Class FlowMeasuredAtInterfaceGood consists of an interfaceID, the domain, the domain model (extended AbstractDomainModel) and a GoodFlowMeasured.
FlowMeasuredAtInterfaceGood(GoodFlowMeasured, String, String, AbstractDomainModel) - Constructor for class energygroup.calculation.FlowMeasuredAtInterfaceGood
Instantiates a new FlowMeasuredAtInterface by a GoodFlowMeasured.
FlowMeasuredHelper - Class in energy
The Class FlowMeasuredHelper provides help methods to work with instances of EnergyFlowMeasured or GoodFlowMeasured.
FlowMeasuredHelper() - Constructor for class energy.FlowMeasuredHelper
 
FlowMeasuredImportDialog - Class in energy.optionModel.gui.flow
The Dialog TimeFormatImportConfiguration is used to set the format of the time stamps for the import to a TimeSeriesChart.
FlowMeasuredImportDialog(Frame, File, String) - Constructor for class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Instantiates a new time format import configuration.
flowRangeFrom - Variable in class energy.optionModel.CostFunctionModuleMultiplePart
 
flowRangeTo - Variable in class energy.optionModel.CostFunctionModuleMultiplePart
 
flows - Variable in class energy.optionModel.State
 
FlowSelectionPanel - Class in energy.optionModel.gui.flow
The Class FlowSelectionPanel serves as base to inform the user to define a type of flow.
FlowSelectionPanel(OptionModelController, State, TechnicalInterface, AbstractFlow) - Constructor for class energy.optionModel.gui.flow.FlowSelectionPanel
Instantiates a new flow selection panel.
FlowsMeasuredGroup - Class in energygroup.calculation
The Class EnergyFlowsMeasuredGroup consists of all EnergyFlowMeasured for each system involved in an aggregation, for each EnergyInterface and for each EnergyCarrier and its corresponding domain model.
FlowsMeasuredGroup(OptionModelController, long, long) - Constructor for class energygroup.calculation.FlowsMeasuredGroup
Instantiates a new EnergyFlowsMeasuredGroup.
FlowsMeasuredGroupMember - Class in energygroup.calculation
The Class EnergyFlowsMeasuredGroupMember is used in the class FlowsMeasuredGroup and stores the energy flows for a single member of an aggregation (group) within an Vector.
FlowsMeasuredGroupMember() - Constructor for class energygroup.calculation.FlowsMeasuredGroupMember
 
focusGained(FocusEvent) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
focusLost(FocusEvent) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
format(Date, StringBuffer, FieldPosition) - Method in class energy.optionModel.gui.common.DurationFormat
 
formatDate(Date) - Static method in class energy.DateTimeHelper
Formats the specified date.
formatTime(long) - Static method in class energy.DateTimeHelper
Formats the specified time stamp.
formatTimeUnit - Variable in class energy.optionModel.State
 
formatTimeUnit - Variable in class energy.persistence.version096.State
Deprecated.
 
forName(String) - Method in class energy.agentgui.ClassLoadServiceImpl
 
forName(String) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
forName(String) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Returns the class for the specified class name or reference.
fromValue(String) - Static method in enum energy.optionModel.Connectivity
 
fromValue(String) - Static method in enum energy.optionModel.DataRepetition
 
fromValue(String) - Static method in enum energy.optionModel.EnergyCarrier
 
fromValue(String) - Static method in enum energy.optionModel.EnergyUnitFactorPrefixSI
 
fromValue(String) - Static method in enum energy.optionModel.TimeUnit
 
fromValue(String) - Static method in enum energy.persistence.version096.Connectivity
Deprecated.
 
fromValue(String) - Static method in enum energy.persistence.version096.DataRepetition
Deprecated.
 
fromValue(String) - Static method in enum energy.persistence.version096.EnergyCarrier
Deprecated.
 
fromValue(String) - Static method in enum energy.persistence.version096.EnergyUnitFactorPrefixSI
Deprecated.
 
fromValue(String) - Static method in enum energy.persistence.version096.TimeUnit
Deprecated.
 

G

geoCoordinate - Variable in class energy.optionModel.TechnicalSystem
 
GeoCoordinateDialog - Class in energy.optionModel.geo
The Class GeoCoordinateDialog can be used in order to configure an geographical coordinate.
GeoCoordinateDialog(Frame) - Constructor for class energy.optionModel.geo.GeoCoordinateDialog
Instantiates a new GeoCoordinateDialog.
GeoCoordinateDialog(Frame, AbstractGeoCoordinate) - Constructor for class energy.optionModel.geo.GeoCoordinateDialog
Instantiates a new dialog to configure a geographical coordinate .
GeoUtils - Class in energy.optionModel.geo
The Class GeoUtils.
GeoUtils() - Constructor for class energy.optionModel.geo.GeoUtils
 
getAbstractFlow() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the energy flow.
getAbstractFlow() - Method in class energy.optionModel.gui.flow.FlowChart
Returns the current abstract flow.
getAbstractFlow() - Method in class energy.optionModel.gui.flow.FlowSelectionPanel
 
getAbstractInputMeasurement(SystemVariableDefinition) - Method in class energy.OptionModelController
Returns the AbstractInputMeasurement for the specified SystemVariableDefinition.
getAbstractInputMeasurement(String) - Method in class energy.OptionModelController
Returns the AbstractInputMeasurement for the specified variableID of a SystemVariableDefinition.
getAbstractMainPanel() - Static method in class energy.GlobalInfo
Return the current AbstractMainPanel.
getAbstractMainPanel() - Method in class energy.optionModel.gui.AboutDialog
Returns the abstract main panel.
getAbstractStaticModel(SystemVariableDefinitionStaticModel) - Method in class energy.OptionModelControllerBase
Returns the abstract static model, if specified, and will remind the instance for a further access.
getActionSource() - Method in class energy.optionModel.gui.components.JPopupMenueModal
Returns the source of the current action.
getAgentClass(String) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getAllDeltaEvaluationsStartingFromTechnicalSystemState(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns all subsequent delta evaluations for the next possible TechnicalSystemState's.
getAllDeltaEvaluationsStartingFromTechnicalSystemState(TechnicalSystemStateEvaluation, long) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns all subsequent delta evaluations for the next possible TechnicalSystemState's.
getAllDeltaEvaluationsStartingFromTechnicalSystemState(TechnicalSystemStateEvaluation, long, boolean) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns all subsequent delta evaluations for the next possible TechnicalSystemState's.
getAllPossibleSubsequentStatesByDefinition(TechnicalSystemState) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns all possible subsequent TechnicalSystemState's that are reachable just by the definition of the State's and the SystemVariableDefinition of the TechnicalSystem.
getAllPossibleSubsequentStatesByDefinition(TechnicalSystemState, long) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns all possible subsequent TechnicalSystemState's that are reachable just by the definition of the State's and the SystemVariableDefinition of the TechnicalSystem.
getAmount() - Method in class energy.optionModel.gui.components.AmountPanel
Gets the Energy4FlowOverTime.
getAmountCosts(TechnicalInterface, Connectivity, long, long, double, double) - Method in class energy.calculations.AbstractEvaluationCalculation
Should return the costs for the amount of energy or a good/commodity of the specified TechnicalInterface.
getAmountCosts(TechnicalInterface, Connectivity, long, long, double, double) - Method in class energy.samples.calculations.ATestEvaluationCalculation
 
getApplicationFrame() - Method in class energy.Application
Gets the energy option model window.
getApplicationInUse() - Static method in class energy.GlobalInfo
Returns the current application in use.
getAvailableOntologies() - Static method in class energy.OntologyHelper
Returns all ontologies that are currently available.
getAverageCost() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Gets the average cost.
getBase64EncodedStaticDataModel() - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
Will return the instance of the static data model as Base64 encoded String.
getBoolean(String, boolean) - Method in class energy.BundleProperties
 
getBulkDensity() - Method in class energy.domain.goods.cement.ComponentProperties
 
getBundleModelSelected() - Method in class energy.persistence.TechnicalSystem_BundleLoaderSelector
Returns the selected bundle model.
getBundleName() - Method in class energy.persistence.TechnicalSystem_BundleLoader.BundleModel
Gets the bundle name.
getBundleProperties() - Static method in class energy.GlobalInfo
Returns the bundle properties that are in fact eclipse preferences.
getByteArry(String, byte[]) - Method in class energy.BundleProperties
 
getCalculationClass() - Method in class energy.optionModel.CostFunctionCalculated
Gets the value of the calculationClass property.
getCalculationClass() - Method in class energy.optionModel.InputMeasurementCalculated
Gets the value of the calculationClass property.
getCalculationClass() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the calculationClass property.
getCalculationClass() - Method in class energy.persistence.version096.CostFunctionCalculated
Deprecated.
Gets the value of the calculationClass property.
getCalculationClass() - Method in class energy.persistence.version096.InputMeasurementCalculated
Deprecated.
Gets the value of the calculationClass property.
getCalculationClass() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the calculationClass property.
getCalculationClassDensity() - Method in class energy.domain.DefaultDomainModelHeat
Gets the calculation class density.
getCalculationClassHeatCapacity() - Method in class energy.domain.DefaultDomainModelHeat
Gets the calculation class heat capacity.
getCalculationGraphForGroupNodeVector(Vector<DefaultMutableTreeNode>) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Allows to add a vector of nodes from the GroupTreeModel that represents a simple sequential arrangement of systems instances (e.g. for a mesh of systems).
getCalculationStepNode(DefaultMutableTreeNode) - Method in class energygroup.sequentialNetworks.CalculationGraph
Gets the calculation step node.
getCalculationTime() - Method in class energy.optionModel.Schedule
Gets the value of the calculationTime property.
getCalculationTime() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the calculationTime property.
getCapacity() - Method in class energy.optionModel.EnergyStorageInterface
Gets the value of the capacity property.
getCapacity() - Method in class energy.optionModel.GoodStorageInterface
Gets the value of the capacity property.
getCapacity() - Method in class energy.optionModel.StorageCapacityEnergy
Gets the value of the capacity property.
getCapacity() - Method in class energy.optionModel.StorageCapacityGood
Gets the value of the capacity property.
getCapacity() - Method in class energy.persistence.version096.StorageCapacity
Deprecated.
Gets the value of the capacity property.
getCapacity() - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Gets the value of the capacity property.
getCartesianKnowledge() - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Gets the value of the cartesianKnowledge property.
getCellEditorValue() - Method in class energy.domain.goods.cement.DomainModelCementEditor
 
getCellEditorValue() - Method in class energy.evaluation.gui.EvaluationIOListEditor
 
getCellEditorValue() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesEditor
 
getCellEditorValue() - Method in class energy.evaluation.gui.stateKey.StateKeyIOEditor
 
getCellEditorValue() - Method in class energy.evaluation.gui.stateKey.StateKeyStorageLoadEditor
 
getCellEditorValue() - Method in class energy.evaluation.gui.strategies.EvaluationClassEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.components.DurationCellEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.components.InitialStateEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.components.StateTransitionEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.sysVariables.SystemVariableDefinitionEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.TechnicalInterfaceEditor
 
getCellEditorValue() - Method in class energy.optionModel.gui.variableState.VariableStateEditor
 
getCellEditorValue() - Method in class energy.schedule.csv.gui.ColumnSelectionTableCellEditor
 
getCellEditorValue() - Method in class energy.schedule.csv.gui.InterfaceConfigurationTableCellEditor
 
getCellEditorValue() - Method in class energy.schedule.csv.gui.SystemVariablesTableCellEditor
 
getCellEditorValue() - Method in class energy.schedule.gui.ScheduleListEditor
 
getCellEditorValue() - Method in class energygroup.gui.GroupMemberTableRowEditor
 
getChangedValue() - Method in class energy.evaluation.gui.TechnicalSystemStatePanelChangeEvent
Gets the changed value.
getChangeEventTimesForMeasurements(long, long) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the change event times for the measurements within the specified time range.
getChart() - Method in class energy.evaluation.gui.costs.EnergyCostChart
Gets the chart.
getChart() - Method in class energy.evaluation.gui.costs.EnergyCostChartOverview
Gets the chart.
getChart() - Method in class energy.evaluation.gui.io.MeasurementChart
Gets the chart.
getChart() - Method in class energy.evaluation.gui.io.MeasurementChartOverview
Gets the chart.
getChart() - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
Gets the chart.
getChart() - Method in class energy.optionModel.gui.flow.FlowChart
Gets the chart.
getChart() - Method in class energy.optionModel.gui.flow.StorageChart
Gets the chart.
getChartColor(int) - Static method in class energy.GlobalInfo
Gets the chart color for the specified index of a data series.
getChildren() - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Gets the value of the children property.
getChildren() - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Gets the value of the children property.
getClassLoadService(String) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Returns the class load service that provides the actual implementations.
getClassName() - Method in class energy.domain.DomainModelSetting
Returns the domain models class name.
getClassName() - Method in class energy.optionModel.EvaluationClass
Gets the value of the className property.
getClassName() - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Gets the value of the className property.
getClassSelectionDialogForDomainModel(Frame) - Static method in class energy.GlobalInfo
Returns the class selection dialog for the selection of an extended AbstractDomainModel.
getClassSelectionDialogForDomainModelHeatParameterCalculation(Frame) - Static method in class energy.GlobalInfo
Returns the class selection dialog for the selection of an extended AbstractHeatParameterCalculation.
getClassSelectionDialogForEvaluationCalculation(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for a AbstractEvaluationCalculation.
getClassSelectionDialogForEvaluationStrategy(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for an Evaluation Strategy.
getClassSelectionDialogForGroupEvaluationStrategy(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for a Group Evaluation Strategy.
getClassSelectionDialogForJadeConcept(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for the selection of a JADE concept.
getClassSelectionDialogForOptionModelCalculation(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for a option model calculation.
getClassSelectionDialogForStaticModel(Frame) - Method in class energy.GlobalInfo
Returns the class selection dialog for the selection of an extended AbstractStaticModel.
getClassSelectionPanelForEvaluationStrategy() - Method in class energy.GlobalInfo
Returns the class selection panel for an Evaluation Strategy.
getClassSelectionPanelForGroupEvaluationStrategy() - Method in class energy.GlobalInfo
Returns the class selection panel for a Group Evaluation Strategy.
getColumnDescriptions() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Gets the column descriptions of the table for SystemVariableDefinition.
getColumnIndex() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnIndexForConfigurationID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV column index for the configuration ID
getColumnIndexForDataColumn() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Gets the CSV data column index for this variable
getColumnIndexForEnergyFlow() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the CSV data column index for the energy flow for this interface
getColumnIndexForEnergyLosses() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV column index for the state duration
getColumnIndexForGlobalTime() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV column index for the state's global time
getColumnIndexForResultingCosts() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV data column for the resulting costs
getColumnIndexForStateCosts() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV data column for the state costs
getColumnIndexForStateID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the CSV column index for the state ID
getColumnIndexForStorageLoad() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the CSV data column index for the storage load for this interface
getColumnMaxWidth() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnMinWidth() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnName() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnPreferredWidth() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnToolTip() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getColumnWidth() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
getComboBoxModel4FixedVariable(SystemVariableDefinition) - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Gets the ComboBoxModel for FixedVariable.
getComboBoxModel4IOListVariable(SystemVariableDefinition, FixedVariable) - Method in class energy.evaluation.gui.EvaluationIOListPanel
Gets the combo box model for io list variable.
getComboBoxModelVariableState(SystemVariableDefinition) - Static method in class energy.optionModel.gui.variableState.VariableStateEditor
Gets the ComboBox model variable state.
getComboBoxModelVariableType() - Static method in class energy.optionModel.gui.sysVariables.SystemVariableDefinitionEditor
Gets the ComboBoxModel for variable type.
getComboModelWindowConfiguration() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar
Gets the combo model window configuration.
getCommandFilter(boolean) - Method in class energy.agentgui.distribution.LicenseService
 
getComparatorCost() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for the resulting costs
getComparatorCosts() - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the costs of TechnicalSystemStateDeltaEvaluation's.
getComparatorCumulatedCosts(String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for cumulated costs at the specified interface
getComparatorCumulatedEnergy(String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for the cumulated energy amount at the specified interface
getComparatorEnergyAmount() - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the overall energy amount of TechnicalSystemStateDeltaEvaluation's.
getComparatorEnergyLosses() - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the energy losses of TechnicalSystemStateDeltaEvaluation's.
getComparatorEnergyLosses() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for the energy losses
getComparatorEnergyOrGoodFlow(String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for energy flows
getComparatorFixedVariable() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a new comparator for FixedVariable's.
getComparatorGlobalTime() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a new comparator for the global time of TechnicalSystemState's.
getComparatorInterfaceCosts(String) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the costs at the specified EnergyInterface of TechnicalSystemStateDeltaEvaluation's.
getComparatorInterfaceEnergyAmount(String) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the energy amount at the specified EnergyInterface of TechnicalSystemStateDeltaEvaluation's.
getComparatorInterfaceEnergyFlow(String) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the energy flow at the specified EnergyInterface of TechnicalSystemStateDeltaEvaluation's.
getComparatorIoValue(String) - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
This comparator compares two TechnicalSystemStateDeltaEvaluations by the value of a specified IO variable in the resulting TechnicalSystemStateEvaluations.
getComparatorIOVariable(String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns the comparator for I/O-variables with a list of TechnicalSystemState's.
getComparatorState() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a new comparator for the states of TechnicalSystemState's.
getComparatorStateCost() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for the state costs
getComparatorStateCosts() - Static method in class energy.evaluation.TechnicalSystemStateDeltaHelper
Returns a new comparator for the state costs of TechnicalSystemStateDeltaEvaluation's.
getComparatorStorageLoad(String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a comparator for storage load
getComparatorStorageLoads() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns the comparator for StorageLoadEnergy's.
getComparatorUsageOfInterfaces() - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns the comparator for UsageOfInterfaceEnergy's.
getComponentProperties(String) - Method in class energy.domain.goods.cement.DomainModelCement
Gets the component properties by the specified name.
getComponents() - Method in class energy.domain.goods.cement.DomainModelCement
Returns / creates the components.
getConceptClass() - Method in class energy.optionModel.SystemVariableDefinitionOntology
Gets the value of the conceptClass property.
getConceptClass() - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Gets the value of the conceptClass property.
getConceptValue() - Method in class energy.optionModel.SystemVariableDefinitionOntology
Gets the value of the conceptValue property.
getConceptValue() - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Gets the value of the conceptValue property.
getConfigDescription() - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Gets the value of the configDescription property.
getConfigDescription() - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Gets the value of the configDescription property.
getConfigID() - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Gets the value of the configID property.
getConfigID() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the configID property.
getConfigID() - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Gets the value of the configID property.
getConfigID() - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Gets the value of the configID property.
getConfigID() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the configID property.
getConfiguration() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the configuration for the hibernate connection.
getConfigurationError() - Method in class energygroup.GroupTreeNodeObject
Returns the configuration error.
getConfigurationProperties(String) - Method in class de.enflexit.eom.database.DatabaseConfigurationProperties
Returns the configuration properties for the specified DatabaseSystem.
getConnectivity() - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
getConnectivity() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the connectivity property.
getConnectivity() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the connectivity property.
getConnectivitySelected() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Gets the connectivity from combo box.
getControlledSystem() - Method in class energy.optionModel.GroupMember
Gets the value of the controlledSystem property.
getControlledSystem() - Method in class energy.persistence.version096.GroupMember
Deprecated.
Gets the value of the controlledSystem property.
getControllingAgent() - Method in class energy.OptionModelControllerBase
Returns the controlling agent of this option model controller..
getControllingEntity() - Method in class energy.OptionModelControllerBase
Returns the controlling entity of this option model controller.
getControlRange() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the controlRange property.
getControlRange() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the controlRange property.
getControlRange() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the controlRange property.
getControlRange() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the controlRange property.
getConvertScheduleListTo() - Method in class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
Returns the current settings that describes how to convert ScheduleLists located in the TechnicalSystemGroup.
getConvertScheduleListTo() - Method in class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
Returns the current settings that describes how to convert ScheduleLists located in the TechnicalSystemGroup.
getCopy() - Method in class energy.FixedVariableList
Returns a copy of the current instance.
getCopy() - Method in class energy.schedule.ScheduleSelectionModel
Returns a copy of the current SelectionModel - instance.
getCopy() - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Returns a copy of the current instance.
getCopy() - Method in class energy.SelectionModel
Returns a copy of the current SelectionModel - instance.
getCopy() - Method in class energygroup.GroupSelectionModel
Returns a copy of the current SelectionModel - instance.
getCostFunction(String, Connectivity) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the AbstractCostFunction for the specified domain in connection with the Connectivity.
getCostFunction() - Method in class energy.optionModel.CostFunction
Gets the value of the costFunction property.
getCostFunction() - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Gets the value of the costFunction property.
getCostFunction() - Method in class energy.optionModel.CostFunctionModuleSingle
Gets the value of the costFunction property.
getCostFunction(CostModel, String, Connectivity) - Method in class energy.OptionModelController
Returns the specified AbstractCostFunction out of the specified CostModel, if configured at all.
getCostFunction() - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Gets the value of the costFunction property.
getCostFunctionDataSeries(String, Connectivity) - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the actual CostFunctionDataSeries for the specified combination of EnergyCarrier and Connectivity.
getCostFunctionDataSeries(CostModel, String, Connectivity) - Method in class energy.OptionModelController
Returns the actual CostFunctionDataSeries for the specified domain and the Connectivity of a CostModel, regardless if this is a calculated or a discrete cost function.
getCostFunctionDataSeries(String, Connectivity) - Method in class energy.samples.calculations.ATestEvaluationCalculation
 
getCostFunctionHistory(String, Connectivity) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the actual CostFunctionDataSeries for the specified domain and the Connectivity of the current CostModel, regardless if this is a calculated or a discrete cost function.
getCostFunctionHistory(String, Connectivity) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the CostFunctionDataSeries for the specified EnergyCarrier and the Connectivity.
getCostFunctionList100(List<CostModel.CostFunctions>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the CostFunction list in version 1.00.
getCostFunctionModule() - Method in class energy.optionModel.CostFunctionModular
Gets the value of the costFunctionModule property.
getCostFunctions() - Method in class energy.optionModel.CostModel
Gets the value of the costFunctions property.
getCostFunctions() - Method in class energy.persistence.version096.CostModel
Deprecated.
Gets the value of the costFunction property.
getCostFunctionSetting(CostModel, String, Connectivity) - Method in class energy.OptionModelController
Returns the specified instance of CostFunction, if configured.
getCostFunctionType() - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
getCostModel() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the current CostModel.
getCostModel() - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Returns the current cost model.
getCostModel() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Returns the current CostModel.
getCostModel() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the costModel property.
getCostModel() - Method in class energy.OptionModelControllerBase
Returns the CostModel for the current TechnicalSystem.
getCostModel() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the costModel property.
getCostModel100(CostModel) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Returns the cost model in version 1.00.
getCostModelRepetition() - Method in class energy.optionModel.gui.components.DataRepetitionComboElement
Gets the data repetition.
getCostPart() - Method in class energy.optionModel.CostFunctionModuleMultiple
Gets the value of the costPart property.
getCosts() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Returns the costs.
getCostsByTimeList100(List<CostsByTime>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the CostsByTime list in version 1.00.
getCostsByTimeSeries() - Method in class energy.optionModel.CostFunctionDataSeries
Gets the value of the costsByTimeSeries property.
getCostsByTimeSeries() - Method in class energy.persistence.version096.CostFunction
Deprecated.
Gets the value of the costsByTimeSeries property.
getCostsCumulated() - Method in class energy.optionModel.AbstractUsageOfInterface
Gets the value of the costsCumulated property.
getCostsCumulated() - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Gets the value of the costsCumulated property.
getCostType() - Method in class energy.optionModel.AbstractCostFunctionModule
Gets the value of the costType property.
getCostTypePart() - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Gets the value of the costTypePart property.
getCostUnit() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Gets the cost unit.
getCostUnit() - Method in class energy.optionModel.CostModel
Gets the value of the costUnit property.
getCostUnit() - Method in class energy.optionModel.ScheduleList
Gets the value of the costUnit property.
getCostUnit() - Method in class energy.persistence.version096.CostModel
Deprecated.
Gets the value of the costUnit property.
getCostValue() - Method in class energy.optionModel.CostFunctionConstantOverTime
Gets the value of the costValue property.
getCostValue() - Method in class energy.optionModel.CostsByTime
Gets the value of the costValue property.
getCostValue() - Method in class energy.persistence.version096.CostsByTime
Deprecated.
Gets the value of the costValue property.
getCSSFontStyle() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the CSS font style string in the form .
getCSSFontStyle() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the CSS font style string in the form .
getCsvDataColumns() - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
Gets a list of available CSV data columns
getCsvDataColumns() - Method in class energy.schedule.csv.gui.VariableImportConfigurationPanel
Gets a list of CSV data columns
getCsvDataControllerPanel() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
 
getCsvImporter() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
Gets the ScheduleCsvImporter instance, initializes it if necessary.
getCurrentFile() - Method in interface energy.EomController
Has to return the file object that is currently open in the controller.
getCurrentFile() - Method in class energy.OptionModelControllerBase
 
getCurrentFile() - Method in class energy.schedule.ScheduleController
 
getCurrentFile() - Method in class energygroup.GroupController
 
getCurrentLoad() - Method in class energy.optionModel.EnergyStorageInterface
Gets the value of the currentLoad property.
getCurrentLoad() - Method in class energy.optionModel.GoodStorageInterface
Gets the value of the currentLoad property.
getCurrentLoad() - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Gets the value of the currentLoad property.
getCurrentScheduleList() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
 
getCurrentType() - Method in class energy.domain.DefaultDomainModelElectricity
Gets the current type.
getCustomComponent() - Method in class energy.agentgui.JButtonScheduleListDatabaseHandling
 
getCustomComponent() - Method in class energy.agentgui.JButtonScheduleListOverView
 
getCustomToolbarComponentDescriptionList() - Method in class energy.agentgui.WorbenchMainWindowExtension
 
getCustomToolBarElements() - Method in class energy.evaluation.AbstractEvaluationStrategy
Should return your custom tool bar elements for the evaluation.
getCustomToolBarElements() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
 
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.EnergyFlowGeneralPanel
 
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.EnergyFlowMeasuredPanel
 
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the custom tool bar elements.
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.FlowSelectionPanel
 
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.GoodFlowGeneralPanel
 
getCustomToolBarElements() - Method in class energy.optionModel.gui.flow.GoodFlowMeasuredPanel
 
getCustomToolBarElements() - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
getCustomToolBarElements() - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
getCustomToolBarElements() - Method in class energy.samples.groupStrategies.VppMicroCHP
 
getCustomToolBarElements() - Method in class energy.samples.strategies.EV_PriceOptimalCharge
 
getCustomToolBarElements() - Method in class energy.samples.strategies.EV_RegularCharge
 
getCustomToolBarElements() - Method in class energy.samples.strategies.RandomDecisionStrategy
 
getCustomToolBarElements() - Method in class energy.samples.strategies.RegularUseMicroCHP
 
getCustomToolBarElements() - Method in class energygroup.calculation.FallBackGroupStrategy
 
getCustomToolBarElements() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
 
getCustomToolBarElements() - Method in class energygroup.evaluation.MemberEvaluationStrategy
 
getDatabaseSystem() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the current database system to be used with hibernate.
getDataModel() - Method in class energy.agentgui.EomDataModelAdapter
 
getDataModelBase64Decoded(Vector<String>) - Method in class energy.agentgui.EomDataModelAdapter
 
getDataModelBase64Encoded(Object) - Method in class energy.agentgui.EomDataModelAdapter
 
getDataRepetition() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the dataRepetition property.
getDataRepetition() - Method in class energy.optionModel.gui.components.DataRepetitionComboBox
Returns the data repetition.
getDataRepetition() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the dataRepetition property.
getDataType() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Gets the data type for this variable
getDate() - Method in class energy.optionModel.gui.components.DateTimeWidget
Gets the current configured date.
getDateFormatter() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the date formatter for the EOm database bundle
getDateForMidnight(long) - Static method in class energy.DateTimeHelper
Returns the midnight date for the specified time stamp.
getDateForMidnight(Date) - Static method in class energy.DateTimeHelper
Returns the midnight date for the specified date.
getDateSaved() - Method in class energy.optionModel.ScheduleList
Gets the value of the dateSaved property.
getDecisionRootNode() - Method in class energygroup.evaluation.decisionTree.DecisionTree
Gets the decision root node.
getDecisionTreeModel() - Method in class energygroup.evaluation.decisionTree.DecisionTree
Gets the decision tree model.
getDefaultDomainModelClassByEnergyCarrier(EnergyCarrier) - Static method in class energy.DomainSettings
Returns the default class for the domain model by energy carrier.
getDefaultEdgeType() - Method in class energy.evaluation.SparseGraph
 
getDefaultEvaluationClass() - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
Returns the default evaluation class.
getDefaultSIPrefix() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the default SI prefix for the evaluation.
getDefaultTimeUnit() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the default TimeUnit for the evaluation.
getDeltaAbsoluteWatt() - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Gets the delta absolute in Watt.
getDeltaAmountAndCosts() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Returns the overall delta for the EnergyAmount and the costs for the current TechnicalSystemState.
getDeltaAmountAndCosts() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Gets the delta energy amount and costs.
getDeltaE() - Method in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
Gets the value of the deltaE property.
getDeltaMechanism() - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Returns the current type of the delta mechanism.
getDeltaPercentage() - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Returns the delta in percent that is used in order to determine a new schedule value.
getDeltaT() - Method in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
Gets the value of the deltaT property.
getDensity(double, double) - Method in class energy.domain.AbstractHeatParameterCalculation
Gets the density for the specified temperature and pressure..
getDensity() - Method in class energy.domain.goods.cement.ComponentProperties
 
getDensity(double, double) - Method in class energy.samples.calculations.HeatParameterTest
 
getDensityCalculation() - Method in class energy.domain.DefaultDomainModelHeat
Return the density calculation instance.
getDescription() - Method in class energy.optionModel.EvaluationClass
Gets the value of the description property.
getDescription() - Method in class energy.optionModel.gui.imaging.ConfigurableFileFilter
 
getDescription(File) - Method in class energy.optionModel.gui.imaging.ImageFileView
 
getDescription() - Method in class energy.optionModel.gui.imaging.ImageFilterAll
 
getDescription() - Method in class energy.optionModel.ScheduleList
Gets the value of the description property.
getDescription() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the description property.
getDescription() - Method in class energy.optionModel.TechnicalSystemStateTime
Gets the value of the description property.
getDescription() - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Gets the value of the description property.
getDescription() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the description property.
getDescription() - Method in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
Gets the value of the description property.
getDesktopPaneEnergyFlows() - Method in class energy.optionModel.gui.flow.FlowBaseDesktop
Gets the desktop pane energy flows.
getDest(E) - Method in class energy.evaluation.SparseGraph
 
getDestinationGraphNode() - Method in class energy.evaluation.EvaluationGraphEdge
Gets the destination EvaluationGraphNode of this edge..
getDiameter() - Method in class energy.domain.DefaultDomainModelHeat
Gets the diameter.
getDirection() - Method in class energy.optionModel.CostFunction
Gets the value of the direction property.
getDirection() - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Gets the value of the direction property.
getDisplayText(EnergyFlowMeasured) - Static method in class energy.FlowMeasuredHelper
Return a displayable text for the specified EnergyFlowMeasured.
getDisplayText(GoodFlowMeasured) - Static method in class energy.FlowMeasuredHelper
Return a displayable text for the specified GoodFlowMeasured.
getDisplayTextForAbstractActualGoodFlow(AbstractActualGoodFlow, boolean) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractActualGoodFlow.
getDisplayTextForAbstractActualGoodFlow(AbstractActualGoodFlow, boolean, boolean) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractActualGoodFlow.
getDisplayTextForAbstractActualGoodFlow(AbstractActualGoodFlow, boolean, Integer) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractActualGoodFlow.
getDisplayTextForAbstractActualGoodFlow(AbstractActualGoodFlow, boolean, Integer, boolean) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractActualGoodFlow.
getDisplayTextForAbstractDuration(AbstractDuration, boolean) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractDuration.
getDisplayTextForAbstractEnergyFlowInWatt(AbstractEnergyFlowInWatt, boolean) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractEnergyFlowInWatt.
getDisplayTextForAbstractEnergyFlowInWatt(AbstractEnergyFlowInWatt, boolean, Integer) - Static method in class energy.DisplayHelper
Returns the display text for an AbstractEnergyFlowInWatt.
getDisplayTextForAmount(double, String) - Static method in class energy.DisplayHelper
Returns the display text for the specified amount.
getDisplayTextForAmount(double, String, Integer) - Static method in class energy.DisplayHelper
Returns the display text for the specified amount.
getDisplayTextForEnergyAmount(EnergyAmount) - Static method in class energy.DisplayHelper
Returns the display text for a specified EnergyAmount.
getDisplayTextForEnergyAmount(EnergyAmount, Integer) - Static method in class energy.DisplayHelper
Returns the display text for a specified EnergyAmount.
getDisplayTextForEnergyUnitFactorPrefixSI(EnergyUnitFactorPrefixSI) - Static method in class energy.DisplayHelper
Returns the text for a SI-Prefix that can be used e.g. for energy flows.
getDisplayTextForStateDuration(State) - Static method in class energy.DisplayHelper
Returns the display text for a specified state duration.
getDisplayTextForSystemVariableGradient(SystemVariableDefinition) - Static method in class energy.DisplayHelper
Returns the display text for a gradient of a SystemVariableDefinition.
getDisplayTextForTimeUnit(TimeUnit) - Static method in class energy.DisplayHelper
Returns the display text for the specified TimeUnit.
getDisplayTextForVariableState(VariableState) - Static method in class energy.DisplayHelper
Returns the display text for VariableState that can be either a FixedVariable or a RangeVariable and one of their sub classes.
getDistanceInKm(WGS84LatLngCoordinate) - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Gets the distance in km.
getDomain() - Method in class energy.DomainInterfaceFlows
Returns the domain.
getDomain(AbstractDomainModel) - Method in class energy.DomainSettings
Returns the domain for the specified AbstractDomainModel.
getDomain() - Method in class energy.optionModel.AbstractStorageCapacity
Gets the value of the domain property.
getDomain() - Method in class energy.optionModel.CostFunction
Gets the value of the domain property.
getDomain() - Method in class energy.optionModel.gui.components.DomainComboBox
Returns the currently selected domain.
getDomain() - Method in class energy.optionModel.gui.components.DomainComboElement
Gets the domain of this entry.
getDomain() - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
getDomain() - Method in class energy.optionModel.InterfaceSetting
Gets the value of the domain property.
getDomain() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the domain property.
getDomain(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Returns the domain (String) for the specified TechnicalInterfaceConfiguration and the TechnicalInterface named by the interfaceID.
getDomain(String, String) - Method in class energy.OptionModelControllerBase
Returns the domain (String) for the specified ID's of TechnicalInterfaceConfiguration and TechnicalInterface.
getDomain() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Gets the domain.
getDomain(String, String) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Has to return the domain according to the specified interfaceID.
getDomain(String, String) - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
getDomain(String, String) - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
getDomainByInterfaceID(String) - Method in class energy.schedule.ScheduleController
Gets the domain by interface ID.
getDomainInterfaceFlows(OptionModelController, String, TechnicalSystemStateEvaluation) - Static method in class energy.DomainInterfaceFlows
Returns the domain interface flows for the specified domain and flows from the TSSE.
getDomainInterfaceFlows(OptionModelController, AbstractStorageLoad, TechnicalSystemStateDeltaEvaluation) - Static method in class energy.DomainInterfaceFlows
Returns the domain interface flows for the storage load and delta step.
getDomainList() - Method in class energy.DomainSettings
Returns all registered domains as ArrayList.
getDomainModel() - Method in class energy.domain.DefaultDomainModelElectricityJPanel
 
getDomainModel() - Method in class energy.domain.DefaultDomainModelHeatJPanel
 
getDomainModel() - Method in class energy.domain.DomainModelSetting
Returns the default domain model.
getDomainModel() - Method in class energy.domain.goods.cement.DomainModelCementJPanel
 
getDomainModel() - Method in interface energy.domain.gui.DomainModelInterface
Returns the domain model that were configured within the visual configurator.
getDomainModel() - Method in class energy.DomainInterfaceFlows.InterfaceFlow
Returns the domain model of the current interface.
getDomainModel() - Method in class energy.optionModel.InterfaceSetting
Gets the value of the domainModel property.
getDomainModel() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the domainModel property.
getDomainModel() - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Gets the value of the domainModel property.
getDomainModel() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the domainModel property.
getDomainModel() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Gets the domain model.
getDomainModelSetting(String) - Static method in class energy.GlobalInfo
Returns the DomainModelSetting for the specified domain.
getDomainModelSetting() - Method in class energy.optionModel.gui.components.DomainComboElement
Gets the DomainModelSetting of this entry.
getDomainModelSettings() - Method in class energy.DomainSettings
Returns the Hashtable with the domain model settings.
getDomains() - Method in class energygroup.calculation.TechnicalInterfaces
Gets the domains that are specified for this system.
getDomainSelected() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Gets the carrier from combo box.
getDomainSettings() - Method in class energy.domain.gui.DomainSettingsPanel
Returns the current domain settings.
getDomainSettings() - Static method in class energy.GlobalInfo
Returns the current domain settings.
getDomainUnit() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Returns the domain unit.
getDomainUnit(String) - Static method in class energy.GlobalInfo
Returns the domain unit.
getDouble(String, double) - Method in class energy.BundleProperties
 
getDuration(AbstractOptionModelCalculation.DurationType, TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractOptionModelCalculation
getDuration() - Method in class energy.optionModel.gui.DurationDialog
Returns the current duration.
getDuration() - Method in class energy.optionModel.ScheduleLengthRestriction
Gets the value of the duration property.
getDuration() - Method in class energy.optionModel.State
Gets the value of the duration property.
getDuration(AbstractOptionModelCalculation.DurationType, AbstractDuration, TechnicalSystemStateEvaluation) - Method in class energy.OptionModelControllerBase
Returns the actual Duration from the specified AbstractDuration in the context of the current system state, specified by the TechnicalSystemStateEvaluation.
getDuration() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the duration property.
getDuration(AbstractOptionModelCalculation.DurationType, TechnicalSystemStateEvaluation) - Method in class energy.samples.calculations.ATestCalculation
 
getDuration(AbstractOptionModelCalculation.DurationType, TechnicalSystemStateEvaluation) - Method in class energy.samples.calculations.EOMCalcElectricVehicle
 
getDuration(AbstractOptionModelCalculation.DurationType, TechnicalSystemStateEvaluation) - Method in class energygroup.calculation.GroupCalculation
 
getDurationAsIntegerDuration(Duration, TimeUnit) - Method in class energy.OptionModelControllerBase
Returns the specified duration with the maximum TimUnit in order to have the number value of the Duration as an integer.
getDynamicLoadBalancing(String, Agent) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getEasting() - Method in class energy.optionModel.geo.OSGBCoordinate
Gets the easting.
getEcc() - Method in class energy.optionModel.geo.RefEll
Gets the ecc.
getEclipsePreferences() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the eclipse preferences.
getEclipsePreferences() - Method in class energy.BundleProperties
Returns the eclipse preferences.
getEdgeColor() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge color.
getEdgeColor() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge color.
getEdgeColor() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge color.
getEdgeColorPicked() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge color picked.
getEdgeColorPicked() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge color picked.
getEdgeColorPicked() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge color picked.
getEdgeControlOffsetIncrement() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge control offset increment.
getEdgeControlOffsetIncrement() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge control offset increment.
getEdgeControlOffsetIncrement() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge control offset increment.
getEdgeCount() - Method in class energy.evaluation.SparseGraph
 
getEdgeCount(EdgeType) - Method in class energy.evaluation.SparseGraph
 
getEdgeImageReference() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge image reference.
getEdgeImageReference() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge image reference.
getEdgeImageReference() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge image reference.
getEdgeLabelClosenessToSource() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge label closeness to the source node.
getEdgeLabelClosenessToSource() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge label closeness to the source node.
getEdgeLabelClosenessToSource() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge label closeness to the source node.
getEdgeLabelOffset() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge label offset.
getEdgeLabelOffset() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge label offset.
getEdgeLabelOffset() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge label offset.
getEdgeMarkerColor() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge marker color.
getEdgeMarkerColor() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge marker color.
getEdgeMarkerColor() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge marker color.
getEdgeMarkerWidth() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge marker width.
getEdgeMarkerWidth() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge marker width.
getEdgeMarkerWidth() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge marker width.
getEdgePopup() - Method in class energy.evaluation.gui.graph.EvaluationGraphPopupPlugin
Getter for the edge popup.
getEdgePopup() - Method in class energy.evaluation.gui.graph.EvaluationGraphTools
This method initializes edgePopup The menu is displayed when an edge is right clicked
getEdgePopup() - Method in class energy.optionModel.gui.graph.StateGraphPopupPlugin
Getter for the edge popup.
getEdgePopup() - Method in class energy.optionModel.gui.graph.StateGraphTools
This method initializes edgePopup The menu is displayed when an edge is right clicked
getEdgePopup() - Method in class energygroup.sequentialNetworks.CalcGraphPopupPlugin
Getter for the edge popup.
getEdgePopup() - Method in class energygroup.sequentialNetworks.CalcGraphTools
This method initializes edgePopup The menu is displayed when an edge is right clicked
getEdges(EdgeType) - Method in class energy.evaluation.SparseGraph
 
getEdges() - Method in class energy.evaluation.SparseGraph
 
getEdgeShape() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge shape.
getEdgeShape(EvaluationGraph.IntendedUse) - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge shape depending on the EvaluationGraph.IntendedUse of the EvaluationGraph.
getEdgeShape() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge shape.
getEdgeShape() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge shape.
getEdgeType(E) - Method in class energy.evaluation.SparseGraph
 
getEdgeWidth() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the edge width.
getEdgeWidth() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the edge width.
getEdgeWidth() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the edge width.
getEndpoints(E) - Method in class energy.evaluation.SparseGraph
 
getEndTime() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the evaluation end time.
getEndTime() - Method in class energy.evaluation.EvaluationProcess
Returns the evaluation end time.
getEnergyAmount() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Gets the energy amount.
getEnergyAmount() - Method in class energy.optionModel.gui.components.EnergyAmountPanel
Gets the Energy4FlowOverTime.
getEnergyAmountCumulated() - Method in class energy.optionModel.UsageOfInterfaceEnergy
Gets the value of the energyAmountCumulated property.
getEnergyAmountCumulated() - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Gets the value of the energyAmountCumulated property.
getEnergyCarrier(String) - Static method in class energy.DomainSettings
Returns the EnergyCarrier instance for the specified domain ID, if available.
getEnergyCarrier() - Method in class energy.optionModel.EnergyInterface
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energy.optionModel.gui.components.DomainComboBox
Returns the currently selected EnergyCarrier.
getEnergyCarrier() - Method in class energy.optionModel.gui.components.DomainComboElement
Returns the EnergyCarrier of this entry.
getEnergyCarrier() - Method in class energy.optionModel.gui.components.EnergyCarrierComboBox
Returns the currently selected EnergyCarrier.
getEnergyCarrier() - Method in class energy.optionModel.gui.components.EnergyCarrierComboElement
Returns the EnergyCarrier.
getEnergyCarrier(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Returns the EnergyCarrier for the specified TechnicalInterfaceConfiguration and the EnergyInterface named by the interfaceID.
getEnergyCarrier(String, String) - Method in class energy.OptionModelControllerBase
Returns the EnergyCarrier for the specified ID's of TechnicalInterfaceConfiguration and EnergyInterface.
getEnergyCarrier() - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energy.persistence.version096.StorageCapacity
Deprecated.
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Gets the value of the energyCarrier property.
getEnergyCarrier() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
Gets the energy carrier.
getEnergyCarrier() - Method in class energygroup.calculation.TechnicalInterfaces
Gets the energy carrier that are specified for this system.
getEnergyFlow() - Method in class energy.optionModel.EnergyFlowGeneral
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.optionModel.EnergyMeasurement
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.optionModel.UsageOfInterfaceEnergy
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.persistence.version096.EnergyFlow
Deprecated.
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.persistence.version096.EnergyMeasurement
Deprecated.
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
Gets the value of the energyFlow property.
getEnergyFlow() - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Gets the value of the energyFlow property.
getEnergyFlowForLosses(TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the energy losses as EnergyAmount for the TechnicalInterfaceConfiguration and the State specified within the given TechnicalSystemStateEvaluation.
getEnergyFlowForLosses(TechnicalSystemStateEvaluation) - Method in class energy.samples.calculations.ATestCalculation
 
getEnergyFlowForLosses(TechnicalSystemStateEvaluation) - Method in class energy.samples.calculations.EOMCalcElectricVehicle
 
getEnergyFlowForLosses(TechnicalSystemStateEvaluation) - Method in class energygroup.calculation.GroupCalculation
 
getEnergyFlowInWatt() - Method in class energy.DomainInterfaceFlows.InterfaceFlow
Returns the energy flow in Watt for the current interface.
getEnergyFlowInWatt() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Gets the energy flow in watt.
getEnergyFlowInWatt() - Method in class energy.optionModel.gui.EnergyFlowInWattDialog
Returns the current duration.
getEnergyFlowInWattAverage(EnergyFlowMeasured) - Method in class energy.OptionModelControllerBase
Returns the average EnergyFlowInWatt.
getEnergyFlowInWattForEnergyFlowMeasuredAtRelativeTime(EnergyFlowMeasured, long) - Method in class energy.OptionModelControllerBase
Returns the EnergyFlowInWatt for the specified EnergyFlowMeasured at the time relative to the EnergyFlowMeasured.
getEnergyFlowMeasured() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
Gets the EnergyFlowMeasured.
getEnergyFlows() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the energyFlows property.
getEnergyFlowSIPrefix() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the SI prefix for the energy flow
getEnergyFlowsMeasuredGroupMember(long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Has to return an instance of FlowsMeasuredGroupMember that describes the energy flows of the actual system for the specified time range.
getEnergyFlowsMeasuredGroupMember(long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
getEnergyFlowToolBar() - Method in class energy.optionModel.gui.flow.FlowBaseDesktop
Gets the tool bar.
getEnergyLosses() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
If calculated, this method returns the energy losses for the specified TechnicalSystemState.
getEnergyLosses() - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Gets the value of the energyLosses property.
getEnergyLosses() - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Gets the value of the energyLosses property.
getEnergyLosses() - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Gets the energy losses as EnergyFlowMeasured.
getEnergyMeasurementList100(List<EnergyMeasurement>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the energy measurement list 100.
getEnergyOrGoodFlow(TechnicalSystemStateEvaluation, TechnicalInterface) - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the EnergyFlowInWatt or the GoodFlow for the specified TechnicalSystemStateEvaluation and its I/O-list settings.
getEnergyOrGoodFlow(TechnicalSystemStateEvaluation, TechnicalInterface, boolean) - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the EnergyFlowInWatt or the GoodFlow for the specified TechnicalSystemStateEvaluation and its I/O-list settings.
getEnergyOrGoodFlow(TechnicalSystemStateEvaluation, TechnicalInterface, boolean) - Method in class energy.samples.calculations.ATestCalculation
 
getEnergyOrGoodFlow(TechnicalSystemStateEvaluation, TechnicalInterface, boolean) - Method in class energy.samples.calculations.EOMCalcElectricVehicle
 
getEnergyOrGoodFlow(TechnicalSystemStateEvaluation, TechnicalInterface, boolean) - Method in class energygroup.calculation.GroupCalculation
 
getEnergyOrGoodFlowMeasured(TechnicalInterface) - Method in class energygroup.calculation.GroupCalculation
Returns the EnergyFlowMeasured or the GoodFlowMeasured for the previously calculated time range and all involved sub systems.
getEnergyStorageCapacityHash() - Method in class energygroup.GroupTreeNodeObject
Returns the energy storage capacity hash.
getEnergyStorageLoadFromOptionModelCalculation(EnergyAmount, DomainInterfaceFlows, long, TechnicalSystemStateEvaluation, TechnicalSystemStateEvaluation) - Method in class energy.evaluation.EvaluationProcess
Returns the energy storage load from the OptionModelCalculation, if defined.
getEnergyStorageLoadHash() - Method in class energygroup.GroupTreeNodeObject
Returns the energy storage load hash.
getEnergyUnitFactorPrefixSI() - Method in class energy.optionModel.gui.components.SIPrefixComboBox
Returns the current EnergyUnitFactorPrefixSI.
getEnergyUnitFactorPrefixSI() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
Returns the current EnergyUnitFactorPrefixSI.
getEnergyUnitSiPrefix() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Gets the energy unit SI prefix.
getEomController() - Method in class energy.optionModel.gui.AbstractMainPanel
Has to return the current or new EomController (should never be null).
getEomController() - Method in class energy.optionModel.gui.EomInternalFrame
Returns the current EomController.
getEomController() - Method in class energy.optionModel.gui.MainPanel
 
getEomController() - Method in class energy.schedule.gui.ScheduleMainPanel
 
getEomController() - Method in class energygroup.gui.GroupMainPanel
 
getEOMControllerByNetworkID(String) - Method in class energygroup.GroupController
Gets the actual EomController of the specified system (that can be an OptionModelController, a ScheduleController or a GroupController) identified by the network ID.
getEvalEndTime() - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the evaluation end time for this reminder instance.
getEvalStartTime() - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the evaluation start time for this reminder instance.
getEvaluationCalculation(String) - Method in class energy.OptionModelControllerBase
Returns the specified instance of an AbstractEvaluationCalculation.
getEvaluationClass() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the evaluationClass property.
getEvaluationClass() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the evaluationClass property.
getEvaluationClassByClassName(String) - Method in class energy.OptionModelControllerBase
Returns the EvaluationClass from the current EvaluationSettings that corresponds to the specified class name.
getEvaluationClassByStrategyID(String) - Method in class energy.OptionModelControllerBase
Returns the EvaluationClass from the current EvaluationSettings that corresponds to the specified strategy ID.
getEvaluationClasses() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the evaluationClasses property.
getEvaluationClasses() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the evaluationClasses property.
getEvaluationClassList100(List<EvaluationClass>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the EvaluationClass list in version 1.00.
getEvaluationDetailJInternalFrame() - Method in class energy.evaluation.gui.results.SubResultOpenTreeAction
Gets the evaluation detail dialog vector.
getEvaluationGraph() - Method in class energy.evaluation.EvaluationGraphNode
Gets the evaluation graph.
getEvaluationGraph() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Returns the current evaluation graph.
getEvaluationGraphNode(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraph
Gets the EvaluationGraphNode for the specified TechnicalSystemState.
getEvaluationGraphNodesByTime() - Method in class energy.evaluation.EvaluationGraph
Gets the evaluation graph nodes by time.
getEvaluationGraphPartSelected() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Returns the currently selected sub graph of the type SparseGraph.
getEvaluationProcess() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the current EvaluationProcess.
getEvaluationProcess() - Method in class energy.OptionModelControllerBase
Returns or initiates the EvaluationProcess.
getEvaluationResultPanel() - Method in class energy.evaluation.gui.EvaluationMainPanel
Gets the evaluation graph panel.
getEvaluationResults() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the evaluation results as instance of a ScheduleList.
getEvaluationResults() - Method in class energy.evaluation.EvaluationProcess
Returns the evaluation results as Vector of TechnicalSystemStateEvaluation.
getEvaluationResultTable() - Method in class energy.evaluation.gui.results.EvaluationResultPanel
Gets the evaluation result table.
getEvaluationSettings() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the current EvaluationSettings.
getEvaluationSettings() - Method in class energy.evaluation.EvaluationProcess
Returns the current EvaluationSettings.
getEvaluationSettings() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Returns the EvaluationSettings for the current TechnicalSystem.
getEvaluationSettings() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the evaluationSettings property.
getEvaluationSettings() - Method in class energy.OptionModelControllerBase
Returns the EvaluationSettings for the current TechnicalSystem.
getEvaluationSettings() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the evaluationSettings property.
getEvaluationSettings100(EvaluationSettings) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the EvaluationSettings in version 1.00.
getEvaluationStateList() - Method in class energy.evaluation.EvaluationProcess
Returns the evaluation state list.
getEvaluationStateList() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the evaluationStateList property.
getEvaluationStateList() - Method in class energy.OptionModelController
Returns the evaluation state list that is an abstract list of TechnicalSystemStateTime or TechnicalSystemState that represents at least the initial and final system state for the evaluation.
getEvaluationStateList() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the evaluationStateList property.
getEvaluationStepSize() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the evaluationStepSize property.
getEvaluationStepSize() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the evaluationStepSize property.
getEvaluationStepSize() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the evaluationStepSize property.
getEvaluationStepSize() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the evaluationStepSize property.
getEvaluationStrategy() - Method in class energy.OptionModelControllerBase
Returns the actual configured instance of an AbstractEvaluationStrategy.
getEvaluationStrategyInstance(String, OptionModelController) - Method in interface energy.classLoadService.EomClassLoadService
Has to return the option model calculation specified by the class name.
getEvaluationStrategyInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
getEvaluationStrategyInstance(String, OptionModelController) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Return the evaluation strategy instance, specified by its class name.
getEvaluationStrategyInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceUtilityImpl
 
getEvaluationStrategyRT() - Method in class energy.OptionModelControllerBase
Returns the instance of an extended AbstractEvaluationStrategy in case that the strategy is a real time strategy.
getEvaluationThread() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the current EvaluationThread.
getEvaluationThreadsRunning() - Method in class energy.evaluation.EvaluationProcess
Gets the evaluation threads running.
getEvaluationTimeEnd() - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the configured evaluation end time.
getEvaluationTimeRangeReminder() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the EvaluationTimeRangeReminder that contains CostFunctionDataSeries's and InputMeasurement's for the current evaluation time range.
getEvaluationTimeRangeReminder() - Method in class energy.evaluation.EvaluationProcess
Returns the EvaluationTimeRangeReminder that contains CostFunctionDataSeries's and InputMeasurement's for the current evaluation time range.
getEvaluationTimeStart() - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the configured evaluation start time.
getExceptionAsString(Exception) - Static method in class energy.optionModel.gui.common.ExceptionHandling
Returns an exception as string.
getExecutionDirectory() - Static method in class energy.GlobalInfo
Returns the execution root directory of the EOM application.
getExecutionMode() - Static method in class energy.GlobalInfo
Gets the execution mode of the EOM application.
getExecutionTime() - Method in class energy.evaluation.EvaluationThread
Returns the current (if still running) or the final execution time (in milliseconds) of this thread.
getExponentialScaleOfDouble(double) - Static method in class energy.GlobalInfo
Gets the exponential scale of a double value to the base of 10.
getExtension(File) - Static method in class energy.optionModel.gui.imaging.ImageUtils
Get the extension of a file.
getFactory() - Static method in class energy.evaluation.SparseGraph
Returns a Factory that creates an instance of this graph type.
getFileDescription() - Method in class energy.optionModel.gui.imaging.AbstractFileFilter
Returns the current file description.
getFileDomainSettingFile() - Static method in class energy.GlobalInfo
Returns the file for the domain setting file.
getFileExtension() - Method in class energy.optionModel.gui.imaging.AbstractFileFilter
Gets the current file extension.
getFilePropertyDirectory() - Static method in class energy.GlobalInfo
Returns the property directory as file.
getFileReference() - Method in class energy.persistence.TechnicalSystem_BundleLoader.BundleModel
Gets the file reference.
getFilteredCopy(boolean, boolean, boolean, String) - Method in class energygroup.GroupTreeModel
Gets the filtered copy of the GroupTreeModel.
getFilterPhrase() - Method in class energygroup.gui.GroupTree
Gets the filter phrase.
getFilterScope() - Method in class energy.agentgui.classFilter.FilterForEvaluationCalculation
 
getFilterScope() - Method in class energy.agentgui.classFilter.FilterForEvaluationStrategy
 
getFilterScope() - Method in class energy.agentgui.classFilter.FilterForOntologyConcept
 
getFilterScope() - Method in class energy.agentgui.classFilter.FilterForOptionModelCalculation
 
getFilterScope() - Method in class energy.agentgui.classFilter.FilterForStaticModel
 
getFinalCalculationStepNodes() - Method in class energygroup.sequentialNetworks.CalculationGraph
Returns the final CalculationStepNode that were visited as end node during a sequential calculation.
getFirstTechnicalSystemStateEvaluationWithEqualState(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the first TechnicalSystemStateEvaluation with the same State as the specified one.
getFirstTextLineOfException(Exception) - Static method in class energy.optionModel.gui.common.ExceptionHandling
Returns the first line of an exception.
getFirstTimeStampRowIndex() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Gets the first time stamp row index.
getFirstTimeStampRowIndex() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Gets the first time stamp row index.
getFirstTimeStampRowIndex() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Gets the first time stamp row index.
getFixedConfigurationID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the fixed configuration ID
getFixedStateID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the fixed state ID
getFixedVariableListForSubSystem(String) - Method in class energy.FixedVariableListForAggregation
Returns the vector of FixedVariableLists for the specified subsystem.
getFloat(String, float) - Method in class energy.BundleProperties
 
getFlow(State, String) - Method in class energy.OptionModelControllerBase
Returns the flow for the specified interface.
getFlowChart() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the energy flow chart.
getFlowChartPanel(TechnicalInterface, FlowChart) - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Returns the chart panel that can be either for a single chart or, if the current TechnicalInterface is a storage interface, for two charts.
getFlowList100(List<AbstractEnergyFlow>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the flow list 100.
getFlowMeasuredAtInterfaceByDomain(String) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Returns an ArrayList of AbstractFlowMeasuredAtInterface for the specified domain or null in case that no Energy or Good Flows could be found.
getFlowMeasuredByDomainAndDomainModel(String, AbstractDomainModel) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Returns an ArrayList of AbstractFlowMeasuredAtInterface for the specified combination of EnergyCarrier and domain model (AbstractDomainModel) or null in case that no Energy Flows could be found.
getFlowMeasuredByDomainAndInterfaceID(String, String) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Returns the EnergyFlowMeasured or the GoodFlowMeasured by the specified domain and the interface id.
getFlowRangeFrom() - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Gets the value of the flowRangeFrom property.
getFlowRangeTo() - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Gets the value of the flowRangeTo property.
getFlows() - Method in class energy.optionModel.State
Gets the value of the flows property.
getFlowsMeasuredGroup() - Method in class energygroup.evaluation.SumUpFlowTreeAction
Gets the energy flows measured group.
getFlowsMeasuredGroupMember(DefaultMutableTreeNode) - Method in class energygroup.calculation.FlowsMeasuredGroup
Returns the EnergyFlowsMeasuredGroupMember for the specified node of the GroupTreeModel.
getFlowsMeasuredGroupMemberRoot() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Just for Technical Systems Groups: Returns the energy flows measured for the group member that is the actual TechnicalSystemGroup.
getFlowsMeasuredGroupMemberRootNode() - Method in class energygroup.calculation.GroupCalculation
Returns the EnergyFlowsMeasuredGroupMember for the root node of the GroupTreeModel.
getFlowType() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Gets the flow type.
getFormat() - Method in class energy.optionModel.gui.common.TimeFormat
Gets the format.
getFormatPattern() - Static method in class energy.DateTimeHelper
Returns the current format pattern.
getFormatTimeUnit() - Method in class energy.optionModel.State
Gets the value of the formatTimeUnit property.
getFormatTimeUnit() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the formatTimeUnit property.
getFrequency() - Method in class energy.domain.DefaultDomainModelElectricity
Gets the frequency.
getGeoCoordinate() - Method in class energy.optionModel.geo.GeoCoordinateDialog
Returns the current geographical coordinate.
getGeoCoordinate() - Method in class energy.optionModel.geo.JPanelGeoCoordinate
Returns the current geographical coordinate.
getGeoCoordinate() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the geoCoordinate property.
getGlobalInfo() - Method in class energy.OptionModelControllerBase
Returns the global info instance.
getGlobalInfo() - Method in class energy.schedule.ScheduleController
Returns the GlobalInfo.
getGlobalInfo() - Method in class energygroup.GroupController
Gets the global info.
getGlobalTime() - Method in class energy.optionModel.TechnicalSystemStateTime
Gets the value of the globalTime property.
getGlobalTime() - Method in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
Gets the value of the globalTime property.
getGlobalTimeFrom() - Method in class energygroup.calculation.FlowsMeasuredGroup
Gets the global time from.
getGlobalTimeFrom() - Method in class energygroup.evaluation.SumUpFlowTreeAction
Returns the considered global time 'from'.
getGlobalTimeStart(TechnicalSystemState) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Calculate the global time of the start of the state (stateTime==0) from the given tss.
getGlobalTimeTo() - Method in class energygroup.calculation.FlowsMeasuredGroup
Gets the global time to.
getGlobalTimeTo() - Method in class energygroup.evaluation.SumUpFlowTreeAction
Returns the considered global time 'to'
getGoodAmount() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Gets the good amount.
getGoodAmountCumulated() - Method in class energy.optionModel.UsageOfInterfaceGood
Gets the value of the goodAmountCumulated property.
getGoodFlow() - Method in class energy.DomainInterfaceFlows.InterfaceFlow
Returns the good flow.
getGoodFlow() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Gets the good flow.
getGoodFlow() - Method in class energy.optionModel.GoodFlowGeneral
Gets the value of the goodFlow property.
getGoodFlow() - Method in class energy.optionModel.GoodMeasurement
Gets the value of the goodFlow property.
getGoodFlow() - Method in class energy.optionModel.gui.GoodFlowDialog
Returns the current duration.
getGoodFlow() - Method in class energy.optionModel.UsageOfInterfaceGood
Gets the value of the goodFlow property.
getGoodFlowAverage(GoodFlowMeasured, String) - Method in class energy.OptionModelControllerBase
Returns the average GoodFlow.
getGoodFlowForGoodFlowMeasuredAtRelativeTime(GoodFlowMeasured, long) - Method in class energy.OptionModelControllerBase
Returns the GoodFlow for the specified GoodFlowMeasured at the time relative to the GoodFlowMeasured.
getGoodFlowMeasured() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
Gets the good flow measured.
getGoodStorageCapacityHash() - Method in class energygroup.GroupTreeNodeObject
Returns the energy storage capacity hash.
getGoodStorageLoadFromOptionModelCalculation(Double, DomainInterfaceFlows, long, TechnicalSystemStateEvaluation, TechnicalSystemStateEvaluation) - Method in class energy.evaluation.EvaluationProcess
Returns the energy storage load from the OptionModelCalculation, if defined.
getGoodStorageLoadHash() - Method in class energygroup.GroupTreeNodeObject
Returns the energy storage load hash.
getGoodTimeUnit() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Returns the time unit to be used in the later GoodFlow.
getGoodUnit() - Method in class energy.optionModel.AbstractActualGoodFlow
Gets the value of the goodUnit property.
getGoodUnit() - Method in class energy.optionModel.gui.flow.FlowChart
Returns the good unit.
getGradientTime() - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
 
getGradientTime() - Method in class energy.optionModel.SystemVariableDefinitionBoolean
Gets the value of the gradientTime property.
getGradientTime() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the gradientTime property.
getGradientTime() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the gradientTime property.
getGradientTime() - Method in class energy.persistence.version096.SystemVariableDefinitionBoolean
Deprecated.
Gets the value of the gradientTime property.
getGradientTime() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the gradientTime property.
getGradientTime() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the gradientTime property.
getGradientValue() - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
 
getGradientValue() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the gradientValue property.
getGradientValue() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the gradientValue property.
getGradientValue() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the gradientValue property.
getGradientValue() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the gradientValue property.
getGranularity() - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Gets the value of the granularity property.
getGraphByEvaluationTimeStamp(long) - Method in class energy.evaluation.EvaluationGraph
Returns the actual partition graph for the specified evaluation time stamp.
getGraphByPartitionTimeStamp(long) - Method in class energy.evaluation.EvaluationGraph
Returns the actual partition graph by the specified partition time stamp.
getGraphEdgeKey() - Method in class energy.evaluation.EvaluationGraphEdge
Returns the graph edge key that allow its unique identification depending on the EvaluationGraph.IntendedUse.
getGraphFont() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the graph font.
getGraphFont() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the graph font.
getGraphFont() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the graph font.
getGraphForDeltaCosts() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the graph for delta costs.
getGraphForDeltaCosts() - Method in class energy.evaluation.EvaluationProcess
Returns the graph for delta costs.
getGraphForDeltaCosts() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
 
getGraphForStateVariability() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the graph for state variability.
getGraphForStateVariability() - Method in class energy.evaluation.EvaluationProcess
Returns the graph for state variability.
getGraphNodeHash() - Method in class energy.evaluation.EvaluationGraphPart
Returns the graph node hash.
getGraphNodeKey() - Method in class energy.evaluation.EvaluationGraphNode
Returns the graph node key that allow its unique identification depending on the EvaluationGraph.IntendedUse.
getGraphSpreadDimension(Graph<EvaluationGraphNode, EvaluationGraphEdge>) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the graph spread as Rectangle.
getGraphSpreadDimension(Collection<EvaluationGraphNode>) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the vertices spread dimension.
getGraphSpreadDimension(Graph<StateVisNode, StateVisTransition>) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the graph spread as Rectangle.
getGraphSpreadDimension(Collection<StateVisNode>) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the vertices spread dimension.
getGraphSpreadDimension(Graph<CalculationStepNode<T>, CalculationTransition<T>>) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the graph spread as Rectangle.
getGraphSpreadDimension(Collection<CalculationStepNode<T>>) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the vertices spread dimension.
getGroupApplicationFrame() - Method in class energygroup.ApplicationGroup
Gets the energy option model window.
getGroupCalculation() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Returns the current, local GroupCalculation that belongs to the current group evaluation strategy.
getGroupColumnByIndex(int) - Static method in enum energygroup.GroupColumn
Gets the group column by index.
getGroupController() - Method in class energy.OptionModelControllerBase
Returns the GroupController, if used in a context of a group of TechnicalSystem's.
getGroupController() - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Gets the internal group controller.
getGroupController() - Method in class energygroup.calculation.GroupCalculation
Gets the current group controller, if available.
getGroupController() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Returns the GroupController that manages the current TechnicalSystemGroup.
getGroupController() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the current GroupController.
getGroupController() - Method in class energygroup.evaluation.decisionTree.DecisionTree
Returns the current GroupController.
getGroupController() - Method in class energygroup.GroupTreeNodeObject
Returns the master GroupController.
getGroupController() - Method in class energygroup.gui.GroupMainPanel
Returns the GroupController that belongs to this JPanle
getGroupController() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Returns the current GroupController.
getGroupEvaluationStrategy() - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the current group evaluation strategy.
getGroupEvaluationStrategy() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the current group evaluation strategy.
getGroupEvaluationStrategy() - Method in class energygroup.evaluation.MemberEvaluationStrategy
getGroupEvaluationStrategy() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Gets the group evaluation strategy.
getGroupMember() - Method in class energy.optionModel.TechnicalSystemGroup
Gets the value of the groupMember property.
getGroupMember() - Method in class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
Gets the value of the groupMember property.
getGroupMember(Object) - Method in class energygroup.GroupTreeModel
Returns the GroupMember for the specified searchObject that can be a ScheduleController, a OptionModelController, a GroupController or a corresponding visualisation object.
getGroupMember() - Method in class energygroup.GroupTreeNodeObject
Returns the group member.
getGroupMemberEvaluationStrategy(AbstractGroupEvaluationStrategy) - Method in class energygroup.GroupTreeNodeObject
getGroupMemberFlowsMeasured() - Method in class energygroup.calculation.FlowsMeasuredGroup
Returns the HashMap that stores all FlowsMeasuredGroupMember
getGroupMemberGroupController() - Method in class energygroup.GroupTreeNodeObject
Returns the group member group controller, if available.
getGroupMemberList100(List<GroupMember>) - Method in class energy.persistence.ConverterTechnicalSystemGroup096To100
Gets the GroupMember list in version 1.00.
getGroupMemberOptionModelController() - Method in class energygroup.GroupTreeNodeObject
Returns the group member option model controller, if available.
getGroupMemberScheduleController() - Method in class energygroup.GroupTreeNodeObject
Returns the group member schedule controller, if available.
getGroupMemberToNodeHash() - Method in class energygroup.GroupTreeModel
Gets the GroupMember to node hash.
getGroupMemberType(GroupMember) - Method in class energygroup.GroupController
Returns the GroupController.GroupMemberType from the specified GroupMember.
getGroupMemberType() - Method in class energygroup.GroupTreeNodeObject
Returns the group member type.
getGroupMemberVisualisation() - Method in class energygroup.GroupTreeNodeObject
Returns the visualisation for the current model.
getGroupOptionModelController() - Method in class energygroup.GroupController
Returns OptionModelController for the current group.
getGroupTreeAction() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Returns the current group tree action.
getGroupTreeModel() - Method in class energygroup.GroupController
Returns the group tree model.
getGroupTreeNode(EomController) - Method in class energygroup.GroupTreeModel
Returns the group tree node of the specified EomController that is either an OptionModelController, a ScheduleController or a GroupController.
getGroupTreeNode() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Gets the group tree node.
getGroupTreeNodeByNetworkID(String) - Method in class energygroup.GroupTreeModel
Returns the group tree node identified by the specified networkID or null.
getGroupTreeNodeObject(GroupMember) - Method in class energygroup.GroupTreeModel
Gets the tree node object of the specified GroupMember.
getGroupTreeNodeObject(EomController) - Method in class energygroup.GroupTreeModel
Returns the group tree node object of the specified EomController that is either an OptionModelController, a ScheduleController or a GroupController.
getGroupTreeNodeObject() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Gets the group tree node object.
getGroupTreeNodeObjectByNetworkID(String) - Method in class energygroup.GroupTreeModel
Returns the GroupTreeNodeObject identified by the specified networkID or null.
getGroupTreeNodeObjectsBySystemID(String) - Method in class energygroup.GroupTreeModel
Returns all GroupTreeNodeObjects by its systemID as vector (consider that it is possible to have several systems of the same type).
getGroupTreeNodesBySystemID(String) - Method in class energygroup.GroupTreeModel
Returns all group tree node by its systemID as vector (consider that it is possible to have several systems of the same type).
getGroupTreeNodesSortedByLevelAndIndex() - Method in class energygroup.GroupTreeModel
Returns the vector of group tree nodes sorted by tree level and index .
getGroupTreeTraversal() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the group tree traversal.
getHashMapOfOutgoingEdges() - Method in class energy.evaluation.EvaluationGraphNode
Returns the HashMap of outgoing edges.
getHeatCapacity(double, double) - Method in class energy.domain.AbstractHeatParameterCalculation
Gets the heat capacity for the specified temperature and pressure.
getHeatCapacity(double, double) - Method in class energy.samples.calculations.HeatParameterTest
 
getHeatCapacityCalculation() - Method in class energy.domain.DefaultDomainModelHeat
Returns the heat capacity calculation instance.
getHeatCarrier() - Method in class energy.domain.DefaultDomainModelHeat
Gets the heat carrier.
getHeatParameterCalculation(String) - Static method in class energy.domain.AbstractHeatParameterCalculation
Returns an instance of the specified AbstractHeatParameterCalculation if accessible.
getHelper(Agent) - Method in class energy.agentgui.distribution.LicenseService
 
getHibernateBatchSize() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the hibernate batch size.
getHibernatePreferenceName() - Method in class de.enflexit.eom.database.DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate
Returns the hibernate preference name.
getHibernatePreferenceValue() - Method in class de.enflexit.eom.database.DatabaseConfigurationProperties.EclipsePreferenceSettingForHibernate
Returns the hibernate preference value.
getHorizontalInterface() - Method in class energy.agentgui.distribution.LicenseService
 
getIcon(File) - Method in class energy.optionModel.gui.imaging.ImageFileView
 
getIconHeight() - Method in class energy.optionModel.gui.imaging.MissingIcon
 
getIconWidth() - Method in class energy.optionModel.gui.imaging.MissingIcon
 
getId() - Method in class energy.optionModel.gui.graph.StateVisElement
Gets the id.
getId() - Method in class energy.optionModel.TechnicalSystemStateTime
Gets the value of the id property.
getId() - Method in class energy.optionModel.VariableState
Gets the value of the id property.
getId() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Returns the id of this CalculationStepNode.
getIdDomainModel() - Method in class energy.optionModel.AbstractDomainModel
Returns the id domain model.
getIdDuration() - Method in class energy.optionModel.AbstractDuration
Gets the value of the idDuration property.
getIdEnergyAmount() - Method in class energy.optionModel.EnergyAmount
Gets the value of the idEnergyAmount property.
getIdInterfaceFlow() - Method in class energy.optionModel.AbstractInterfaceFlow
Gets the value of the idInterfaceFlow property.
getIdInterfaceSetting() - Method in class energy.optionModel.InterfaceSetting
Gets the value of the idInterfaceSetting property.
getIdInterfaceUsage() - Method in class energy.optionModel.AbstractUsageOfInterface
Gets the value of the idInterfaceUsage property.
getIdSchedule() - Method in class energy.optionModel.Schedule
Gets the id schedule.
getIdSchedule() - Method in class energy.optionModel.TechnicalSystemStateTime
Gets the value of the idSchedule property.
getIdScheduleLengthRestriction() - Method in class energy.optionModel.ScheduleLengthRestriction
Gets the value of the idScheduleLengthRestriction property.
getIdScheduleList() - Method in class de.enflexit.eom.database.gui.ScheduleSelectionPanel
Gets the id schedule list.
getIdScheduleList() - Method in class de.enflexit.eom.database.ScheduleListSelection
Gets the id schedule list.
getIdScheduleList() - Method in class energy.optionModel.ScheduleList
Gets the value of the idScheduleList property.
getIdSchedules() - Method in class de.enflexit.eom.database.ScheduleListSelection
Returns the id's of schedules to be loaded.
getIdStorageCapacity() - Method in class energy.optionModel.AbstractStorageCapacity
Gets the value of the idStorageCapacity property.
getIdStorageLoad() - Method in class energy.optionModel.AbstractStorageLoad
Gets the value of the idStorageLoad property.
getImageIcon(String) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the image icon for the specified image.
getImageIcon(String) - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Returns the ImageIcon as specified by the path.
getImageIcon(String) - Static method in class energy.GlobalInfo
Gets the image icon for the specified image.
getImageIcon(String) - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Returns the ImageIcon as specified by the path.
getImageIcon(String) - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Returns the ImageIcon as specified by the path.
getImageIconForConnectivity(Connectivity) - Static method in class energy.GlobalInfo
Returns the corresponding ImageIcon for the specified connectivity.
getImageIconForDomain(String) - Static method in class energy.GlobalInfo
Gets the corresponding ImageIcon for the specified domain.
getImageIconForTechnicalInterface(TechnicalInterface) - Static method in class energy.GlobalInfo
Returns the corresponding ImageIcon for the specified TechnicalInterface.
getImagePackage() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the image package location as String.
getImagePackage() - Static method in class energy.GlobalInfo
Gets the image package location as String.
getImportedScheduleList() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
Returns the imported schedule list
getImportSettings() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
Gets the ScheduleCsvImportSettings instance containing all relevant import settings
getIncidentEdges(V) - Method in class energy.evaluation.SparseGraph
 
getIncomingStateTransitions(State) - Method in class energy.OptionModelControllerBase
Returns the incoming StateTransitions for a specified State including the self-reference of a State.
getIncomingStateTransitions(State, boolean) - Method in class energy.OptionModelControllerBase
Returns the incoming StateTransitions for a specified State.
getIndex(GroupColumn) - Static method in enum energygroup.GroupColumn
Returns the index position of the specified enumeration value.
getIndexOfEvaluationState(List<TechnicalSystemStateTime>, TechnicalSystemStateTime) - Method in class energy.OptionModelController
Returns the position index of the specified TechnicalSystemStateTime in the given list.
getIndexOfFlow(State, String) - Method in class energy.OptionModelControllerBase
Gets the index of the specified flow.
getIndexOfInputMeasurement(String) - Method in class energy.OptionModelControllerBase
Gets the index of the AbstractInputMeasurement for the specified input measurement.
getIndexOfState(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Returns the index of a State according to the specified TechnicalInterfaceConfiguration and the stateID.
getIndexOfStateTransition(State, String) - Method in class energy.OptionModelControllerBase
Returns the index of the specified state transition of a state.
getIndexOfStorageLoad(TechnicalSystemState, String) - Method in class energy.OptionModelController
Finds index of the specified StorageLoads.
getIndexOfSystemVariableDefinition(List<SystemVariableDefinition>, String) - Method in class energy.OptionModelController
Returns the index of a SystemVariableDefinition according to the specified variableID.
getIndexOfTechnicalInterface(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Returns the index of a TechnicalInterface according to the specified TechnicalInterfaceConfiguration and the interfaceID.
getIndexOfTechnicalInterfaceConfiguration(String) - Method in class energy.OptionModelControllerBase
Returns the index of a TechnicalInterfaceConfiguration according to the specified configID.
getIndexOfUsageOfInterfaces(List<AbstractUsageOfInterface>, String) - Method in class energy.OptionModelController
Gets the index of the usage of interfaces for the specified interfaceID.
getIndexOfVariableState(List<? extends VariableState>, String) - Method in class energy.OptionModelController
Returns the index of a VariableState according to the specified variableID.
getIndexPositionOfMenuItem() - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
 
getIndexPositionOfMenuItem() - Method in class energy.persistence.ScheduleList_StorageHandler
 
getIndexPositionOfMenuItem() - Method in interface energy.persistence.service.PersistenceService
Has to return a desired index position for the JMenuItem to be returned through the current implementation.
getIndexPositionOfMenuItem() - Method in class energy.persistence.TechnicalSystem_BundleLoader
 
getIndexPositionOfMenuItem() - Method in class energy.persistence.TechnicalSystem_StorageHandler
 
getIndexPositionOfMenuItem() - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
 
getInEdges(V) - Method in class energy.evaluation.SparseGraph
 
getInitialCalculationStepNode() - Method in class energygroup.sequentialNetworks.CalculationGraph
Gets the initial calculation step node.
getInitialStateAdaption() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Should returns the AbstractEvaluationStrategyRT.InitialStateAdaption for this real time strategy.
getInitialStateAdaption() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Should returns the AbstractEvaluationStrategyRT.InitialStateAdaption for this real time strategy.
getInitialStateAdaptionConfigured() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Returns the configured initial state adaption for this real time strategy.
getInitialStateAdaptionConfigured() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Returns the configured initial state adaption for this real time strategy.
getInitialStateID() - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Gets the value of the initialStateID property.
getInitialStateID() - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Gets the value of the initialStateID property.
getInitialTechnicalSystemState() - Method in class energy.evaluation.EvaluationProcess
Gets the initial TechnicalSystemState.
getInitialTechnicalSystemStateEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the initial TechnicalSystemStateEvaluation derived from the graph for costs over time, where the further evaluation has to start at.
getInitialTechnicalSystemStateEvaluation() - Method in class energy.evaluation.EvaluationProcess
Returns the initial TechnicalSystemStateEvaluation derived from the graph for costs over time, where the further evaluation has to start at.
getInitialTechnicalSystemStateEvaluation(Schedule) - Method in class energy.schedule.ScheduleController
Returns the initial TechnicalSystemStateEvaluation that is specified with the given Schedule.
getInitialTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.schedule.ScheduleController
Returns the initial TechnicalSystemStateEvaluation that is specified with the parent of the given TechnicalSystemStateEvaluation.
getInitialTechnicalSystemStateEvaluation() - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
getInNodeStates() - Method in class energy.calculations.NodeStatesResolver
Gets the in node states.
getInNodeStates(String) - Method in class energy.OptionModelController
Returns the in node states for the current system and the specified thread.
getInNodeStates() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Returns the in-node state HashMap, where the key represents the group tree node and the value the actual instance of the intermediate data model.
getInputMeasurement(SystemVariableDefinition) - Method in class energy.calculations.AbstractEvaluationCalculation
Has to returns the actual InputMeasurement for the specified SystemVariableDefinition and within the current time range that is specified by AbstractEvaluationCalculation.getEvaluationTimeStart() and AbstractEvaluationCalculation.getEvaluationTimeEnd().
getInputMeasurement(String) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the InputMeasurement of the current TechnicalSystem for the specified ID of a SystemVariableDefinition.
getInputMeasurement(SystemVariableDefinition) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the InputMeasurement for the specified SystemVariableDefinition.
getInputMeasurement(SystemVariableDefinition) - Method in class energy.OptionModelController
Returns the actual AbstractInputMeasurement for the specified SystemVariableDefinition and returns either the actual InputMeasurement or the InputMeasurementCalculatedByState, if configured.
getInputMeasurement(String) - Method in class energy.OptionModelControllerBase
Returns the specified input measurement if available.
getInputMeasurement(SystemVariableDefinition) - Method in class energy.samples.calculations.ATestEvaluationCalculation
 
getInputMeasurement4PointInTime(TechnicalSystemState, String) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Gets the measurement for the specified SystemVariableDefinition for the specified point in time in case that the variable is indeed a measurement value (SystemVariableDefinition.isSetPoint()==false).
getInputMeasurement4PointInTime(long, InputMeasurement, DataRepetition) - Static method in class energy.InputMeasurementHelper
Gets the actual input measurement as FixedVariable for the specified point in time.
getInputMeasurement4PointInTime(TechnicalSystemState, String, AbstractInputMeasurement) - Method in class energy.OptionModelController
Gets the measurement for the specified SystemVariableDefinition for the specified point in time in case that the variable is indeed a measurement value (SystemVariableDefinition.isSetPoint()==false).
getInputMeasurementByTimeList100(List<InputMeasurementByTime>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the input measurement by time list in version 1.00.
getInputMeasurementByTimeSeries() - Method in class energy.optionModel.InputMeasurement
Gets the value of the inputMeasurementByTimeSeries property.
getInputMeasurementByTimeSeries() - Method in class energy.persistence.version096.InputMeasurement
Deprecated.
Gets the value of the inputMeasurementByTimeSeries property.
getInputMeasurementCalculated(InputMeasurementCalculated) - Method in class energy.evaluation.gui.io.MeasurementToolbar
Fills the class selection for a specified InputMeasurementCalculatedSeries.
getInputMeasurementList100(List<AbstractInputMeasurement>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the input measurement list in version 1.00.
getInputMeasurements(TechnicalSystemState, boolean) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Returns the list of FixedVariable's that contain the current InputMeasurement's for the specified TechnicalSystemState's global time.
getInputMeasurements() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the inputMeasurements property.
getInputMeasurements() - Method in class energy.OptionModelControllerBase
Returns the list of AbstractInputMeasurement for the Evaluation.
getInputMeasurements() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the inputMeasurements property.
getInputMeasurementType() - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
Gets the input measurement type.
getInstance() - Static method in class de.enflexit.eom.database.DatabaseConfigurationProperties
Returns the single instance of DatabaseConfigurationProperties.
getInstance() - Static method in class energy.Application
Gets the single instance of Application.
getInstance() - Static method in class energy.GlobalInfo
Will return the instance of this singleton class
getInstance() - Static method in class energy.OntologyHelper
Returns the instance of the OntologyHelper.
getInstance() - Static method in class energy.persistence.service.PersistenceHandler
Returns the single instance of PersistenceHandler.
getInstance() - Static method in class energy.schedule.ApplicationSchedule
Gets the single instance of Application.
getInstance() - Static method in class energygroup.ApplicationGroup
Gets the single instance of Application.
getInt(String, int) - Method in class energy.BundleProperties
 
getIntendedUse() - Method in class energy.evaluation.EvaluationGraph
Returns the intended use.
getIntendedUse() - Method in class energy.evaluation.EvaluationGraphEdge
Returns the intended use of this GraphNode.
getIntendedUse() - Method in class energy.evaluation.EvaluationGraphNode
Returns the intended use of this GraphNode.
getInterfaceConfigurations() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the interfaceConfigurations property.
getInterfaceConfigurations() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the interfaceConfigurations property.
getInterfaceFlows() - Method in class energy.DomainInterfaceFlows
Returns the interface flows.
getInterfaceID() - Method in class energy.DomainInterfaceFlows.InterfaceFlow
Gets the ID of the TechnicalInterface.
getInterfaceID() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Gets the interface id.
getInterfaceID() - Method in class energy.optionModel.AbstractFlow
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.optionModel.AbstractStorageLoad
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.optionModel.AbstractUsageOfInterface
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.optionModel.InterfaceSetting
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.AbstractEnergyFlow
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Gets the value of the interfaceID property.
getInterfaceID() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Gets the interface id.
getInterfaceID(String, AbstractDomainModel) - Method in class energygroup.calculation.TechnicalInterfaces
Returns the interfaceID for the specified energy carrier and domain model.
getInterfaceImportSettings(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the InterfaceImportSettings instance with the given index
getInterfaceImportSettingsByInterfaceID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Looks for an ScheduleCsvImportSettings.InterfaceImportSettings instance with the given interface ID
getInterfaceImportSettingsVector() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Returns the Vector of InterfaceImportSettings .
getInterfaceSetting(List<InterfaceSetting>, String) - Static method in class energy.schedule.ScheduleController
Returns, if available, the interface setting that is specified by the interfaceID.
getInterfaceSetting(String) - Method in class energygroup.calculation.TechnicalInterfaces
Gets the interface setting for the specified interfaceID.
getInterfaceSetting(String, String, AbstractDomainModel) - Method in class energygroup.calculation.TechnicalInterfaces
Returns the InterfaceSetting for the specified parameter.
getInterfaceSettingList100(List<InterfaceSetting>) - Method in class energy.persistence.ConverterScheduleList096To100
Gets the InterfaceSetting list in version 1.00.
getInterfaceSettings() - Method in class energy.optionModel.ScheduleList
Gets the value of the interfaceSettings property.
getInterfaceSettings() - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Gets the value of the interfaceSettings property.
getInterfaceSettings() - Method in class energygroup.calculation.TechnicalInterfaces
Returns the interface settings.
getInterfaceSettings(String) - Method in class energygroup.calculation.TechnicalInterfaces
Returns the interface settings for the specified EnergyCarrier.
getInterfaceType() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
getInterfaceType() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
getIOList() - Method in class energy.evaluation.gui.EvaluationIOListPanel
Gets the getIOList.
getIOlist() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the iOlist property.
getIOlist() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the iOlist property.
getIoListsOfAggregation() - Method in class energygroup.evaluation.IOSelectTreeAction
Returns the IO lists of the aggregations systems.
getJAXBContextClasses() - Static method in class energy.GlobalInfo
Returns the JAXB context classes.
getJAXBContextClasses(String, ArrayList<Class<?>>) - Static method in class energy.GlobalInfo
Returns the JAXB context classes.
getJAXBContextClassesExcludeList096() - Static method in class energy.GlobalInfo
Gets the JAXB context classes exclude list for version 0.96.
getJButton(EomController, PersistenceHandler.PersistenceAction) - Method in class energy.persistence.service.PersistenceHandler
Factory method that returns a JButton that can be used to load or store data from the EOM.
getJCheckBoxVector() - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
 
getJComboBoxEnergyCarrierConnectivity() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Returns the JComboBox for the selection of energy carrier and connectivity.
getJComboBoxFlowTypeSelection() - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Gets the combo box flow type.
getJComboBoxInputMeasurements() - Method in class energy.evaluation.gui.io.MeasurementToolbar
 
getJLabelFlowType() - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Gets the label for the Flow Type selection.
getJLabelHeader() - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Returns the JLabel header.
getJLabelStateDuration() - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Gets the label duration.
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
 
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in class energy.persistence.ScheduleList_StorageHandler
 
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in interface energy.persistence.service.PersistenceService
Has to return a JMenuItem for the specified persistence action.
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in class energy.persistence.TechnicalSystem_BundleLoader
 
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in class energy.persistence.TechnicalSystem_StorageHandler
 
getJMenueItem(PersistenceHandler.PersistenceAction) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
 
getJPanelConfiguration() - Method in class energy.domain.DefaultDomainModelCoal
 
getJPanelConfiguration() - Method in class energy.domain.DefaultDomainModelElectricity
 
getJPanelConfiguration() - Method in class energy.domain.DefaultDomainModelHeat
 
getJPanelConfiguration() - Method in class energy.domain.DefaultDomainModelHydrogen
 
getJPanelConfiguration() - Method in class energy.domain.DefaultDomainModelNaturalGas
 
getJPanelConfiguration() - Method in class energy.domain.goods.cement.DomainModelCement
 
getJPanelConfiguration() - Method in class energy.domain.goods.cement.DomainModelCoalAsGood
 
getJPanelConfiguration() - Method in class energy.optionModel.AbstractDomainModel
Should return a JPanel that implements a DomainModelInterface that can be used for the visual configuration of the domain model.
getJPanelEnergyFlow() - Method in class energy.optionModel.gui.flow.FlowChartPanel
Gets the JPanel that contains either the chart panel for the actual energy flow or a user notification to select an energy flow type.
getJPanelEnergyFlows() - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Gets the panel energy flows.
getJPanelEvaluationGraphDeltaCosts() - Method in class energy.evaluation.gui.results.EvaluationResultPanel
Gets the JPanel for the evaluation graph.
getJPanelEvaluationGraphStateVariability() - Method in class energy.evaluation.gui.results.EvaluationResultPanel
Gets the JPanel for the evaluation graph.
getJPanelIOList() - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Gets the JPanel IOList.
getJPopupMenuElements() - Method in class energy.agentgui.EomAdapter
 
getJTabbedPaneResults() - Method in class energy.evaluation.gui.results.EvaluationDetailsJInternalFrame
Returns the JTabbedPane of the results.
getJTabbedPaneResults() - Method in class energy.evaluation.gui.results.EvaluationDetailsJPanel
 
getJTableIOList() - Method in class energy.evaluation.gui.EvaluationIOListPanel
Gets the table io list.
getJTableTargetStates() - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
Gets the JTable target states.
getJTableUsageOfInterfaces() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Gets the table usage of interfaces.
getJTextFieldValue() - Method in class energy.optionModel.gui.components.EnergyAmountPanel
Gets the text field value.
getJToolBarEdit() - Method in class energy.evaluation.gui.graph.EvaluationGraphTools
Gets the Edit toolbar for the BasicGraphGui.
getJToolBarEdit() - Method in class energy.optionModel.gui.graph.StateGraphTools
Gets the Edit toolbar for the BasicGraphGui.
getJToolBarEdit() - Method in class energygroup.sequentialNetworks.CalcGraphTools
Gets the Edit toolbar for the BasicGraphGui.
getKeyStringBaseConfiguration(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraph
Returns the key string for the current base configuration of the TechnicalInterfaceConfiguration and the State.
getKeyStringGlobalTime(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraph
Returns the key string for the global time of the TechnicalSystemState.
getKeyStringIOList(TechnicalSystemState, EvaluationGraph.IOListType) - Method in class energy.evaluation.EvaluationGraph
Returns the key string for the specified I/O-List.
getKeyStringStorageLoads(TechnicalSystemState, EvaluationGraph.StorageListType) - Method in class energy.evaluation.EvaluationGraph
Returns the key string for the current StorageLoads.
getKnowledgeBase() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the knowledgeBase property.
getKnowledgeParts() - Method in class energy.persistence.version096.KnowledgeBase
Deprecated.
Gets the value of the knowledgeParts property.
getLastCsvImportSettings() - Static method in class energy.GlobalInfo
 
getLastSelectedDirectory() - Static method in class energy.GlobalInfo
Returns the last selected folder.
getLastSelectedFolder() - Method in class energy.GlobalInfo
 
getLatency() - Method in class energy.LatentInputMeasurement
Gets the latency.
getLatitude() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Gets the latitude.
getLink() - Method in class energy.optionModel.gui.common.JHyperLink
Gets the link.
getListModel() - Method in class energy.persistence.TechnicalSystem_BundleLoaderSelector
Gets the list model.
getListModelErrors() - Method in class energy.validation.TechnicalSystemValidatorGUI
 
getLocalBundle() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the local bundle.
getLocalClassLoadService() - Method in class energy.classLoadService.EomClassLoadServiceUtilityImpl
 
getLocalDecimalSeparator() - Static method in class energy.GlobalInfo
Gets the decimal separator local.
getLocalSlice() - Method in class energy.agentgui.distribution.LicenseService
Retrieve the locally installed slice of this service.
getLocation() - Method in class energy.optionModel.gui.common.PositionAndSizeReminder.PositionAndSize
Gets the position.
getLong(String, long) - Method in class energy.BundleProperties
 
getLongitude() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Gets the longitude.
getMainPanel4GroupTechnicalSystem() - Method in class energygroup.gui.GroupMainPanel
Returns the main panel for group TechnicalSystem.
getMainPanelToolBar() - Method in class energy.evaluation.gui.EvaluationMainPanel
Returns the main panel tool bar.
getMainPanelToolBar() - Method in class energy.optionModel.gui.AbstractMainPanel
Has to returns the main panel tool bar.
getMainPanelToolBar() - Method in class energy.optionModel.gui.MainPanel
 
getMainPanelToolBar() - Method in class energy.schedule.gui.ScheduleListTable
Returns the ScheduleMainPanelToolBar.
getMainPanelToolBar() - Method in class energy.schedule.gui.ScheduleMainPanel
 
getMainPanelToolBar() - Method in class energygroup.gui.GroupMainPanel
 
getMainPanelView() - Method in class energy.optionModel.gui.MainPanel
Gets the current main panel view.
getMainPanelView() - Method in class energy.schedule.gui.ScheduleMainPanel
Gets the current main panel view.
getMaj() - Method in class energy.optionModel.geo.RefEll
Gets the maj.
getMarkerColor(EvaluationGraphEdge) - Method in class energy.evaluation.gui.graph.EvaluationEdgeRenderer
Returns the marker color.
getMarkerColor(StateVisTransition) - Method in class energy.optionModel.gui.graph.StateEdgeRenderer
Returns the marker color.
getMarkerColor(CalculationTransition<T>) - Method in class energygroup.sequentialNetworks.CalcEdgeRenderer
Returns the marker color.
getMarkerStrokeWidth(EvaluationGraphEdge) - Method in class energy.evaluation.gui.graph.EvaluationEdgeRenderer
Returns the marker stroke width.
getMarkerStrokeWidth(StateVisTransition) - Method in class energy.optionModel.gui.graph.StateEdgeRenderer
Returns the marker stroke width.
getMarkerStrokeWidth(CalculationTransition<T>) - Method in class energygroup.sequentialNetworks.CalcEdgeRenderer
Returns the marker stroke width.
getMassPercent() - Method in class energy.domain.goods.cement.ComponentProperties
 
getMaxDuration() - Method in class energy.optionModel.StateTransition
Gets the value of the maxDuration property.
getMaxDuration() - Method in class energy.persistence.version096.StateTransition
Deprecated.
Gets the value of the maxDuration property.
getMaxEnergyFlow() - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Gets the value of the maxEnergyFlow property.
getMaxNumberOfSystemStates() - Method in class energy.optionModel.ScheduleLengthRestriction
Gets the value of the maxNumberOfSystemStates property.
getMeasurementCount() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Return the number of the measurements..
getMeasurementCount() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
 
getMeasurementCount() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
 
getMeasurementFromSystem(String) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Returns the specified measurement out of the list of measurements.
getMeasurementFromSystem(String) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Returns the specified measurement out of the list of measurements.
getMeasurements() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Returns the current list of measurements that are either a list EnergyMeasurements or GoodMeasurements.
getMeasurementsFromSystem() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Gets the current measurements from the system.
getMeasurementsFromSystem() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Gets the current measurements from the system.
getMeasurments() - Method in class energy.optionModel.EnergyFlowMeasured
Gets the value of the measurments property.
getMeasurments() - Method in class energy.optionModel.GoodFlowMeasured
Gets the value of the measurments property.
getMeasurments() - Method in class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
Gets the value of the measurments property.
getMessage() - Method in class energy.validation.TechnicalSystemMessage
Gets the message.
getMessageType() - Method in class energy.validation.TechnicalSystemMessage
Gets the message type.
getMin() - Method in class energy.optionModel.geo.RefEll
Gets the min.
getMinDuration() - Method in class energy.optionModel.StateTransition
Gets the value of the minDuration property.
getMinDuration() - Method in class energy.persistence.version096.StateTransition
Deprecated.
Gets the value of the minDuration property.
getMinEnergyFlow() - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Gets the value of the minEnergyFlow property.
getMyDouble() - Method in class energy.samples.staticModel.AnyDataModel
Gets the my double.
getMyInteger() - Method in class energy.samples.staticModel.AnyDataModel
Gets the my integer.
getMyStringVector() - Method in class energy.samples.staticModel.AnyDataModel
Gets the my string vector.
getName() - Method in class energy.agentgui.distribution.LicenseService
 
getName() - Method in class energy.domain.goods.cement.ComponentProperties
 
getName(File) - Method in class energy.optionModel.gui.imaging.ImageFileView
 
getNeighbors(V) - Method in class energy.evaluation.SparseGraph
 
getNetworkID() - Method in class energy.optionModel.GroupMember
Gets the value of the networkID property.
getNetworkID() - Method in class energy.optionModel.ScheduleList
Gets the value of the networkID property.
getNetworkID() - Method in class energy.persistence.version096.GroupMember
Deprecated.
Gets the value of the networkID property.
getNetworkID() - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Gets the value of the networkID property.
getNetworkID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the network ID
getNewCsvDataControllerPanel() - Static method in class energy.optionModel.gui.common.CommonComponentFactory
Returns a new pre-configured CsvDataControllerPanel.
getNewDatabaseSession() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the new hibernate database session.
getNewDatabaseSession(boolean) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Gets the new hibernate database session.
getNewDataModelAdapter() - Method in class energy.agentgui.EomAdapter
 
getNewEnergyStorageLoad(EnergyAmount, DomainInterfaceFlows, long) - Method in class energy.calculations.AbstractOptionModelCalculation
May return the new energy storage load, based on an individual calculation and the specified parameter.
getNewEnergyStorageLoad(EnergyAmount, DomainInterfaceFlows, long, TechnicalSystemStateEvaluation, TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractOptionModelCalculation
May return the new energy storage load, based on an individual calculation and the specified parameter.
getNewGoodStorageLoad(double, DomainInterfaceFlows, long) - Method in class energy.calculations.AbstractOptionModelCalculation
May return the new good storage load based on an individual calculation and the specified parameter.
getNewGoodStorageLoad(double, DomainInterfaceFlows, long, TechnicalSystemStateEvaluation, TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractOptionModelCalculation
May return the new good storage load based on an individual calculation and the specified parameter.
getNewIndexPositionForPointInTime(int, long) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Returns a new index position for the specified point in time.
getNewIndexPositionForPointInTime(int, long) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
 
getNewIndexPositionForPointInTime(int, long) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
 
getNewInstanceOfIntermediateDataModel() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Has to return a new instance of intermediate data model to use.
getNewModelDialog(Frame) - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
This method should initiate the dialog that can be used in order to edit this static data model.
getNewModelDialog(Frame) - Method in class energy.samples.staticModel.MyStaticModel
 
getNewNodeStateHashMap(Vector<DefaultMutableTreeNode>) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Return a new node state hash map for the specified identifier.
getNewNodeStateHashMap(DefaultMutableTreeNode[]) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Return a new node state hash map for the specified identifier.
getNewProgressMonitor(String, String, String) - Static method in class energy.optionModel.gui.common.CommonComponentFactory
Return a new pre-configured ProgressMonitor.
getNewStateTransitionOpportunities(TechnicalInterfaceConfiguration, State) - Method in class energy.OptionModelControllerBase
Returns all remaining States-IDs that can be used for new StateTransitions.
getNewZipper() - Static method in class energy.optionModel.gui.common.CommonComponentFactory
Returns a new pre-configured Zipper.
getNewZipper(Frame) - Static method in class energy.optionModel.gui.common.CommonComponentFactory
Returns a new pre-configured Zipper.
getNextCalculationStepNodes(CalculationGraph<T>, CalculationStepNode<T>) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Returns the next calculation step nodes or null, if no subsequent nodes are available.
getNextStateID() - Method in class energy.optionModel.StateTransition
Gets the value of the nextStateID property.
getNextStateID() - Method in class energy.persistence.version096.StateTransition
Deprecated.
Gets the value of the nextStateID property.
getNextTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation, TechnicalSystemStateDeltaEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Applies, based on the specified old TechnicalSystemStateDeltaEvaluation, the given TechnicalSystemStateDeltaEvaluation and returns the resulting new TechnicalSystemStateEvaluation.
getNextTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation, TechnicalSystemStateDeltaEvaluation) - Method in class energy.evaluation.EvaluationProcess
Applies, based on the specified old TechnicalSystemStateDeltaEvaluation, the given TechnicalSystemStateDeltaEvaluation and returns the resulting new TechnicalSystemStateEvaluation.
getNodeColor() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node color.
getNodeColor() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node color.
getNodeColor() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node color.
getNodeColorPicked() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node color picked.
getNodeColorPicked() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node color picked.
getNodeColorPicked() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node color picked.
getNodeCount() - Method in class energygroup.GroupTreeModel
Gets the node count.
getNodeFrom() - Method in class energygroup.sequentialNetworks.CalculationTransition
Gets the node from which the information have to be taken.
getNodeIcon() - Method in class energygroup.GroupTreeNodeObject
Returns the closed icon for the current node element.
getNodeImageReference() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node image reference.
getNodeImageReference() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node image reference.
getNodeImageReference() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node image reference.
getNodeLabelPosition() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node label position.
getNodeLabelPosition() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node label position.
getNodeLabelPosition() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node label position.
getNodes2Visit() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the vector of nodes that are to visit with the current group tree action.
getNodeShape() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node shape.
getNodeShape() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node shape.
getNodeShape() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node shape.
getNodeSize() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the node size.
getNodeSize() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the node size.
getNodeSize() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the node size.
getNodesNotVisited() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the vector of nodes that were NOT visited through the current group tree action.
getNodeStateResolver() - Method in class energy.calculations.AbstractEvaluationCalculation
Gets the node state resolver.
getNodeStateResolver() - Method in class energy.calculations.AbstractOptionModelCalculation
Gets the node state resolver.
getNodeStateResolver() - Method in class energy.evaluation.AbstractEvaluationStrategy
Gets the node state resolver.
getNodesVisited() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the vector of nodes that were visited through the current group tree action.
getNodeTo() - Method in class energygroup.sequentialNetworks.CalculationTransition
Gets the node to which the information have to .
getNoOfColumns() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar.WindowConfiguration
Gets the no of columns.
getNoOfRows() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar.WindowConfiguration
Gets the no of rows.
getNorthing() - Method in class energy.optionModel.geo.OSGBCoordinate
Gets the northing.
getNotificationObject() - Method in class energy.OptionModelNotification
Gets the notification object.
getNotificationObject() - Method in class energy.schedule.ScheduleNotification
Gets the notification object.
getNotificationObject() - Method in class energygroup.GroupNotification
Gets the notification object.
getNumberOfDecimalPlaces(double) - Static method in class energy.GlobalInfo
Gets the number of decimal places behind comma of the specified double value.
getNumberOfStatesToLoad() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Returns the number of system states to load.
getNumberOfStatesToLoad() - Method in class de.enflexit.eom.database.ScheduleListSelection
Gets the number of states to load.
getNumberOfThreads() - Method in class energy.evaluation.EvaluationProcess
Gets the number of threads.
getNumericValue(FixedVariable) - Static method in class energy.FixedVariableHelper
Gets the numeric value of the specified FixedVariable.
getObjectFactory() - Method in class energy.OptionModelControllerBase
Returns the object factory for the option model.
getObjectFactory() - Method in class energy.schedule.ScheduleController
Returns the object factory for the option model.
getObjectFactory() - Method in class energygroup.GroupController
Returns the object factory for the option model.
getOntologyBaseClass() - Method in class energy.optionModel.SystemVariableDefinitionOntology
Gets the value of the ontologyBaseClass property.
getOntologyBaseClass() - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Gets the value of the ontologyBaseClass property.
getOntologyForConcept(String) - Static method in class energy.OntologyHelper
Gets the corresponding ontology for a specified concept.
getOntologyInstance(String) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getOntologyInstance(String) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
getOntologyInstanceDialog(Frame, SystemVariableDefinitionOntology) - Static method in class energy.OntologyHelper
Returns an OntologyInstanceDialog for the specified SystemVariableDefinitionOntology.
getOntologyInstanceOfSystemVariableDefinition(SystemVariableDefinitionOntology) - Method in class energy.OptionModelController
Returns the ontology instance of the specified SystemVariableDefinitionOntology.
getOptionModelCalculation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the current OptionModelCalculation .
getOptionModelCalculation() - Method in class energy.OptionModelControllerBase
Returns the actual configured instance of an AbstractOptionModelCalculation.
getOptionModelCalculationInstance(String, OptionModelController) - Method in interface energy.classLoadService.EomClassLoadService
Has to return the option model calculation specified by the class name.
getOptionModelCalculationInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
getOptionModelCalculationInstance(String, OptionModelController) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Return a new instance of an option model calculation, specified by its class name.
getOptionModelCalculationInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceUtilityImpl
 
getOptionModelController() - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the current OptionModelController.
getOptionModelController() - Method in class energy.evaluation.gui.EvaluationMainPanel
Returns the OptionModelController that belongs to this JPanel
getOptionModelController() - Method in class energy.optionModel.gui.BaseModelMainPanel
Returns the OptionModelController that belongs to this JPanel
getOptionModelController() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the option model controller.
getOptionModelController() - Method in class energy.optionModel.gui.MainPanel
Returns the OptionModelController that belongs to this JPanel
getOptionModelController() - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
Returns the current OptionModelController.
getOptionModelController() - Method in class energy.schedule.ScheduleController
Returns the option model controller.
getOrCreateFixedVariable(List<FixedVariable>, String) - Method in class energy.OptionModelController
Gets (or creates and adds) the specified FixedVariable out of specified list.
getOrCreateStorageLoad(TechnicalSystemState, String) - Method in class energy.OptionModelController
Returns or creates the StorageLoadEnergy for the specified interface.
getOrCreateUsageOfInterfaces(TechnicalSystemState, String) - Method in class energy.OptionModelController
Returns or creates the specified UsageOfInterfaceEnergy.
getOrCreateVariable(List<FixedVariable>, String) - Method in class energy.calculations.AbstractEvaluationCalculation
Gets or creates the specified variable.
getOrCreateVariable(List<FixedVariable>, String) - Method in class energy.calculations.AbstractOptionModelCalculation
Gets or creates the specified variable.
getOSGBCoordinate() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Convert a latitude and longitude into an OSGB grid reference.
getOutEdges(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraph
 
getOutEdges(V) - Method in class energy.evaluation.SparseGraph
 
getOutgoingEdges() - Method in class energy.evaluation.EvaluationGraphNode
Gets the outgoing edges.
getOutgoingStateTransitions(State) - Method in class energy.OptionModelControllerBase
Returns the outgoing StateTransitions for a specified State including the self-reference of a State.
getOutgoingStateTransitions(State, boolean) - Method in class energy.OptionModelControllerBase
Returns the outgoing StateTransitions for a specified State.
getOutNodeState(CalculationStepNode<?>, Vector<?>) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Returns the out node state for a single CalculationStepNode within a sequential network calculation (DO NOT OVERWRITE!).
getOutNodeState(CalculationStepNode<?>, TechnicalSystemStateEvaluation, Vector<?>) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Has to return the out node state after calculations were executed and decisions were made.
getOutNodeState() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Gets the out node state.
getOutNodeState(AbstractGroupTreeAction, AbstractGroupEvaluationStrategy, HashMap<DefaultMutableTreeNode, T>, Vector<CalculationStepNode<T>>) - Method in class energygroup.sequentialNetworks.CalculationStepNode
Calculates and return the out-node state based on the specified in-node states.
getOwnerDialogForComponent(JComponent) - Static method in class energy.GlobalInfo
Returns the owner dialog for a JComponent.
getOwnerFrameForComponent(Component) - Static method in class energy.GlobalInfo
Returns the owner frame for the specified JComponent.
getOwnerFrameForContainer(Container) - Static method in class energy.GlobalInfo
Returns the owner frame for the specified Container.
getOwnerJInternalFrameForComponent(JComponent) - Static method in class energy.GlobalInfo
Returns the owner JInternalFrame for the specified JComponent.
getOwnerWindowForComponent(Component) - Static method in class energy.GlobalInfo
Returns the owner window (e.g. a JFrame or JDialog) for the specified component.
getPageNoToDisplay(int) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar
Sets the maximum no of page to display.
getPanelView() - Method in class energygroup.gui.GroupTreeViewSwitch
Gets the panel view.
getParent() - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Gets the value of the parent property.
getParent() - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Gets the value of the parent property.
getParentWindowOrContainer() - Method in class energy.optionModel.gui.AbstractMainPanel
Returns the parent window or container.
getPhase() - Method in class energy.domain.DefaultDomainModelElectricity
Gets the phase.
getPickedEdges() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the Set of picked edges.
getPickedEdges() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the Set of picked edges.
getPickedEdges() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the Set of picked edges.
getPickedNodes() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the Set of picked nodes.
getPickedNodes() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the Set of picked nodes.
getPickedNodes() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the Set
getPickedSingleEdge() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Returns the edge which is picked.
getPickedSingleEdge() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Returns the edge which is picked.
getPickedSingleEdge() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Returns the edge which is picked.
getPickedSingleNode() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Returns the node which is picked.
getPickedSingleNode() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Returns the node which is picked.
getPickedSingleNode() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Returns the node which is picked.
getPluggableGraphMouse() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the PluggableGraphMouse.
getPluggableGraphMouse() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the PluggableGraphMouse.
getPluggableGraphMouse() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the PluggableGraphMouse.
getPlugInInstance(String, Project) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getPointInTime() - Method in class energy.optionModel.AbstractMeasurement
Gets the value of the pointInTime property.
getPointInTime() - Method in class energy.optionModel.CostsByTime
Gets the value of the pointInTime property.
getPointInTime() - Method in class energy.optionModel.InputMeasurementByTime
Gets the value of the pointInTime property.
getPointInTime() - Method in class energy.persistence.version096.CostsByTime
Deprecated.
Gets the value of the pointInTime property.
getPointInTime() - Method in class energy.persistence.version096.EnergyMeasurement
Deprecated.
Gets the value of the pointInTime property.
getPointInTime() - Method in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
Gets the value of the pointInTime property.
getPointsInTimeVector() - Method in class energygroup.calculation.FlowsMeasuredGroup
Returns the points in time vector.
getPosition() - Method in class energy.evaluation.EvaluationGraphNode
Returns the position.
getPosition() - Method in class energy.optionModel.gui.graph.StateVisNode
Returns the position.
getPosition() - Method in class energygroup.sequentialNetworks.CalculationStepNode
Gets the position within the visualisation.
getPowerDecrease() - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Gets the value of the powerDecrease property.
getPowerIncrease() - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Gets the value of the powerIncrease property.
getPowerType() - Method in class energy.domain.DefaultDomainModelElectricity
Gets the power type.
getPredecessors(V) - Method in class energy.evaluation.SparseGraph
 
getPreferredSize(JComponent) - Method in class energy.optionModel.gui.common.VerticalLabelUI
 
getPriority() - Method in class energy.optionModel.Schedule
Gets the value of the priority property.
getPriority() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the priority property.
getProgressMonitor() - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Gets the progress monitor.
getProgressMonitor() - Method in class energy.agentgui.JButtonScheduleListDatabaseHandling
Gets the progress monitor.
getPropertyContentProvider() - Static method in class energy.GlobalInfo
Returns the property content provider.
getRandomBoolean() - Static method in class energy.GlobalInfo
Gets the random boolean.
getRandomFloat(float, float) - Static method in class energy.GlobalInfo
Gets the random float.
getRandomInteger(int, int) - Static method in class energy.GlobalInfo
Returns a random integer.
getRatedVoltage() - Method in class energy.domain.DefaultDomainModelElectricity
Gets the rated voltage.
getReason() - Method in class energy.OptionModelNotification
Gets the reason for the notification.
getReason() - Method in class energy.schedule.ScheduleNotification
Gets the reason for the notification.
getReason() - Method in class energygroup.GroupNotification
Gets the reason for the notification.
getRemainingPeriodUntilStateTransition(TechnicalSystemState) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Calculate the time the evaluation can be paused until the next decision is necessary (the remaining duration needed to be spent in the given state) it is negative, if the decision is overdue.
getRepeatability() - Method in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
Gets the value of the repeatability property.
getResultingCosts() - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Gets the value of the resultingCosts property.
getResultingCosts() - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Gets the value of the resultingCosts property.
getRootNode() - Method in class energygroup.GroupTreeModel
Returns the root node.
getRoundingPrecision() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the roundingPrecision property.
getRoundingPrecision() - Method in class energy.optionModel.gui.components.RoundingPrecisionComboBox
Returns the round precision.
getRoundPrecision() - Static method in class energy.GlobalInfo
Gets the round precision for calculations.
getScheduleApplicationFrame() - Method in class energy.schedule.ApplicationSchedule
Returns the schedule window.
getScheduleController() - Method in class energy.evaluation.EvaluationProcess
Returns the ScheduleSontroller that is responsible for the result of the evaluation process.
getScheduleController() - Method in class energy.evaluation.gui.EvaluationMainPanel
getScheduleController() - Method in class energy.schedule.gui.ScheduleMainPanel
Returns the ScheduleController that belongs to this JPanel
getScheduleController() - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
Returns the current ScheduleController.
getScheduleIDs(int, String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Gets the IDs of the schedules for a specific schedule list from the database
getScheduleIndexSelected() - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
Returns the index of the selected schedule.
getScheduleLengthRestriction() - Static method in class energy.GlobalInfo
Returns the schedule length restriction.
getScheduleLengthRestriction() - Method in class energy.optionModel.Schedule
Gets the schedule length restriction.
getScheduleLengthRestriction() - Method in class energy.schedule.gui.ScheduleLengthRestrictionPanel
Gets the schedule length restriction.
getScheduleList() - Method in class energy.schedule.csv.ScheduleCsvImporter
Gets (or creates) the current schedule list.
getScheduleList() - Method in class energy.schedule.ScheduleController
Returns the current ScheduleList.
getScheduleList100() - Method in class energy.persistence.ConverterScheduleList096To100
Converts / Returns the local ScheduleList of version 0.96 to version 1.00.
getScheduleList100(List<Schedule>) - Method in class energy.persistence.ConverterScheduleList096To100
Gets the Schedule list in version 1.00.
getScheduleList100(ScheduleList) - Method in class energy.persistence.ConverterTechnicalSystemGroup096To100
Convert a ScheduleList of version 0.96 to a ScheduleList of version 1.00.
getScheduleListAsBase64String(ScheduleList) - Method in class energy.persistence.ScheduleList_StorageHandler
Returns a ScheduleList instance as base64 string.
getScheduleListAsBase64String(ScheduleList) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Returns a ScheduleList instance as base64 string.
getScheduleListAsXMLString(ScheduleList) - Method in class energy.persistence.ScheduleList_StorageHandler
Returns the model of a technical system group as XML-string.
getScheduleListAsXMLString(ScheduleList) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Returns the model of a technical system group as XML-string.
getScheduleListCopy() - Method in class energy.schedule.ScheduleController
Returns a copied instance of the current ScheduleList and will reset the database IDs of the instances.
getScheduleListDateSaved() - Method in class de.enflexit.eom.database.gui.ScheduleListSavePanel
returns the schedule list date saved.
getScheduleListDescription() - Method in class de.enflexit.eom.database.gui.ScheduleListSavePanel
Returns the new description of the ScheduleList.
getScheduleListDescription() - Method in class energy.schedule.ScheduleController
Returns the ScheduleList description that consists of the network and the system ID.
getScheduleListFromBase64String(String) - Static method in class energy.persistence.EomModelUpdater
Returns a ScheduleList from a base64 encoded string.
getScheduleListFromBase64String(String) - Method in class energy.persistence.ScheduleList_StorageHandler
Returns a ScheduleList from a base64 encoded string.
getScheduleListFromBase64String(String) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Returns a ScheduleList from a base64 encoded string.
getScheduleListFromCSVFile(File, ScheduleController) - Method in class energy.persistence.ScheduleList_StorageHandler
Loads a ScheduleList from a CSV file.
getScheduleListFromSOMFile(File) - Static method in class energy.persistence.EomModelUpdater
Returns the ScheduleList from the specified file.
getScheduleListFromSOMFile(File) - Method in class energy.persistence.ScheduleList_StorageHandler
Returns the ScheduleList from the specified file.
getScheduleListFromSOMFile(File) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Gets the technical system from group file.
getScheduleListFromXMLFile(File) - Static method in class energy.persistence.EomModelUpdater
Gets the ScheduleList from XML file.
getScheduleListFromXMLFile(File) - Method in class energy.persistence.ScheduleList_StorageHandler
Load model from a XML file.
getScheduleListFromXMLFile(File) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Load model from a XML file.
getScheduleListFromXMLString(String) - Static method in class energy.persistence.EomModelUpdater
Gets the ScheduleList from a XML string.
getScheduleListFromXMLString(String) - Method in class energy.persistence.ScheduleList_StorageHandler
Gets the ScheduleList from a XML string.
getScheduleListFromXMLString(String) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Gets the technical system group from a XML string.
getScheduleListIDs(String, String, String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Returns the schedule list IDs for a specific system from the database
getScheduleListSelection() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
Returns the ScheduleListSelection that can be used to open a ScheduleList from the database.
getScheduleListSelection() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Returns the current ScheduleListSelection that can be used to open a ScheduleList from the database.
getScheduleListsForSystem(String, String, String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Gets the schedule lists for a specific system from the database
getSchedules() - Method in class energy.optionModel.ScheduleList
Gets the value of the schedules property.
getSchedules() - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Gets the value of the schedules property.
getSchedulesForScheduleList(int, String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Gets the schedules for a specific schedule list from the database
getScheduleTechnicalSystemStateEvaluation() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Gets the schedule TechnicalSystemStateEvaluation.
getScheduleTechnicalSystemStateEvaluation() - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
getScheduleTechnicalSystemStateEvaluation() - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
getSelectedColumn() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Gets the selected column.
getSelectedColumn() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Gets the selected column.
getSelectedColumn() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Gets the selected column.
getSelectedFlow() - Method in class energy.SelectionModel
Returns the selected flow (energy or good).
getSelectedGroupMember() - Method in class energygroup.GroupSelectionModel
Returns the selected GroupMember.
getSelectedGroupMember() - Method in class energygroup.gui.GroupTree
Returns the selected group member.
getSelectedObject() - Method in class energy.SelectionNotification
Gets the selected object.
getSelectedSchedule() - Method in class energy.schedule.ScheduleSelectionModel
Gets the selected schedule.
getSelectedState() - Method in class energy.SelectionModel
Gets the selected state.
getSelectedStateTransition() - Method in class energy.SelectionModel
Gets the selected state transition.
getSelectedTechnicalInterface() - Method in class energy.SelectionModel
Gets the selected technical interface.
getSelectedTechnicalInterfaceConfiguration() - Method in class energy.SelectionModel
Gets the selected technical interface configuration.
getSelectedTechnicalSystemState() - Method in class energy.SelectionModel
Gets the selected technical system state.
getSelectionModel() - Method in class energy.OptionModelControllerBase
Returns the current selection model.
getSelectionModel() - Method in class energy.schedule.ScheduleController
Returns the current selection model.
getSelectionModel() - Method in class energygroup.GroupController
Returns the current selection model.
getSequentialNetworkCalculation() - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
getSequentialNetworkCalculation() - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
getSequentialNetworkCalculation() - Method in class energy.samples.groupStrategies.VppMicroCHP
 
getSequentialNetworkCalculation() - Method in class energygroup.calculation.FallBackGroupStrategy
 
getSequentialNetworkCalculation() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Can be used in order to define an individual sequential network calculation by an extended AbstractSequentialNetworkCalculation and thus a AbstractGroupTreeAction.GroupTreeTraversal within an extended AbstractGroupTreeAction.
getSequentialNetworkCalculation() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns the current sequential network calculation.
getSessionFactory() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the hibernate session factory.
getSessionFactory(boolean) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the hibernate session factory.
getSessionFactory(boolean, boolean) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the hibernate session factory.
getSessionFactoryMonitor() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Returns the session factory monitor.
getSetPointsToSystem() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Gets the current set-points to the system.
getSetPointsToSystem() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Gets the current set-points to the system.
getSetPointToSystem(String) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Returns the specified set-point out of the list of set-points.
getSetPointToSystem(String) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Returns the specified set-point out of the list of set-points.
getSetup() - Method in class energy.optionModel.ScheduleList
Gets the value of the setup property.
getSIPrefix() - Method in class energy.optionModel.CostModel
Gets the value of the siPrefix property.
getSIPrefix() - Method in class energy.optionModel.EnergyAmount
Gets the value of the siPrefix property.
getSIPrefix() - Method in class energy.optionModel.EnergyFlowInWatt
Gets the value of the siPrefix property.
getSIPrefix() - Method in class energy.persistence.version096.CostModel
Deprecated.
Gets the value of the siPrefix property.
getSIPrefix() - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Gets the value of the siPrefix property.
getSIPrefix() - Method in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
Gets the value of the siPrefix property.
getSixFigureString() - Method in class energy.optionModel.geo.OSGBCoordinate
Gets the six figure string.
getSize() - Method in class energy.optionModel.gui.common.JComboBoxWide
 
getSize() - Method in class energy.optionModel.gui.common.PositionAndSizeReminder.PositionAndSize
Gets the size.
getSizeOfVisualisation(BasicGraphGuiJDesktopPane) - Method in class energy.agentgui.EomDataModelAdapter
 
getSnapToGridRaster() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the snap to grid raster.
getSnapToGridRaster() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the snap to grid raster.
getSnapToGridRaster() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the snap to grid raster.
getSortedAndUniqueTimeEvents(InputMeasurement) - Static method in class energy.InputMeasurementHelper
Gets the sorted time events of the specified InputMeasurement.
getSortedAndUniqueTimeEvents(InputMeasurement, TreeSet<Long>) - Static method in class energy.InputMeasurementHelper
Gets the sorted time events of the specified InputMeasurement and the already know events from the second parameter.
getSource(E) - Method in class energy.evaluation.SparseGraph
 
getSourceGraphNode() - Method in class energy.evaluation.EvaluationGraphEdge
Gets the source EvaluationGraphNode of this edge.
getSourceState() - Method in class energy.StateToStateTransition
Gets the source state.
getSourceThread() - Method in class energy.optionModel.Schedule
Gets the value of the sourceThread property.
getSourceThread() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the sourceThread property.
getStartTime() - Method in class energy.evaluation.AbstractEvaluationStrategy
Returns the evaluation start time.
getStartTime() - Method in class energy.evaluation.EvaluationProcess
Returns the evaluation start time.
getState() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the state.
getState(StateVisNode) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Returns the state form the specified StateVisNode.
getState(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Gets the specified state form a TechnicalInterfaceConfiguration.
getStateCostFunction() - Method in class energy.optionModel.CostModel
Gets the value of the stateCostFunction property.
getStateCostFunction() - Method in class energy.persistence.version096.CostModel
Deprecated.
Gets the value of the stateCostFunction property.
getStateCosts(TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the state costs for the specified TechnicalSystemStateEvaluation.
getStateCosts() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
If calculated, this method returns the state costs for the specified TechnicalSystemState.
getStateCosts() - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Gets the value of the stateCosts property.
getStateCosts() - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Gets the value of the stateCosts property.
getStateCosts(TechnicalSystemStateEvaluation) - Method in class energy.samples.calculations.ATestEvaluationCalculation
 
getStateDescription() - Method in class energy.optionModel.State
Gets the value of the stateDescription property.
getStateDescription() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the stateDescription property.
getStateDuration(State) - Method in class energy.OptionModelControllerBase
Returns (and maybe creates and sets also) the duration of a given state.
getStateDurationFromTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.AbstractEvaluationStrategy
Derives the state duration (in milliseconds) from a technical system state (with the current option model controller).
getStateDurationFromTechnicalSystemState(TechnicalSystemState) - Method in class energy.OptionModelControllerBase
Derives the state duration (in milliseconds) from a technical system state (with the current option model controller).
getStateDurationMax(String) - Method in class energy.OptionModelControllerBase
Returns the maximum state duration of the specified TechnicalInterfaceConfiguration.
getStateDurationMax(TechnicalInterfaceConfiguration) - Method in class energy.OptionModelControllerBase
Returns the maximum state duration of the specified TechnicalInterfaceConfiguration.
getStateEvaluationRangeList100(List<VariableState>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the state evaluation range list in version 1.00.
getStateEvaluationRanges() - Method in class energy.optionModel.State
Gets the value of the stateEvaluationRanges property.
getStateEvaluationRanges() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the stateEvaluationRanges property.
getStateEvaluator() - Method in class energy.evaluation.EvaluationGraphNode
getStateFormatTimeUnit(State) - Static method in class energy.OptionModelControllerBase
Returns (and maybe creates and sets also) the format time unit from the specified state.
getStateGraphTools() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the CalcGraphTools.
getStateGraphTools() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the StateGraphTools.
getStateGraphTools() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the CalcGraphTools.
getStateID() - Method in class energy.optionModel.State
Gets the value of the stateID property.
getStateID() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the stateID property.
getStateID() - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Gets the value of the stateID property.
getStateID() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the stateID property.
getStateID() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the stateID property.
getStateIdentifierPrecision() - Method in class energy.optionModel.EnergyStorageInterface
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.optionModel.GoodStorageInterface
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecision() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the stateIdentifierPrecision property.
getStateIdentifierPrecisionHashIO() - Method in class energy.evaluation.EvaluationGraph
Returns the HashMap that stores the current state identifier and the corresponding precisions for the I/O values.
getStateIdentifierPrecisionHashStorageLoad() - Method in class energy.evaluation.EvaluationGraph
/* Returns the Hash that stores the current state identifier and the corresponding precisions for the storage load.
getStateList100(List<State>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the state list in the version 1.00.
getStateTime() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the stateTime property.
getStateTime() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the stateTime property.
getStateTimeFormat() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the stateTimeFormat property.
getStateTimeFormat() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the stateTimeFormat property.
getStateTransition(StateVisTransition) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the StateTransition for the specified StateVisTransition.
getStateTransition(State, String) - Method in class energy.OptionModelControllerBase
Gets the specified state transition.
getStateTransition() - Method in class energy.StateToStateTransition
Gets the state transition.
getStateTransitionHash() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the transition state hash.
getStateTransitionList100(List<StateTransition>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the state transition list in the version 1.00.
getStateTransitions() - Method in class energy.optionModel.State
Gets the value of the stateTransitions property.
getStateTransitions() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the stateTransitions property.
getStateVisNode(State) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Returns the StateVisNode from the specified State.
getStaticDataModel() - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
Has to return the current instance of the serializable static data model.
getStaticDataModel() - Method in class energy.samples.staticModel.MyStaticModel
 
getStaticLoadBalancing(String, Agent) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getStaticModelClass() - Method in class energy.optionModel.SystemVariableDefinitionStaticModel
Gets the value of the staticModelClass property.
getStaticModelClass() - Method in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
Gets the value of the staticModelClass property.
getStaticModelInstance(String, OptionModelController) - Method in interface energy.classLoadService.EomClassLoadService
Has to return the static model instance specified with the class name.
getStaticModelInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
getStaticModelInstance(String, OptionModelController) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Returns a new instance of a static model specified by its class name.
getStaticModelInstance(String, OptionModelController) - Method in class energy.classLoadService.EomClassLoadServiceUtilityImpl
 
getStaticModelInstance(SystemVariableDefinitionStaticModel) - Method in class energy.OptionModelControllerBase
Returns the serializable, static model instance.
getStaticModelValue() - Method in class energy.optionModel.SystemVariableDefinitionStaticModel
Gets the value of the staticModelValue property.
getStaticModelValue() - Method in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
Gets the value of the staticModelValue property.
getStatusBar() - Method in class energy.optionModel.gui.AbstractMainPanel
Gets the status bar.
getStorageCapacities() - Method in class energy.optionModel.ScheduleList
Gets the value of the storageCapacities property.
getStorageCapacities() - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Gets the value of the storageCapacities property.
getStorageCapacity(List<AbstractStorageCapacity>, String) - Static method in class energy.schedule.ScheduleController
Returns the storage capacity for the specified domain, if available.
getStorageCapacityList100(List<StorageCapacity>) - Method in class energy.persistence.ConverterScheduleList096To100
Gets the StorageCapacity list in version 1.00.
getStorageInterface() - Method in class energy.optionModel.gui.flow.StorageChart
Gets the technical interface.
getStorageInterfaces(TechnicalInterfaceConfiguration) - Method in class energy.OptionModelControllerBase
Returns all EnergyStorageInterface's or GoodStorageInterface's that are defined by the specified TechnicalInterfaceConfiguration.
getStorageLoad() - Method in class energy.optionModel.StorageLoadEnergy
Gets the value of the storageLoad property.
getStorageLoad() - Method in class energy.optionModel.StorageLoadGood
Gets the value of the storageLoad property.
getStorageLoad(TechnicalSystemState, String) - Method in class energy.OptionModelController
Gets the storage loads by technical interface id.
getStorageLoad() - Method in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
Gets the value of the storageLoad property.
getStorageLoadEnergy() - Method in class energy.evaluation.gui.StorageLoadDialogEnergy
Gets the energy amount for storage load.
getStorageLoadEnergy(long, TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the storage load for energy interfaces.
getStorageLoadGood() - Method in class energy.evaluation.gui.StorageLoadDialogGood
Gets the energy amount for storage load.
getStorageLoadGood(long, TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the storage load for good interfaces.
getStorageLoads() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the storageLoads property.
getStorageLoads() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the storageLoads property.
getStorageLoadsEnergy() - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Returns the storage loads for energy by domain and for this group member.
getStorageLoadsGood() - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Returns the storage loads for goods by domain and for this group member.
getStorageLoadSIPrefix() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the SI prefix for the storage load
getStrategyClass() - Method in class energy.optionModel.Schedule
Gets the value of the strategyClass property.
getStrategyClass() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the strategyClass property.
getStrategyID() - Method in class energy.optionModel.EvaluationClass
Gets the value of the strategyID property.
getStrategyID() - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Gets the value of the strategyID property.
getString(String, String) - Method in class energy.BundleProperties
 
getSubGraphTreeMap() - Method in class energy.evaluation.EvaluationGraph
Returns tree map with all graphs.
getSubScheduleHash() - Method in class energygroup.evaluation.AddResultTreeAction
Returns the hash with the sub results of the current evaluation strategy.
getSubSchedules(Schedule) - Method in class energy.evaluation.EvaluationProcess
Returns the sub schedules for the specified resultSchedule.
getSubsequentTechnicalSystemStates() - Method in class energy.evaluation.StateEvaluator
Gets the subsequent technical system state.
getSuccessors(V) - Method in class energy.evaluation.SparseGraph
 
getSumUpFlowTreeAction() - Method in class energygroup.calculation.GroupCalculation
Returns the current SumUpFlowTreeAction.
getSymbol() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
Gets the symbol.
getSymbol() - Method in class energy.optionModel.gui.components.TimeUnitComboElement
Gets the symbol.
getSystemDescription() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the systemDescription property.
getSystemDescription() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the systemDescription property.
getSystemDescription(boolean) - Method in class energygroup.GroupTreeNodeObject
Returns a textual system description.
getSystemID() - Method in class energy.optionModel.ScheduleList
Gets the value of the systemID property.
getSystemID() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the systemID property.
getSystemID() - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Gets the value of the systemID property.
getSystemID() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the systemID property.
getSystemID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the system ID
getSystemStateRangeType() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Return the SystemStateRangeType.
getSystemStateRangeType() - Method in class de.enflexit.eom.database.ScheduleListSelection
Gets the system state range type.
getSystemStates() - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Gets the value of the systemStates property.
getSystemStates() - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Gets the value of the systemStates property.
getSystemVariabelDefinitionSelected() - Method in class energy.evaluation.gui.io.MeasurementToolbar
Gets the SystemVariableDefinition from the combo box.
getSystemVariableDefinition() - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
Gets the system variable definition.
getSystemVariableDefinition(String) - Method in class energy.OptionModelController
Returns the SystemVariableDefinition of the current TechnicalSystem by the specified variableID.
getSystemVariableDefinition(List<SystemVariableDefinition>, String) - Method in class energy.OptionModelController
Gets the SystemVariableDefinition by the specified variableID.
getSystemVariableDefinition4InputMeasurements() - Method in class energy.OptionModelController
Returns the list of SystemVariableDefinition's from the current TechnicalSystem that are measurements or user set points.
getSystemVariableDefinitions() - Method in class energy.optionModel.gui.sysVariables.SystemVariableDialog
Gets the system variable definitions.
getSystemVariableDefinitions() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Gets the system variables.
getSystemVariableDefinitionsControlled() - Method in class energy.OptionModelController
Returns a Vector of SystemVariableDefinition's that can be controlled with the current TechnicalSystem.
getSystemVariableList100(List<SystemVariableDefinition>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Returns the list of SystemVariableDefinition in version 1.00.
getSystemVariablePanel() - Method in class energy.optionModel.gui.variableState.VariableStateDialog
Gets the system variable panel.
getSystemVariables() - Method in class energy.optionModel.TechnicalSystem
Gets the value of the systemVariables property.
getSystemVariables() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the systemVariables property.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.domain.goods.cement.DomainModelCementEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.evaluation.gui.EvaluationIOListEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.evaluation.gui.stateKey.StateKeyIOEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.evaluation.gui.stateKey.StateKeyStorageLoadEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.evaluation.gui.strategies.EvaluationClassEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.components.DurationCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.components.InitialStateEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.components.StateTransitionEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.sysVariables.SystemVariableDefinitionEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.TechnicalInterfaceEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.optionModel.gui.variableState.VariableStateEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.schedule.csv.gui.ColumnSelectionTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.schedule.csv.gui.InterfaceConfigurationTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.schedule.csv.gui.SystemVariablesTableCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energy.schedule.gui.ScheduleListEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class energygroup.gui.GroupMemberTableRowEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.domain.goods.cement.DomainModelCementRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.domain.gui.DomainSettingsRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.costs.EnergyCostTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.EvaluationIOListRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.io.MeasurementTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.results.EvaluationDetailsTableRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.stateKey.StateKeyIORenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.stateKey.StateKeyStorageLoadRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.strategies.EvaluationClassRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.evaluation.gui.targetStates.TargetStateCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.components.DurationCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.components.ImageCellRenderer
Gets the table cell renderer component.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.flow.MeasurementRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.sysVariables.SystemVariableDefinitionRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.TechnicalInterfaceRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.optionModel.gui.variableState.VariableStateRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.schedule.csv.gui.InterfaceConfigurationTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.schedule.csv.gui.SystemVariablesTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energy.schedule.gui.ScheduleListRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class energygroup.gui.GroupMemberTableRowRenderer
 
getTableHeaderTooltips() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Gets the table header tool tips.
getTableModelFileData() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Gets the table model file data.
getTableModelFileData() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Gets the table model file data.
getTableModelFileData() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Gets the table model file data.
getTableModelResults() - Method in class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Gets the default table model.
getTableVariables() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
getTableVariableState() - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Gets the table variable state.
getTechnialSystemState() - Method in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
Gets the value of the technialSystemState property.
getTechnicalInterface() - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Gets the technical interface.
getTechnicalInterface() - Method in class energy.optionModel.gui.TechnicalInterfaceDialog
Gets the technical interface.
getTechnicalInterface(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
getTechnicalInterface(String, String) - Method in class energy.OptionModelControllerBase
Returns the TechnicalInterface for the specified ID's of the current TechnicalInterfaceConfiguration and the EnergyInterface.
getTechnicalInterface() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the technical interface.
getTechnicalInterfaceConfiguration() - Method in class energy.evaluation.AbstractEvaluationStrategy
Gets the technical interface configuration derived by the initial TechnicalSystemState.
getTechnicalInterfaceConfiguration(String) - Method in class energy.OptionModelControllerBase
Gets the technical interface configuration by the specified configID.
getTechnicalInterfaceConfiguration(State) - Method in class energy.OptionModelControllerBase
Returns the appropriate TechnicalInterfaceConfiguration for a specified State.
getTechnicalInterfaceConfiguration() - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
 
getTechnicalInterfaceConfigurationList100(List<TechnicalInterfaceConfiguration>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Returns the list of TechnicalInterfaceConfiguration in version 1.00.
getTechnicalInterfaceDeltas() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Returns the HashMap with the condition/delta values of the EnergyInterface's.
getTechnicalInterfaceList100(List<TechnicalInterface>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the list of TechnicalInterfaces in version 1.00.
getTechnicalInterfaces() - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Gets the value of the technicalInterfaces property.
getTechnicalInterfaces() - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Gets the value of the technicalInterfaces property.
getTechnicalInterfaces() - Method in class energygroup.GroupTreeNodeObject
Returns the TechnicalInterfaces that have to be taken into account for this system.
getTechnicalInterfacesByDomain(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Returns a Vector of TechnicalInterfaces that have the same domain.
getTechnicalInterfacesByDomainAndDomainModel(TechnicalInterfaceConfiguration, String, AbstractDomainModel) - Method in class energy.OptionModelControllerBase
Returns a Vector of TechnicalInterfaces that have the same domain and the same domain model.
getTechnicalInterfacesByEnergyCarrier(TechnicalInterfaceConfiguration, EnergyCarrier) - Method in class energy.OptionModelControllerBase
Returns a Vector of EnergyInterfaces that have the same EnergyCarrier.
getTechnicalSystem() - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the current TechnicalSystem
getTechnicalSystem() - Method in class energy.optionModel.ControlledSystem
Gets the value of the technicalSystem property.
getTechnicalSystem() - Method in class energy.optionModel.TechnicalSystemGroup
Gets the value of the technicalSystem property.
getTechnicalSystem() - Method in class energy.OptionModelControllerBase
Gets the current TechnicalSystem.
getTechnicalSystem() - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Gets the value of the technicalSystem property.
getTechnicalSystem() - Method in class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
Gets the value of the technicalSystem property.
getTechnicalSystem100() - Method in class energy.persistence.ConverterTechnicalSystem096To100
Converts / Returns the local TechnicalSystem of version 0.96 to version 1.00.
getTechnicalSystemAsBase64String(TechnicalSystem) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Returns a TechnicalSystem instance as base64 string.
getTechnicalSystemAsBase64String(TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Returns a TechnicalSystem instance as base64 string.
getTechnicalSystemAsXMLString(TechnicalSystem) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Returns the model of a technical system as XML-string.
getTechnicalSystemAsXMLString(TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Returns the model of a technical system as XML-string.
getTechnicalSystemCopy() - Method in class energy.OptionModelControllerBase
Returns a copied instance of the current TechnicalSystem.
getTechnicalSystemFromBase64String(String) - Static method in class energy.persistence.EomModelUpdater
Gets the technical system from base 64 string.
getTechnicalSystemFromBase64String(String) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Returns a TechnicalSystem from a base64 string.
getTechnicalSystemFromBase64String(String) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Returns a TechnicalSystem from a base64 string.
getTechnicalSystemFromEOMFile(File) - Static method in class energy.persistence.EomModelUpdater
Gets the technical system from EOM file.
getTechnicalSystemFromEOMFile(InputStream) - Method in class energy.persistence.TechnicalSystem_BundleLoader
Gets the technical system from eom file.
getTechnicalSystemFromEOMFile(File) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Gets the technical system from eom file.
getTechnicalSystemFromEOMFile(File) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Gets the technical system from eom file.
getTechnicalSystemFromXMLFile(File) - Static method in class energy.persistence.EomModelUpdater
Gets the technical system from the specified XML file.
getTechnicalSystemFromXMLFile(InputStream) - Method in class energy.persistence.TechnicalSystem_BundleLoader
Load model from a XML file.
getTechnicalSystemFromXMLFile(File) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Load model from a XML file.
getTechnicalSystemFromXMLFile(File) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Load model from a XML file.
getTechnicalSystemFromXMLString(String) - Static method in class energy.persistence.EomModelUpdater
Gets the technical system from XML string.
getTechnicalSystemFromXMLString(String) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Gets the technical system from a XML string.
getTechnicalSystemFromXMLString(String) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Gets the technical system from a XML string.
getTechnicalSystemGroup() - Method in class energy.optionModel.ControlledSystem
Gets the value of the technicalSystemGroup property.
getTechnicalSystemGroup() - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Gets the value of the technicalSystemGroup property.
getTechnicalSystemGroup() - Method in class energygroup.GroupController
Returns or creates the TechnicalSystemGroup.
getTechnicalSystemGroup100() - Method in class energy.persistence.ConverterTechnicalSystemGroup096To100
Converts / Returns the local TechnicalSystem of version 0.96 to version 1.00.
getTechnicalSystemGroupAsBase64String(GroupController, TechnicalSystemGroup) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Returns a TechnicalSystemGroup instance as base64 string.
getTechnicalSystemGroupAsBase64String(TechnicalSystemGroup) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Returns a TechnicalSystemGroup instance as base64 string.
getTechnicalSystemGroupAsXMLString(GroupController, TechnicalSystemGroup) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Returns the model of a technical system group as XML-string.
getTechnicalSystemGroupAsXMLString(TechnicalSystemGroup) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Returns the model of a technical system group as XML-string.
getTechnicalSystemGroupCopy() - Method in class energygroup.GroupController
Returns a copied instance of the current TechnicalSystem.
getTechnicalSystemGroupFromBase64String(String) - Static method in class energy.persistence.EomModelUpdater
Returns a TechnicalSystemGroup from a base64 encoded string.
getTechnicalSystemGroupFromBase64String(GroupController, String) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Returns a TechnicalSystemGroup from a base64 string.
getTechnicalSystemGroupFromBase64String(String) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Returns a TechnicalSystemGroup from a base64 string.
getTechnicalSystemGroupFromGOMFile(File) - Static method in class energy.persistence.EomModelUpdater
Returns the TechnicalSystemGroup from the specified file.
getTechnicalSystemGroupFromGOMFile(GroupController, File) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Gets the technical system from group file.
getTechnicalSystemGroupFromGOMFile(File) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Gets the technical system from group file.
getTechnicalSystemGroupFromXMLFile(File) - Static method in class energy.persistence.EomModelUpdater
Gets the TechnicalSystemGroup from XML file.
getTechnicalSystemGroupFromXMLFile(GroupController, File) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Load model from a XML file.
getTechnicalSystemGroupFromXMLFile(File) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Load model from a XML file.
getTechnicalSystemGroupFromXMLString(String) - Static method in class energy.persistence.EomModelUpdater
Gets the TechnicalSystemGroup from a XML string.
getTechnicalSystemGroupFromXMLString(GroupController, String) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Gets the technical system group from a XML string.
getTechnicalSystemGroupFromXMLString(String) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Gets the technical system group from a XML string.
getTechnicalSystemMessages() - Method in class energy.validation.TechnicalSystemChecker
Returns the DefaultListModel with the errors found.
getTechnicalSystemSchedules() - Method in class energy.optionModel.ControlledSystem
Gets the value of the technicalSystemSchedules property.
getTechnicalSystemSchedules() - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Gets the value of the technicalSystemSchedules property.
getTechnicalSystemState() - Method in class energy.evaluation.EvaluationGraphEdge
Returns the TechnicalSystemState that applies for the current GraphEdge.
getTechnicalSystemState() - Method in class energy.evaluation.EvaluationGraphNode
Returns the TechnicalSystemState that describes the current node.
getTechnicalSystemState() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Gets the technical system state.
getTechnicalSystemState() - Method in class energy.evaluation.gui.TechnicalSystemStateDialog
Returns the current TechnicalSystemState.
getTechnicalSystemState() - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Gets the technical system state.
getTechnicalSystemStateDeltaEvaluation() - Method in class energy.evaluation.EvaluationGraphEdge
Gets the technical system state delta evaluation.
getTechnicalSystemStateEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
getTechnicalSystemStateEvaluation() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Returns the current TechnicalSystemStateEvaluation.
getTechnicalSystemStateEvaluation() - Method in class energy.optionModel.Schedule
Gets the value of the technicalSystemStateEvaluation property.
getTechnicalSystemStateEvaluation() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the technicalSystemStateEvaluation property.
getTechnicalSystemStateEvaluation() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
getTechnicalSystemStateEvaluationVector(TechnicalSystemState, long, long, List<Long>, TechnicalSystemStateEvaluation) - Method in class energy.evaluation.EvaluationProcess
Creates and returns a system state vector that is a vector of TechnicalSystemStateEvaluation over time.
getTechnicalSystemStateEvaluationVector(long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Has to returns a vector of all TechnicalSystemStateEvaluation for the specified time range.
getTechnicalSystemStateEvaluationVector(long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
getTechnicalSystemStateEvaluationVector(long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
getTechnicalSystemStateList() - Method in class energy.optionModel.Schedule
Gets the value of the technicalSystemStateList property.
getTechnicalSystemStateList() - Method in class energy.persistence.version096.Schedule
Deprecated.
Gets the value of the technicalSystemStateList property.
getTechnicalSystemStatePanel() - Method in class energy.evaluation.gui.EvaluationIOListPanel
Gets the technical system state panel.
getTechnicalSystemStatePanel() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Returns the current TechnicalSystemStatePanel.
getTechnicalSystemStatesFilteredByStateID(Vector<TechnicalSystemState>, String) - Method in class energy.evaluation.EvaluationGraph
Returns the technical system states filtered by the state id.
getTechnicalSystemStatesFromNodes(EvaluationGraphPart) - Method in class energy.evaluation.EvaluationGraph
Returns all TechnicalSystemState's from the nodes of the EvaluationGraph.
getTechnicalSystemStatesFromNodes(EvaluationGraphPart, boolean) - Method in class energy.evaluation.EvaluationGraph
Returns all TechnicalSystemState's from the nodes of the EvaluationGraph sorted by the StateID.
getTechnicalSystemStateTime() - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Gets the TechnicalSystemStateTime, if available.
getTechnicalSystemStateTimeList100(List<TechnicalSystemStateTime>) - Method in class energy.persistence.ConverterTechnicalSystem096To100
Gets the TechnicalSystemStateTime list in version 1.00.
getTechnicalSystemStateTimeSelected() - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
Gets the current selected TechnicalSystemStateTime.
getTechnicalSystemStateUsage() - Method in class energy.persistence.version096.UsePattern
Deprecated.
Gets the value of the technicalSystemStateUsage property.
getTenExponent() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
Gets the ten exponent.
getTenExponentName() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
Gets the ten exponent name.
getTextColor() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the text color.
getTextColor() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the text color.
getTextColor() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the text color.
getTextColorPicked() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Gets the text color picked.
getTextColorPicked() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Gets the text color picked.
getTextColorPicked() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Gets the text color picked.
getTimeEnd() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Gets the time end.
getTimeFormat() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Returns the configured time format.
getTimeFormat() - Method in class energy.evaluation.gui.EvaluationSettingToolBar
 
getTimeFormat() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Returns the configured time format.
getTimeFormat() - Method in class energy.optionModel.EvaluationSettings
Gets the value of the timeFormat property.
getTimeFormat() - Method in interface energy.optionModel.gui.common.TimeFormatEditorInterface
 
getTimeFormat() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Returns the configured time format.
getTimeFormat() - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Gets the value of the timeFormat property.
getTimeFormat() - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
getTimeFormat() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the time format for the global time column
getTimeFrom() - Method in class energygroup.evaluation.decisionTree.DecisionTree
Returns the range time from.
getTimeModelInstance(String) - Method in class energy.agentgui.ClassLoadServiceImpl
 
getTimeName() - Method in class energy.optionModel.gui.components.TimeUnitComboElement
Gets the time name.
getTimePeriodForLiveBit() - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Returns the time period for the waiting period of live bits.
getTimeRangeFrom() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Returns the time range from.
getTimeRangeFrom() - Method in class de.enflexit.eom.database.gui.ScheduleSelectionPanel
 
getTimeRangeFrom() - Method in class de.enflexit.eom.database.ScheduleListSelection
Gets the time range from.
getTimeRangeTo() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Returns the time range to.
getTimeRangeTo() - Method in class de.enflexit.eom.database.gui.ScheduleSelectionPanel
 
getTimeRangeTo() - Method in class de.enflexit.eom.database.ScheduleListSelection
Gets the time range to.
getTimeSeriesCollectionVector() - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
Gets the time series collection vector.
getTimeStart() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Gets the time start.
getTimeTo() - Method in class energygroup.evaluation.decisionTree.DecisionTree
Returns the range time to.
getTimeUnit() - Method in class energy.optionModel.CostModel
Gets the value of the timeUnit property.
getTimeUnit() - Method in class energy.optionModel.EnergyAmount
Gets the value of the timeUnit property.
getTimeUnit() - Method in class energy.optionModel.GoodFlow
Gets the value of the timeUnit property.
getTimeUnit() - Method in class energy.optionModel.gui.components.TimeUnitComboBox
Gets the time unit.
getTimeUnit() - Method in class energy.optionModel.gui.components.TimeUnitComboElement
Gets the time unit.
getTimeUnit() - Method in class energy.persistence.version096.CostModel
Deprecated.
Gets the value of the timeUnit property.
getTimeUnit() - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Gets the value of the timeUnit property.
getTimeUnit() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Gets the time unit for the storage load
getTimeUnitComboBox() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Gets the time unit combo box.
getTimeVector() - Method in class energy.evaluation.EvaluationGraphNodeByTime
Returns a copy of the current time as vector (to avoid concurrent exceptions).
getTimeVector(SortOrder) - Method in class energy.evaluation.EvaluationGraphNodeByTime
Returns a copy of the current time as vector (to avoid concurrent exceptions).
getTimeVector() - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Returns the vector of time stamps from the measurements.
getTimeVector() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
 
getTimeVector() - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
 
getTooltip() - Method in class energygroup.GroupTreeNodeObject
Returns the tool tip text for the current Node.
getToolTipText() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
Returns a tool tip text.
getToolTipText() - Method in class energy.optionModel.gui.components.TimeUnitComboElement
Returns a tool tip text.
getTopParentComponent(Component) - Static method in class energy.GlobalInfo
Returns the top parent component of the specified component.
getTransformedSchedule() - Method in interface energy.schedule.ScheduleTransformer
Returns the transformed schedule.
getTransformedSchedule() - Method in class energy.schedule.ScheduleTransformerDiscreteTime
 
getTransformedSchedule() - Method in class energy.schedule.ScheduleTransformerKeyValue
 
getTransformedScheduleList() - Method in interface energy.schedule.ScheduleTransformer
Gets the transformed schedule list.
getTransformedScheduleList() - Method in class energy.schedule.ScheduleTransformerDiscreteTime
 
getTransformedScheduleList() - Method in class energy.schedule.ScheduleTransformerKeyValue
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class energygroup.gui.GroupTreeCellRenderer
 
getTreeNode(GroupMember) - Method in class energygroup.GroupTreeModel
Gets the tree node of the specified GroupMember.
getTsseCloneWithoutParent(TechnicalSystemStateEvaluation) - Static method in class energy.evaluation.TechnicalSystemStateHelper
Returns a serial clone of a TechnicalSystemStateEvaluation.
getTypeDescription(File) - Method in class energy.optionModel.gui.imaging.ImageFileView
 
getUniqueStateIDs(Vector<TechnicalSystemState>) - Method in class energy.evaluation.EvaluationGraph
Returns the unique stateID's of the specified Vector of TechnicalSystemState's.
getUnit() - Method in class energy.domain.DomainModelSetting
Gets the unit.
getUnit() - Method in class energy.optionModel.Duration
Gets the value of the unit property.
getUnit() - Method in class energy.optionModel.gui.components.AmountPanel
Return the current unit.
getUnit() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the unit property.
getUnit() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the unit property.
getUnit() - Method in class energy.persistence.version096.Duration
Deprecated.
Gets the value of the unit property.
getUnit() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the unit property.
getUnit() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the unit property.
getUnit() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Gets the unit for this variable
getUsageOfInterfaces() - Method in class energy.optionModel.TechnicalSystemState
Gets the value of the usageOfInterfaces property.
getUsageOfInterfaces(List<AbstractUsageOfInterface>, String) - Method in class energy.OptionModelController
Returns the specified AbstractUsageOfInterface from the given list.
getUsageOfInterfaces() - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Gets the value of the usageOfInterfaces property.
getUsageOfInterfaces4CurrentState() - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Gets the usage of interfaces4 current state.
getUsePatternDescription() - Method in class energy.persistence.version096.UsePattern
Deprecated.
Gets the value of the usePatternDescription property.
getUsePatternID() - Method in class energy.persistence.version096.UsePattern
Deprecated.
Gets the value of the usePatternID property.
getUsePatternList() - Method in class energy.persistence.version096.UsePatterns
Deprecated.
Gets the value of the usePatternList property.
getUsePatterns() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the usePatterns property.
getUTMCoordinate() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Gets the UMT reference of this coordinate.
getValue() - Method in class energy.optionModel.Duration
Gets the value of the value property.
getValue() - Method in class energy.optionModel.EnergyAmount
Gets the value of the value property.
getValue() - Method in class energy.optionModel.EnergyFlowInWatt
Gets the value of the value property.
getValue() - Method in class energy.optionModel.FixedDouble
Gets the value of the value property.
getValue() - Method in class energy.optionModel.FixedInteger
Gets the value of the value property.
getValue() - Method in class energy.optionModel.GoodFlow
Gets the value of the value property.
getValue() - Method in class energy.optionModel.InputMeasurementByTime
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.Duration
Deprecated.
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.FixedDouble
Deprecated.
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.FixedInteger
Deprecated.
Gets the value of the value property.
getValue() - Method in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
Gets the value of the value property.
getValueMax() - Method in class energy.optionModel.RangeDouble
Gets the value of the valueMax property.
getValueMax() - Method in class energy.optionModel.RangeInteger
Gets the value of the valueMax property.
getValueMax() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the valueMax property.
getValueMax() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the valueMax property.
getValueMax() - Method in class energy.persistence.version096.RangeDouble
Deprecated.
Gets the value of the valueMax property.
getValueMax() - Method in class energy.persistence.version096.RangeInteger
Deprecated.
Gets the value of the valueMax property.
getValueMax() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the valueMax property.
getValueMax() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the valueMax property.
getValueMin() - Method in class energy.optionModel.RangeDouble
Gets the value of the valueMin property.
getValueMin() - Method in class energy.optionModel.RangeInteger
Gets the value of the valueMin property.
getValueMin() - Method in class energy.optionModel.SystemVariableDefinitionDouble
Gets the value of the valueMin property.
getValueMin() - Method in class energy.optionModel.SystemVariableDefinitionInteger
Gets the value of the valueMin property.
getValueMin() - Method in class energy.persistence.version096.RangeDouble
Deprecated.
Gets the value of the valueMin property.
getValueMin() - Method in class energy.persistence.version096.RangeInteger
Deprecated.
Gets the value of the valueMin property.
getValueMin() - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Gets the value of the valueMin property.
getValueMin() - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Gets the value of the valueMin property.
getVariable(List<FixedVariable>, String) - Method in class energy.calculations.AbstractEvaluationCalculation
Returns the specified FixedVariable out of the list of FixedVariable's.
getVariable(List<FixedVariable>, String) - Method in class energy.calculations.AbstractOptionModelCalculation
Returns the specified FixedVariable out of the list of FixedVariable's.
getVariable(String) - Method in class energy.FixedVariableList
Returns the FixedVariable specified by the variableID.
getVariableDescription() - Method in class energy.optionModel.SystemVariableDefinition
Gets the value of the variableDescription property.
getVariableDescription() - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Gets the value of the variableDescription property.
getVariableID() - Method in class energy.optionModel.AbstractInputMeasurement
Gets the value of the variableID property.
getVariableID() - Method in class energy.optionModel.SystemVariableDefinition
Gets the value of the variableID property.
getVariableID() - Method in class energy.optionModel.VariableState
Gets the value of the variableID property.
getVariableID() - Method in class energy.persistence.version096.AbstractInputMeasurement
Deprecated.
Gets the value of the variableID property.
getVariableID() - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Gets the value of the variableID property.
getVariableID() - Method in class energy.persistence.version096.VariableState
Deprecated.
Gets the value of the variableID property.
getVariableID() - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Gets the variable ID
getVariableImportSettingsByVariableID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Looks for a VariableImportSettings instance with the given variable ID
getVariableImportSettingsVector() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Gets the all variable import settings.
getVariableSetting() - Method in class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
Gets the value of the variableSetting property.
getVariableSettings(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Get the VariableImportSettings instance with the given index
getVariableState(List<? extends VariableState>, String) - Method in class energy.OptionModelController
Gets the state evaluation range for the specified variableID..
getVariableStateList() - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Gets the variable state list.
getVariableStatePanel() - Method in class energy.optionModel.gui.variableState.VariableStateDialog
Gets the system variable state panel.
getVectorOfBundleClassFilter() - Method in class energy.agentgui.classFilter.BundleClassFilterDefinifion
 
getVectorOfCalculationGraphs() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Has to return the calculation graph that describes the order of the sequential network calculation steps.
getVersionInfo() - Static method in class energy.GlobalInfo
Gets the version info.
getVertexCount() - Method in class energy.evaluation.SparseGraph
 
getVertexPopup() - Method in class energy.evaluation.gui.graph.EvaluationGraphPopupPlugin
Getter for the vertex popup.
getVertexPopup() - Method in class energy.evaluation.gui.graph.EvaluationGraphTools
This method initializes vertexPopup The menu is displayed when a vertex is right clicked
getVertexPopup() - Method in class energy.optionModel.gui.graph.StateGraphPopupPlugin
Getter for the vertex popup.
getVertexPopup() - Method in class energy.optionModel.gui.graph.StateGraphTools
This method initializes vertexPopup The menu is displayed when a vertex is right clicked
getVertexPopup() - Method in class energygroup.sequentialNetworks.CalcGraphPopupPlugin
Getter for the vertex popup.
getVertexPopup() - Method in class energygroup.sequentialNetworks.CalcGraphTools
This method initializes vertexPopup The menu is displayed when a vertex is right clicked
getVertices() - Method in class energy.evaluation.SparseGraph
 
getVisualisation(GroupMember) - Method in class energygroup.GroupController
Returns the visualisation for the specified GroupMember.
getVisualizationComponent(BasicGraphGuiProperties) - Method in class energy.agentgui.EomDataModelAdapter
 
getVisView() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Gets the VisualizationViewer
getVisView() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Gets the VisualizationViewer
getVisView() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Gets the VisualizationViewer
getWGS84LatLngCoordinate() - Method in class energy.optionModel.geo.OSGBCoordinate
Return the WGS84LatLngCoordinate instance of this coordinate.
getWGS84LatLngCoordinate() - Method in class energy.optionModel.geo.UTMCoordinate
Gets the WGS 84 lat lng coordinate.
getWindowPositionAndSize(String) - Static method in class energy.GlobalInfo
Returns the reminder value of windows position and size for the specified window class.
getX() - Method in class energy.optionModel.State
Gets the value of the x property.
getX() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the x property.
getY() - Method in class energy.optionModel.State
Gets the value of the y property.
getY() - Method in class energy.persistence.version096.State
Deprecated.
Gets the value of the y property.
gif - Static variable in class energy.optionModel.gui.imaging.ImageUtils
 
GlobalInfo - Class in energy
The Class GlobalInfo contains methods and information that can be used application-wide.
GlobalInfo.ApplicationInUse - Enum in energy
This enumeration lists the possible end user applications that are provided by the package of the energy option model.
GlobalInfo.ChartRenderer - Enum in energy
The enumeration ChartRenderer lists all possible renderer that can be applied to a chart.
GlobalInfo.EomExecutionMode - Enum in energy
The Enumeration EOM_EXECUTION_MODE describes the possible execution modes of the EOM.
globalTime - Variable in class energy.optionModel.TechnicalSystemStateTime
 
globalTime - Variable in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
 
goodAmountCumulated - Variable in class energy.optionModel.UsageOfInterfaceGood
 
GoodFlow - Class in energy.optionModel
Java class for GoodFlow complex type.
GoodFlow() - Constructor for class energy.optionModel.GoodFlow
 
goodFlow - Variable in class energy.optionModel.GoodFlowGeneral
 
goodFlow - Variable in class energy.optionModel.GoodMeasurement
 
goodFlow - Variable in class energy.optionModel.UsageOfInterfaceGood
 
GoodFlowCalculated - Class in energy.optionModel
Java class for GoodFlowCalculated complex type.
GoodFlowCalculated() - Constructor for class energy.optionModel.GoodFlowCalculated
 
GoodFlowDialog - Class in energy.optionModel.gui
The Class GoodFlowDialog can be used in order to configure a GoodFlow for a good interface.
GoodFlowDialog() - Constructor for class energy.optionModel.gui.GoodFlowDialog
Deprecated.
GoodFlowDialog(Frame, OptionModelController, String) - Constructor for class energy.optionModel.gui.GoodFlowDialog
Instantiates a new GoodFlowDialog.
GoodFlowGeneral - Class in energy.optionModel
Java class for GoodFlowGeneral complex type.
GoodFlowGeneral() - Constructor for class energy.optionModel.GoodFlowGeneral
 
GoodFlowGeneralPanel - Class in energy.optionModel.gui.flow
The Class EnergyFlowGeneralPanel.
GoodFlowGeneralPanel(OptionModelController, State, GoodInterface, GoodFlowGeneral) - Constructor for class energy.optionModel.gui.flow.GoodFlowGeneralPanel
Instantiates a new energy flow calculated panel.
GoodFlowMeasured - Class in energy.optionModel
Java class for GoodFlowMeasured complex type.
GoodFlowMeasured() - Constructor for class energy.optionModel.GoodFlowMeasured
 
GoodFlowMeasuredPanel - Class in energy.optionModel.gui.flow
The Class EnergyFlowMeasuredPanel.
GoodFlowMeasuredPanel(OptionModelController, State, GoodInterface, GoodFlowMeasured) - Constructor for class energy.optionModel.gui.flow.GoodFlowMeasuredPanel
Instantiates a new energy flow measured panel.
GoodInterface - Class in energy.optionModel
Defines a connection for good transportation Java class for GoodInterface complex type.
GoodInterface() - Constructor for class energy.optionModel.GoodInterface
 
GoodMeasurement - Class in energy.optionModel
Java class for GoodMeasurement complex type.
GoodMeasurement() - Constructor for class energy.optionModel.GoodMeasurement
 
GoodStorageInterface - Class in energy.optionModel
Defines a connection for a good storage Java class for GoodStorageInterface complex type.
GoodStorageInterface() - Constructor for class energy.optionModel.GoodStorageInterface
 
goodUnit - Variable in class energy.optionModel.AbstractActualGoodFlow
 
gradientTime - Variable in class energy.optionModel.SystemVariableDefinitionBoolean
 
gradientTime - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
gradientTime - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
gradientTime - Variable in class energy.persistence.version096.SystemVariableDefinitionBoolean
Deprecated.
 
gradientTime - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
gradientTime - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
gradientValue - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
gradientValue - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
gradientValue - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
gradientValue - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
granularity - Variable in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
GroupApplicationFrame - Class in energygroup.gui
The Class ApplicationFrame.
GroupApplicationFrame() - Constructor for class energygroup.gui.GroupApplicationFrame
Instantiates a new Application Frame.
GroupCalculation - Class in energygroup.calculation
The Class GroupCalculation organizes the calculations within an aggregation.
GroupCalculation(OptionModelController) - Constructor for class energygroup.calculation.GroupCalculation
Instantiates a new a test aggregation calculation.
GroupColumn - Enum in energygroup
The Enumeration GroupColumn describes the columns of the selection table in GroupMemberTableSelection.
GroupController - Class in energygroup
The Class GroupController serves as a controller for TechnicalSystemGroups and organizes the aggregated structure of subsystems that are either TechnicalSystems ScheduleLists or TechnicalSystemGroups again.
GroupController() - Constructor for class energygroup.GroupController
Instantiates a new group controller.
GroupController.GroupMemberType - Enum in energygroup
 
groupEvaluationStrategy - Variable in class energygroup.evaluation.MemberEvaluationStrategy
 
GroupMainPanel - Class in energygroup.gui
The Class GroupMainPanel represents the main visualisation class of a TechnicalSystemGroup.
GroupMainPanel() - Constructor for class energygroup.gui.GroupMainPanel
Instantiates a new group main panel.
GroupMainPanel(GroupController, boolean) - Constructor for class energygroup.gui.GroupMainPanel
Instantiates a group main panel.
GroupMainPanel(Container) - Constructor for class energygroup.gui.GroupMainPanel
Instantiates a new group main panel that is embedded in a parent container.
GroupMainPanelToolBar - Class in energygroup.gui
The Class GroupMainPanelToolBar.
GroupMainPanelToolBar(GroupController, GroupMainPanel) - Constructor for class energygroup.gui.GroupMainPanelToolBar
Instantiates a new MainPanel ToolBar.
GroupMember - Class in energy.optionModel
Java class for GroupMember complex type.
GroupMember() - Constructor for class energy.optionModel.GroupMember
 
groupMember - Variable in class energy.optionModel.TechnicalSystemGroup
 
GroupMember - Class in energy.persistence.version096
Deprecated.
GroupMember() - Constructor for class energy.persistence.version096.GroupMember
Deprecated.
 
groupMember - Variable in class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
 
GroupMemberTableRowEditor - Class in energygroup.gui
The Class TechnicalSystemRowEditor.
GroupMemberTableRowEditor(GroupController) - Constructor for class energygroup.gui.GroupMemberTableRowEditor
Instantiates a new technical system row editor.
GroupMemberTableRowRenderer - Class in energygroup.gui
The Class TechnicalSystemRenderer.
GroupMemberTableRowRenderer() - Constructor for class energygroup.gui.GroupMemberTableRowRenderer
 
GroupMemberTableSelection - Class in energygroup.gui
The Class GroupMemberSelectionTable allows the visual selection of a GroupMember that are either TechnicalSystem, ScheduleList or TechnicalSystemGroup.
GroupMemberTableSelection() - Constructor for class energygroup.gui.GroupMemberTableSelection
Deprecated.
GroupMemberTableSelection(GroupController) - Constructor for class energygroup.gui.GroupMemberTableSelection
Instantiates a new technical system selection.
GroupNotification - Class in energygroup
The Class GroupNotification.
GroupNotification(GroupNotification.Reason, Object) - Constructor for class energygroup.GroupNotification
Instantiates a new option model notification.
GroupNotification.Reason - Enum in energygroup
The Enumeration Reason that describes possible reasons for the Notification.
GroupSelectionModel - Class in energygroup
The Class GroupSelectionModel is used in order to keep the currently selected instance within the GUI of the energy option model.
GroupSelectionModel() - Constructor for class energygroup.GroupSelectionModel
Instantiates a new selection model.
GroupSelectionModel(GroupController) - Constructor for class energygroup.GroupSelectionModel
Instantiates a new selection model that .
GroupSelectionModel(GroupController, boolean) - Constructor for class energygroup.GroupSelectionModel
Instantiates a new selection model.
GroupTree - Class in energygroup.gui
The Class GroupTree represents the visualisation component for the GroupTree that manages all involved systems.
GroupTree(GroupController) - Constructor for class energygroup.gui.GroupTree
Instantiates a new group tree.
GroupTree.GroupNodeCaptionStyle - Enum in energygroup.gui
 
GroupTreeCellRenderer - Class in energygroup.gui
The Class GroupTreeCellRenderer.
GroupTreeCellRenderer(GroupController) - Constructor for class energygroup.gui.GroupTreeCellRenderer
Instantiates a new group tree cell renderer.
GroupTreeControl - Class in energygroup.gui
The Class GroupTreeControl.
GroupTreeControl(GroupController, GroupTree) - Constructor for class energygroup.gui.GroupTreeControl
Instantiates a new GroupTreeControl.
GroupTreeModel - Class in energygroup
The Class GroupTreeModel contains all TechnicalSystem's, all Sub-TechnicalSystemGroup's and all ScheduleList's that belong to the current TechnicalSystemGroup.
GroupTreeModel(GroupController) - Constructor for class energygroup.GroupTreeModel
Instantiates a new group tree model.
GroupTreeNodeObject - Class in energygroup
The Class GroupTreeNodeObject represents the user object of the nodes in the GroupTreeModel.
GroupTreeNodeObject(GroupController) - Constructor for class energygroup.GroupTreeNodeObject
Instantiates a new group tree node object for the root node of GroupTree.
GroupTreeNodeObject(GroupController, GroupMember) - Constructor for class energygroup.GroupTreeNodeObject
Instantiates a new group tree node object for a GroupMember.
GroupTreePopupMenu - Class in energygroup.gui
The Class GroupTreePopupMenu provides the popup menu for the GroupTree.
GroupTreePopupMenu(GroupController, GroupTree) - Constructor for class energygroup.gui.GroupTreePopupMenu
Instantiates a new group tree popup menu.
GroupTreeViewSwitch - Class in energygroup.gui
The Class GroupTreeViewSwitch can be used in order to switch the view of all visual components between the base model view and the evaluation view.
GroupTreeViewSwitch(GroupController, MainPanel.MainPanelView) - Constructor for class energygroup.gui.GroupTreeViewSwitch
Instantiates a new group tree view switch.
gtno - Variable in class energygroup.evaluation.MemberEvaluationStrategy
 

H

handleObjectDoubleClick(Object) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Invoked when a graph node or edge is double clicked (left or right)
handleObjectDoubleClick(Object) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Invoked when a graph node or edge is double clicked (left or right)
handleObjectDoubleClick(Object) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Invoked when a graph node or edge is double clicked (left or right)
handleObjectLeftClick(Object) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
This method notifies the observers about a graph object selection
handleObjectLeftClick(Object) - Method in class energy.optionModel.gui.graph.StateGraphPanel
This method notifies the observers about a graph object selection
handleObjectLeftClick(Object) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
This method notifies the observers about a graph object selection
handleObjectRightClick(Object) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Notifies the observers that this object is right clicked
handleObjectRightClick(Object) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Notifies the observers that this object is right clicked
handleObjectRightClick(Object) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Notifies the observers that this object is right clicked
handlePopup(MouseEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphPopupPlugin
Implementation of the AbstractPopupGraphMousePlugin method.
handlePopup(MouseEvent) - Method in class energy.optionModel.gui.graph.StateGraphPopupPlugin
Implementation of the AbstractPopupGraphMousePlugin method.
handlePopup(MouseEvent) - Method in class energygroup.sequentialNetworks.CalcGraphPopupPlugin
Implementation of the AbstractPopupGraphMousePlugin method.
hasChangedTechnicalInterfaces() - Method in class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
Checks for changed technical interfaces.
hasConfigurationError() - Method in class energygroup.GroupTreeNodeObject
Checks for configuration errors.
hasConfigurationErrors() - Method in class energy.evaluation.EvaluationProcess
Checks, if the current configuration has errors.
hasConfigurationErrors() - Method in class energy.OptionModelControllerBase
Checks if the TechnicalSystem has configuration errors.
hasConfigurationErrors() - Method in class energy.schedule.ScheduleController
Returns if the ScheduleList has configuration errors.
hasContentErrors() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Checks for errors in the list.
hasContentErrors() - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Checks for content errors.
hasError() - Method in class energy.optionModel.gui.common.TimeFormatEditor
Checks for error.
hasScheduleListChanged() - Method in class energy.schedule.ScheduleController
Checks if the ScheduleList has changed.
hasStateCostFunction() - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks for a defined state cost function.
hasTechnicalSystemChanged() - Method in class energy.OptionModelControllerBase
Checks if the TechnicalSystem has changed.
hasTechnicalSystemGroupChanged() - Method in class energygroup.GroupController
Checks if the TechnicalSystemGroup has changed.
HEADER_AluminiumOxide_Tonerde_A - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_IronOxide_Eisenoxid_F - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_Lime_Kalkstein_C - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_MagnesiumOxide_Magnesiumoxid - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_PotassiumOxide_Kaliumoxid - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_Silica_Kieselsaeure_S - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_SodiumOxide_Natriumoxid - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HEADER_SulfurOxide_Schwefeloxid_Sulfat_s - Static variable in class energy.domain.goods.cement.DomainModelCement
 
HeatParameterTest - Class in energy.samples.calculations
The Class HeatParameterTest.
HeatParameterTest() - Constructor for class energy.samples.calculations.HeatParameterTest
 

I

id - Variable in class energy.optionModel.gui.graph.StateVisElement
 
id - Variable in class energy.optionModel.TechnicalSystemStateTime
 
id - Variable in class energy.optionModel.VariableState
 
idDomainModel - Variable in class energy.optionModel.AbstractDomainModel
 
idDuration - Variable in class energy.optionModel.AbstractDuration
 
idEnergyAmount - Variable in class energy.optionModel.EnergyAmount
 
idInterfaceFlow - Variable in class energy.optionModel.AbstractInterfaceFlow
 
idInterfaceSetting - Variable in class energy.optionModel.InterfaceSetting
 
idInterfaceUsage - Variable in class energy.optionModel.AbstractUsageOfInterface
 
idSchedule - Variable in class energy.optionModel.Schedule
 
idSchedule - Variable in class energy.optionModel.TechnicalSystemStateTime
 
idScheduleLengthRestriction - Variable in class energy.optionModel.ScheduleLengthRestriction
 
idScheduleList - Variable in class energy.optionModel.ScheduleList
 
idStorageCapacity - Variable in class energy.optionModel.AbstractStorageCapacity
 
idStorageLoad - Variable in class energy.optionModel.AbstractStorageLoad
 
ImageCellRenderer - Class in energy.optionModel.gui.components
The Class ImageCellRenderer.
ImageCellRenderer() - Constructor for class energy.optionModel.gui.components.ImageCellRenderer
 
ImageFileView - Class in energy.optionModel.gui.imaging
The ImageFileView class shows a different icon for each type of image accepted by the image filter.
ImageFileView() - Constructor for class energy.optionModel.gui.imaging.ImageFileView
 
ImageFilterAll - Class in energy.optionModel.gui.imaging
ImageFilter implements the accept method so that it accepts all directories and any file that has a .png, .jpg, .jpeg, .gif, .tif, or .tiff filename extension.
ImageFilterAll() - Constructor for class energy.optionModel.gui.imaging.ImageFilterAll
 
ImagePreview - Class in energy.optionModel.gui.imaging
For displaying the thumbnail sketch of the selected image in the File chooser accessory component.
ImagePreview(JFileChooser) - Constructor for class energy.optionModel.gui.imaging.ImagePreview
 
ImageUtils - Class in energy.optionModel.gui.imaging
Utility functions used by the Image file chooser dialog
ImageUtils() - Constructor for class energy.optionModel.gui.imaging.ImageUtils
 
importDataSeriesFromCSV(DefaultTableModel, int, int, String, String, Connectivity) - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Import data series from a table model.
importDataSeriesFromCSV(DefaultTableModel, int, int, String, SystemVariableDefinition) - Method in class energy.evaluation.gui.io.MeasurementPanel
Import data series from a table model.
in - Variable in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
the amount to zoom in by
in - Variable in class energy.optionModel.gui.graph.StateGraphMousePlugin
the amount to zoom in by
in - Variable in class energygroup.sequentialNetworks.CalcGraphMousePlugin
the amount to zoom in by
INCIDENT - Static variable in class energy.evaluation.SparseGraph
 
INCOMING - Static variable in class energy.evaluation.SparseGraph
 
init(AgentContainer, Profile) - Method in class energy.agentgui.distribution.LicenseService
 
init(Agent) - Method in class energy.agentgui.distribution.LicenseService.LicenseServiceImpl
 
initialize() - Method in class energy.agentgui.WorbenchMainWindowExtension
 
initialize() - Method in class energy.optionModel.gui.AbstractMainPanel
Initialises the main panel.
initialize() - Method in class energy.optionModel.gui.ApplicationFrame
Initializes the Application Frame.
initialize() - Method in class energy.optionModel.gui.MainPanel
 
initialize() - Method in class energy.schedule.gui.ScheduleApplicationFrame
Initializes the Application Frame.
initialize() - Method in class energy.schedule.gui.ScheduleMainPanel
 
initialize() - Method in class energygroup.gui.GroupApplicationFrame
Initializes the Application Frame.
initialize() - Method in class energygroup.gui.GroupMainPanel
 
InitialStateEditor - Class in energy.optionModel.gui.components
The Class InitialStateSelector.
InitialStateEditor(OptionModelController) - Constructor for class energy.optionModel.gui.components.InitialStateEditor
Instantiates a new initial state editor.
initialStateID - Variable in class energy.optionModel.TechnicalInterfaceConfiguration
 
initialStateID - Variable in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
InitialStateTreeAction - Class in energygroup.evaluation
The Class InitialStateTreeAction is used in order to prepare every group member system for the evaluation process before it is actually executed.
InitialStateTreeAction(GroupController, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.InitialStateTreeAction
Instantiates a new initial state action.
InputMeasurement - Class in energy.optionModel
Java class for InputMeasurement complex type.
InputMeasurement() - Constructor for class energy.optionModel.InputMeasurement
 
InputMeasurement - Class in energy.persistence.version096
Deprecated.
InputMeasurement() - Constructor for class energy.persistence.version096.InputMeasurement
Deprecated.
 
InputMeasurementByTime - Class in energy.optionModel
Java class for InputMeasurementByTime complex type.
InputMeasurementByTime() - Constructor for class energy.optionModel.InputMeasurementByTime
 
InputMeasurementByTime - Class in energy.persistence.version096
Deprecated.
InputMeasurementByTime() - Constructor for class energy.persistence.version096.InputMeasurementByTime
Deprecated.
 
inputMeasurementByTimeSeries - Variable in class energy.optionModel.InputMeasurement
 
inputMeasurementByTimeSeries - Variable in class energy.persistence.version096.InputMeasurement
Deprecated.
 
InputMeasurementCalculated - Class in energy.optionModel
Java class for InputMeasurementCalculated complex type.
InputMeasurementCalculated() - Constructor for class energy.optionModel.InputMeasurementCalculated
 
InputMeasurementCalculated - Class in energy.persistence.version096
Deprecated.
InputMeasurementCalculated() - Constructor for class energy.persistence.version096.InputMeasurementCalculated
Deprecated.
 
InputMeasurementCalculatedByState - Class in energy.optionModel
Java class for InputMeasurementCalculatedByState complex type.
InputMeasurementCalculatedByState() - Constructor for class energy.optionModel.InputMeasurementCalculatedByState
 
InputMeasurementCalculatedByState - Class in energy.persistence.version096
Deprecated.
InputMeasurementCalculatedByState() - Constructor for class energy.persistence.version096.InputMeasurementCalculatedByState
Deprecated.
 
InputMeasurementCalculatedSeries - Class in energy.optionModel
Java class for InputMeasurementCalculatedSeries complex type.
InputMeasurementCalculatedSeries() - Constructor for class energy.optionModel.InputMeasurementCalculatedSeries
 
InputMeasurementCalculatedSeries - Class in energy.persistence.version096
Deprecated.
InputMeasurementCalculatedSeries() - Constructor for class energy.persistence.version096.InputMeasurementCalculatedSeries
Deprecated.
 
InputMeasurementHelper - Class in energy
The Class InputMeasurementHelper provides static help methods for InputMeasurements.
InputMeasurementHelper() - Constructor for class energy.InputMeasurementHelper
 
inputMeasurements - Variable in class energy.optionModel.EvaluationSettings
 
inputMeasurements - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
insertUpdate(DocumentEvent) - Method in class energy.optionModel.geo.JPanelGeoCoordinate
 
insertUpdate(DocumentEvent) - Method in class energy.samples.staticModel.MyStaticModelDialog
 
interfaceConfigurations - Variable in class energy.optionModel.TechnicalSystem
 
interfaceConfigurations - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
InterfaceConfigurationTableCellEditor - Class in energy.schedule.csv.gui
This class manages table cell editors for the InterfaceImportConfigurationPanel
InterfaceConfigurationTableCellEditor(InterfaceImportConfigurationPanel) - Constructor for class energy.schedule.csv.gui.InterfaceConfigurationTableCellEditor
Constructor
InterfaceConfigurationTableCellRenderer - Class in energy.schedule.csv.gui
This class manages table cell renderers for the InterfaceImportConfigurationPanel.
InterfaceConfigurationTableCellRenderer(InterfaceImportConfigurationPanel) - Constructor for class energy.schedule.csv.gui.InterfaceConfigurationTableCellRenderer
 
InterfaceFlow(String, AbstractDomainModel, EnergyFlowInWatt) - Constructor for class energy.DomainInterfaceFlows.InterfaceFlow
Instantiates a new interface flow.
InterfaceFlow(String, AbstractDomainModel, GoodFlow) - Constructor for class energy.DomainInterfaceFlows.InterfaceFlow
Instantiates a new interface flow.
interfaceID - Variable in class energy.optionModel.AbstractFlow
 
interfaceID - Variable in class energy.optionModel.AbstractStorageLoad
 
interfaceID - Variable in class energy.optionModel.AbstractUsageOfInterface
 
interfaceID - Variable in class energy.optionModel.InterfaceSetting
 
interfaceID - Variable in class energy.optionModel.TechnicalInterface
 
interfaceID - Variable in class energy.persistence.version096.AbstractEnergyFlow
Deprecated.
 
interfaceID - Variable in class energy.persistence.version096.InterfaceSetting
Deprecated.
 
interfaceID - Variable in class energy.persistence.version096.KnowledgePart
Deprecated.
 
interfaceID - Variable in class energy.persistence.version096.TechnicalInterface
Deprecated.
 
interfaceID - Variable in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
 
interfaceID - Variable in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
InterfaceImportConfigurationPanel - Class in energy.schedule.csv.gui
GUI panel for managing the CSV import of interface-related data.
InterfaceImportConfigurationPanel(ScheduleCsvImportDialog) - Constructor for class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
Constructor
InterfaceImportSettings() - Constructor for class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
 
InterfaceSetting - Class in energy.optionModel
Java class for InterfaceSetting complex type.
InterfaceSetting() - Constructor for class energy.optionModel.InterfaceSetting
 
InterfaceSetting - Class in energy.persistence.version096
Deprecated.
InterfaceSetting() - Constructor for class energy.persistence.version096.InterfaceSetting
Deprecated.
 
interfaceSettings - Variable in class energy.optionModel.ScheduleList
 
interfaceSettings - Variable in class energy.persistence.version096.ScheduleList
Deprecated.
 
interpolateLinear(double, double, double, double, double) - Static method in class energy.GlobalInfo
Interpolate linear between to given value pairs of x and y points.
interpolateLinearOverTime(long, double, long, double, long) - Static method in class energy.GlobalInfo
Interpolate linear between to given value pairs of time and y points.
iOlist - Variable in class energy.optionModel.TechnicalSystemState
 
iOlist - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
IoListConverter - Class in de.enflexit.eom.database.converter
The Class IoListConverter converts a list of FixedVariables into one String.
IoListConverter() - Constructor for class de.enflexit.eom.database.converter.IoListConverter
 
IOSelectTreeAction - Class in energygroup.evaluation
The Class IOSelectTreeAction selects all current IO-Lists from an aggregation and.
IOSelectTreeAction(GroupController, AbstractGroupEvaluationStrategy) - Constructor for class energygroup.evaluation.IOSelectTreeAction
Instantiates a new IO select tree action.
isActionOnTop() - Method in class energy.optionModel.gui.graph.StateGraphVisViewer
Checks if there is an action on top of this graph visualisation.
isActionOnTop() - Method in class energygroup.sequentialNetworks.CalcGraphVisViewer
Checks if there is an action on top of this graph visualisation.
isActionToPreventPaintComponent() - Method in class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Checks if is action to prevent paint component.
isApplyCostModel() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Checks if the CostModel has to be applied.
isAvailableClass(String) - Static method in class energy.GlobalInfo
Checks if the specified class is available.
isAvailableOptionModelCalculation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks if the systems defined option model calculation is available.
isCanceled() - Method in class de.enflexit.eom.database.gui.ScheduleListSaveDialog
Checks if the dialog action was canceled.
isCanceled() - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
Checks if the dialog action was canceled.
isCanceled() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Checks if is cancelled.
isCanceled() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Checks if is cancelled.
isCanceled() - Method in class energy.evaluation.gui.StorageLoadDialogEnergy
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.evaluation.gui.StorageLoadDialogGood
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.optionModel.gui.DurationDialog
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.optionModel.gui.EnergyFlowInWattDialog
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Checks if is cancelled.
isCanceled() - Method in class energy.optionModel.gui.GoodFlowDialog
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModelDialog
Checks if the editing within the dialog was canceled.
isCanceled() - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
Checks if the actions on this dialog were canceled.
isCanceled() - Method in class energy.optionModel.gui.TechnicalInterfaceDialog
Checks if is canceled.
isCanceled() - Method in class energy.persistence.TechnicalSystem_BundleLoaderSelector
Checks if is canceled.
isCanceled() - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
 
isClearScheduleList() - Method in class energy.schedule.csv.ScheduleCsvImportSettings
If this returns true, existing schedules will be removed before importing, otherwise the imported schedule will be appended to the list
isClosable(Component) - Method in interface energy.EomController
Checks and return if the current controller and its open file is closable.
isClosable(Component) - Method in class energy.OptionModelControllerBase
 
isClosable(Component) - Method in class energy.schedule.ScheduleController
 
isClosable(Component) - Method in class energygroup.GroupController
 
isConsiderGroupTreeNodesOutsideSequentialNetworkCalculation() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Has to return if group tree nodes that are not used in the local vector of CalculationGraph and thus are not visited during the sequential network calculation have to consider too.
isConstantStateSinceGlobalTime(TechnicalSystemStateEvaluation, long) - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks if the specified TechnicalSystemStateEvaluation is in a row of constant State's since the specified global time.
isCostRelevant() - Method in class energy.optionModel.TechnicalInterface
Gets the value of the costRelevant property.
isCostRelevant() - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Gets the value of the costRelevant property.
isDebugMode() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Checks if is debugMode.
isDest(V, E) - Method in class energy.evaluation.SparseGraph
 
isDoModelChangeCheckBeforeClosing() - Method in class energy.optionModel.gui.AbstractMainPanel
Checks if there is a model change check is to do before closing.
isEdgeMarkerShow() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge marker show.
isEdgeMarkerShow() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Checks if is edge marker show.
isEdgeMarkerShow() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Checks if is edge marker show.
isEdgeShowLabel() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge show label.
isEdgeShowLabel(EvaluationGraph.IntendedUse) - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge show label.
isEdgeShowLabel() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Checks if is edge show label.
isEdgeShowLabel() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Checks if is edge show label.
isEdgeShowLabelRotate() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge show label rotate.
isEdgeShowLabelRotate() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Checks if is edge show label rotate.
isEdgeShowLabelRotate() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Checks if is edge show label rotate.
isEdgeShowToolTip() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge show tool tip.
isEdgeShowToolTip(EvaluationGraph.IntendedUse) - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is edge show tool tip.
isEditable() - Method in enum energygroup.GroupColumn
Checks if the current column is editable or not.
isEmptyScheduleList() - Method in class energy.schedule.ScheduleController
Checks if the ScheduleList is an empty one.
isEnabledPrintToConsole() - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks if prints to the console are enabled or not.
isEqualFixedVariableValue(FixedVariable, FixedVariable) - Static method in class energy.FixedVariableHelper
Checks if is equal fixed variable value.
isEqualTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation, TechnicalSystemStateEvaluation) - Method in class energy.calculations.AbstractOptionModelCalculation
Checks if two specified TechnicalSystemStateEvaluation instances are equal.
isError() - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Checks if parsing results to an error.
isError() - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Checks if parsing results to an error.
isError() - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Checks if parsing results to an error.
isFilterCriteria(Class<?>) - Method in class energy.agentgui.classFilter.FilterForEvaluationCalculation
 
isFilterCriteria(Class<?>) - Method in class energy.agentgui.classFilter.FilterForEvaluationStrategy
 
isFilterCriteria(Class<?>) - Method in class energy.agentgui.classFilter.FilterForOntologyConcept
 
isFilterCriteria(Class<?>) - Method in class energy.agentgui.classFilter.FilterForOptionModelCalculation
 
isFilterCriteria(Class<?>) - Method in class energy.agentgui.classFilter.FilterForStaticModel
 
isFilterScheduleList() - Method in class energygroup.gui.GroupTree
Checks if is filter schedule list.
isFilterTechnicalSystem() - Method in class energygroup.gui.GroupTree
Checks if is filter technical system.
isFilterTechnicalSystemGroup() - Method in class energygroup.gui.GroupTree
Checks if is filter technical system group.
isGroupIntegrated - Variable in class energy.optionModel.gui.AbstractMainPanel
 
isGroupIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanel
Checks if this panel is integrated into an aggregation.
isGroupMemberPanel() - Method in class energygroup.gui.GroupMainPanel
Checks if is group member panel.
isHeadlessEomOpertion() - Static method in class energy.GlobalInfo
Checks if the EOM is executed headless (without any GUI).
isHostIntegrated - Variable in class energy.optionModel.gui.AbstractMainPanel
 
isHostIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanel
Checks if this Panel is integrated into the Agent.GUI framework.
isInClosableModelCondition() - Method in class energy.optionModel.gui.AbstractMainPanel
Checks if the currently edited model (TechnicalSystem, ScheduleList or TechnicalSystemGroup) is in a closable model condition.
isInFilterScope(Class<?>) - Method in class energy.agentgui.classFilter.FilterForEvaluationCalculation
 
isInFilterScope(Class<?>) - Method in class energy.agentgui.classFilter.FilterForEvaluationStrategy
 
isInFilterScope(Class<?>) - Method in class energy.agentgui.classFilter.FilterForOntologyConcept
 
isInFilterScope(Class<?>) - Method in class energy.agentgui.classFilter.FilterForOptionModelCalculation
 
isInFilterScope(Class<?>) - Method in class energy.agentgui.classFilter.FilterForStaticModel
 
isLockNode() - Method in class energy.evaluation.EvaluationGraphNode
Checks if is node is locked .
isMyBoolean() - Method in class energy.samples.staticModel.AnyDataModel
Checks if is my boolean.
isNodeOfTechnicalSystemGroup(DefaultMutableTreeNode) - Method in class energygroup.GroupTreeModel
Checks if the specified node is of a TechnicalSystemGroup.
isNodeShowLabel() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is node show label.
isNodeShowLabel() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Checks if is node show label.
isNodeShowLabel() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Checks if is node show label.
isRealTimeSchedule() - Method in class energy.optionModel.Schedule
Gets the value of the realTimeSchedule property.
isRealTimeStrategyOrPartOfRealTimeStrategy() - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks if the current strategy is a real time strategy or part of real time strategy (e.g. a MemberEvaluationStrategy that is used by a AbstractGroupEvaluationStrategyRT).
isRepeateble() - Method in class energy.persistence.version096.UsePattern
Deprecated.
Gets the value of the repeateble property.
isReuseExistingResults() - Method in class energy.evaluation.EvaluationProcess
Checks if a new execution of EvaluationThread's can reuse already existing results.
isRunning() - Method in class energy.evaluation.EvaluationProcess
Checks if the Evaluation is running.
isRunning() - Method in class energy.evaluation.EvaluationThread
Checks if the Evaluation is running.
isSaveScheduleListsToDatabase() - Method in class energy.agentgui.AbstractEomUserObjectForSetup
Checks if is save schedule lists to database.
isSequentialNetworkCalculation() - Method in class energygroup.evaluation.AbstractGroupTreeAction
Returns true, if as sequential network calculation is defined.
isSetPoint() - Method in class energy.optionModel.SystemVariableDefinition
Gets the value of the setPoint property.
isSetPoint() - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Gets the value of the setPoint property.
isSetPointForUser() - Method in class energy.optionModel.SystemVariableDefinition
Gets the value of the setPointForUser property.
isSetPointForUser() - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Gets the value of the setPointForUser property.
isShowMarker(EvaluationGraphEdge) - Method in class energy.evaluation.gui.graph.EvaluationEdgeRenderer
Checks if is show marker.
isShowMarker(StateVisTransition) - Method in class energy.optionModel.gui.graph.StateEdgeRenderer
Checks if is show marker.
isShowMarker(CalculationTransition<T>) - Method in class energygroup.sequentialNetworks.CalcEdgeRenderer
Checks if is show marker.
isSnapToGrid() - Static method in class energy.evaluation.gui.graph.EvaluationGraphSettings
Checks if is snap to grid.
isSnapToGrid() - Static method in class energy.optionModel.gui.graph.StateGraphSettings
Checks if is snap to grid.
isSnapToGrid() - Static method in class energygroup.sequentialNetworks.CalcGraphSettings
Checks if is snap to grid.
isSource(V, E) - Method in class energy.evaluation.SparseGraph
 
isStateIdentifier() - Method in class energy.optionModel.EnergyStorageInterface
Gets the value of the stateIdentifier property.
isStateIdentifier() - Method in class energy.optionModel.GoodStorageInterface
Gets the value of the stateIdentifier property.
isStateIdentifier() - Method in class energy.optionModel.SystemVariableDefinition
Gets the value of the stateIdentifier property.
isStateIdentifier() - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Gets the value of the stateIdentifier property.
isStateIdentifier() - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Gets the value of the stateIdentifier property.
isStepSeries() - Method in class energy.optionModel.CostFunctionDataSeries
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.optionModel.EnergyFlowMeasured
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.optionModel.GoodFlowMeasured
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.optionModel.InputMeasurement
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.persistence.version096.CostFunction
Deprecated.
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
Gets the value of the stepSeries property.
isStepSeries() - Method in class energy.persistence.version096.InputMeasurement
Deprecated.
Gets the value of the stepSeries property.
isStopEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Checks if the evaluation is to stop now.
isSynchronizeTabView() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Checks if is synchronized tab view.
isSystemAvailable() - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Gets the value of the systemAvailable property.
isSystemVariableThatRequiresGradient(SystemVariableDefinition) - Static method in class energy.OptionModelController
Checks if a SystemVariableDefinition requires a gradient.
isTechnicalSystemGroupDeltaEvaluation() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Checks if this delta evaluation is for a TechnicalSystemGroup.
isTraversable(File) - Method in class energy.optionModel.gui.imaging.ImageFileView
 
isUsingSubStrategies() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Checks if the current evaluation strategy is using sub strategies.
isValidEvaluationClassReference(String) - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
Checks if the specified class reference is valid reference to an AbstractEvaluationStrategy.
isValidLicense(Object) - Method in class energy.agentgui.distribution.LicenseService.LicenseServiceImpl
 
isValidLicense(Object) - Method in interface energy.agentgui.distribution.LicenseServiceHelper
Checks if is valid license.
isValue() - Method in class energy.optionModel.FixedBoolean
Gets the value of the value property.
isValue() - Method in class energy.persistence.version096.FixedBoolean
Deprecated.
Gets the value of the value property.
isVisible() - Method in class energygroup.GroupTreeNodeObject
Checks if is visible.
isWide() - Method in class energy.optionModel.gui.common.JComboBoxWide
Checks if is wide.
isWithinTimeRange(long, long, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Checks if is within time range.
isWithinTimeRange(long, long, long, boolean) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Checks if is within time range.
itemStateChanged(ItemEvent) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
 
itemStateChanged(ItemEvent) - Method in class energygroup.gui.GroupTreeControl
 

J

JButtonScheduleListDatabaseHandling - Class in energy.agentgui
The Class JButtonScheduleListDatabaseHandling.
JButtonScheduleListDatabaseHandling(GraphEnvironmentController) - Constructor for class energy.agentgui.JButtonScheduleListDatabaseHandling
Instantiates a new JButton for the database handling of ScheduleLists.
JButtonScheduleListOverView - Class in energy.agentgui
The Class JButtonScheduleListOverView.
JButtonScheduleListOverView(GraphEnvironmentController) - Constructor for class energy.agentgui.JButtonScheduleListOverView
Instantiates a new JButton for the database handling of ScheduleLists.
JComboBoxWide<E> - Class in energy.optionModel.gui.common
The Class WideComboBox.
JComboBoxWide() - Constructor for class energy.optionModel.gui.common.JComboBoxWide
Instantiates a new wide JComboBox.
JComboBoxWide(E[]) - Constructor for class energy.optionModel.gui.common.JComboBoxWide
Instantiates a new wide JComboBox.
JComboBoxWide(Vector<E>) - Constructor for class energy.optionModel.gui.common.JComboBoxWide
Instantiates a new wide JComboBox.
JComboBoxWide(ComboBoxModel<E>) - Constructor for class energy.optionModel.gui.common.JComboBoxWide
Instantiates a new wide JComboBox.
JHyperLink - Class in energy.optionModel.gui.common
This class extends and can be used like a JLable and provides a clickable text in order to navigate to a Link.
JHyperLink() - Constructor for class energy.optionModel.gui.common.JHyperLink
Instantiates a new j hyper link.
JHyperLink(String) - Constructor for class energy.optionModel.gui.common.JHyperLink
Instantiates a new JHyperLink.
JPanelGeoCoordinate - Class in energy.optionModel.geo
The Class JPanelGeoCoordinate can be used in order to configure an AbstractGeoCoordinate.
JPanelGeoCoordinate() - Constructor for class energy.optionModel.geo.JPanelGeoCoordinate
Instantiates a new JPanel to configure a geographical coordinate.
jpeg - Static variable in class energy.optionModel.gui.imaging.ImageUtils
 
jpg - Static variable in class energy.optionModel.gui.imaging.ImageUtils
 
JPopupMenueModal - Class in energy.optionModel.gui.components
The Class JPopupMenueModal allows to create a kind of modal JPopupMenu.
JPopupMenueModal(Dialog) - Constructor for class energy.optionModel.gui.components.JPopupMenueModal
Instantiates a new JPopupMenueModal.
JPopupMenueModal(Frame) - Constructor for class energy.optionModel.gui.components.JPopupMenueModal
Instantiates a new JPopupMenueModal.
JPopupMenueModal(Window) - Constructor for class energy.optionModel.gui.components.JPopupMenueModal
Instantiates a new JPopupMenueModal.

K

keyPressed(KeyEvent) - Method in class energygroup.gui.GroupTree
 
keyReleased(KeyEvent) - Method in class energygroup.gui.GroupTree
 
keyTyped(KeyEvent) - Method in class energygroup.gui.GroupTree
 
KnowledgeBase - Class in energy.persistence.version096
Deprecated.
KnowledgeBase() - Constructor for class energy.persistence.version096.KnowledgeBase
Deprecated.
 
knowledgeBase - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
KnowledgePart - Class in energy.persistence.version096
Deprecated.
KnowledgePart() - Constructor for class energy.persistence.version096.KnowledgePart
Deprecated.
 
KnowledgePart.CartesianKnowledge - Class in energy.persistence.version096
Deprecated.
Java class for anonymous complex type.
knowledgeParts - Variable in class energy.persistence.version096.KnowledgeBase
Deprecated.
 

L

LatentInputMeasurement - Class in energy
The Class LatentInputMeasurement can be used in order to move an InputMeasurement over time.
LatentInputMeasurement() - Constructor for class energy.LatentInputMeasurement
Instantiates a new latent input measurement (default constructor).
LatentInputMeasurement(long, InputMeasurement) - Constructor for class energy.LatentInputMeasurement
Instantiates a new latent input measurement.
LatentInputMeasurement(long, String, boolean) - Constructor for class energy.LatentInputMeasurement
Instantiates a new latent input measurement.
LICENSE_SEND_IS_VALID_LICENSE - Static variable in interface energy.agentgui.distribution.LicenseServiceSlice
The Constant LICENSE_SEND_IS_VALID_LICENSE.
licenseCheckIsDone() - Method in class energy.optionModel.gui.AbstractMainPanel
 
LicenseService - Class in energy.agentgui.distribution
This Service has to be used, if the EOM is to be used within a scenario where EOM-using agents are executed in a distributed manner (using remote-container).
LicenseService() - Constructor for class energy.agentgui.distribution.LicenseService
 
LicenseService.LicenseServiceImpl - Class in energy.agentgui.distribution
Sub-Class to provide interaction between Agents and this Service.
LicenseServiceHelper - Interface in energy.agentgui.distribution
The Interface LicenseServiceHelper.
LicenseServiceImpl() - Constructor for class energy.agentgui.distribution.LicenseService.LicenseServiceImpl
 
LicenseServiceProxy - Class in energy.agentgui.distribution
The Class LicenseServiceProxy.
LicenseServiceProxy() - Constructor for class energy.agentgui.distribution.LicenseServiceProxy
 
LicenseServiceSlice - Interface in energy.agentgui.distribution
The Interface LicenseServiceSlice.
link - Variable in class energy.optionModel.gui.common.JHyperLink
 
LINK_COLOR - Variable in class energy.optionModel.gui.common.JHyperLink
 
loadDomainSettings() - Method in class energy.DomainSettings
Loads the domain settings from the corresponding file.
loadGroupFromFile(File) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Load group from file.
loadImage() - Method in class energy.optionModel.gui.imaging.ImagePreview
 
loadModelFromFile(File) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Load model from file.
loadModelFromFile(File) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Load model from file.
loadOptionModelGroup(File, Container) - Method in class energygroup.GroupController
Loads a file to the current group.
loadScheduleList(ScheduleController, Component) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
 
loadScheduleList(ScheduleController, Component) - Method in class energy.persistence.ScheduleList_StorageHandler
 
loadScheduleList(ScheduleController, File, Component) - Method in class energy.persistence.ScheduleList_StorageHandler
Loads a ScheduleList.
loadScheduleList(ScheduleController, Component) - Method in interface energy.persistence.service.PersistenceServiceScheduleList
Load a ScheduleList.
loadScheduleList(File, Component) - Method in class energy.schedule.ScheduleController
Loads a ScheduleList into the current ScheduleController.
loadScheduleListFromDatabase(ScheduleListSelection) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Return the ScheduleList with the specified database ID.
loadScheduleListFromFile(File, ScheduleController) - Method in class energy.persistence.ScheduleList_StorageHandler
Load ScheduleList from file.
loadScheduleListFromFile(File) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Load group from file.
loadTechnicalSystem(File, Component) - Method in class energy.OptionModelControllerBase
Loads a TechnicalSystem file to this OptionModelController.
loadTechnicalSystem(OptionModelController, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystem
loadTechnicalSystem(OptionModelController, Component) - Method in class energy.persistence.TechnicalSystem_BundleLoader
 
loadTechnicalSystem(OptionModelController, String, String, Component) - Method in class energy.persistence.TechnicalSystem_BundleLoader
Tries to load the specified TechnicalSystem.
loadTechnicalSystem(OptionModelController, Component) - Method in class energy.persistence.TechnicalSystem_StorageHandler
 
loadTechnicalSystem(OptionModelController, File, Component) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Loads a technical system.
loadTechnicalSystemFromBundle(String, String, Component) - Method in class energy.OptionModelControllerBase
Loads a TechnicalSystem from a bundle to this OptionModelController.
loadTechnicalSystemFromBundle(String, String) - Method in class energy.persistence.TechnicalSystem_BundleLoader
Load a TechnicalSystem from the specified bundle.
loadTechnicalSystemFromBundle(Bundle, String) - Method in class energy.persistence.TechnicalSystem_BundleLoader
Load a TechnicalSystem from the specified bundle.
loadTechnicalSystemGroup(GroupController, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystemGroup
loadTechnicalSystemGroup(GroupController, Component) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
 
loadTechnicalSystemGroup(GroupController, File, Component) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Loads a technical system group.

M

main(String[]) - Static method in class energy.Application
The main method.
main(String[]) - Static method in class energy.schedule.ApplicationSchedule
The main method.
main(String[]) - Static method in class energygroup.ApplicationGroup
The main method.
mainPanel - Variable in class energy.optionModel.gui.AbstractMainPanelToolBar
 
MainPanel - Class in energy.optionModel.gui
The Class MainPanel represents the main visualisation for a single TechnicalSystem and can be embedded in several container.
MainPanel() - Constructor for class energy.optionModel.gui.MainPanel
Instantiates a new main panel.
MainPanel(OptionModelController, boolean) - Constructor for class energy.optionModel.gui.MainPanel
Instantiates a new main panel with the specified OptionModelController.
MainPanel(Container) - Constructor for class energy.optionModel.gui.MainPanel
Instantiates a new main panel that is embedded in a parent container.
MainPanel.MainPanelView - Enum in energy.optionModel.gui
 
MainPanelToolBar - Class in energy.optionModel.gui
The Class MainPanelMenuBar.
MainPanelToolBar(OptionModelController, MainPanel) - Constructor for class energy.optionModel.gui.MainPanelToolBar
Instantiates a new MainPanel ToolBar.
marshal(Calendar) - Method in class energy.optionModel.Adapter1
 
marshal(Calendar) - Method in class energy.optionModel.Adapter2
 
marshal(Calendar) - Method in class energy.optionModel.Adapter3
 
maxDuration - Variable in class energy.optionModel.StateTransition
 
maxDuration - Variable in class energy.persistence.version096.StateTransition
Deprecated.
 
maxEnergyFlow - Variable in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
maxNumberOfSystemStates - Variable in class energy.optionModel.ScheduleLengthRestriction
 
MeasurementChart - Class in energy.evaluation.gui.io
The Class MeasurementChart can be used in order to draw a InputMeasurement.
MeasurementChart() - Constructor for class energy.evaluation.gui.io.MeasurementChart
Deprecated.
Just for the use of the WindowBuilder
MeasurementChart(String, OptionModelController, SystemVariableDefinition) - Constructor for class energy.evaluation.gui.io.MeasurementChart
Instantiates a new energy flow chart.
MeasurementChartOverview - Class in energy.evaluation.gui.io
The Class EnergyCostChart can be used in order to build a visualisation from a CostFunctionDataSeries.
MeasurementChartOverview() - Constructor for class energy.evaluation.gui.io.MeasurementChartOverview
Deprecated.
Just for the use of the WindowBuilder
MeasurementChartOverview(String, OptionModelController) - Constructor for class energy.evaluation.gui.io.MeasurementChartOverview
Instantiates a new energy cost chart.
MeasurementImportDialog - Class in energy.evaluation.gui.io
The Dialog TimeFormatImportConfiguration is used to set the format of the time stamps for the import to a TimeSeriesChart.
MeasurementImportDialog(Frame, File) - Constructor for class energy.evaluation.gui.io.MeasurementImportDialog
Instantiates a new time format import configuration.
MeasurementJComboBox - Class in energy.evaluation.gui.io
The Class MeasurementJComboBox allows the selection of InputMeasurement's for the TechnicalSystem.
MeasurementJComboBox(OptionModelController) - Constructor for class energy.evaluation.gui.io.MeasurementJComboBox
Instantiates a new JComboBoxInputMeasurements (extension of a JComboBox) that allows the selection of an InputMeasurement.
MeasurementJComboBox.InputMeasurementType - Enum in energy.evaluation.gui.io
 
MeasurementJComboBoxElement - Class in energy.evaluation.gui.io
The Class MeasurementJComboBoxElement.
MeasurementJComboBoxElement(SystemVariableDefinition, MeasurementJComboBox.InputMeasurementType) - Constructor for class energy.evaluation.gui.io.MeasurementJComboBoxElement
Instantiates a new InputMeasurementSetting.
MeasurementPanel - Class in energy.evaluation.gui.io
The Class MeasurementPanel.
MeasurementPanel() - Constructor for class energy.evaluation.gui.io.MeasurementPanel
Deprecated.
Just for the use of the WindowBuilder
MeasurementPanel(OptionModelController) - Constructor for class energy.evaluation.gui.io.MeasurementPanel
Instantiates a new energy cost function panel.
MeasurementRenderer - Class in energy.optionModel.gui.flow
The Class MeasurementRenderer is used within the class EnergyFlowMeasuredPanel and displays either the duration or an actual energy flow.
MeasurementRenderer(OptionModelController) - Constructor for class energy.optionModel.gui.flow.MeasurementRenderer
Instantiates a new measurement renderer.
MeasurementTableRenderer - Class in energy.evaluation.gui.io
The Class MeasurementTableRenderer is used within the class MeasurementPanel and displays either the formated time or the actual measurement value.
MeasurementTableRenderer(String) - Constructor for class energy.evaluation.gui.io.MeasurementTableRenderer
Instantiates a new energy cost table renderer.
MeasurementToolbar - Class in energy.evaluation.gui.io
The Class EvaluationPanelToolBar provides user functions for configuring the CostModel of the TechnicalSystem that is used within the TechnicalSystemState.
MeasurementToolbar() - Constructor for class energy.evaluation.gui.io.MeasurementToolbar
Deprecated.
Just for the use of the WindowBuilder
MeasurementToolbar(OptionModelController, MeasurementPanel) - Constructor for class energy.evaluation.gui.io.MeasurementToolbar
Instantiates a new evaluation panel tool bar.
measurments - Variable in class energy.optionModel.EnergyFlowMeasured
 
measurments - Variable in class energy.optionModel.GoodFlowMeasured
 
measurments - Variable in class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
 
meetDecisionForScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleList) - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
meetDecisionForScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleList) - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
meetDecisionForScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleList) - Method in class energy.samples.groupStrategies.VppMicroCHP
 
meetDecisionForScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleList) - Method in class energygroup.calculation.FallBackGroupStrategy
 
meetDecisionForScheduleList(DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleList) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Meet decision for group member that is a ScheduleList.
meetDecisionForTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject, Vector<TechnicalSystemStateDeltaEvaluation>) - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
meetDecisionForTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject, Vector<TechnicalSystemStateDeltaEvaluation>) - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
meetDecisionForTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject, Vector<TechnicalSystemStateDeltaEvaluation>) - Method in class energy.samples.groupStrategies.VppMicroCHP
 
meetDecisionForTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject, Vector<TechnicalSystemStateDeltaEvaluation>) - Method in class energygroup.calculation.FallBackGroupStrategy
 
meetDecisionForTechnicalSystem(DefaultMutableTreeNode, GroupTreeNodeObject, Vector<TechnicalSystemStateDeltaEvaluation>) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Meet decision for a group member that is a TechnicalSystem.
MemberEvaluationStrategy - Class in energygroup.evaluation
The Class GroupMemberEvaluationStrategy.
MemberEvaluationStrategy(OptionModelController, AbstractGroupEvaluationStrategy, DefaultMutableTreeNode, GroupTreeNodeObject) - Constructor for class energygroup.evaluation.MemberEvaluationStrategy
Instantiates a new member evaluation strategy.
MemberEvaluationStrategyScheduList - Class in energygroup.evaluation
The Class MemberEvluationStrategyScheduList will automatically be used, if a Sub-ScheduleList is to be evaluated within an evaluation of a TechnicalSystemGroup.
MemberEvaluationStrategyScheduList(OptionModelController, AbstractGroupEvaluationStrategy, DefaultMutableTreeNode, GroupTreeNodeObject, ScheduleController) - Constructor for class energygroup.evaluation.MemberEvaluationStrategyScheduList
Instantiates a new MemberEvaluationStrategyScheduList.
MemberEvaluationStrategyTechnicalSystem - Class in energygroup.evaluation
The Class MemberEvaluationStrategyTechnicalSystem will automatically be used, if a Sub-TechnicalSystem is to be evaluated within an evaluation of a TechnicalSystemGroup.
MemberEvaluationStrategyTechnicalSystem(OptionModelController, AbstractGroupEvaluationStrategy, DefaultMutableTreeNode, GroupTreeNodeObject) - Constructor for class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
Instantiates a new MemberEvaluationStrategyTechnicalSystem.
minDuration - Variable in class energy.optionModel.StateTransition
 
minDuration - Variable in class energy.persistence.version096.StateTransition
Deprecated.
 
minEnergyFlow - Variable in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
MissingIcon - Class in energy.optionModel.gui.imaging
The "missing icon" is a white box with a black border and a red x.
MissingIcon() - Constructor for class energy.optionModel.gui.imaging.MissingIcon
 
MissingIcon(String) - Constructor for class energy.optionModel.gui.imaging.MissingIcon
Constructor for setting the description of the ImageIcon
mouseClicked(MouseEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
mouseClicked(MouseEvent) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class energy.optionModel.gui.components.TableHeaderWithTooltips
 
mouseDragged(MouseEvent) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
mouseDragged(MouseEvent) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
mouseListener - Variable in class energy.optionModel.gui.common.JHyperLink
 
mouseMoved(MouseEvent) - Method in class energy.optionModel.gui.components.TableHeaderWithTooltips
 
mousePressed(MouseEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
mousePressed(MouseEvent) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
mousePressed(MouseEvent) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
mouseReleased(MouseEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
mouseReleased(MouseEvent) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
mouseReleased(MouseEvent) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
mouseWheelMoved(MouseWheelEvent) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
mouseWheelMoved(MouseWheelEvent) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
mouseWheelMoved(MouseWheelEvent) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
MyGroupEvaluationStrategy - Class in energy.samples.groupStrategies
 
MyGroupEvaluationStrategy(OptionModelController) - Constructor for class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
MyStaticModel - Class in energy.samples.staticModel
The Class MyStaticModel represents an example for an adapter to an individual static data model.
MyStaticModel(OptionModelController) - Constructor for class energy.samples.staticModel.MyStaticModel
Instantiates a new my static model (default constructor).
MyStaticModelDialog - Class in energy.samples.staticModel
This is an example class for an editable visualisation of the individual static data model AnyDataModel.
MyStaticModelDialog(Frame, AbstractStaticModel) - Constructor for class energy.samples.staticModel.MyStaticModelDialog
Instantiates my static model dialog.

N

NAME - Static variable in class energy.agentgui.distribution.LicenseService
 
networkID - Variable in class energy.optionModel.GroupMember
 
networkID - Variable in class energy.optionModel.ScheduleList
 
networkID - Variable in class energy.persistence.version096.GroupMember
Deprecated.
 
networkID - Variable in class energy.persistence.version096.ScheduleList
Deprecated.
 
newInstance(String) - Method in class energy.agentgui.ClassLoadServiceImpl
 
newInstance(String) - Method in class energy.classLoadService.EomClassLoadServiceImpl
 
newInstance(String) - Static method in class energy.classLoadService.EomClassLoadServiceUtility
Returns a new instance of the specified class.
nextStateID - Variable in class energy.optionModel.StateTransition
 
nextStateID - Variable in class energy.persistence.version096.StateTransition
Deprecated.
 
NO_MEASUREMENTS_DEFINED - Static variable in class energy.evaluation.gui.io.MeasurementJComboBox
The Constant NO_MEASUREMENTS_DEFINED is use for the variableID of a Dummy SystemVariableDefinition, if no measurements are defined.
NodeStatesResolver - Class in energy.calculations
The Class NodeStatesResolver.
NodeStatesResolver(OptionModelController) - Constructor for class energy.calculations.NodeStatesResolver
Instantiates a new node states resolver.
notifyValueChanged(TechnicalSystemStatePanelChangeEvent.ValueChanged) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Notifies about the specified local changes.

O

ObjectFactory - Class in energy.optionModel
This object contains factory methods for each Java content interface and Java element interface generated in the energy.optionModel package.
ObjectFactory() - Constructor for class energy.optionModel.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: energy.optionModel
ObjectFactory - Class in energy.persistence.version096
Deprecated.
ObjectFactory() - Constructor for class energy.persistence.version096.ObjectFactory
Deprecated.
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: energy.optionModel
onFinishedCalculationGraphSequence(CalculationGraph<T>, Vector<CalculationStepNode<T>>) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
This method will be invoked after the execution of the calculations that are defined with a single CalculationGraph.
onFinishedSequentialNetworkCalculation() - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
This method will be invoked after the execution of a sequential network calculation.
ontologyBaseClass - Variable in class energy.optionModel.SystemVariableDefinitionOntology
 
ontologyBaseClass - Variable in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
 
OntologyHelper - Class in energy
The Class OntologyHelper provides methods that support the handling of Ontology classes and their instances.
optionModelController - Variable in class energy.calculations.AbstractOptionModelCalculation
The option model controller that enables access to the TechnicalSystem and features several help functions for it.
optionModelController - Variable in class energy.evaluation.AbstractEvaluationStrategy
 
optionModelController - Variable in class energy.optionModel.gui.flow.FlowAbstractBasePanel
 
optionModelController - Variable in class energy.optionModel.gui.sysVariables.AbstractStaticModel
 
OptionModelController - Class in energy
The Class OptionModelController provides a bunch of help methods that allows to access and edit instances of TechnicalSystem.
OptionModelController() - Constructor for class energy.OptionModelController
Instantiates a new option model controller.
OptionModelControllerBase - Class in energy
The Class OptionModelControllerBase is the abstract super class for the OptionModelController and covers the methods for handling TechnicalSystem's file and the access to diverse help classes as the classes SelectionModel, GlobalInfo, ObjectFactory, OntologyHelper, AbstractOptionModelCalculation and the class AbstractEvaluationStrategy.
OptionModelControllerBase() - Constructor for class energy.OptionModelControllerBase
Instantiates a new option model controller.
OptionModelNotification - Class in energy
The class provides the structure and the enumeration for notifications that are used by the OptionModelController.
OptionModelNotification(OptionModelNotification.Reason, Object) - Constructor for class energy.OptionModelNotification
Instantiates a new option model notification.
OptionModelNotification.Reason - Enum in energy
The Enumeration Reason that describes possible reasons for a Notification.
ord(String) - Static method in class energy.optionModel.geo.GeoUtils
 
OSGBCoordinate - Class in energy.optionModel.geo
The Class OSGBCoordinate represents a coordinate in ordnance survey Great Britain.
OSGBCoordinate(double, double) - Constructor for class energy.optionModel.geo.OSGBCoordinate
Instantiates a new ordnance survey coordinate GB.
OSGBCoordinate(String) - Constructor for class energy.optionModel.geo.OSGBCoordinate
Instantiates a new ordnance survey coordinate GB.
out - Variable in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
the amount to zoom out by
out - Variable in class energy.optionModel.gui.graph.StateGraphMousePlugin
the amount to zoom out by
out - Variable in class energygroup.sequentialNetworks.CalcGraphMousePlugin
the amount to zoom out by
OUTGOING - Static variable in class energy.evaluation.SparseGraph
 

P

PackageMappingObjectInputStream - Class in energy.persistence
The Class PackageMappingObjectInputStream extends an ObjectInputStreamForClassLoadService and allows the mapping of packages in case that serialization classes were updated and moved.
PackageMappingObjectInputStream(InputStream, Package, Package) - Constructor for class energy.persistence.PackageMappingObjectInputStream
Instantiates a new package mapping object input stream.
paint(Graphics) - Method in class energy.optionModel.gui.common.JHyperLink
 
paint(Graphics, JComponent) - Method in class energy.optionModel.gui.common.VerticalLabelUI
 
paintComponent(Graphics) - Method in class energy.evaluation.gui.graph.EvaluationGraphVisViewer
 
paintComponent(Graphics) - Method in class energy.optionModel.gui.graph.StateGraphVisViewer
 
paintComponent(Graphics) - Method in class energy.optionModel.gui.imaging.ImagePreview
 
paintComponent(Graphics) - Method in class energygroup.sequentialNetworks.CalcGraphVisViewer
 
paintIcon(Component, Graphics, int, int) - Method in class energy.optionModel.gui.imaging.MissingIcon
 
parent - Variable in class energy.optionModel.TechnicalSystemStateEvaluation
 
parent - Variable in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
parentWindowOrContainer - Variable in class energy.optionModel.gui.AbstractMainPanel
 
parse(String, ParsePosition) - Method in class energy.optionModel.gui.common.DurationFormat
 
PersistenceHandler - Class in energy.persistence.service
The Class PersistenceHandler.
PersistenceHandler.PersistenceAction - Enum in energy.persistence.service
The Enum PersistenceAction.
PersistenceService - Interface in energy.persistence.service
The abstract interface PersistenceService serves as a base for specific persistence services.
PersistenceServiceScheduleList - Interface in energy.persistence.service
The Interface PersistenceServiceScheduleList.
PersistenceServiceTechnicalSystem - Interface in energy.persistence.service
The Interface PersistenceServiceTechnicalSystem.
PersistenceServiceTechnicalSystemGroup - Interface in energy.persistence.service
The Interface PersistenceServiceTechnicalSystemGroup.
pickContainedVertices(VisualizationViewer<EvaluationGraphNode, EvaluationGraphEdge>, Point2D, Point2D, boolean) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
pickContainedVertices(VisualizationViewer<StateVisNode, StateVisTransition>, Point2D, Point2D, boolean) - Method in class energy.optionModel.gui.graph.StateGraphMousePlugin
 
pickContainedVertices(VisualizationViewer<CalculationStepNode<T>, CalculationTransition<T>>, Point2D, Point2D, boolean) - Method in class energygroup.sequentialNetworks.CalcGraphMousePlugin
 
PLUGIN_ID - Static variable in class energy.BundleProperties
 
png - Static variable in class energy.optionModel.gui.imaging.ImageUtils
 
pointInTime - Variable in class energy.optionModel.AbstractMeasurement
 
pointInTime - Variable in class energy.optionModel.CostsByTime
 
pointInTime - Variable in class energy.optionModel.InputMeasurementByTime
 
pointInTime - Variable in class energy.persistence.version096.CostsByTime
Deprecated.
 
pointInTime - Variable in class energy.persistence.version096.EnergyMeasurement
Deprecated.
 
pointInTime - Variable in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
 
PositionAndSize(Point, Dimension) - Constructor for class energy.optionModel.gui.common.PositionAndSizeReminder.PositionAndSize
Instantiates a new position and size reminder instance.
PositionAndSizeReminder - Class in energy.optionModel.gui.common
The Class PositionAndSizeReminder is used in order to remind positions and sizes of Window (e.g a JFrame or a JDialog).
PositionAndSizeReminder(Window) - Constructor for class energy.optionModel.gui.common.PositionAndSizeReminder
Instantiates a new position and size reminder for a Window (e.g a JFrame or a JDialog).
PositionAndSizeReminder.PositionAndSize - Class in energy.optionModel.gui.common
The Class PositionAndSize is use as a reminder for the position and the size of a specified JFrame or JDialog.
powerDecrease - Variable in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
powerIncrease - Variable in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
 
print(String, boolean) - Method in class energy.evaluation.AbstractEvaluationStrategy
Prints the specified message or error to the console, if they are enabled.
printlnGlobalTime(long, String, String) - Method in class energy.evaluation.AbstractEvaluationStrategy
Prints the specified global time.
printlnGlobalTime(long, String, String, String) - Method in class energy.evaluation.AbstractEvaluationStrategy
Prints the specified global time.
printScheduleTimeStamps(Schedule) - Static method in class energy.schedule.ScheduleController
Prints all time stamps from the specified Schedule.
printScheduleTimeStamps(Schedule, int) - Static method in class energy.schedule.ScheduleController
Prints the number of 'maxStatesToPrint' time stamps from the specified Schedule.
priority - Variable in class energy.optionModel.Schedule
 
priority - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
PROP_LICENSE_ID - Static variable in class energy.BundleProperties
 
PROP_LICENSE_SITE - Static variable in class energy.BundleProperties
 
PROP_OIDC_ISSUER_URI - Static variable in class energy.BundleProperties
 
PROP_RT_SCHEDULE_LENGTH_DURATION_UNIT - Static variable in class energy.BundleProperties
 
PROP_RT_SCHEDULE_LENGTH_DURATION_VALUE - Static variable in class energy.BundleProperties
 
PROP_RT_SCHEDULE_LENGTH_MAX_STATES - Static variable in class energy.BundleProperties
 
PROPERTY_DIRECTORY - Static variable in class energy.GlobalInfo
 
propertyChange(PropertyChangeEvent) - Method in class energy.optionModel.gui.imaging.ImagePreview
 
PropertyContentProvider - Class in energy
The Class PropertyContentProvider unpacks required files from the bundle into the local file system.
PropertyContentProvider(File) - Constructor for class energy.PropertyContentProvider
Instantiates a new property content provider.
PropertyContentProvider.FileToProvide - Enum in energy
The enumeration that describes the FileToProvide.
put(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraphNodeByTime
Put method that enables to simply put an EvaluationGraphNode into the local hash structure.
putBoolean(String, boolean) - Method in class energy.BundleProperties
 
putByteArry(String, byte[]) - Method in class energy.BundleProperties
 
putDouble(String, double) - Method in class energy.BundleProperties
 
putFloat(String, float) - Method in class energy.BundleProperties
 
putInt(String, int) - Method in class energy.BundleProperties
 
putLong(String, long) - Method in class energy.BundleProperties
 
putString(String, String) - Method in class energy.BundleProperties
 

R

rad2deg(double) - Static method in class energy.optionModel.geo.GeoUtils
 
RandomDecisionStrategy - Class in energy.samples.strategies
The RandomDecisionStrategy will decide randomly for subsequent system states.
RandomDecisionStrategy(OptionModelController) - Constructor for class energy.samples.strategies.RandomDecisionStrategy
Instantiates a new full evaluation strategy.
RangeBoolean - Class in energy.optionModel
Java class for RangeBoolean complex type.
RangeBoolean() - Constructor for class energy.optionModel.RangeBoolean
 
RangeBoolean - Class in energy.persistence.version096
Deprecated.
RangeBoolean() - Constructor for class energy.persistence.version096.RangeBoolean
Deprecated.
 
RangeDouble - Class in energy.optionModel
Java class for RangeDouble complex type.
RangeDouble() - Constructor for class energy.optionModel.RangeDouble
 
RangeDouble - Class in energy.persistence.version096
Deprecated.
RangeDouble() - Constructor for class energy.persistence.version096.RangeDouble
Deprecated.
 
RangeInteger - Class in energy.optionModel
Java class for RangeInteger complex type.
RangeInteger() - Constructor for class energy.optionModel.RangeInteger
 
RangeInteger - Class in energy.persistence.version096
Deprecated.
RangeInteger() - Constructor for class energy.persistence.version096.RangeInteger
Deprecated.
 
RangeVariable - Class in energy.optionModel
Java class for RangeVariable complex type.
RangeVariable() - Constructor for class energy.optionModel.RangeVariable
 
RangeVariable - Class in energy.persistence.version096
Deprecated.
RangeVariable() - Constructor for class energy.persistence.version096.RangeVariable
Deprecated.
 
readClassDescriptor() - Method in class energy.persistence.PackageMappingObjectInputStream
 
readExternal(ObjectInput) - Method in class energy.optionModel.Schedule
 
readExternal(ObjectInput) - Method in class energy.persistence.version096.Schedule
Deprecated.
 
realTimeSchedule - Variable in class energy.optionModel.Schedule
 
recursivelyCreateEvaluationGraphForCostsOverTime() - Method in class energy.evaluation.AbstractEvaluationStrategy
Recursively creates the evaluation graph for costs over time starting from the initial TechnicalSystemStateEvaluation to the end of the evaluation period.
recursivelyCreateEvaluationGraphForCostsOverTime(TechnicalSystemStateEvaluation, long) - Method in class energy.evaluation.AbstractEvaluationStrategy
Recursively creates the evaluation graph for costs over time starting from the specified TechnicalSystemStateEvaluation to the specified end time.
RefEll - Class in energy.optionModel.geo
The Class RefEll.
RefEll(double, double) - Constructor for class energy.optionModel.geo.RefEll
Instantiates a new GeoUtils.
refreshComboBoxModel() - Method in class energy.evaluation.gui.io.MeasurementJComboBox
Fills the internal DefaultComboBoxModel.
refreshEvaluationStates() - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
Refresh the evaluation states.
refreshView() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Refreshes the view of the CostModel.
refreshView() - Method in class energy.evaluation.gui.io.MeasurementToolbar
Refreshes / reloads the current view.
RegularUseMicroCHP - Class in energy.samples.strategies
The Class RegularUseMicroCHP.
RegularUseMicroCHP(OptionModelController) - Constructor for class energy.samples.strategies.RegularUseMicroCHP
Instantiates a new full evaluation strategy.
remove(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraphNodeByTime
Removes the specified EvaluationGraphNode out of the local hash structure.
removeActionListener(ActionListener) - Method in class energy.optionModel.gui.common.JHyperLink
Removes the ActionListener.
removeAllActionListenerOfComboBoxFlowTypeSelection() - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Removes all ActionListener from the combo box for the flow type selection.
removeAllSeries() - Method in class energy.evaluation.gui.results.EvaluationDetailsChart
Removes all series from this chart.
removeChangeListener(ChangeListener) - Method in class energy.optionModel.gui.components.DateTimeWidget
Removes the specified ChangeListener.
removedChangeListener(TechnicalSystemStatePanelChangeListener) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
removeEdge(EvaluationGraphEdge) - Method in class energy.evaluation.EvaluationGraph
Removes the specified EvaluationGraphEdge.
removeEdge(EvaluationGraphEdge) - Method in class energy.evaluation.EvaluationGraphPart
 
removeEdge(E) - Method in class energy.evaluation.SparseGraph
 
removeEvaluationProcessListener(EvaluationProcessListener) - Method in class energy.evaluation.EvaluationProcess
Removes an EvaluationProcessListener.
removeEvaluationResult(Schedule) - Method in class energy.evaluation.EvaluationProcess
Removes the evaluation result.
removeEvaluationResult(Schedule) - Method in interface energy.evaluation.EvaluationProcessListener
Removes the specified Schedule from the results.
removeEvaluationResult(Schedule) - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
removeFilter() - Method in class energygroup.gui.GroupTree
Removes the current filter.
removeFlow(State, String) - Method in class energy.OptionModelControllerBase
Removes the specified flow.
removeFlow(State, AbstractFlow) - Method in class energy.OptionModelControllerBase
Removes the specified flow.
removeGroupMember(GroupMember) - Method in class energygroup.GroupController
Removes the specified GroupMember from the current TechnicalSystemGroup.
removeGroupMember(GroupMember) - Method in class energygroup.GroupTreeModel
Removes the specified GroupMember.
removeInNodeStates(String) - Method in class energy.OptionModelController
Removes the in node states from the specified thread.
removeInterfaceImportSettingsByInterfaceID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Removes the InterfaceImportSettings instance with the given interface ID from the list
removeLicenseIndicator() - Method in class energy.optionModel.gui.AbstractMainPanel
Removes the license indicator.
removeListenerFromParentWindowOrContainer() - Method in class energy.optionModel.gui.AbstractMainPanel
Removes the listener from parent window or container.
removeResult(Schedule) - Method in class energy.schedule.gui.ScheduleListTable
Removes the specified Schedule from the results.
removeScheduleLengthRestrictionListener(ScheduleLengthRestrictionListener) - Method in class energy.schedule.gui.ScheduleLengthRestrictionPanel
Removes the schedule length restriction listener.
removeScheduleListSelectionListener(ScheduleListSelectionListener) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Removes the specified ScheduleListSelectionListener.
removeState(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Removes the specified state from the TechnicalInterfaceConfiguration.
removeState(TechnicalInterfaceConfiguration, State) - Method in class energy.OptionModelControllerBase
Removes the specified state.
removeStatesFromModel(long) - Method in class energy.evaluation.gui.results.EvaluationDetailsTablePanel
Removes all states from model that are under the specified lower boundary time.
removeStateTransition(State, String) - Method in class energy.OptionModelControllerBase
Removes the state transition.
removeStateTransition(State, StateTransition) - Method in class energy.OptionModelControllerBase
Removes a state transition.
removeSystemVariableDefinition(List<SystemVariableDefinition>, String) - Method in class energy.OptionModelController
Removes the SystemVariableDefinition specified by its ID.
removeSystemVariableDefinition(List<SystemVariableDefinition>, SystemVariableDefinition) - Method in class energy.OptionModelController
Removes the specified SystemVariableDefinition.
removeTechnicalInterface(TechnicalInterfaceConfiguration, String) - Method in class energy.OptionModelControllerBase
Removes the specified TechnicalInterface from the TechnicalInterfaceConfiguration.
removeTechnicalInterface(TechnicalInterfaceConfiguration, TechnicalInterface) - Method in class energy.OptionModelControllerBase
Removes the specified TechnicalInterface from the TechnicalInterfaceConfiguration.
removeTechnicalInterfaceConfiguration(String) - Method in class energy.OptionModelControllerBase
Removes the specified technical interface configuration.
removeTechnicalInterfaceConfiguration(TechnicalInterfaceConfiguration) - Method in class energy.OptionModelControllerBase
Removes the given TechnicalInterfaceConfiguration form the list of configurations.
removeUpdate(DocumentEvent) - Method in class energy.optionModel.geo.JPanelGeoCoordinate
 
removeUpdate(DocumentEvent) - Method in class energy.samples.staticModel.MyStaticModelDialog
 
removeVariableImportSettingsByVariableID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Removes the VariableImportSettings instance with the given variable ID from the list
removeVariableState(List<? extends VariableState>, String) - Method in class energy.OptionModelController
Removes a specified VariableState.
removeVariableState(List<? extends VariableState>, VariableState) - Method in class energy.OptionModelController
Removes the specified VariableState.
removeVertex(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraph
Removes the specified vertex.
removeVertex(EvaluationGraphNode) - Method in class energy.evaluation.EvaluationGraphPart
 
removeVertex(V) - Method in class energy.evaluation.SparseGraph
 
renameScheduleListsSetup(String, String) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Renames schedule lists setups.
renameState(TechnicalInterfaceConfiguration, String, String) - Method in class energy.OptionModelControllerBase
Renames a state at all points of the current TechnnicalSystem..
renameSystemVariableDefinition(String, String) - Method in class energy.OptionModelController
Renames a SystemVariableDefinition at all points of the current TechnnicalSystem.
renameTechnicalInterface(TechnicalInterfaceConfiguration, String, String, boolean) - Method in class energy.OptionModelControllerBase
Renames a TechnicalInterface at all points of the current TechnnicalSystem.
renameTechnicalInterfaceConfiguration(String, String) - Method in class energy.OptionModelControllerBase
Renames a TechnicalInterfaceConfiguration at all points of the current TechnnicalSystem.
repeatability - Variable in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
 
repeateble - Variable in class energy.persistence.version096.UsePattern
Deprecated.
 
requiresFurtherCalculationGraphSequence(CalculationGraph<T>) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Should return true, if the specified CalculationGraph requires another calculation sequence.
resetCostFunctionDefined() - Method in class energy.optionModel.gui.components.DomainConnectivityComboBox
Reset the cost functions defined.
resetEvaluationCalculations() - Method in class energy.OptionModelControllerBase
Resets the reminded AbstractEvaluationCalculation.
resetEvaluationProcess() - Method in class energy.evaluation.EvaluationProcess
Reset evaluation process.
resetEvaluationProcess(boolean) - Method in class energy.evaluation.EvaluationProcess
Resets the current EvaluationProcess.
resetEvaluationProcess() - Method in class energy.OptionModelControllerBase
Resets the current EvaluationProcess.
resetEvaluationProcess(boolean) - Method in class energy.OptionModelControllerBase
Reset evaluation process.
resetEvaluationResults() - Method in class energy.evaluation.EvaluationProcess
Resets the evaluation results.
resetEvaluationResults() - Method in interface energy.evaluation.EvaluationProcessListener
Reset the evaluation results.
resetEvaluationResults() - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
resetEvaluationStrategy() - Method in class energy.OptionModelControllerBase
Resets the current AbstractEvaluationStrategy
resetGraphEdgeKey() - Method in class energy.evaluation.EvaluationGraphEdge
Resets the node key that can be used for its unique identification .
resetGroupMemberEvaluationStrategies() - Method in class energygroup.GroupTreeNodeObject
Resets all evaluation strategies for this member system.
resetGroupModel() - Method in class energygroup.GroupController
Resets the group model.
resetIDs() - Method in class energy.schedule.ScheduleListResetDatabaseIDAction
Does the actual reset.
resetInitialTechnicalSystemStateEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Reset initial technical system state evaluation.
resetInitialTechnicalSystemStateEvaluation() - Method in class energy.evaluation.EvaluationProcess
Resets the initial TechnicalSystemStateEvaluation that were derived from the graph for costs over time.
resetInputMeasurementDefined() - Method in class energy.evaluation.gui.io.MeasurementJComboBox
Reset the InputMeasurement defined.
resetNodeStates() - Method in class energygroup.sequentialNetworks.CalculationGraph
Resets all in- and out-node states.
resetOptionModel() - Method in class energy.OptionModelControllerBase
Resets the option model.
resetOptionModelCalculation() - Method in class energy.OptionModelControllerBase
Resets the option model calculation.
resetSchedule() - Method in class energygroup.evaluation.MemberEvaluationStrategy
Resets the current schedule TechnicalSystemStateEvaluation.
resetSchedule() - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
resetSchedule() - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
resetScheduleAndCalculationsStartingFrom(TechnicalSystemStateEvaluation, long) - Method in class energy.evaluation.AbstractEvaluationStrategy
/** Resets the local schedule and the calculations starting from the specified point in time.
resetScheduleAndCalculationsStartingFrom(long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Resets the local schedule and the calculations starting from the specified point in time.
resetScheduleList() - Method in class energy.schedule.ScheduleController
Resets the model.
resetSelectionModel() - Method in class energy.OptionModelControllerBase
Resets the current SelectionModel to null.
resetStaticModelHash() - Method in class energy.OptionModelControllerBase
Resets the static model hash that is a reminder for AbstractStaticModel instances.
resetStrategy() - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Resets the strategy, i.e. sets the current TSSE and the result schedule to null
resetStrategy() - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Resets the strategy, i.e. sets the current TSSE and the result schedule to null
resetTimeRangeSelection() - Method in class energy.evaluation.gui.graph.EvaluationGraphTools
Resets time range selection JComboBox.
resetTreeModel() - Method in class energygroup.GroupTreeModel
Resets the tree model by deleting all sub nodes from the root node.
resetTsseCalculatedLast() - Method in class energygroup.calculation.GroupCalculation
Reset the tsse calculated last.
resizeEnergyFlowPanels() - Method in class energy.optionModel.gui.flow.FlowBaseDesktop
Resize energy flow panels.
resultingCosts - Variable in class energy.optionModel.TechnicalSystemStateEvaluation
 
resultingCosts - Variable in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
round(double, double) - Static method in class energy.GlobalInfo
Rounds a double value to the given precision.
round(double) - Static method in class energy.GlobalInfo
Rounds a double value to the precision that is specified with GlobalInfo.getRoundPrecision().
roundingPrecision - Variable in class energy.optionModel.EvaluationSettings
 
RoundingPrecisionComboBox - Class in energy.optionModel.gui.components
The Class RoundingPrecisionComboBox provides a predefined combo box for selecting a round precision.
RoundingPrecisionComboBox() - Constructor for class energy.optionModel.gui.components.RoundingPrecisionComboBox
Instantiates a new round precision combo box.
roundToPrecisionStep(double, double) - Static method in class energy.GlobalInfo
Rounds the specified doubleValue to the nearest value defined by precision step.
run() - Method in class energy.evaluation.EvaluationTerminator
 
run() - Method in class energy.evaluation.EvaluationThread
 
runEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Runs the customized evaluation process.
runEvaluation() - Method in class energy.samples.groupStrategies.MyGroupEvaluationStrategy
 
runEvaluation() - Method in class energy.samples.groupStrategies.SmartHouseStrategy
 
runEvaluation() - Method in class energy.samples.groupStrategies.VppMicroCHP
 
runEvaluation() - Method in class energy.samples.strategies.EV_PriceOptimalCharge
 
runEvaluation() - Method in class energy.samples.strategies.EV_RegularCharge
 
runEvaluation() - Method in class energy.samples.strategies.RandomDecisionStrategy
 
runEvaluation() - Method in class energy.samples.strategies.RegularUseMicroCHP
 
runEvaluation() - Method in class energygroup.calculation.FallBackGroupStrategy
 
runEvaluation() - Method in class energygroup.evaluation.MemberEvaluationStrategy
 
runEvaluationUntil(long) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Run evaluation until the specified time.
runEvaluationUntil(long) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Run evaluation until the specified time.

S

save() - Method in class energy.agentgui.EomDataModelAdapter
 
save() - Method in class energy.BundleProperties
Saves the bundle properties.
saveDomainSettings() - Method in class energy.DomainSettings
Saves the domain settings to the corresponding file.
saveechnicalSystemAs(Container) - Method in class energy.OptionModelControllerBase
Save the current TechnicalSystem with an user interaction for choosing a file location.
saveGroupAsFile(File, TechnicalSystemGroup) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Save group as file.
saveListOfTechnicalSystemStateEvaluation(int, List<TechnicalSystemStateEvaluation>, Session) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Save list of technical system state evaluation.
saveModelAsFile(File, TechnicalSystem) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Save model as file.
saveModelAsFile(File, TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Save model as file.
saveOptionModelGroup(Component) - Method in class energygroup.GroupController
Saves the current TechnicalSystemGroup to the file specified in GroupController.getCurrentFile()..
saveOptionModelGroupAs(Component) - Method in class energygroup.GroupController
Save the current TechnicalSystemGroup as new file (with user interaction for choosing the file location).
saveScheduleAsFile(File, ScheduleList) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Save group as file.
saveScheduleList(ScheduleController, ScheduleList, Component) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
 
saveScheduleList(ScheduleController, ScheduleList, Component, boolean, boolean, boolean) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Saves the specified ScheduleList.
saveScheduleList(ScheduleController, ScheduleList, Component) - Method in class energy.persistence.ScheduleList_StorageHandler
 
saveScheduleList(ScheduleController, ScheduleList, Component) - Method in interface energy.persistence.service.PersistenceServiceScheduleList
Save the specified ScheduleList.
saveScheduleList(Component) - Method in class energy.schedule.ScheduleController
Saves the current ScheduleList to the file specified in ScheduleController.getCurrentFile().
saveScheduleListAs(ScheduleController, ScheduleList, Component) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
 
saveScheduleListAs(ScheduleController, ScheduleList, Component) - Method in class energy.persistence.ScheduleList_StorageHandler
 
saveScheduleListAs(ScheduleController, ScheduleList, Component) - Method in interface energy.persistence.service.PersistenceServiceScheduleList
Save as the specified ScheduleList.
saveScheduleListAs(Component) - Method in class energy.schedule.ScheduleController
Save the current ScheduleList with an user interaction for choosing a file location.
saveScheduleListAsCsvFile(File, ScheduleList, ScheduleController, Schedule) - Method in class energy.persistence.ScheduleList_StorageHandler
Saves a ScheduleList as a CSV file.
saveScheduleListAsFile(File, ScheduleList, ScheduleController, Schedule) - Method in class energy.persistence.ScheduleList_StorageHandler
Save ScheduleList as file.
saveScheduleListAsSOMFile(File, ScheduleList) - Method in class energy.persistence.ScheduleList_StorageHandler
Saves an Instance of a ScheduleList as TXT file.
saveScheduleListAsSOMFile(File, ScheduleList) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Saves an Instance of a ScheduleList as TXT file.
saveScheduleListAsXMLFile(File, ScheduleList) - Method in class energy.persistence.ScheduleList_StorageHandler
Saves an Instance of a ScheduleList as XML file.
saveScheduleListAsXMLFile(File, ScheduleList) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Saves an Instance of a ScheduleList as XML file.
saveTechnicalSystem(Component) - Method in class energy.OptionModelControllerBase
Saves the current TechnicalSystem to the file specified in OptionModelControllerBase.getCurrentFile().
saveTechnicalSystem(OptionModelController, TechnicalSystem, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystem
saveTechnicalSystem(OptionModelController, TechnicalSystem, Component) - Method in class energy.persistence.TechnicalSystem_BundleLoader
 
saveTechnicalSystem(OptionModelController, TechnicalSystem, Component) - Method in class energy.persistence.TechnicalSystem_StorageHandler
 
saveTechnicalSystemAs(OptionModelController, TechnicalSystem, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystem
Save as the specified TechnicalSystem.
saveTechnicalSystemAs(OptionModelController, TechnicalSystem, Component) - Method in class energy.persistence.TechnicalSystem_BundleLoader
 
saveTechnicalSystemAs(OptionModelController, TechnicalSystem, Component) - Method in class energy.persistence.TechnicalSystem_StorageHandler
 
saveTechnicalSystemAsEOMFile(File, TechnicalSystem) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Saves an Instance of a TechnicalSystem as TXT file.
saveTechnicalSystemAsEOMFile(File, TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Saves an Instance of a TechnicalSystem as TXT file.
saveTechnicalSystemAsXMLFile(File, TechnicalSystem) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Saves an Instance of a TechnicalSystem as XML file.
saveTechnicalSystemAsXMLFile(File, TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Saves an Instance of a TechnicalSystem as XML file.
saveTechnicalSystemGroup(GroupController, TechnicalSystemGroup, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystemGroup
saveTechnicalSystemGroup(GroupController, TechnicalSystemGroup, Component) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
 
saveTechnicalSystemGroupAs(GroupController, TechnicalSystemGroup, Component) - Method in interface energy.persistence.service.PersistenceServiceTechnicalSystemGroup
Save as the specified TechnicalSystemGroup.
saveTechnicalSystemGroupAs(GroupController, TechnicalSystemGroup, Component) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
 
saveTechnicalSystemGroupAsGOMFile(GroupController, File, TechnicalSystemGroup) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Saves an Instance of a TechnicalSystemGroup as TXT file.
saveTechnicalSystemGroupAsGOMFile(File, TechnicalSystemGroup) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Saves an Instance of a TechnicalSystemGroup as TXT file.
saveTechnicalSystemGroupAsXMLFile(GroupController, File, TechnicalSystemGroup) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Saves an Instance of a TechnicalSystemGroup as XML file.
saveTechnicalSystemGroupAsXMLFile(File, TechnicalSystemGroup) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Saves an Instance of a TechnicalSystemGroup as XML file.
saveTechnicalSystemStateEvaluation(int, TechnicalSystemStateEvaluation) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Save the specified TechnicalSystemStateEvaluation to the database within a single transaction.
saveTechnicalSystemStateEvaluation(int, TechnicalSystemStateEvaluation, boolean, Session) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Save the specified TechnicalSystemStateEvaluation to the database.
Schedule - Class in energy.optionModel
Java class for Schedule complex type.
Schedule() - Constructor for class energy.optionModel.Schedule
 
Schedule - Class in energy.persistence.version096
Deprecated.
Schedule() - Constructor for class energy.persistence.version096.Schedule
Deprecated.
 
ScheduleApplicationFrame - Class in energy.schedule.gui
The Class ScheduleApplicationFrame.
ScheduleApplicationFrame() - Constructor for class energy.schedule.gui.ScheduleApplicationFrame
Instantiates a new Application Frame.
ScheduleController - Class in energy.schedule
The Class ScheduleController manages the List of available Schedules.
ScheduleController() - Constructor for class energy.schedule.ScheduleController
Instantiates a new schedule controller.
ScheduleCSVExporter - Class in energy.schedule.csv
The ScheduleCSVExporter exports Schedules in a ScheduleList as individual .csv files.
ScheduleCSVExporter() - Constructor for class energy.schedule.csv.ScheduleCSVExporter
 
ScheduleCsvImportDialog - Class in energy.schedule.csv.gui
Dialog for importing schedules from CSV data
ScheduleCsvImportDialog() - Constructor for class energy.schedule.csv.gui.ScheduleCsvImportDialog
Deprecated.
ScheduleCsvImportDialog(Window, ScheduleList) - Constructor for class energy.schedule.csv.gui.ScheduleCsvImportDialog
Constructor - no file selected
ScheduleCsvImportDialog(Window, File, ScheduleController) - Constructor for class energy.schedule.csv.gui.ScheduleCsvImportDialog
Constructor - file selected
ScheduleCsvImporter - Class in energy.schedule.csv
This class is responsible for the import of schedule data from CSV.
ScheduleCsvImporter() - Constructor for class energy.schedule.csv.ScheduleCsvImporter
 
ScheduleCsvImportSettings - Class in energy.schedule.csv
This class contains all necessary information to map imported CSV data to schedules.
ScheduleCsvImportSettings() - Constructor for class energy.schedule.csv.ScheduleCsvImportSettings
 
ScheduleCsvImportSettings.InterfaceImportSettings - Class in energy.schedule.csv
This class collects all relevant import settings for a single technical interface
ScheduleCsvImportSettings.VariableImportSettings - Class in energy.schedule.csv
This class collects all relevant import settings for a single system variable
ScheduleLengthRestriction - Class in energy.optionModel
This type describes the maximum length of a Schedule in the context of a real-time usage of the EOM.
ScheduleLengthRestriction() - Constructor for class energy.optionModel.ScheduleLengthRestriction
 
ScheduleLengthRestrictionListener - Interface in energy.schedule.gui
The listener interface for receiving scheduleLengthRestriction events.
ScheduleLengthRestrictionOptions - Class in energy.schedule.gui
The Class ScheduleLengthRestrictionOptions serves as a tab within the EOM option dialog and enables to configure the globally used ScheduleLengthRestriction.
ScheduleLengthRestrictionOptions() - Constructor for class energy.schedule.gui.ScheduleLengthRestrictionOptions
Instantiates a new schedule length restriction panel.
ScheduleLengthRestrictionPanel - Class in energy.schedule.gui
The Class ScheduleLengthRestriction serves as a visualization to configure the current instance of a ScheduleLengthRestriction.
ScheduleLengthRestrictionPanel() - Constructor for class energy.schedule.gui.ScheduleLengthRestrictionPanel
Instantiates a new schedule length restriction panel.
ScheduleLengthRestrictionPanel(ScheduleLengthRestriction) - Constructor for class energy.schedule.gui.ScheduleLengthRestrictionPanel
Instantiates a new schedule length restriction panel.
ScheduleList - Class in energy.optionModel
The complex type ScheduleList may consist of several Schedules, where each Schedule describes the possible operational usage of a TechnicalSystem over time.
ScheduleList() - Constructor for class energy.optionModel.ScheduleList
 
ScheduleList - Class in energy.persistence.version096
Deprecated.
ScheduleList() - Constructor for class energy.persistence.version096.ScheduleList
Deprecated.
 
ScheduleList_StorageHandler - Class in energy.persistence
The Class ScheduleList_StorageHandler provides methods that allow to save or open descriptions and energy option models from a XML file.
ScheduleList_StorageHandler() - Constructor for class energy.persistence.ScheduleList_StorageHandler
 
ScheduleList_StorageHandler - Class in energy.persistence.version096
Deprecated.
ScheduleList_StorageHandler() - Constructor for class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
 
ScheduleListDetailInfo - Class in energy.schedule
The Class ScheduleListDetailInfo can be used to determine the information details about a ScheduleList (e.g. interfaces, storage capacities and other).
ScheduleListDetailInfo(ScheduleList) - Constructor for class energy.schedule.ScheduleListDetailInfo
Instantiates a new schedule list detail info.
ScheduleListDetails - Class in energy.schedule.gui
The Class ScheduleListDetails represents a JDialog that can be used to display detailed information about a ScheduleList.
ScheduleListDetails(ScheduleList, JComponent) - Constructor for class energy.schedule.gui.ScheduleListDetails
Instantiates a new schedule list details.
ScheduleListEditor - Class in energy.schedule.gui
The Class ScheduleListEditor is used in the ScheduleListTable.
ScheduleListEditor() - Constructor for class energy.schedule.gui.ScheduleListEditor
 
ScheduleListRenderer - Class in energy.schedule.gui
The Class ScheduleListRenderer.
ScheduleListRenderer(OptionModelController) - Constructor for class energy.schedule.gui.ScheduleListRenderer
Instantiates a new evaluation result renderer.
ScheduleListResetDatabaseIDAction - Class in energy.schedule
The Class ScheduleListResetDatabaseIDAction provides several services to act on a ScheduleList instance.
ScheduleListResetDatabaseIDAction(ScheduleList) - Constructor for class energy.schedule.ScheduleListResetDatabaseIDAction
Instantiates a new schedule list reseter for database IDs.
ScheduleListSaveDialog - Class in de.enflexit.eom.database.gui
The Class ScheduleListSaveDialog.
ScheduleListSaveDialog(Window, ScheduleList) - Constructor for class de.enflexit.eom.database.gui.ScheduleListSaveDialog
Instantiates a new schedule list save dialog.
ScheduleListSavePanel - Class in de.enflexit.eom.database.gui
The Class ScheduleListSavePanel.
ScheduleListSavePanel(Window, ScheduleList) - Constructor for class de.enflexit.eom.database.gui.ScheduleListSavePanel
Instantiates a new schedule list save panel.
ScheduleListSelection - Class in de.enflexit.eom.database
The Class ScheduleListSelection can be used as descriptor to load a ScheduleList from the database.
ScheduleListSelection() - Constructor for class de.enflexit.eom.database.ScheduleListSelection
Instantiates a new schedule list selection.
ScheduleListSelection(Integer) - Constructor for class de.enflexit.eom.database.ScheduleListSelection
Instantiates a new schedule list selection.
ScheduleListSelection.SystemStateRangeType - Enum in de.enflexit.eom.database
 
ScheduleListSelectionDialog - Class in de.enflexit.eom.database.gui
The Class ScheduleListSelectionPanel.
ScheduleListSelectionDialog(Window) - Constructor for class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
Instantiates a new schedule list selection dialog.
ScheduleListSelectionListener - Interface in de.enflexit.eom.database.gui
This listener interface should be implemented if the ScheduleListSelectionPanel is used in an own container dialog.
ScheduleListSelectionPanel - Class in de.enflexit.eom.database.gui
The Class ScheduleListSelectionPanel provides a visualization for the selection of a ScheduleList from the database configured.
ScheduleListSelectionPanel(Window) - Constructor for class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Instantiates a new schedule list selection panel.
ScheduleListSelectionRangePanel - Class in de.enflexit.eom.database.gui
The Class ScheduleListSelectionRangePanel enables to select the range or the number of system states within the ScheduleListSelectionPanel.
ScheduleListSelectionRangePanel() - Constructor for class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Instantiates a new schedule list selection time range selection.
ScheduleListTable - Class in energy.schedule.gui
The Class ScheduleListMainPanel.
ScheduleListTable() - Constructor for class energy.schedule.gui.ScheduleListTable
Deprecated.
ScheduleListTable(ScheduleMainPanel) - Constructor for class energy.schedule.gui.ScheduleListTable
Instantiates a new ScheduleListTable (basically used standalone ScheduleList applications).
ScheduleListTable(OptionModelController) - Constructor for class energy.schedule.gui.ScheduleListTable
Instantiates a new ScheduleListTable (basically used for evaluation results).
ScheduleListTable.ScheduleColumn - Enum in energy.schedule.gui
 
ScheduleMainPanel - Class in energy.schedule.gui
The Class ScheduleMainPanel represents the main visualisation for a single ScheduleList and can be embedded in several container.
ScheduleMainPanel() - Constructor for class energy.schedule.gui.ScheduleMainPanel
Instantiates a new schedule main panel.
ScheduleMainPanel(ScheduleController, boolean) - Constructor for class energy.schedule.gui.ScheduleMainPanel
Instantiates a new ScheduleMainPanel with the specified ScheduleController.
ScheduleMainPanel(Container) - Constructor for class energy.schedule.gui.ScheduleMainPanel
Instantiates a new schedule main panel that is embedded in a parent container.
ScheduleMainPanel.SchedulePanelView - Enum in energy.schedule.gui
 
ScheduleMainPanelToolBar - Class in energy.schedule.gui
The Class ScheduleMainPanelToolBar.
ScheduleMainPanelToolBar(ScheduleController, ScheduleMainPanel) - Constructor for class energy.schedule.gui.ScheduleMainPanelToolBar
Instantiates a new MainPanel ToolBar.
ScheduleNotification - Class in energy.schedule
The Class GroupNotification.
ScheduleNotification(ScheduleNotification.Reason, Object) - Constructor for class energy.schedule.ScheduleNotification
Instantiates a new option model notification.
ScheduleNotification.Reason - Enum in energy.schedule
The Enumeration Reason that describes possible reasons for the Notification.
scheduleResult - Variable in class energy.evaluation.AbstractEvaluationStrategyRT
 
scheduleResult - Variable in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
 
schedules - Variable in class energy.optionModel.ScheduleList
 
schedules - Variable in class energy.persistence.version096.ScheduleList
Deprecated.
 
ScheduleSelectionModel - Class in energy.schedule
The Class GroupSelectionModel is used in order to keep the currently selected instance within the GUI of the energy option model.
ScheduleSelectionModel() - Constructor for class energy.schedule.ScheduleSelectionModel
Instantiates a new selection model.
ScheduleSelectionModel(ScheduleController) - Constructor for class energy.schedule.ScheduleSelectionModel
Instantiates a new selection model that .
ScheduleSelectionModel(ScheduleController, boolean) - Constructor for class energy.schedule.ScheduleSelectionModel
Instantiates a new selection model.
ScheduleSelectionPanel - Class in de.enflexit.eom.database.gui
The Class ScheduleSelectionPanel
ScheduleSelectionPanel() - Constructor for class de.enflexit.eom.database.gui.ScheduleSelectionPanel
Instantiates a new schedule selection panel.
ScheduleTransformer - Interface in energy.schedule
 
ScheduleTransformerDiscreteTime - Class in energy.schedule
The Class ScheduleListTransformerDiscrete can be used in order to transform a given Schedule or a ScheduleList into a similar class, but with equidistant time steps.
ScheduleTransformerDiscreteTime(List<Schedule>, long, long) - Constructor for class energy.schedule.ScheduleTransformerDiscreteTime
Instantiates a new schedule transformer discrete time.
ScheduleTransformerDiscreteTime(Schedule, long, long) - Constructor for class energy.schedule.ScheduleTransformerDiscreteTime
Instantiates a new schedule transformer discrete time.
ScheduleTransformerKeyValue - Class in energy.schedule
The Class ScheduleTransformerKeyValue can be used in order to transform a given Schedule or a ScheduleList into a similar instance, but only with values that correspond to the specified ScheduleTransformerKeyValueConfiguration.
ScheduleTransformerKeyValue(List<Schedule>, ScheduleTransformerKeyValueConfiguration) - Constructor for class energy.schedule.ScheduleTransformerKeyValue
Instantiates a new key value schedule transformer.
ScheduleTransformerKeyValue(Schedule, ScheduleTransformerKeyValueConfiguration) - Constructor for class energy.schedule.ScheduleTransformerKeyValue
Instantiates a new key value schedule transformer.
ScheduleTransformerKeyValueConfiguration - Class in energy.schedule
The Class ScheduleTransformerKeyValueConfiguration configures the transformation of a regular Schedule to a key value structure.
ScheduleTransformerKeyValueConfiguration() - Constructor for class energy.schedule.ScheduleTransformerKeyValueConfiguration
Instantiates a new schedule transformer key value configuration (constructor for the serialisation).
ScheduleTransformerKeyValueConfiguration(Float, Long) - Constructor for class energy.schedule.ScheduleTransformerKeyValueConfiguration
Instantiates a new schedule transformer key value configuration for a percentage mechanism.
ScheduleTransformerKeyValueConfiguration(Integer, Long) - Constructor for class energy.schedule.ScheduleTransformerKeyValueConfiguration
Instantiates a new schedule transformer key value configuration for an absolute Watt value.
ScheduleTransformerKeyValueConfiguration.DeltaMechanism - Enum in energy.schedule
The possible DeltaMechanisms that create a value in a Schedule.
sec(double) - Static method in class energy.optionModel.geo.GeoUtils
 
selectFile(Component, String, boolean) - Method in class energy.persistence.ScheduleList_StorageHandler
Select file to load or save TechnicalSystemGroup information.
selectFile(Component, String, boolean) - Method in class energy.persistence.TechnicalSystem_StorageHandler
Select file to load or save TechnicalSystem information.
selectFile(Component, String, boolean) - Method in class energy.persistence.version096.ScheduleList_StorageHandler
Deprecated.
Select file to load or save TechnicalSystemGroup information.
selectFile(Component, String, boolean) - Method in class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
Select file to load or save TechnicalSystem information.
selectFile(Component, String, boolean) - Method in class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Select file to load or save TechnicalSystemGroup information.
SelectionModel - Class in energy
The Class SelectionModel is used in order to keep the currently selected instance within the GUI of the energy option model.
SelectionModel() - Constructor for class energy.SelectionModel
Instantiates a new selection model.
SelectionModel(OptionModelController) - Constructor for class energy.SelectionModel
Instantiates a new selection model that .
SelectionModel(OptionModelController, boolean) - Constructor for class energy.SelectionModel
Instantiates a new selection model.
SelectionModel.FlowType - Enum in energy
The Enumeration for the different energy or good flow types.
SelectionNotification - Class in energy
The Class SelectionNotification is used in order to notify all Observer of the OptionModelController or the GroupController about a currently selected object.
SelectionNotification(Object) - Constructor for class energy.SelectionNotification
Instantiates a new selection notification.
sendIsValidLicense2Main(String, Object) - Method in class energy.agentgui.distribution.LicenseServiceProxy
 
sendIsValidLicense2Main(String, Object) - Method in interface energy.agentgui.distribution.LicenseServiceSlice
Send is valid license to the main container.
SequentialNetworkCalculationException - Exception in energygroup.sequentialNetworks
The Class SequentialNetworkCalculationException is used as exception type for sequential network calculations.
SequentialNetworkCalculationException(String) - Constructor for exception energygroup.sequentialNetworks.SequentialNetworkCalculationException
Instantiates a new sequential network calculation exception.
SequentialNetworkCalculationException(String, Throwable) - Constructor for exception energygroup.sequentialNetworks.SequentialNetworkCalculationException
Instantiates a new sequential network calculation exception.
SERVICE_NAME - Static variable in interface energy.agentgui.distribution.LicenseServiceHelper
 
setAbstractFlow(AbstractFlow) - Method in class energy.optionModel.gui.flow.FlowChart
Sets the current abstract flow.
setAbstractMainPanel(AbstractMainPanel) - Static method in class energy.GlobalInfo
Sets the current AbstractMainPanel.
setActionOnTop(boolean) - Method in class energy.optionModel.gui.graph.StateGraphVisViewer
Setter to indicate, if there is an action on the top of the graph visualisation.
setActionOnTop(boolean) - Method in class energygroup.sequentialNetworks.CalcGraphVisViewer
Setter to indicate, if there is an action on the top of the graph visualisation.
setActionToPreventPaintComponent(boolean) - Method in class energy.evaluation.gui.graph.EvaluationGraphVisViewer
Setter to indicate that there is an action where the graph visualisation should not use paintComponent.
setAgentGuiIntegrated() - Method in class energy.optionModel.gui.BaseModelMainPanel
Sets that the BaseModelMainPanel is integrated to AgentGUI .
setAmmount(double, String) - Method in class energy.optionModel.gui.components.AmountPanel
Sets the Energy4FlowOverTime.
setAmmount(double) - Method in class energy.optionModel.gui.components.AmountPanel
Sets the amount.
setAndCheckTechnicalSystem(TechnicalSystem) - Method in class energy.validation.TechnicalSystemChecker
Sets the and checks the specified TechnicalSystem.
setApplicationFrame(ApplicationFrame) - Method in class energy.Application
Sets the energy option model window.
setApplicationInUse(GlobalInfo.ApplicationInUse) - Static method in class energy.GlobalInfo
Sets the indicator for the current application in use.
setApplyCostModel(boolean) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Sets to apply the CostModel or not.
setAverageCost(double) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Sets the average cost.
setBase64EncodedStaticDataModel(String) - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
Will be invoked in order to set the static data model from a base 64 encoded string.
setBulkDensity(double) - Method in class energy.domain.goods.cement.ComponentProperties
 
setCalculationClass(String) - Method in class energy.optionModel.CostFunctionCalculated
Sets the value of the calculationClass property.
setCalculationClass(String) - Method in class energy.optionModel.InputMeasurementCalculated
Sets the value of the calculationClass property.
setCalculationClass(String) - Method in class energy.optionModel.TechnicalSystem
Sets the value of the calculationClass property.
setCalculationClass(String) - Method in class energy.persistence.version096.CostFunctionCalculated
Deprecated.
Sets the value of the calculationClass property.
setCalculationClass(String) - Method in class energy.persistence.version096.InputMeasurementCalculated
Deprecated.
Sets the value of the calculationClass property.
setCalculationClass(String) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the calculationClass property.
setCalculationClassDensity(String) - Method in class energy.domain.DefaultDomainModelHeat
Sets the calculation class density.
setCalculationClassHeatCapacity(String) - Method in class energy.domain.DefaultDomainModelHeat
Sets the calculation class heat capacity.
setCalculationGraph(CalculationGraph<T>) - Method in class energygroup.sequentialNetworks.CalcGraphFrame
Sets the calculation graph.
setCalculationGraph(CalculationGraph<T>) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Sets the calculation graph.
setCalculationTime(long) - Method in class energy.optionModel.Schedule
Sets the value of the calculationTime property.
setCalculationTime(long) - Method in class energy.persistence.version096.Schedule
Deprecated.
Sets the value of the calculationTime property.
setCanceled(boolean) - Method in class de.enflexit.eom.database.gui.ScheduleListSaveDialog
Sets the canceled.
setCanceled(boolean) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
Sets the canceled.
setCanceled(boolean) - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Sets the cancelled.
setCanceled(boolean) - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Sets the cancelled.
setCanceled(boolean) - Method in class energy.evaluation.gui.StorageLoadDialogEnergy
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.evaluation.gui.StorageLoadDialogGood
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.DurationDialog
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.EnergyFlowInWattDialog
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Sets the cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.GoodFlowDialog
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
Sets if this dialog was cancelled.
setCanceled(boolean) - Method in class energy.optionModel.gui.TechnicalInterfaceDialog
Sets the canceled.
setCapacity(EnergyAmount) - Method in class energy.optionModel.EnergyStorageInterface
Sets the value of the capacity property.
setCapacity(double) - Method in class energy.optionModel.GoodStorageInterface
Sets the value of the capacity property.
setCapacity(EnergyAmount) - Method in class energy.optionModel.StorageCapacityEnergy
Sets the value of the capacity property.
setCapacity(double) - Method in class energy.optionModel.StorageCapacityGood
Sets the value of the capacity property.
setCapacity(EnergyAmount) - Method in class energy.persistence.version096.StorageCapacity
Deprecated.
Sets the value of the capacity property.
setCapacity(EnergyAmount) - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Sets the value of the capacity property.
setChangedAndNotifyObservers(Object) - Method in interface energy.EomController
Sets the current state to changed and notifies all observers in one step.
setChangedAndNotifyObservers(Object) - Method in class energy.OptionModelControllerBase
 
setChangedAndNotifyObservers(Object) - Method in class energy.schedule.ScheduleController
 
setChangedAndNotifyObservers(Object) - Method in class energygroup.GroupController
 
setChartAxisLabel() - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Sets the chart axis labels.
setChartAxisLabel() - Method in class energy.evaluation.gui.io.MeasurementPanel
Sets the chart axis labels.
setChartData() - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Sets the chart data.
setChartDataForAllTabs() - Method in class energy.evaluation.gui.io.MeasurementPanel
Sets the chart data.
setChartTitle(String) - Method in class energy.evaluation.gui.costs.EnergyCostChart
Sets the chart title.
setChartTitle(String) - Method in class energy.evaluation.gui.io.MeasurementChart
Sets the chart title.
setChartTitle(String) - Method in class energy.optionModel.gui.flow.FlowChart
Sets the chart title.
setChartTitle(String) - Method in class energy.optionModel.gui.flow.StorageChart
Sets the chart title.
setChartXDateFormat(String) - Method in class energy.evaluation.gui.costs.EnergyCostChart
Sets the chart x-axis date format.
setChartXDateFormat(String) - Method in class energy.evaluation.gui.costs.EnergyCostChartOverview
Sets the chart x-axis date format.
setChartXDateFormat(String) - Method in class energy.evaluation.gui.io.MeasurementChart
Sets the chart x-axis date format.
setChartXDateFormat(String) - Method in class energy.evaluation.gui.io.MeasurementChartOverview
Sets the chart x-axis date format.
setChartXLabel(String) - Method in class energy.evaluation.gui.costs.EnergyCostChartOverview
 
setChartXLabel(String) - Method in class energy.evaluation.gui.io.MeasurementChartOverview
 
setChartYLabel(String) - Method in class energy.evaluation.gui.costs.EnergyCostChart
Sets the chart y label.
setChartYLabel(String) - Method in class energy.evaluation.gui.costs.EnergyCostChartOverview
 
setChartYLabel(String) - Method in class energy.evaluation.gui.io.MeasurementChart
Sets the chart y label.
setChartYLabel(String) - Method in class energy.evaluation.gui.io.MeasurementChartOverview
 
setChartYLabel() - Method in class energy.optionModel.gui.flow.FlowChart
Sets the chart y label according to the current energy flow.
setClassName(String) - Method in class energy.domain.DomainModelSetting
Sets the class name for the domain model.
setClassName(String) - Method in class energy.optionModel.EvaluationClass
Sets the value of the className property.
setClassName(String) - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Sets the value of the className property.
setClearScheduleList(boolean) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
If this is set to true, existing schedules will be removed before importing, otherwise the imported schedule will be appended to the list
setColumnIndex(int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnIndexForConfigurationID(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV column index for the configuration ID
setColumnIndexForDataColumn(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Sets the CSV data column index for this variable
setColumnIndexForEnergyFlow(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the CSV data column index for the energy flow for this interface
setColumnIndexForEnergyLosses(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV column index for the state duration
setColumnIndexForGlobalTime(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV column index for the state's global time
setColumnIndexForResultingCosts(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV data column for the resulting costs
setColumnIndexForStateCosts(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV data column for the state costs
setColumnIndexForStateID(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the CSV data column index for the state ID
setColumnIndexForStorageLoad(int) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the CSV data column index for the storage load for this interface
setColumnMaxWidth(int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnMinWidth(int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnName(String) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnPreferredWidth(int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnToolTip(String) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setColumnWidth(int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel.ColumnDescription
 
setComponents(Vector<ComponentProperties>) - Method in class energy.domain.goods.cement.DomainModelCement
Sets the components.
setConceptClass(String) - Method in class energy.optionModel.SystemVariableDefinitionOntology
Sets the value of the conceptClass property.
setConceptClass(String) - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Sets the value of the conceptClass property.
setConceptValue(String) - Method in class energy.optionModel.SystemVariableDefinitionOntology
Sets the value of the conceptValue property.
setConceptValue(String) - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Sets the value of the conceptValue property.
setConfigDescription(String) - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Sets the value of the configDescription property.
setConfigDescription(String) - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Sets the value of the configDescription property.
setConfigID(String) - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Sets the value of the configID property.
setConfigID(String) - Method in class energy.optionModel.TechnicalSystemState
Sets the value of the configID property.
setConfigID(String) - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Sets the value of the configID property.
setConfigID(String) - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Sets the value of the configID property.
setConfigID(String) - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Sets the value of the configID property.
setConfigurationErrors(boolean) - Method in class energy.OptionModelControllerBase
Sets that the current TechnicalSystem has configuration errors or not.
setConfigurationErrors(boolean) - Method in class energy.schedule.ScheduleController
Sets that the current ScheduleList has configuration errors or not.
setConnectivity(Connectivity) - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
setConnectivity(Connectivity) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the connectivity property.
setConnectivity(Connectivity) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the connectivity property.
setConstantDurationOnly(boolean) - Method in class energy.optionModel.gui.DurationDialog
Sets that only constant duration is allowed to configure.
setControlledSystem(ControlledSystem) - Method in class energy.optionModel.GroupMember
Sets the value of the controlledSystem property.
setControlledSystem(ControlledSystem) - Method in class energy.persistence.version096.GroupMember
Deprecated.
Sets the value of the controlledSystem property.
setControllingAgent(Agent) - Method in class energy.OptionModelControllerBase
Sets the controlling agent of this option model controller.
setControllingEntity(Object) - Method in class energy.OptionModelControllerBase
Sets the controlling entity of this option model controller.
setControlRange(RangeDouble) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the controlRange property.
setControlRange(RangeInteger) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the controlRange property.
setControlRange(RangeDouble) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the controlRange property.
setControlRange(RangeInteger) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the controlRange property.
setCostFunction(AbstractCostFunction) - Method in class energy.optionModel.CostFunction
Sets the value of the costFunction property.
setCostFunction(AbstractCostFunction) - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Sets the value of the costFunction property.
setCostFunction(AbstractCostFunction) - Method in class energy.optionModel.CostFunctionModuleSingle
Sets the value of the costFunction property.
setCostFunction(AbstractCostFunction) - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Sets the value of the costFunction property.
setCostFunctionDefined(CostFunction) - Method in class energy.optionModel.gui.components.DomainConnectivityComboBox
Sets if a cost function for a specified EnergyCarrier and a Connectivity is defined or not.
setCostFunctionType(DomainConnectivityComboBox.CostFunctionType) - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
setCostModel(CostModel) - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Sets a new cost model to the TechnicalSystem's EvaluationSettings.
setCostModel(CostModel) - Method in class energy.optionModel.EvaluationSettings
Sets the value of the costModel property.
setCostModel(CostModel) - Method in class energy.OptionModelControllerBase
Sets a new CostModel to the current TechnicalSystem.
setCostModel(CostModel) - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Sets the value of the costModel property.
setCostModel2Display() - Method in class energy.evaluation.gui.costs.EnergyCostToolbar
Sets the specified cost model to the display.
setCostModelRepetition(DataRepetition) - Method in class energy.optionModel.gui.components.DataRepetitionComboElement
Sets the data repetition.
setCostRelevant(boolean) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the costRelevant property.
setCostRelevant(boolean) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the costRelevant property.
setCosts(double) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Sets the costs.
setCostsCumulated(double) - Method in class energy.optionModel.AbstractUsageOfInterface
Sets the value of the costsCumulated property.
setCostsCumulated(double) - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Sets the value of the costsCumulated property.
setCostType(String) - Method in class energy.optionModel.AbstractCostFunctionModule
Sets the value of the costType property.
setCostTypePart(String) - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Sets the value of the costTypePart property.
setCostUnit(String) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Sets the cost unit.
setCostUnit(String) - Method in class energy.optionModel.CostModel
Sets the value of the costUnit property.
setCostUnit(String) - Method in class energy.optionModel.ScheduleList
Sets the value of the costUnit property.
setCostUnit(String) - Method in class energy.persistence.version096.CostModel
Deprecated.
Sets the value of the costUnit property.
setCostValue(double) - Method in class energy.optionModel.CostFunctionConstantOverTime
Sets the value of the costValue property.
setCostValue(double) - Method in class energy.optionModel.CostsByTime
Sets the value of the costValue property.
setCostValue(double) - Method in class energy.persistence.version096.CostsByTime
Deprecated.
Sets the value of the costValue property.
setCurrentFile(File) - Method in class energy.OptionModelControllerBase
Sets the current file.
setCurrentFile(File) - Method in class energy.schedule.ScheduleController
Sets the current file.
setCurrentFile(File) - Method in class energygroup.GroupController
Sets the current file.
setCurrentLoad(EnergyAmount) - Method in class energy.optionModel.EnergyStorageInterface
Sets the value of the currentLoad property.
setCurrentLoad(double) - Method in class energy.optionModel.GoodStorageInterface
Sets the value of the currentLoad property.
setCurrentLoad(EnergyAmount) - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Sets the value of the currentLoad property.
setCurrentType(DefaultDomainModelElectricity.CurrentType) - Method in class energy.domain.DefaultDomainModelElectricity
Sets the current type.
setDatabaseSystem(String) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Sets the database system to be used.
setDataModel(Object) - Method in class energy.agentgui.EomDataModelAdapter
 
setDataPageNoOfDsPerPage(int) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Sets the data page no of ds per page.
setDataRepetition(DataRepetition) - Method in class energy.optionModel.EvaluationSettings
Sets the value of the dataRepetition property.
setDataRepetition(DataRepetition) - Method in class energy.optionModel.gui.components.DataRepetitionComboBox
Sets the data repetition.
setDataRepetition(DataRepetition) - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Sets the value of the dataRepetition property.
setDataToView() - Method in class energy.schedule.gui.ScheduleLengthRestrictionPanel
Sets the data to view.
setDataType(VariableImportConfigurationPanel.SystemVariableType) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Sets the data type for this variable
setDate(long) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets the date.
setDate(Date) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets the date.
setDateSaved(Calendar) - Method in class energy.optionModel.ScheduleList
Sets the value of the dateSaved property.
setDebugMode(boolean) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Sets that execution of the sequence should be debuged.
setDefaultEvaluationClass(String) - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
Sets the default evaluation class.
setDeltaAbsoluteWatt(int) - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Sets the delta absolute Watt.
setDeltaAmountAndCosts(TechnicalSystemStateDeltaEvaluation.AmountsAndCosts) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Sets the delta energy amount and costs.
setDeltaE(EnergyFlowInWatt) - Method in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
Sets the value of the deltaE property.
setDeltaMechanism(ScheduleTransformerKeyValueConfiguration.DeltaMechanism) - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Sets the type of the current delta mechanism.
setDeltaPercentage(float) - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Sets the delta in percent that is used in order to determine a new schedule value.
setDeltaT(Duration) - Method in class energy.persistence.version096.EnergyFlowGradient
Deprecated.
Sets the value of the deltaT property.
setDensity(double) - Method in class energy.domain.goods.cement.ComponentProperties
 
setDescription(String) - Method in class energy.optionModel.EvaluationClass
Sets the value of the description property.
setDescription(String) - Method in class energy.optionModel.ScheduleList
Sets the value of the description property.
setDescription(String) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the description property.
setDescription(String) - Method in class energy.optionModel.TechnicalSystemStateTime
Sets the value of the description property.
setDescription(String) - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Sets the value of the description property.
setDescription(String) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the description property.
setDescription(String) - Method in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
Sets the value of the description property.
setDiameter(double) - Method in class energy.domain.DefaultDomainModelHeat
Sets the diameter.
setDirection(Connectivity) - Method in class energy.optionModel.CostFunction
Sets the value of the direction property.
setDirection(Connectivity) - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Sets the value of the direction property.
setDomain(String) - Method in class energy.DomainInterfaceFlows
 
setDomain(String) - Method in class energy.optionModel.AbstractStorageCapacity
Sets the value of the domain property.
setDomain(String) - Method in class energy.optionModel.CostFunction
Sets the value of the domain property.
setDomain(String) - Method in class energy.optionModel.gui.components.DomainComboBox
Sets the specified domain in this combo box.
setDomain(String) - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
setDomain(String) - Method in class energy.optionModel.InterfaceSetting
Sets the value of the domain property.
setDomain(String) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the domain property.
setDomain(String) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Sets the domain.
setDomainModel(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelElectricityJPanel
 
setDomainModel(AbstractDomainModel) - Method in class energy.domain.DefaultDomainModelHeatJPanel
 
setDomainModel(AbstractDomainModel) - Method in class energy.domain.DomainModelSetting
Sets the default domain model.
setDomainModel(AbstractDomainModel) - Method in class energy.domain.goods.cement.DomainModelCementJPanel
 
setDomainModel(AbstractDomainModel) - Method in interface energy.domain.gui.DomainModelInterface
Sets the domain model to the visual configuration for the extended AbstractDomainModel.
setDomainModel(AbstractDomainModel) - Method in class energy.DomainInterfaceFlows.InterfaceFlow
 
setDomainModel(AbstractDomainModel) - Method in class energy.optionModel.InterfaceSetting
Sets the value of the domainModel property.
setDomainModel(AbstractDomainModel) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the domainModel property.
setDomainModel(AbstractDomainModel) - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Sets the value of the domainModel property.
setDomainModel(AbstractDomainModel) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the domainModel property.
setDomainModel(AbstractDomainModel) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Sets the domain model.
setDomainModelSettings(Hashtable<String, DomainModelSetting>) - Method in class energy.DomainSettings
Sets the Hashtable for the domain model settings.
setDomainModelSettings(Hashtable<String, DomainModelSetting>, boolean) - Method in class energy.DomainSettings
Sets the Hashtable for the domain model settings.
setDomainUnit(String) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Sets the domain unit.
setDoModelChangeCheckBeforeClosing(boolean) - Method in class energy.optionModel.gui.AbstractMainPanel
Sets to do a model change check before closing.
setDuration(AbstractDuration) - Method in class energy.optionModel.gui.DurationDialog
Sets the current duration.
setDuration(Duration) - Method in class energy.optionModel.ScheduleLengthRestriction
Sets the value of the duration property.
setDuration(Duration) - Method in class energy.optionModel.State
Sets the value of the duration property.
setDuration(Duration) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the duration property.
setEclipsePreferencesForDatabaseConnection(Properties) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Sets the eclipse preferences for the EOM database connection.
setEditable(boolean) - Method in class energy.evaluation.gui.TechnicalSystemStateDialog
Sets the D´dialog editable or not.
setEditable(boolean) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Sets the TechnicalSystemStatePanel editable or not.
setEditable(boolean) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets this widget editable or not.
setEnabled(boolean) - Method in class energy.optionModel.gui.components.AmountPanel
 
setEnabled(boolean) - Method in class energy.optionModel.gui.components.DateTimeWidget
 
setEnabled(boolean) - Method in class energy.optionModel.gui.components.EnergyAmountPanel
 
setEnableDate() - Method in class energy.optionModel.gui.components.DateTimeWidget
 
setEnableDateTime() - Method in class energy.optionModel.gui.components.DateTimeWidget
 
setEnablePrintToConsole(boolean) - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets the prints to the console enabled or not.
setEnableTime() - Method in class energy.optionModel.gui.components.DateTimeWidget
 
setEnergyAmmount(EnergyAmount) - Method in class energy.optionModel.gui.components.EnergyAmountPanel
Sets the Energy4FlowOverTime.
setEnergyAmount(EnergyAmount) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Sets the energy amount.
setEnergyAmountCumulated(EnergyAmount) - Method in class energy.optionModel.UsageOfInterfaceEnergy
Sets the value of the energyAmountCumulated property.
setEnergyAmountCumulated(EnergyAmount) - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Sets the value of the energyAmountCumulated property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.optionModel.EnergyInterface
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.optionModel.gui.components.DomainComboBox
Sets the specified EnergyCarrier in this combo box.
setEnergyCarrier(EnergyCarrier) - Method in class energy.optionModel.gui.components.EnergyCarrierComboBox
Sets the specified EnergyCarrier in this combo box.
setEnergyCarrier(EnergyCarrier) - Method in class energy.persistence.version096.CostModel.CostFunctions
Deprecated.
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.persistence.version096.StorageCapacity
Deprecated.
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Sets the value of the energyCarrier property.
setEnergyCarrier(EnergyCarrier) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
Sets the energy carrier.
setEnergyFlow(AbstractEnergyFlowInWatt) - Method in class energy.optionModel.EnergyFlowGeneral
Sets the value of the energyFlow property.
setEnergyFlow(EnergyFlowInWatt) - Method in class energy.optionModel.EnergyMeasurement
Sets the value of the energyFlow property.
setEnergyFlow(EnergyFlowInWatt) - Method in class energy.optionModel.UsageOfInterfaceEnergy
Sets the value of the energyFlow property.
setEnergyFlow(AbstractEnergyFlowInWatt) - Method in class energy.persistence.version096.EnergyFlow
Deprecated.
Sets the value of the energyFlow property.
setEnergyFlow(EnergyFlowInWatt) - Method in class energy.persistence.version096.EnergyMeasurement
Deprecated.
Sets the value of the energyFlow property.
setEnergyFlow(EnergyFlowInWatt) - Method in class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
Sets the value of the energyFlow property.
setEnergyFlow(EnergyFlowInWatt) - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Sets the value of the energyFlow property.
setEnergyFlowInWatt(EnergyFlowInWatt) - Method in class energy.DomainInterfaceFlows.InterfaceFlow
 
setEnergyFlowInWatt(EnergyFlowInWatt) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Sets the energy flow in watt.
setEnergyFlowInWatt(AbstractEnergyFlowInWatt) - Method in class energy.optionModel.gui.EnergyFlowInWattDialog
Sets the current energy flow.
setEnergyFlowMeasured(EnergyFlowMeasured) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceEnergy
Sets the EnergyFlowMeasured.
setEnergyFlowSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the SI prefix for the energy flow
setEnergyLosses(EnergyAmount) - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Sets the value of the energyLosses property.
setEnergyLosses(EnergyAmount) - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Sets the value of the energyLosses property.
setEnergyLosses(EnergyFlowMeasured) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Sets the energy losses as EnergyFlowMeasured.
setEnergySiPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.optionModel.gui.flow.FlowChart
Sets the energy prefix for the energy flow.
setEnergyUnitFactorPrefixSI(EnergyUnitFactorPrefixSI) - Method in class energy.optionModel.gui.components.SIPrefixComboBox
Sets the EnergyUnitFactorPrefixSI.
setError(boolean) - Method in class energy.evaluation.gui.costs.EnergyCostImportDialog
Sets that parsing results an error.
setError(boolean) - Method in class energy.evaluation.gui.io.MeasurementImportDialog
Sets that parsing results an error.
setError(boolean) - Method in class energy.optionModel.gui.common.TimeFormatEditor
Sets the error.
setError(boolean) - Method in class energy.optionModel.gui.flow.FlowMeasuredImportDialog
Sets that parsing results an error.
setEvaluationClass(String) - Method in class energy.optionModel.EvaluationSettings
Sets the value of the evaluationClass property.
setEvaluationClass(String) - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Sets the value of the evaluationClass property.
setEvaluationError(String) - Method in class energygroup.GroupTreeNodeObject
Sets the evaluation errors.
setEvaluationExecuted(boolean) - Method in interface energy.evaluation.EvaluationProcessListener
Sets that the evaluation is running or not.
setEvaluationExecuted(boolean) - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
setEvaluationGraph(EvaluationGraph) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Sets the specified EvaluationGraph to the visualisation.
setEvaluationGraphDeltaCosts(EvaluationGraph) - Method in class energy.evaluation.gui.results.EvaluationResultPanel
Sets the evaluation graph for the DeltaCosts to the display.
setEvaluationGraphPartSelected(long) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Sets the evaluation graph part selected according to the specified time stamp.
setEvaluationGraphStateVariability(EvaluationGraph) - Method in class energy.evaluation.gui.results.EvaluationResultPanel
Sets the evaluation graph for the StateVariability to the display.
setEvaluationSettings(EvaluationSettings) - Method in class energy.optionModel.TechnicalSystem
Sets the value of the evaluationSettings property.
setEvaluationSettings(EvaluationSettings) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the evaluationSettings property.
setEvaluationStates() - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
Sets the evaluation states.
setEvaluationStepSize(double) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the evaluationStepSize property.
setEvaluationStepSize(int) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the evaluationStepSize property.
setEvaluationStepSize(double) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the evaluationStepSize property.
setEvaluationStepSize(int) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the evaluationStepSize property.
setEvaluationThread(Thread) - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets the reference to the current EvaluationThread.
setEvaluationThreadFinished(EvaluationThread) - Method in class energy.evaluation.EvaluationProcess
Sets the evaluation thread finished.
setFileDescription(String) - Method in class energy.optionModel.gui.imaging.AbstractFileFilter
Sets the file description.
setFileExtension(String[]) - Method in class energy.optionModel.gui.imaging.AbstractFileFilter
Sets the file extension.
setFilterPhrase(String) - Method in class energygroup.gui.GroupTree
Sets the filter phrase.
setFilterScheduleList(boolean) - Method in class energygroup.gui.GroupTree
Sets the filter schedule list.
setFilterTechnicalSystem(boolean) - Method in class energygroup.gui.GroupTree
Sets the filter technical system.
setFilterTechnicalSystemGroup(boolean) - Method in class energygroup.gui.GroupTree
Sets the filter technical system group.
setFinalCalculationStepNode(Vector<CalculationStepNode<T>>) - Method in class energygroup.sequentialNetworks.CalculationGraph
Sets the final calculation step node.
setFinalEnergyFlows(HashMap<String, EnergyFlowMeasured>, TechnicalSystemStateEvaluation, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the final energy flows in the EnergyFlowMeasured specified through the measureHash.
setFinalGoodFlows(HashMap<String, GoodFlowMeasured>, TechnicalSystemStateEvaluation, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the final good flows in the GoodFlowMeasured specified through the measureHash.
setFixedConfigurationID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the fixed configuration ID
setFixedStateID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the fixed state ID
setFlow(AbstractFlow) - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Sets the energy flow.
setFlowRangeFrom(double) - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Sets the value of the flowRangeFrom property.
setFlowRangeTo(double) - Method in class energy.optionModel.CostFunctionModuleMultiplePart
Sets the value of the flowRangeTo property.
setFlowsMeasuredGroupMemberRoot(FlowsMeasuredGroupMember) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Just for Technical Systems Groups: Sets the energy flows measured for the group member that is the actual TechnicalSystemGroup.
setFlowType(AbstractFlowMeasuredAtInterface.FlowType) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Sets the flow type.
setFocusOnTab(AboutDialog.AboutDialogFocus) - Method in class energy.optionModel.gui.AboutDialog
Sets the focus on the specified tab.
setFormat(String) - Method in class energy.optionModel.gui.common.TimeFormat
Sets the format.
setFormatPattern(String) - Static method in class energy.DateTimeHelper
Sets the new current format pattern.
setFormatTimeUnit(TimeUnit) - Method in class energy.optionModel.State
Sets the value of the formatTimeUnit property.
setFormatTimeUnit(TimeUnit) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the formatTimeUnit property.
setFrequency(int) - Method in class energy.domain.DefaultDomainModelElectricity
Sets the frequency.
setGeoCoordinate(AbstractGeoCoordinate) - Method in class energy.optionModel.geo.GeoCoordinateDialog
Sets the current geographical coordinate.
setGeoCoordinate(AbstractGeoCoordinate) - Method in class energy.optionModel.geo.JPanelGeoCoordinate
Sets the current geographical coordinate.
setGeoCoordinate(AbstractGeoCoordinate) - Method in class energy.optionModel.TechnicalSystem
Sets the value of the geoCoordinate property.
setGlobalTime(long) - Method in class energy.optionModel.TechnicalSystemStateTime
Sets the value of the globalTime property.
setGlobalTime(long) - Method in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
Sets the value of the globalTime property.
setGlobalTimeFrom(long) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sets the global time from.
setGlobalTimeTo(long) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sets the global time to.
setGoodAmount(Double) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
Sets the good amount.
setGoodAmountCumulated(double) - Method in class energy.optionModel.UsageOfInterfaceGood
Sets the value of the goodAmountCumulated property.
setGoodFlow(GoodFlow) - Method in class energy.DomainInterfaceFlows.InterfaceFlow
 
setGoodFlow(GoodFlow) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Sets the good flow.
setGoodFlow(AbstractActualGoodFlow) - Method in class energy.optionModel.GoodFlowGeneral
Sets the value of the goodFlow property.
setGoodFlow(GoodFlow) - Method in class energy.optionModel.GoodMeasurement
Sets the value of the goodFlow property.
setGoodFlow(AbstractActualGoodFlow) - Method in class energy.optionModel.gui.GoodFlowDialog
Sets the current good flow.
setGoodFlow(GoodFlow) - Method in class energy.optionModel.UsageOfInterfaceGood
Sets the value of the goodFlow property.
setGoodFlowMeasured(GoodFlowMeasured) - Method in class energygroup.calculation.FlowMeasuredAtInterfaceGood
Sets the good flow measured.
setGoodUnit(String) - Method in class energy.optionModel.AbstractActualGoodFlow
Sets the value of the goodUnit property.
setGradientTime(Duration) - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
 
setGradientTime(Duration) - Method in class energy.optionModel.SystemVariableDefinitionBoolean
Sets the value of the gradientTime property.
setGradientTime(Duration) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the gradientTime property.
setGradientTime(Duration) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the gradientTime property.
setGradientTime(Duration) - Method in class energy.persistence.version096.SystemVariableDefinitionBoolean
Deprecated.
Sets the value of the gradientTime property.
setGradientTime(Duration) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the gradientTime property.
setGradientTime(Duration) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the gradientTime property.
setGradientValue(Object) - Method in class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
 
setGradientValue(double) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the gradientValue property.
setGradientValue(int) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the gradientValue property.
setGradientValue(double) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the gradientValue property.
setGradientValue(int) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the gradientValue property.
setGranularity(int) - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Sets the value of the granularity property.
setGraphForDeltaCosts(EvaluationGraph) - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets the graph for delta costs.
setGraphForDeltaCosts(EvaluationGraph) - Method in class energy.evaluation.EvaluationProcess
Sets the graph for delta costs.
setGraphForDeltaCosts(EvaluationGraph) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
 
setGraphForStateVariability(EvaluationGraph) - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets the graph for state variability.
setGraphForStateVariability(EvaluationGraph) - Method in class energy.evaluation.EvaluationProcess
Sets the graph for state variability.
setGraphLayout(Layout<EvaluationGraphNode, EvaluationGraphEdge>) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Sets the graph layout.
setGraphMousePicking() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Sets the graph mouse picking.
setGraphMousePicking() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Sets the graph mouse picking.
setGraphMousePicking() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Sets the graph mouse picking.
setGraphMouseTransforming() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Sets the graph mouse transforming.
setGraphMouseTransforming() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Sets the graph mouse transforming.
setGraphMouseTransforming() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Sets the graph mouse transforming.
setGroupApplicationFrame(GroupApplicationFrame) - Method in class energygroup.ApplicationGroup
Sets the energy option model window.
setGroupController(GroupController) - Method in class energy.OptionModelControllerBase
Sets the current GroupController instance.
setGroupController(GroupController) - Method in class energy.persistence.TechnicalSystemGroup_StorageHandler
Sets the internal group controller.
setGroupEvaluationStrategy(AbstractGroupEvaluationStrategy) - Method in class energy.calculations.AbstractOptionModelCalculation
Sets the current group evaluation strategy.
setGroupEvaluationStrategy(AbstractGroupEvaluationStrategy) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Sets the current group evaluation strategy and the value for the sequential network calculation.
setGroupEvaluationStrategy(AbstractGroupEvaluationStrategy) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Sets the group evaluation strategy.
setGroupIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanel
Sets that this panel is integrated into an aggregation.
setGroupIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanelToolBar
Sets that the MainPanel is integrated into an aggregation / TechnicalSystemGroup.
setGroupIntegrated() - Method in class energy.optionModel.gui.MainPanelToolBar
Sets that the MainPanel is integrated into an aggregation or group.
setGroupIntegrated() - Method in class energy.schedule.gui.ScheduleMainPanelToolBar
Sets that the ScheduleMainPanel is integrated to AgentGUI .
setGroupIntegrated() - Method in class energygroup.gui.GroupMainPanelToolBar
Sets that the GroupMainPanel is integrated in an aggregation.
setGroupMemberEvaluationStrategy(AbstractGroupEvaluationStrategy, MemberEvaluationStrategy) - Method in class energygroup.GroupTreeNodeObject
Sets the MemberEvaluationStrategyTechnicalSystem for the current groupEvaluationStrategy.
setGroupMemberVisualisation(Container) - Method in class energygroup.GroupTreeNodeObject
Sets the visualisation of this GroupMember.
setGroupNodeCaptionStyle(GroupTree.GroupNodeCaptionStyle) - Method in class energygroup.gui.GroupTreeCellRenderer
Sets the group node caption style.
setGroupTreeAction(AbstractGroupTreeAction) - Method in class energygroup.sequentialNetworks.AbstractSequentialNetworkCalculation
Sets the current group tree action.
setGroupTreeNode(DefaultMutableTreeNode) - Method in class energygroup.sequentialNetworks.CalculationStepNode
Sets the group tree node.
setGroupTreeTraversal(AbstractGroupTreeAction.GroupTreeTraversal) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Sets the group tree traversal.
setHeaderText(String) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionDialog
Sets the header text.
setHeaderText(String) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
Sets the header text.
setHeadlessEomOperating(boolean) - Static method in class energy.GlobalInfo
Sets that the EM has to operated headless.
setHeatCarrier(String) - Method in class energy.domain.DefaultDomainModelHeat
Sets the heat carrier.
setHostIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanel
Sets that the MainPanel is integrated into a host (e.g.
setHostIntegrated() - Method in class energy.optionModel.gui.AbstractMainPanelToolBar
Sets that the current main panel is integrated into AgentGUI .
setHostIntegrated() - Method in class energy.optionModel.gui.MainPanelToolBar
Sets that the MainPanel is integrated to AgentGUI .
setHostIntegrated() - Method in class energy.schedule.gui.ScheduleMainPanelToolBar
Sets that the ScheduleMainPanel is integrated to AgentGUI .
setHostIntegrated() - Method in class energygroup.gui.GroupMainPanelToolBar
Sets that the GroupMainPanel is integrated to AgentGUI .
setId(String) - Method in class energy.optionModel.gui.graph.StateVisElement
Sets the id.
setId(long) - Method in class energy.optionModel.TechnicalSystemStateTime
Sets the value of the id property.
setId(long) - Method in class energy.optionModel.VariableState
Sets the value of the id property.
setIdDomainModel(int) - Method in class energy.optionModel.AbstractDomainModel
Sets the id domain model.
setIdDuration(long) - Method in class energy.optionModel.AbstractDuration
Sets the value of the idDuration property.
setIdEnergyAmount(long) - Method in class energy.optionModel.EnergyAmount
Sets the value of the idEnergyAmount property.
setIdInterfaceFlow(long) - Method in class energy.optionModel.AbstractInterfaceFlow
Sets the value of the idInterfaceFlow property.
setIdInterfaceSetting(int) - Method in class energy.optionModel.InterfaceSetting
Sets the value of the idInterfaceSetting property.
setIdInterfaceUsage(long) - Method in class energy.optionModel.AbstractUsageOfInterface
Sets the value of the idInterfaceUsage property.
setIdSchedule(int) - Method in class energy.optionModel.Schedule
Sets the id schedule.
setIdSchedule(int) - Method in class energy.optionModel.TechnicalSystemStateTime
Sets the value of the idSchedule property.
setIdScheduleLengthRestriction(int) - Method in class energy.optionModel.ScheduleLengthRestriction
Sets the value of the idScheduleLengthRestriction property.
setIdScheduleList(int) - Method in class de.enflexit.eom.database.gui.ScheduleSelectionPanel
Sets the id schedule list.
setIdScheduleList(Integer) - Method in class de.enflexit.eom.database.ScheduleListSelection
Sets the id schedule list.
setIdScheduleList(int) - Method in class energy.optionModel.ScheduleList
Sets the value of the idScheduleList property.
setIdStorageCapacity(int) - Method in class energy.optionModel.AbstractStorageCapacity
Sets the value of the idStorageCapacity property.
setIdStorageLoad(long) - Method in class energy.optionModel.AbstractStorageLoad
Sets the value of the idStorageLoad property.
setImportSettings(ScheduleCsvImportSettings) - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
Sets the ScheduleCsvImportSettings for this dialog
setImportSettings(ScheduleCsvImportSettings) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
Sets the GUI components values according to the given ScheduleCsvImportSettings instance
setInitialCalculationStepNode(CalculationStepNode<T>) - Method in class energygroup.sequentialNetworks.CalculationGraph
Sets the initial calculation step node.
setInitialEnergyFlows(HashMap<String, EnergyFlowMeasured>, TechnicalSystemStateEvaluation, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the initial energy flows in the EnergyFlowMeasured specified through the measureHash.
setInitialGoodFlows(HashMap<String, GoodFlowMeasured>, TechnicalSystemStateEvaluation, long) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the initial good flows in the GoodFlowMeasured specified through the measureHash.
setInitialSelection() - Method in class energy.OptionModelControllerBase
Sets the initial selection.
setInitialSelection() - Method in class energy.schedule.ScheduleController
Sets the initial selection.
setInitialSelection() - Method in class energygroup.GroupController
Sets the initial selection.
setInitialStateAdaptionConfigured(AbstractEvaluationStrategyRT.InitialStateAdaption) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Sets the configured initial state adaption for this real time strategy.
setInitialStateAdaptionConfigured(AbstractEvaluationStrategyRT.InitialStateAdaption) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Sets the configured initial state adaption for this real time strategy.
setInitialStateID(String) - Method in class energy.optionModel.TechnicalInterfaceConfiguration
Sets the value of the initialStateID property.
setInitialStateID(String) - Method in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
Sets the value of the initialStateID property.
setInitialTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.EvaluationProcess
Sets the initial technical system state.
setInitialTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets the initial technical system state evaluation.
setInitialTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.EvaluationProcess
Sets the initial technical system state evaluation.
setInNodeState(HashMap<DefaultMutableTreeNode, T>) - Method in class energygroup.sequentialNetworks.CalculationStepNode
Sets the in-node state HashMap, where the key represents the group tree node and the value the actual instance of the intermediate data model.
setInNodeStates(String, HashMap<DefaultMutableTreeNode, ?>) - Method in class energy.OptionModelController
Sets the in node states for the current system and the specified thread.
setInputMeasurement(String, AbstractInputMeasurement) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Sets the input measurement of the current system for the specified ID of a SystemVariableDefinition.
setInputMeasurement(AbstractInputMeasurement) - Method in class energy.OptionModelControllerBase
Replaces or adds the specified input measurement.
setInputMeasurementDefined(AbstractInputMeasurement) - Method in class energy.evaluation.gui.io.MeasurementJComboBox
Sets if a InputMeasurement for a specified AbstractInputMeasurement is defined or not.
setInputMeasurements2Display() - Method in class energy.evaluation.gui.io.MeasurementToolbar
Sets the specified InputMeasurement's to the display.
setInputMeasurementType(MeasurementJComboBox.InputMeasurementType) - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
Sets the input measurement type.
setInterfaceID(String) - Method in class energy.DomainInterfaceFlows.InterfaceFlow
 
setInterfaceID(String) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Sets the interface id.
setInterfaceID(String) - Method in class energy.optionModel.AbstractFlow
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.optionModel.AbstractStorageLoad
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.optionModel.AbstractUsageOfInterface
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.optionModel.InterfaceSetting
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.optionModel.TechnicalInterface
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.AbstractEnergyFlow
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.InterfaceSetting
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.TechnicalInterface
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Sets the value of the interfaceID property.
setInterfaceID(String) - Method in class energygroup.calculation.AbstractFlowMeasuredAtInterface
Sets the interface id.
setInterfaceImportSettings(List<ScheduleCsvImportSettings.InterfaceImportSettings>) - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
Adds a list of technical interfaces to the definition table
setIntermediateStateToResult(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Adds the intermediate state to the result schedule.
setIntermediateStateToResult(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Adds the intermediate state to the result schedule.
setIOList(List<FixedVariable>) - Method in class energy.evaluation.gui.EvaluationIOListPanel
Sets the setIOList.
setIsGroupMemberPanel(boolean) - Method in class energygroup.gui.GroupMainPanel
Sets the checks if is group member panel.
setJToggleButtonCheckBoxesSelected(boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar
Sets the JToggleButton for the visualization of check boxes selected or not.
setJToolBarResultDetailsVisible(boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJPanel
Sets the toolbar for the result details (the check boxes) visible or not.
setJToolBarResultDetailsVisible(boolean, boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJPanel
Sets the toolbar for the result details (the check boxes) visible or not.
setKnowledgeBase(KnowledgeBase) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the knowledgeBase property.
setLastCsvImportSettings(ScheduleCsvImportSettings) - Static method in class energy.GlobalInfo
 
setLastSelectedDirectory(File) - Static method in class energy.GlobalInfo
Sets the last selected folder.
setLastSelectedFolder(File) - Method in class energy.GlobalInfo
 
setLatency(long) - Method in class energy.LatentInputMeasurement
Sets the latency.
setLatitude(double) - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Sets the latitude.
setLicenseIndicator() - Method in class energy.optionModel.gui.AbstractMainPanel
Adds the license indicator if the license is invalid, removes it if it is valid.
setLink(String) - Method in class energy.optionModel.gui.common.JHyperLink
Sets the link.
setLocalBundle(Bundle) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Sets the local bundle.
setLocation(Point) - Method in class energy.optionModel.gui.common.PositionAndSizeReminder.PositionAndSize
Sets the location point.
setLockNode(boolean, Thread) - Method in class energy.evaluation.EvaluationGraphNode
Sets the node locked or unlocked.
setLongitude(double) - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
Sets the longitude.
setMainPanelView(MainPanel.MainPanelView) - Method in class energy.optionModel.gui.MainPanel
Sets the current main panel view.
setMainPanelView(ScheduleMainPanel.SchedulePanelView) - Method in class energy.schedule.gui.ScheduleMainPanel
Sets the current main panel view.
setMainToolBarElementsEnabled(boolean) - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
Sets the main tool bar elements enabled or not.
setMassPercent(double) - Method in class energy.domain.goods.cement.ComponentProperties
 
setMaxDuration(AbstractDuration) - Method in class energy.optionModel.StateTransition
Sets the value of the maxDuration property.
setMaxDuration(AbstractDuration) - Method in class energy.persistence.version096.StateTransition
Deprecated.
Sets the value of the maxDuration property.
setMaxEnergyFlow(AbstractEnergyFlowInWatt) - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Sets the value of the maxEnergyFlow property.
setMaximumDate(long) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets a upper bound for the time range that can be selected by the widget.
setMaximumDate(Date) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets an upper bound for the time range that can be selected by the widget.
setMaxNumberOfSystemStates(int) - Method in class energy.optionModel.ScheduleLengthRestriction
Sets the value of the maxNumberOfSystemStates property.
setMeasurementsFromSystem(FixedVariableList) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Sets the current measurements from the system.
setMeasurementsFromSystem(FixedVariableListForAggregation) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Sets the current measurements from the system.
setMessage(String) - Method in class energy.validation.TechnicalSystemMessage
Sets the message.
setMessageType(TechnicalSystemMessage.Type) - Method in class energy.validation.TechnicalSystemMessage
Sets the message type.
setMinDuration(AbstractDuration) - Method in class energy.optionModel.StateTransition
Sets the value of the minDuration property.
setMinDuration(AbstractDuration) - Method in class energy.persistence.version096.StateTransition
Deprecated.
Sets the value of the minDuration property.
setMinEnergyFlow(AbstractEnergyFlowInWatt) - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Sets the value of the minEnergyFlow property.
setMinimumDate(long) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets a lower bound for the time range that can be selected by the widget.
setMinimumDate(Date) - Method in class energy.optionModel.gui.components.DateTimeWidget
Sets a lower bound for the time range that can be selected by the widget.
setMyBoolean(boolean) - Method in class energy.samples.staticModel.AnyDataModel
Sets the my boolean.
setMyDouble(Double) - Method in class energy.samples.staticModel.AnyDataModel
Sets the my double.
setMyInteger(Integer) - Method in class energy.samples.staticModel.AnyDataModel
Sets the my integer.
setMyStringVector(Vector<String>) - Method in class energy.samples.staticModel.AnyDataModel
Sets the my string vector.
setName(String) - Method in class energy.domain.goods.cement.ComponentProperties
 
setNetworkID(String) - Method in class energy.optionModel.GroupMember
Sets the value of the networkID property.
setNetworkID(String) - Method in class energy.optionModel.ScheduleList
Sets the value of the networkID property.
setNetworkID(String) - Method in class energy.persistence.version096.GroupMember
Deprecated.
Sets the value of the networkID property.
setNetworkID(String) - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Sets the value of the networkID property.
setNetworkID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the network ID
setNetworkID(String) - Method in class energy.schedule.ScheduleController
Sets the network ID of the current ScheduleList.
setNextStateID(String) - Method in class energy.optionModel.StateTransition
Sets the value of the nextStateID property.
setNextStateID(String) - Method in class energy.persistence.version096.StateTransition
Deprecated.
Sets the value of the nextStateID property.
setNormalize(boolean) - Method in class energy.schedule.csv.ScheduleCSVExporter
Sets, whether the exported data should be normalized, i.e. each value should be converted to the time/prefix units of the first TSSE.
setNumberOfStatesToLoad(int) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Sets the number of system states to load.
setNumberOfStatesToLoad(int) - Method in class de.enflexit.eom.database.ScheduleListSelection
Sets the number of states to load.
setNumberOfThreads(int) - Method in class energy.evaluation.EvaluationProcess
Sets the number of threads.
setOkButtonState(boolean) - Method in class energy.schedule.csv.gui.ScheduleCsvImportDialog
Enables/disables the OK button
setOntologyBaseClass(String) - Method in class energy.optionModel.SystemVariableDefinitionOntology
Sets the value of the ontologyBaseClass property.
setOntologyBaseClass(String) - Method in class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
Sets the value of the ontologyBaseClass property.
setOntologyInstanceOfSystemVariableDefinition(SystemVariableDefinitionOntology, Object) - Method in class energy.OptionModelController
Sets the actual ontology instance of a SystemVariableDefinitionOntology.
setOptionModelController(OptionModelController) - Method in class energy.calculations.AbstractEvaluationCalculation
Sets the current OptionModelController.
setOptionModelController(OptionModelController) - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Sets the option model controller.
setOptionModelController(OptionModelController) - Method in class energy.schedule.ScheduleController
Sets the current OptionModelController.
setOutNodeState(T) - Method in class energygroup.sequentialNetworks.CalculationStepNode
Sets the out node state.
setPanelView(MainPanel.MainPanelView) - Method in class energygroup.gui.GroupTreeViewSwitch
Sets the panel view.
setParent(TechnicalSystemStateEvaluation) - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Sets the value of the parent property.
setParent(TechnicalSystemStateEvaluation) - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Sets the value of the parent property.
setParentWindowOrContainer(Container) - Method in class energy.optionModel.gui.AbstractMainPanel
Sets the parent window or container.
setPhase(DefaultDomainModelElectricity.Phase) - Method in class energy.domain.DefaultDomainModelElectricity
Sets the phase.
setPickedObjects(Vector<Object>) - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Marks a group of objects as picked
setPickedObjects(Vector<StateVisElement>) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Marks a group of objects as picked
setPickedObjects(Vector<Object>) - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Marks a group of objects as picked
setPoint - Variable in class energy.optionModel.SystemVariableDefinition
 
setPoint - Variable in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
setPointForUser - Variable in class energy.optionModel.SystemVariableDefinition
 
setPointForUser - Variable in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
setPointInTime(long) - Method in class energy.optionModel.AbstractMeasurement
Sets the value of the pointInTime property.
setPointInTime(long) - Method in class energy.optionModel.CostsByTime
Sets the value of the pointInTime property.
setPointInTime(long) - Method in class energy.optionModel.InputMeasurementByTime
Sets the value of the pointInTime property.
setPointInTime(long) - Method in class energy.persistence.version096.CostsByTime
Deprecated.
Sets the value of the pointInTime property.
setPointInTime(long) - Method in class energy.persistence.version096.EnergyMeasurement
Deprecated.
Sets the value of the pointInTime property.
setPointInTime(long) - Method in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
Sets the value of the pointInTime property.
setPosition(Point2D) - Method in class energy.evaluation.EvaluationGraphNode
Sets the position of this GraphNode.
setPosition(Point2D) - Method in class energy.optionModel.gui.graph.StateVisNode
Sets the position of this GraphNode.
setPosition(Point2D) - Method in class energygroup.sequentialNetworks.CalculationStepNode
Sets the position.
setPositionAndSizeOfInternalFrames() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Sets the size of the currently open JIternalFrame instances.
setPowerDecrease(AbstractEnergyFlowGradient) - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Sets the value of the powerDecrease property.
setPowerIncrease(AbstractEnergyFlowGradient) - Method in class energy.persistence.version096.EnergyFlowDynamic
Deprecated.
Sets the value of the powerIncrease property.
setPowerType(DefaultDomainModelElectricity.PowerType) - Method in class energy.domain.DefaultDomainModelElectricity
Sets the power type.
setPriority(int) - Method in class energy.optionModel.Schedule
Sets the value of the priority property.
setPriority(int) - Method in class energy.persistence.version096.Schedule
Deprecated.
Sets the value of the priority property.
setProgressMonitor(ProgressMonitor) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Sets the progress monitor.
setProgressMonitor(ProgressMonitor) - Method in class energy.agentgui.JButtonScheduleListDatabaseHandling
Sets the progress monitor.
setRatedVoltage(double) - Method in class energy.domain.DefaultDomainModelElectricity
Sets the rated voltage.
setRealTimeSchedule(boolean) - Method in class energy.optionModel.Schedule
Sets the value of the realTimeSchedule property.
setRenderer(GlobalInfo.ChartRenderer) - Method in class energy.evaluation.gui.costs.EnergyCostChart
Sets the renderer type for the plot.
setRenderer(GlobalInfo.ChartRenderer) - Method in class energy.evaluation.gui.io.MeasurementChart
Sets the renderer type for the plot.
setRenderer(GlobalInfo.ChartRenderer) - Method in class energy.optionModel.gui.flow.FlowChart
Sets the renderer type for the plot.
setRepeatability(int) - Method in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
Sets the value of the repeatability property.
setRepeateble(boolean) - Method in class energy.persistence.version096.UsePattern
Deprecated.
Sets the value of the repeateble property.
setResultingCosts(double) - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Sets the value of the resultingCosts property.
setResultingCosts(double) - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Sets the value of the resultingCosts property.
setReuseExistingResults(boolean) - Method in class energy.evaluation.EvaluationProcess
Sets if a new execution of EvaluationThread's can reuse existing results.
setRoundingPrecision(int) - Method in class energy.optionModel.EvaluationSettings
Sets the value of the roundingPrecision property.
setRoundingPrecision(int) - Method in class energy.optionModel.gui.components.RoundingPrecisionComboBox
Sets the round precision.
setRoundPrecision(int) - Static method in class energy.GlobalInfo
Sets the round precision for calculations.
setRunning(boolean) - Method in class energy.evaluation.EvaluationProcess
Sets the running.
setSaveScheduleListsToDatabase(boolean) - Method in class energy.agentgui.AbstractEomUserObjectForSetup
Sets so save schedule lists to the EOM database.
setScheduleApplicationFrame(ScheduleApplicationFrame) - Method in class energy.schedule.ApplicationSchedule
Sets the schedule window.
setScheduleController(ScheduleController) - Method in class energy.schedule.csv.ScheduleCSVExporter
Sets the schedule controller.
setScheduleLengthRestriction(ScheduleLengthRestriction) - Static method in class energy.GlobalInfo
Sets the schedule length restriction.
setScheduleLengthRestriction(ScheduleLengthRestriction) - Method in class energy.optionModel.Schedule
Sets the ScheduleLengthRestriction to use for the current Schedule.
setScheduleLengthRestriction(ScheduleLengthRestriction) - Method in class energy.schedule.gui.ScheduleLengthRestrictionPanel
Sets the local ScheduleLengthRestriction as clone of the specified instance.
setScheduleList(ScheduleList) - Method in class de.enflexit.eom.database.gui.ScheduleListSavePanel
Sets the current ScheduleList.
setScheduleList(ScheduleList) - Method in class energy.schedule.csv.ScheduleCSVExporter
Sets the schedule list.
setScheduleList(ScheduleList) - Method in class energy.schedule.csv.ScheduleCsvImporter
Sets the current schedule list
setScheduleList(ScheduleList) - Method in class energy.schedule.gui.ScheduleListDetails
Sets the schedule list and thus the detailed information.
setScheduleList(ScheduleList) - Method in class energy.schedule.ScheduleController
Sets the current ScheduleList.
setScheduleList(ScheduleList, boolean) - Method in class energy.schedule.ScheduleController
Sets the current ScheduleList.
setScheduleListDateSaved(int, long) - Method in class de.enflexit.eom.database.DatabaseStorageHandler_ScheduleList
Sets the schedule list date saved.
setScheduleListReminder() - Method in class energy.schedule.ScheduleController
Sets the technical system reminder in order to recognise changes in the model later on.
setScheduleTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategy
Sets the schedule TechnicalSystemStateEvaluation.
setScheduleTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategyScheduList
 
setScheduleTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.MemberEvaluationStrategyTechnicalSystem
 
setSelectedClass(String) - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
 
setSelectedFlow(AbstractFlow) - Method in class energy.SelectionModel
Sets the selected flow (energy or good).
setSelectedGroupMember(GroupMember) - Method in class energygroup.GroupSelectionModel
Sets the selected GroupMember.
setSelectedGroupMember(GroupMember) - Method in class energygroup.gui.GroupTree
Sets the selected group member.
setSelectedObject(Object) - Method in class energy.SelectionNotification
Sets the selected object.
setSelectedSchedule(Schedule) - Method in class energy.schedule.ScheduleSelectionModel
Sets the selected schedule.
setSelectedState(State) - Method in class energy.SelectionModel
Sets the selected state.
setSelectedStateTransition(StateTransition) - Method in class energy.SelectionModel
Sets the selected state transition.
setSelectedTechnicalInterface(TechnicalInterface) - Method in class energy.SelectionModel
Sets the selected technical interface.
setSelectedTechnicalInterfaceConfiguration(TechnicalInterfaceConfiguration) - Method in class energy.SelectionModel
Sets the selected technical interface configuration.
setSelectedTechnicalSystemState(TechnicalSystemState) - Method in class energy.SelectionModel
Sets the selected technical system state.
setSelectionCanceled() - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
 
setSequentialNetworkCalculation(AbstractSequentialNetworkCalculation<?>) - Method in class energygroup.evaluation.AbstractGroupTreeAction
Sets the current sequential network calculation.
setSessionFactoryState(String, SessionFactoryMonitor.SessionFactoryState) - Method in class de.enflexit.eom.database.gui.ScheduleListSavePanel
 
setSessionFactoryState(String, SessionFactoryMonitor.SessionFactoryState) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionPanel
 
setSetPoint(boolean) - Method in class energy.optionModel.SystemVariableDefinition
Sets the value of the setPoint property.
setSetPoint(boolean) - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Sets the value of the setPoint property.
setSetPointForUser(boolean) - Method in class energy.optionModel.SystemVariableDefinition
Sets the value of the setPointForUser property.
setSetPointForUser(boolean) - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Sets the value of the setPointForUser property.
setSetPointsToSystem(FixedVariableList) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Sets the current set-points to the system.
setSetPointsToSystem(FixedVariableListForAggregation) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Sets the current set-points to the system.
setSetup(String) - Method in class energy.optionModel.ScheduleList
Sets the value of the setup property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.optionModel.CostModel
Sets the value of the siPrefix property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.optionModel.EnergyAmount
Sets the value of the siPrefix property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.optionModel.EnergyFlowInWatt
Sets the value of the siPrefix property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.persistence.version096.CostModel
Deprecated.
Sets the value of the siPrefix property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Sets the value of the siPrefix property.
setSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
Sets the value of the siPrefix property.
setSize(Dimension) - Method in class energy.optionModel.gui.common.PositionAndSizeReminder.PositionAndSize
Sets the size.
setSourceState(State) - Method in class energy.StateToStateTransition
Sets the source state.
setSourceThread(String) - Method in class energy.optionModel.Schedule
Sets the value of the sourceThread property.
setSourceThread(String) - Method in class energy.persistence.version096.Schedule
Deprecated.
Sets the value of the sourceThread property.
setState(State) - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Sets the state.
setStateCostFunction(CostFunctionCalculated) - Method in class energy.optionModel.CostModel
Sets the value of the stateCostFunction property.
setStateCostFunction(CostFunctionCalculated) - Method in class energy.persistence.version096.CostModel
Deprecated.
Sets the value of the stateCostFunction property.
setStateCosts(double) - Method in class energy.optionModel.TechnicalSystemStateEvaluation
Sets the value of the stateCosts property.
setStateCosts(double) - Method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Sets the value of the stateCosts property.
setStateDescription(String) - Method in class energy.optionModel.State
Sets the value of the stateDescription property.
setStateDescription(String) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the stateDescription property.
setStateDuration(Frame, State, Duration, boolean) - Method in class energy.OptionModelControllerBase
Sets the state duration.
setStateDuration(Frame, State, Duration, boolean, GoodFlowMeasured) - Method in class energy.OptionModelControllerBase
Sets the state duration.
setStateDuration(Frame, State, Duration, boolean, EnergyFlowMeasured) - Method in class energy.OptionModelControllerBase
Sets the state duration.
setStateEvaluator(StateEvaluator) - Method in class energy.evaluation.EvaluationGraphNode
Sets the StateEvaluator for this GraphNode. - Use case EvaluationGraph.IntendedUse.StateVariability.
setStateID(String) - Method in class energy.optionModel.State
Sets the value of the stateID property.
setStateID(String) - Method in class energy.optionModel.TechnicalSystemState
Sets the value of the stateID property.
setStateID(String) - Method in class energy.persistence.version096.KnowledgePart
Deprecated.
Sets the value of the stateID property.
setStateID(String) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the stateID property.
setStateID(String) - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Sets the value of the stateID property.
setStateIdentifier(boolean) - Method in class energy.optionModel.EnergyStorageInterface
Sets the value of the stateIdentifier property.
setStateIdentifier(boolean) - Method in class energy.optionModel.GoodStorageInterface
Sets the value of the stateIdentifier property.
setStateIdentifier(boolean) - Method in class energy.optionModel.SystemVariableDefinition
Sets the value of the stateIdentifier property.
setStateIdentifier(boolean) - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Sets the value of the stateIdentifier property.
setStateIdentifier(boolean) - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Sets the value of the stateIdentifier property.
setStateIdentifierPrecision(double) - Method in class energy.optionModel.EnergyStorageInterface
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(double) - Method in class energy.optionModel.GoodStorageInterface
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(double) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(int) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(double) - Method in class energy.persistence.version096.StorageInterface
Deprecated.
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(double) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the stateIdentifierPrecision property.
setStateIdentifierPrecision(int) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the stateIdentifierPrecision property.
setStatePosition(StateVisNode, Point2D) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Sets the state position in the graph.
setStateTime(long) - Method in class energy.optionModel.TechnicalSystemState
Sets the value of the stateTime property.
setStateTime(long) - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Sets the value of the stateTime property.
setStateTimeFormat(TimeUnit) - Method in class energy.optionModel.TechnicalSystemState
Sets the value of the stateTimeFormat property.
setStateTimeFormat(TimeUnit) - Method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Sets the value of the stateTimeFormat property.
setStateTransition(StateTransition) - Method in class energy.StateToStateTransition
Sets the state transition.
setStateTransitionHash(HashMap<StateTransition, StateVisTransition>) - Method in class energy.optionModel.gui.graph.StateGraphPanel
Sets the transition state hash.
setStaticDataModel(Serializable) - Method in class energy.optionModel.gui.sysVariables.AbstractStaticModel
Will be invoked in order to set the instance of the serializable static data model.
setStaticDataModel(Serializable) - Method in class energy.samples.staticModel.MyStaticModel
 
setStaticModelClass(String) - Method in class energy.optionModel.SystemVariableDefinitionStaticModel
Sets the value of the staticModelClass property.
setStaticModelClass(String) - Method in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
Sets the value of the staticModelClass property.
setStaticModelInstance(SystemVariableDefinitionStaticModel, Serializable) - Method in class energy.OptionModelControllerBase
Sets the specified serializable, static model instance to a SystemVariableDefinitionStaticModel.
setStaticModelValue(String) - Method in class energy.optionModel.SystemVariableDefinitionStaticModel
Sets the value of the staticModelValue property.
setStaticModelValue(String) - Method in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
Sets the value of the staticModelValue property.
setStatisticsEnabled(boolean) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Sets the statistics for the SessionFactory enabled (or not).
setStatusText(String) - Method in class energy.optionModel.gui.StatusBar
Sets the status text.
setStepSeries(boolean) - Method in class energy.optionModel.CostFunctionDataSeries
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.optionModel.EnergyFlowMeasured
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.optionModel.GoodFlowMeasured
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.optionModel.InputMeasurement
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.persistence.version096.CostFunction
Deprecated.
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
Sets the value of the stepSeries property.
setStepSeries(boolean) - Method in class energy.persistence.version096.InputMeasurement
Deprecated.
Sets the value of the stepSeries property.
setStorageInterface(GoodStorageInterface) - Method in class energy.optionModel.gui.flow.StorageChart
Sets the technical interface.
setStorageInterface(EnergyStorageInterface) - Method in class energy.optionModel.gui.flow.StorageChart
Sets the technical interface.
setStorageLoad(EnergyAmount) - Method in class energy.optionModel.StorageLoadEnergy
Sets the value of the storageLoad property.
setStorageLoad(double) - Method in class energy.optionModel.StorageLoadGood
Sets the value of the storageLoad property.
setStorageLoad(EnergyAmount) - Method in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
Sets the value of the storageLoad property.
setStorageLoadEnergy(StorageLoadEnergy) - Method in class energy.evaluation.gui.StorageLoadDialogEnergy
Sets the storage loads for the specified StorageLoadEnergy.
setStorageLoadGood(StorageLoadGood) - Method in class energy.evaluation.gui.StorageLoadDialogGood
Sets the storage loads for the specified StorageLoadGood.
setStorageLoadsEnergy(HashMap<String, EnergyAmount>) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Sets the storage loads for energy by domain and for this group Member.
setStorageLoadsGood(HashMap<String, Double>) - Method in class energygroup.calculation.FlowsMeasuredGroupMember
Sets the storage loads for goods by domain and for this group Member.
setStorageLoadSIPrefix(EnergyUnitFactorPrefixSI) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the SI prefix for the storage load
setStrategyClass(String) - Method in class energy.optionModel.Schedule
Sets the value of the strategyClass property.
setStrategyClass(String) - Method in class energy.persistence.version096.Schedule
Deprecated.
Sets the value of the strategyClass property.
setStrategyID(String) - Method in class energy.optionModel.EvaluationClass
Sets the value of the strategyID property.
setStrategyID(String) - Method in class energy.persistence.version096.EvaluationClass
Deprecated.
Sets the value of the strategyID property.
setSynchroniseTabView(boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Sets the synchronised tab view.
setSystemAvailable(boolean) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the systemAvailable property.
setSystemDescription(String) - Method in class energy.optionModel.TechnicalSystem
Sets the value of the systemDescription property.
setSystemDescription(String) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the systemDescription property.
setSystemID(String) - Method in class energy.optionModel.ScheduleList
Sets the value of the systemID property.
setSystemID(String) - Method in class energy.optionModel.TechnicalSystem
Sets the value of the systemID property.
setSystemID(String) - Method in class energy.persistence.version096.ScheduleList
Deprecated.
Sets the value of the systemID property.
setSystemID(String) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the systemID property.
setSystemID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the system ID
setSystemID(String) - Method in class energy.schedule.ScheduleController
Sets the system ID of the current ScheduleList.
setSystemStateRangeType(ScheduleListSelection.SystemStateRangeType) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Sets the current SystemStateRangeType
setSystemStateRangeType(ScheduleListSelection.SystemStateRangeType) - Method in class de.enflexit.eom.database.ScheduleListSelection
Sets the system state range type.
setSystemVariableDefinition(SystemVariableDefinition) - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
Sets the system variable definition.
setSystemVariableDefinitionAtModelRow(SystemVariableDefinition, int) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Sets the system variable definition at model row.
setSystemVariableDefinitions(List<SystemVariableDefinition>) - Method in class energy.optionModel.gui.sysVariables.SystemVariableDialog
Sets the system variable definitions.
setSystemVariableDefinitions(List<SystemVariableDefinition>) - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Sets the system variables.
setTableCellColors(JTable, JComponent, boolean, boolean, int) - Static method in class energy.GlobalInfo
Sets all table cell color for the actual component.
setTargetBaseFile(File) - Method in class energy.schedule.csv.ScheduleCSVExporter
Sets the target base file.
setTechnialSystemState(TechnicalSystemState) - Method in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
Sets the value of the technialSystemState property.
setTechnicalInterface(TechnicalInterface) - Method in class energy.optionModel.gui.flow.FlowAbstractBasePanel
Sets the technical interface.
setTechnicalInterface(TechnicalInterface) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the technical interface.
setTechnicalSystem(TechnicalSystem) - Method in class energy.optionModel.ControlledSystem
Sets the value of the technicalSystem property.
setTechnicalSystem(TechnicalSystem) - Method in class energy.optionModel.TechnicalSystemGroup
Sets the value of the technicalSystem property.
setTechnicalSystem(TechnicalSystem) - Method in class energy.OptionModelControllerBase
Sets the technical system.
setTechnicalSystem(TechnicalSystem) - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Sets the value of the technicalSystem property.
setTechnicalSystem(TechnicalSystem) - Method in class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
Sets the value of the technicalSystem property.
setTechnicalSystemErrors(boolean) - Method in class energygroup.gui.GroupMainPanelToolBar
Sets the local error flag as well as .
setTechnicalSystemGroup(TechnicalSystemGroup) - Method in class energy.optionModel.ControlledSystem
Sets the value of the technicalSystemGroup property.
setTechnicalSystemGroup(TechnicalSystemGroup) - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Sets the value of the technicalSystemGroup property.
setTechnicalSystemGroup(TechnicalSystemGroup) - Method in class energygroup.GroupController
Sets the current TechnicalSystemGroup.
setTechnicalSystemGroupReminder() - Method in class energygroup.GroupController
Sets the technical system reminder in order to recognize changes in the model later on.
setTechnicalSystemReminder() - Method in class energy.OptionModelControllerBase
Sets the technical system reminder in order to recognise changes in the model later on.
setTechnicalSystemSchedules(ScheduleList) - Method in class energy.optionModel.ControlledSystem
Sets the value of the technicalSystemSchedules property.
setTechnicalSystemSchedules(ScheduleList) - Method in class energy.persistence.version096.ControlledSystem
Deprecated.
Sets the value of the technicalSystemSchedules property.
setTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraphEdge
Sets the TechnicalSystemState that applies for the current GraphEdge.
setTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.EvaluationGraphNode
Sets the TechnicalSystemState that describes the current node.
setTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Sets the technical system state.
setTechnicalSystemState(TechnicalSystemState) - Method in class energy.evaluation.gui.TechnicalSystemStateDialog
Sets the current TechnicalSystemState.
setTechnicalSystemStateDeltaEvaluation(TechnicalSystemStateDeltaEvaluation) - Method in class energy.evaluation.EvaluationGraphEdge
Sets the TechnicalSystemStateDeltaEvaluation.
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.AbstractEvaluationStrategyRT
Sets the technical system state evaluation.
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Sets and starts a new technical system state cost evaluation, if the specified TechnicalSystemState is not null.
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.optionModel.Schedule
Sets the value of the technicalSystemStateEvaluation property.
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energy.persistence.version096.Schedule
Deprecated.
Sets the value of the technicalSystemStateEvaluation property.
setTechnicalSystemStateEvaluation(TechnicalSystemStateEvaluation) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
Sets the technical system state evaluation.
setTechnicalSystemStateList(List<TechnicalSystemStateEvaluation>) - Method in class energy.optionModel.Schedule
Sets the technical system state list.
setTechnicalSystemStatePanel(TechnicalSystemStatePanel) - Method in class energy.evaluation.gui.EvaluationIOListPanel
Sets the technical system state panel.
setTechnicalSystemStatePanel(TechnicalSystemStatePanel) - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Sets the current TechnicalSystemStatePanel.
setTechnicalSystemStateTime(TechnicalSystemStateTime) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
Sets the specified TechnicalSystemStateTime or its child objects to the visualisation.
setTechnicalSystemStateTimeSelected(TechnicalSystemStateTime) - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
Sets the table selection to the specified TechnicalSystemStateTime.
setText(String) - Method in class energy.optionModel.gui.common.JHyperLink
 
setTimeEnd(long) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Sets the time end.
setTimeFormat(String) - Method in class energy.evaluation.gui.costs.EnergyCostPanel
Sets a new time format for charts and the table.
setTimeFormat(String) - Method in class energy.evaluation.gui.costs.EnergyCostTableRenderer
Sets the time format.
setTimeFormat(String) - Method in class energy.evaluation.gui.EvaluationSettingToolBar
 
setTimeFormat(String) - Method in class energy.evaluation.gui.io.MeasurementPanel
Sets a new time format for charts and the table.
setTimeFormat(String) - Method in class energy.evaluation.gui.io.MeasurementTableRenderer
Sets the time format.
setTimeFormat(String) - Method in class energy.optionModel.EvaluationSettings
Sets the value of the timeFormat property.
setTimeFormat(String) - Method in interface energy.optionModel.gui.common.TimeFormatEditorInterface
 
setTimeFormat(String) - Method in class energy.persistence.version096.EvaluationSettings
Deprecated.
Sets the value of the timeFormat property.
setTimeFormat(String) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
setTimeFormat(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings
Sets the time format for the global time column
setTimeFormatter(String) - Method in class energy.evaluation.gui.targetStates.TargetStateCellRenderer
Sets the time format.
setTimePeriodForLiveBit(long) - Method in class energy.schedule.ScheduleTransformerKeyValueConfiguration
Sets the time period for the waiting period of live bits.
setTimeRangeFrom(long) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Sets the time range from.
setTimeRangeFrom(long) - Method in class de.enflexit.eom.database.ScheduleListSelection
Sets the time range from.
setTimeRangeTo(long) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
Sets the time range to.
setTimeRangeTo(long) - Method in class de.enflexit.eom.database.ScheduleListSelection
Sets the time range to.
setTimeSeriesCheckBoxesVisible(boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Sets the time series check boxes visible or not.
setTimeSeriesCheckBoxesVisible(boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJInternalFrame
Sets the time series check boxes visible or not.
setTimeSeriesCheckBoxesVisible(boolean, boolean) - Method in class energy.evaluation.gui.results.EvaluationDetailsJInternalFrame
Sets the time series check boxes visible or not.
setTimeStart(long) - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.CostInterval
Sets the time start.
setTimeUnit(TimeUnit) - Method in class energy.optionModel.CostModel
Sets the value of the timeUnit property.
setTimeUnit(TimeUnit) - Method in class energy.optionModel.EnergyAmount
Sets the value of the timeUnit property.
setTimeUnit(TimeUnit) - Method in class energy.optionModel.GoodFlow
Sets the value of the timeUnit property.
setTimeUnit(TimeUnit) - Method in class energy.optionModel.gui.common.DurationFormat
Sets the time unit.
setTimeUnit(TimeUnit) - Method in class energy.optionModel.gui.components.TimeUnitComboBox
Sets the time unit.
setTimeUnit(TimeUnit) - Method in class energy.persistence.version096.CostModel
Deprecated.
Sets the value of the timeUnit property.
setTimeUnit(TimeUnit) - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Sets the value of the timeUnit property.
setTimeUnit(TimeUnit) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.InterfaceImportSettings
Sets the time unit for the storage load
setTimeUnitFormat(TimeUnit) - Method in class energy.optionModel.gui.flow.FlowChart
Sets the time format with the specified TimeUnit.
setToolTipTextPrefix(String) - Method in class energy.optionModel.gui.components.TimeUnitComboBox
Sets the tool tip text prefix.
setUnit(String) - Method in class energy.domain.DomainModelSetting
Sets the unit.
setUnit(TimeUnit) - Method in class energy.optionModel.Duration
Sets the value of the unit property.
setUnit(String) - Method in class energy.optionModel.gui.components.AmountPanel
Sets the current unit.
setUnit(String) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the unit property.
setUnit(String) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the unit property.
setUnit(TimeUnit) - Method in class energy.persistence.version096.Duration
Deprecated.
Sets the value of the unit property.
setUnit(String) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the unit property.
setUnit(String) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the unit property.
setUnit(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Sets the unit for this variable
setup - Variable in class energy.optionModel.ScheduleList
 
setUsageOfInterfaces(List<AbstractUsageOfInterface>) - Method in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
Sets the usage of interfaces4 current state.
setUsePatternDescription(String) - Method in class energy.persistence.version096.UsePattern
Deprecated.
Sets the value of the usePatternDescription property.
setUsePatternID(String) - Method in class energy.persistence.version096.UsePattern
Deprecated.
Sets the value of the usePatternID property.
setUsePatterns(UsePatterns) - Method in class energy.persistence.version096.TechnicalSystem
Deprecated.
Sets the value of the usePatterns property.
setUsingSubStrategies(boolean) - Method in class energygroup.evaluation.AbstractGroupEvaluationStrategy
Sets that sub strategies are used for the current evaluation strategy.
setValue(long) - Method in class energy.optionModel.Duration
Sets the value of the value property.
setValue(double) - Method in class energy.optionModel.EnergyAmount
Sets the value of the value property.
setValue(double) - Method in class energy.optionModel.EnergyFlowInWatt
Sets the value of the value property.
setValue(boolean) - Method in class energy.optionModel.FixedBoolean
Sets the value of the value property.
setValue(double) - Method in class energy.optionModel.FixedDouble
Sets the value of the value property.
setValue(int) - Method in class energy.optionModel.FixedInteger
Sets the value of the value property.
setValue(double) - Method in class energy.optionModel.GoodFlow
Sets the value of the value property.
setValue(FixedVariable) - Method in class energy.optionModel.InputMeasurementByTime
Sets the value of the value property.
setValue(long) - Method in class energy.persistence.version096.Duration
Deprecated.
Sets the value of the value property.
setValue(double) - Method in class energy.persistence.version096.EnergyAmount
Deprecated.
Sets the value of the value property.
setValue(double) - Method in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
Sets the value of the value property.
setValue(boolean) - Method in class energy.persistence.version096.FixedBoolean
Deprecated.
Sets the value of the value property.
setValue(double) - Method in class energy.persistence.version096.FixedDouble
Deprecated.
Sets the value of the value property.
setValue(int) - Method in class energy.persistence.version096.FixedInteger
Deprecated.
Sets the value of the value property.
setValue(FixedVariable) - Method in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
Sets the value of the value property.
setValue(Object) - Method in class energy.schedule.csv.gui.ColumnSelectionTableCellRenderer
 
setValue(Object) - Method in class energy.schedule.csv.gui.InterfaceConfigurationTableCellRenderer
 
setValue(Object) - Method in class energy.schedule.csv.gui.SystemVariablesTableCellRenderer
 
setValueMax(double) - Method in class energy.optionModel.RangeDouble
Sets the value of the valueMax property.
setValueMax(int) - Method in class energy.optionModel.RangeInteger
Sets the value of the valueMax property.
setValueMax(double) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the valueMax property.
setValueMax(int) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the valueMax property.
setValueMax(double) - Method in class energy.persistence.version096.RangeDouble
Deprecated.
Sets the value of the valueMax property.
setValueMax(int) - Method in class energy.persistence.version096.RangeInteger
Deprecated.
Sets the value of the valueMax property.
setValueMax(double) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the valueMax property.
setValueMax(int) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the valueMax property.
setValueMin(double) - Method in class energy.optionModel.RangeDouble
Sets the value of the valueMin property.
setValueMin(int) - Method in class energy.optionModel.RangeInteger
Sets the value of the valueMin property.
setValueMin(double) - Method in class energy.optionModel.SystemVariableDefinitionDouble
Sets the value of the valueMin property.
setValueMin(int) - Method in class energy.optionModel.SystemVariableDefinitionInteger
Sets the value of the valueMin property.
setValueMin(double) - Method in class energy.persistence.version096.RangeDouble
Deprecated.
Sets the value of the valueMin property.
setValueMin(int) - Method in class energy.persistence.version096.RangeInteger
Deprecated.
Sets the value of the valueMin property.
setValueMin(double) - Method in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
Sets the value of the valueMin property.
setValueMin(int) - Method in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
Sets the value of the valueMin property.
setVariable(List<FixedVariable>, String, FixedVariable) - Method in class energy.calculations.AbstractEvaluationCalculation
Sets a new value for the specified FixedVariable.
setVariable(List<FixedVariable>, String, FixedVariable) - Method in class energy.calculations.AbstractOptionModelCalculation
Sets a new value for the specified FixedVariable.
setVariableDescription(String) - Method in class energy.optionModel.SystemVariableDefinition
Sets the value of the variableDescription property.
setVariableDescription(String) - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Sets the value of the variableDescription property.
setVariableID(String) - Method in class energy.optionModel.AbstractInputMeasurement
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.optionModel.SystemVariableDefinition
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.optionModel.VariableState
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.persistence.version096.AbstractInputMeasurement
Deprecated.
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.persistence.version096.VariableState
Deprecated.
Sets the value of the variableID property.
setVariableID(String) - Method in class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
Sets the variable ID
setVariableImportSettings(List<ScheduleCsvImportSettings.VariableImportSettings>) - Method in class energy.schedule.csv.gui.VariableImportConfigurationPanel
Adds a list of variable definitions to the table
setVariableStateAtModelRow(VariableState, int) - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Sets the variable state at model row.
setVariableStateList(List<VariableState>) - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Sets the variable state list.
setVisible(boolean) - Method in class energy.evaluation.gui.strategies.EvaluationClassDialog
 
setVisible(boolean) - Method in class energy.optionModel.gui.components.JPopupMenueModal
 
setVisible(boolean) - Method in class energygroup.GroupTreeNodeObject
Sets the visible.
setVisualizationComponent(JComponent) - Method in class energy.agentgui.EomDataModelAdapter
 
setWide(boolean) - Method in class energy.optionModel.gui.common.JComboBoxWide
Sets the wide.
setWindowConfiguration(int, int) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
Sets the window configuration.
setWindowPositionAndSize(String, PositionAndSizeReminder.PositionAndSize) - Static method in class energy.GlobalInfo
Sets the reminder for a window position and size.
setX(Double) - Method in class energy.optionModel.State
Sets the value of the x property.
setX(Double) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the x property.
setY(Double) - Method in class energy.optionModel.State
Sets the value of the y property.
setY(Double) - Method in class energy.persistence.version096.State
Deprecated.
Sets the value of the y property.
showJPopupMenuApplicationSwitch(Component) - Method in class energy.GlobalInfo
Shows the JPopupMenu for the application switch.
showPopUp(Object) - Method in class energy.evaluation.gui.graph.EvaluationGraphPopupPlugin
Shows the pop up menu for a given component.
showPopUp(Object) - Method in class energy.optionModel.gui.graph.StateGraphPopupPlugin
Shows the pop up menu for a given component.
showPopUp(Object) - Method in class energygroup.sequentialNetworks.CalcGraphPopupPlugin
Shows the pop up menu for a given component.
showVisualisation() - Method in class energygroup.sequentialNetworks.CalculationGraph
Shows the visualisation of the current CalculationGraph.
shutdown() - Method in class energy.agentgui.distribution.LicenseService
 
sinSquared(double) - Static method in class energy.optionModel.geo.GeoUtils
 
siPrefix - Variable in class energy.optionModel.CostModel
 
siPrefix - Variable in class energy.optionModel.EnergyAmount
 
siPrefix - Variable in class energy.optionModel.EnergyFlowInWatt
 
siPrefix - Variable in class energy.persistence.version096.CostModel
Deprecated.
 
siPrefix - Variable in class energy.persistence.version096.EnergyAmount
Deprecated.
 
siPrefix - Variable in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
 
SIPrefixComboBox - Class in energy.optionModel.gui.components
The Class SIPrefixComboBox contains all known Prefixes for energy units.
SIPrefixComboBox() - Constructor for class energy.optionModel.gui.components.SIPrefixComboBox
Instantiates a new sI prefix combo box.
SIPrefixComboElement - Class in energy.optionModel.gui.components
The Class PrefixSIComboElement.
SIPrefixComboElement(EnergyUnitFactorPrefixSI) - Constructor for class energy.optionModel.gui.components.SIPrefixComboElement
Instantiates a new PrefixSIComboElement.
SmartHouseStrategy - Class in energy.samples.groupStrategies
The Class SmartHouseStrategy.
SmartHouseStrategy(OptionModelController) - Constructor for class energy.samples.groupStrategies.SmartHouseStrategy
Instantiates a new smart house strategy.
sortEvaluationStateList(List<TechnicalSystemStateTime>) - Method in class energy.OptionModelController
Sorts the specified list of TechnicalSystemStateTime's ascending over time.
sourceThread - Variable in class energy.optionModel.Schedule
 
sourceThread - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
SparseGraph<V,E> - Class in energy.evaluation
An implementation of Graph that is suitable for sparse graphs and permits both directed and undirected edges.
SparseGraph() - Constructor for class energy.evaluation.SparseGraph
Creates an instance.
start(BundleContext) - Method in class de.enflexit.eom.database.DatabaseActivator
 
startEvaluation() - Method in class energy.evaluation.EvaluationProcess
Starts the evaluation process by using the default strategy and the number of threads that can be configured.
startEvaluationByEvaluationClasses(Vector<EvaluationClass>) - Method in class energy.evaluation.EvaluationProcess
Starts the evaluation process with the specified strategy classes.
startEvaluationByStrategyClasses(Vector<String>) - Method in class energy.evaluation.EvaluationProcess
Starts the evaluation process with the specified strategy classes.
startEvaluationByStrategyIDs(Vector<String>) - Method in class energy.evaluation.EvaluationProcess
Starts the evaluation process with the specified vector of strategy ID's.
startEvaluationThread() - Method in class energy.evaluation.EvaluationProcess
Starts an EvaluationThread that uses the default evaluation strategy .
startEvaluationThread(String) - Method in class energy.evaluation.EvaluationProcess
Starts an EvaluationThread that uses the specified class of the type AbstractEvaluationStrategy.
startSessionFactory(boolean, boolean) - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Start the EOM SessionFactory within an extra thread.
startUiAndNotifyObservers(Object) - Method in class energy.optionModel.gui.AbstractMainPanel
Enables to register the actual EomController.
state - Variable in class energy.optionModel.gui.flow.FlowAbstractBasePanel
 
State - Class in energy.optionModel
Java class for State complex type.
State() - Constructor for class energy.optionModel.State
 
State - Class in energy.persistence.version096
Deprecated.
State() - Constructor for class energy.persistence.version096.State
Deprecated.
 
stateChanged(ChangeEvent) - Method in class de.enflexit.eom.database.gui.ScheduleListSelectionRangePanel
 
stateChanged(ChangeEvent) - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktop
 
stateChanged(TechnicalSystemStatePanelChangeEvent) - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
 
stateChanged(ChangeEvent) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
 
stateChanged(TechnicalSystemStatePanelChangeEvent) - Method in interface energy.evaluation.gui.TechnicalSystemStatePanelChangeListener
Invoked when the target of the listener has changed its state.
stateChanged(ChangeEvent) - Method in class energy.optionModel.gui.components.DateTimeWidget
 
stateCostFunction - Variable in class energy.optionModel.CostModel
 
stateCostFunction - Variable in class energy.persistence.version096.CostModel
Deprecated.
 
stateCosts - Variable in class energy.optionModel.TechnicalSystemStateEvaluation
 
stateCosts - Variable in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
stateDescription - Variable in class energy.optionModel.State
 
stateDescription - Variable in class energy.persistence.version096.State
Deprecated.
 
StateEdgeRenderer - Class in energy.optionModel.gui.graph
The Class GraphEnvironmentEdgeRenderer.
StateEdgeRenderer() - Constructor for class energy.optionModel.gui.graph.StateEdgeRenderer
 
stateEvaluationRanges - Variable in class energy.optionModel.State
 
stateEvaluationRanges - Variable in class energy.persistence.version096.State
Deprecated.
 
StateEvaluator - Class in energy.evaluation
The Class StateEvaluator searches for all subsequent states of the specified TechnicalSystemState under the consideration of the current I/O-List settings.
StateEvaluator(OptionModelController, TechnicalSystemState) - Constructor for class energy.evaluation.StateEvaluator
Instantiates a new state evaluator.
StateGraphMousePlugin - Class in energy.optionModel.gui.graph
Handling mouse interaction with graph visualizations in a StateGraphGUI.
StateGraphMousePlugin(StateGraphPanel) - Constructor for class energy.optionModel.gui.graph.StateGraphMousePlugin
Instantiates a new state graph mouse plugin.
StateGraphPanel - Class in energy.optionModel.gui.graph
This class implements a GUI component for displaying visualizations for JUNG graphs.
StateGraphPanel(OptionModelController) - Constructor for class energy.optionModel.gui.graph.StateGraphPanel
This is the default constructor
StateGraphPopupPlugin<V,E> - Class in energy.optionModel.gui.graph
A StateGraphPopupPlugin that brings up distinct pop up menus when an edge or vertex is appropriately clicked in a graph.
StateGraphPopupPlugin(StateGraphPanel) - Constructor for class energy.optionModel.gui.graph.StateGraphPopupPlugin
Creates a new instance of GraphPopupMenuMousePlugin.
StateGraphSettings - Class in energy.optionModel.gui.graph
The Class StateGraphSettings.
StateGraphSettings() - Constructor for class energy.optionModel.gui.graph.StateGraphSettings
 
StateGraphSettings.EdgeShape - Enum in energy.optionModel.gui.graph
 
StateGraphSettings.NodeShape - Enum in energy.optionModel.gui.graph
 
StateGraphTools - Class in energy.optionModel.gui.graph
The Class BasicGraphGuiTools consists on additional visual tools for the configuration of the Graph- and Network model.
StateGraphTools(OptionModelController, StateGraphPanel) - Constructor for class energy.optionModel.gui.graph.StateGraphTools
Instantiates a new graph toolbar.
StateGraphVisViewer<V,E> - Class in energy.optionModel.gui.graph
The Class StateGraphVisViewer was basically created to apply and test RenderingHints for the VisualizationViewer.
StateGraphVisViewer(Layout<V, E>) - Constructor for class energy.optionModel.gui.graph.StateGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
StateGraphVisViewer(Layout<V, E>, Dimension) - Constructor for class energy.optionModel.gui.graph.StateGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
StateGraphVisViewer(VisualizationModel<V, E>) - Constructor for class energy.optionModel.gui.graph.StateGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
StateGraphVisViewer(VisualizationModel<V, E>, Dimension) - Constructor for class energy.optionModel.gui.graph.StateGraphVisViewer
Instantiates a new VisualizationViewer for the BasicGraphGui.
stateID - Variable in class energy.optionModel.State
 
stateID - Variable in class energy.optionModel.TechnicalSystemState
 
stateID - Variable in class energy.persistence.version096.KnowledgePart
Deprecated.
 
stateID - Variable in class energy.persistence.version096.State
Deprecated.
 
stateID - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
stateIdentifier - Variable in class energy.optionModel.EnergyStorageInterface
 
stateIdentifier - Variable in class energy.optionModel.GoodStorageInterface
 
stateIdentifier - Variable in class energy.optionModel.SystemVariableDefinition
 
stateIdentifier - Variable in class energy.persistence.version096.StorageInterface
Deprecated.
 
stateIdentifier - Variable in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
stateIdentifierPrecision - Variable in class energy.optionModel.EnergyStorageInterface
 
stateIdentifierPrecision - Variable in class energy.optionModel.GoodStorageInterface
 
stateIdentifierPrecision - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
stateIdentifierPrecision - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
stateIdentifierPrecision - Variable in class energy.persistence.version096.StorageInterface
Deprecated.
 
stateIdentifierPrecision - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
stateIdentifierPrecision - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
StateKeyIOEditor - Class in energy.evaluation.gui.stateKey
The Class StateKeyIOEditor.
StateKeyIOEditor() - Constructor for class energy.evaluation.gui.stateKey.StateKeyIOEditor
Instantiates a new state key io editor.
StateKeyIORenderer - Class in energy.evaluation.gui.stateKey
The Class StateKeyIORenderer.
StateKeyIORenderer() - Constructor for class energy.evaluation.gui.stateKey.StateKeyIORenderer
 
StateKeyPanel - Class in energy.evaluation.gui.stateKey
The Class StateKeyPanel is used in order to specify the parameter that are used as base for the key that allows the unique identification of TechnicalSystem's state over time (e.g. described by TechnicalSystemState) or TechnicalSystemStateEvaluation).
StateKeyPanel() - Constructor for class energy.evaluation.gui.stateKey.StateKeyPanel
Deprecated. 
StateKeyPanel(OptionModelController) - Constructor for class energy.evaluation.gui.stateKey.StateKeyPanel
Instantiates a new state key panel.
StateKeyStorageLoadEditor - Class in energy.evaluation.gui.stateKey
The Class StateKeyIOEditor.
StateKeyStorageLoadEditor() - Constructor for class energy.evaluation.gui.stateKey.StateKeyStorageLoadEditor
Instantiates a new state key io editor.
StateKeyStorageLoadRenderer - Class in energy.evaluation.gui.stateKey
The Class StateKeyIORenderer.
StateKeyStorageLoadRenderer() - Constructor for class energy.evaluation.gui.stateKey.StateKeyStorageLoadRenderer
 
StatePanel - Class in energy.optionModel.gui
The Class StatePanel.
StatePanel(OptionModelController) - Constructor for class energy.optionModel.gui.StatePanel
Instantiates a new StatePanel.
stateTime - Variable in class energy.optionModel.TechnicalSystemState
 
stateTime - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
stateTimeFormat - Variable in class energy.optionModel.TechnicalSystemState
 
stateTimeFormat - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
StateToStateTransition - Class in energy
The Class StateToStateTransition describes a StateTransion and the associated source State.
StateToStateTransition(State, StateTransition) - Constructor for class energy.StateToStateTransition
Instantiates a new state to state transition.
StateTransition - Class in energy.optionModel
Java class for StateTransition complex type.
StateTransition() - Constructor for class energy.optionModel.StateTransition
 
StateTransition - Class in energy.persistence.version096
Deprecated.
StateTransition() - Constructor for class energy.persistence.version096.StateTransition
Deprecated.
 
StateTransitionEditor - Class in energy.optionModel.gui.components
The Class StateTransitionEditor.
StateTransitionEditor(OptionModelController) - Constructor for class energy.optionModel.gui.components.StateTransitionEditor
Instantiates a new initial state editor.
stateTransitions - Variable in class energy.optionModel.State
 
stateTransitions - Variable in class energy.persistence.version096.State
Deprecated.
 
StateVisElement - Class in energy.optionModel.gui.graph
Abstract super class for nodes and edges in an environment model of the type graph / network.
StateVisElement() - Constructor for class energy.optionModel.gui.graph.StateVisElement
 
StateVisNode - Class in energy.optionModel.gui.graph
This class represents a graph node in an environment model of the type graph / network
StateVisNode() - Constructor for class energy.optionModel.gui.graph.StateVisNode
Default constructor with a default position of (Point2D.Double(50.0, 50.0)).
StateVisNode(String, Point2D) - Constructor for class energy.optionModel.gui.graph.StateVisNode
Instantiates a new graph node.
StateVisTransition - Class in energy.optionModel.gui.graph
This class represents a graph edge in an environment model of the type graph / network.
StateVisTransition(String) - Constructor for class energy.optionModel.gui.graph.StateVisTransition
Constructor for a state transition.
staticModel - Variable in class energy.optionModel.gui.sysVariables.AbstractStaticModelDialog
 
staticModelClass - Variable in class energy.optionModel.SystemVariableDefinitionStaticModel
 
staticModelClass - Variable in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
 
staticModelValue - Variable in class energy.optionModel.SystemVariableDefinitionStaticModel
 
staticModelValue - Variable in class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
 
StatusBar - Class in energy.optionModel.gui
The Class StatusBar is used as status bar in MainPanel and GroupMainPanel.
StatusBar(EomController) - Constructor for class energy.optionModel.gui.StatusBar
Instantiates a new status bar for different EOM-views.
stepSeries - Variable in class energy.optionModel.CostFunctionDataSeries
 
stepSeries - Variable in class energy.optionModel.EnergyFlowMeasured
 
stepSeries - Variable in class energy.optionModel.GoodFlowMeasured
 
stepSeries - Variable in class energy.optionModel.InputMeasurement
 
stepSeries - Variable in class energy.persistence.version096.CostFunction
Deprecated.
 
stepSeries - Variable in class energy.persistence.version096.EnergyFlowMeasured
Deprecated.
 
stepSeries - Variable in class energy.persistence.version096.InputMeasurement
Deprecated.
 
stop(BundleContext) - Method in class de.enflexit.eom.database.DatabaseActivator
 
stopCellEditing() - Method in class energy.domain.gui.DomainSettingsPanel
Stops the current cell editing.
stopCellEditing() - Method in class energy.optionModel.gui.sysVariables.SystemVariablePanel
Stops the current cell editing.
stopCellEditing() - Method in class energy.optionModel.gui.variableState.VariableStatePanel
Stops the current cell editing.
stopEvaluation() - Method in class energy.evaluation.AbstractEvaluationStrategy
Sets to stop the current evaluation.
stopEvaluation() - Method in class energy.evaluation.EvaluationProcess
Stops the evaluation process.
stopEvaluation() - Method in class energy.evaluation.EvaluationThread
Stops the evaluation process.
storageCapacities - Variable in class energy.optionModel.ScheduleList
 
storageCapacities - Variable in class energy.persistence.version096.ScheduleList
Deprecated.
 
StorageCapacity - Class in energy.persistence.version096
Deprecated.
StorageCapacity() - Constructor for class energy.persistence.version096.StorageCapacity
Deprecated.
 
StorageCapacityEnergy - Class in energy.optionModel
Java class for StorageCapacityEnergy complex type.
StorageCapacityEnergy() - Constructor for class energy.optionModel.StorageCapacityEnergy
 
StorageCapacityGood - Class in energy.optionModel
Java class for StorageCapacityGood complex type.
StorageCapacityGood() - Constructor for class energy.optionModel.StorageCapacityGood
 
StorageChart - Class in energy.optionModel.gui.flow
The Class EnergyFlowChartStorage is used in case that a TechnicalInterface is a EnergyStorageInterface.
StorageChart() - Constructor for class energy.optionModel.gui.flow.StorageChart
Instantiates a new energy flow chart for a storage.
StorageInterface - Class in energy.persistence.version096
Deprecated.
StorageInterface() - Constructor for class energy.persistence.version096.StorageInterface
Deprecated.
 
storageLoad - Variable in class energy.optionModel.StorageLoadEnergy
 
storageLoad - Variable in class energy.optionModel.StorageLoadGood
 
storageLoad - Variable in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
 
StorageLoadDialogEnergy - Class in energy.evaluation.gui
The Class StorageLoadDialogEnergy.
StorageLoadDialogEnergy() - Constructor for class energy.evaluation.gui.StorageLoadDialogEnergy
Deprecated.
StorageLoadDialogEnergy(Frame, OptionModelController, TechnicalSystemState) - Constructor for class energy.evaluation.gui.StorageLoadDialogEnergy
Instantiates a new energy amount4 storage load dialog.
StorageLoadDialogGood - Class in energy.evaluation.gui
The Class StorageLoadDialogEnergy.
StorageLoadDialogGood() - Constructor for class energy.evaluation.gui.StorageLoadDialogGood
Deprecated.
StorageLoadDialogGood(Frame, OptionModelController, TechnicalSystemState) - Constructor for class energy.evaluation.gui.StorageLoadDialogGood
Instantiates a new energy amount4 storage load dialog.
StorageLoadEnergy - Class in energy.optionModel
Java class for StorageLoadEnergy complex type.
StorageLoadEnergy() - Constructor for class energy.optionModel.StorageLoadEnergy
 
StorageLoadGood - Class in energy.optionModel
Java class for StorageLoadGood complex type.
StorageLoadGood() - Constructor for class energy.optionModel.StorageLoadGood
 
storageLoads - Variable in class energy.optionModel.TechnicalSystemState
 
storageLoads - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
StorageLoads() - Constructor for class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
 
StorageLoadsConverter - Class in de.enflexit.eom.database.converter
The Class StorageLoadsConverter converts a list of interface usages into one String.
StorageLoadsConverter() - Constructor for class de.enflexit.eom.database.converter.StorageLoadsConverter
 
strategyClass - Variable in class energy.optionModel.Schedule
 
strategyClass - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
strategyID - Variable in class energy.optionModel.EvaluationClass
 
strategyID - Variable in class energy.persistence.version096.EvaluationClass
Deprecated.
 
SubResultOpenTreeAction - Class in energy.evaluation.gui.results
The Class SubResultOpenTreeAction opens all results that correspond to the specified result Schedule from the top TechnicalSystemGroup.
SubResultOpenTreeAction(GroupController, Schedule) - Constructor for class energy.evaluation.gui.results.SubResultOpenTreeAction
Instantiates a new sub result open tree action.
subtractEnergyAmount(EnergyAmount, EnergyAmount) - Method in class energy.OptionModelControllerBase
Subtracts the EnergyAmount instances.
sumUpEnergyAmounts(EnergyAmount, EnergyAmount) - Method in class energy.OptionModelControllerBase
Sums up the two specified EnergyAmount's.
sumUpEnergyFlowInWatt(EnergyFlowInWatt, EnergyFlowInWatt) - Method in class energy.OptionModelControllerBase
Sums up the two specified EnergyFlowInWatt.
sumUpEnergyFlowMeasuredByEnergyCarrier(DefaultMutableTreeNode, String, EnergyCarrier) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sum up the EnergyFlowMeasured by energy carrier for all child nodes.
sumUpEnergyFlowMeasuredByEnergyCarrierAndDomainModel(DefaultMutableTreeNode, String, EnergyCarrier, AbstractDomainModel) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sum up the EnergyFlowMeasured by energy carrier and domain models (that are extended AbstractDomainModel) for all child nodes.
sumUpFlowMeasuredByDomain(DefaultMutableTreeNode, String, String) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sum up the EnergyFlowMeasured by energy carrier for all child nodes.
sumUpFlowMeasuredByDomainAndDomainModel(DefaultMutableTreeNode, String, String, AbstractDomainModel) - Method in class energygroup.calculation.FlowsMeasuredGroup
Sum up the EnergyFlowMeasured by energy carrier and domain models (that are extended AbstractDomainModel) for all child nodes.
SumUpFlowTreeAction - Class in energygroup.evaluation
The Class SumUpEnergyFlowTreeAction summarizes the energy flows of all sub systems within an aggregation or TechnicalSystemGroup respectively.
SumUpFlowTreeAction(GroupController, AbstractGroupEvaluationStrategy, long, long) - Constructor for class energygroup.evaluation.SumUpFlowTreeAction
Instantiates a new sum up energy flow tree action.
sumUpGoodFlow(GoodFlow, GoodFlow) - Method in class energy.OptionModelControllerBase
Sums up the two specified GoodFlow.
switchApplication(GlobalInfo.ApplicationInUse) - Method in class energy.GlobalInfo
Switches the current application to the specified new application.
systemAvailable - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
SystemConfigurationPanel - Class in energy.schedule.csv.gui
JPanel containing global settings for the schedule CSV import.
SystemConfigurationPanel() - Constructor for class energy.schedule.csv.gui.SystemConfigurationPanel
Deprecated.
SystemConfigurationPanel(ScheduleCsvImportDialog) - Constructor for class energy.schedule.csv.gui.SystemConfigurationPanel
Constructor
systemDescription - Variable in class energy.optionModel.TechnicalSystem
 
systemDescription - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
systemID - Variable in class energy.optionModel.ScheduleList
 
systemID - Variable in class energy.optionModel.TechnicalSystem
 
systemID - Variable in class energy.persistence.version096.ScheduleList
Deprecated.
 
systemID - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
systemStates - Variable in class energy.optionModel.TechnicalInterfaceConfiguration
 
systemStates - Variable in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
SystemVariableColumnControlledValue - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnControlledValueMax - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnControlledValueMin - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnDescription - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnGradient - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnID - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnMax - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnMin - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnSetPoint - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnSetPointUser - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnStateIdentification - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnStepValue - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnType - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableColumnUnit - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 
SystemVariableDefinition - Class in energy.optionModel
Java class for SystemVariableDefinition complex type.
SystemVariableDefinition() - Constructor for class energy.optionModel.SystemVariableDefinition
 
SystemVariableDefinition - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinition() - Constructor for class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
SystemVariableDefinitionBoolean - Class in energy.optionModel
Java class for SystemVariableDefinitionBoolean complex type.
SystemVariableDefinitionBoolean() - Constructor for class energy.optionModel.SystemVariableDefinitionBoolean
 
SystemVariableDefinitionBoolean - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinitionBoolean() - Constructor for class energy.persistence.version096.SystemVariableDefinitionBoolean
Deprecated.
 
SystemVariableDefinitionDouble - Class in energy.optionModel
Java class for SystemVariableDefinitionDouble complex type.
SystemVariableDefinitionDouble() - Constructor for class energy.optionModel.SystemVariableDefinitionDouble
 
SystemVariableDefinitionDouble - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinitionDouble() - Constructor for class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
SystemVariableDefinitionEditor - Class in energy.optionModel.gui.sysVariables
The Class SystemVariableDefinitionEditor.
SystemVariableDefinitionEditor(OptionModelController, SystemVariablePanel) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableDefinitionEditor
Instantiates a new system variable definition editor.
SystemVariableDefinitionInteger - Class in energy.optionModel
Java class for SystemVariableDefinitionInteger complex type.
SystemVariableDefinitionInteger() - Constructor for class energy.optionModel.SystemVariableDefinitionInteger
 
SystemVariableDefinitionInteger - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinitionInteger() - Constructor for class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
SystemVariableDefinitionOntology - Class in energy.optionModel
Java class for SystemVariableDefinitionOntology complex type.
SystemVariableDefinitionOntology() - Constructor for class energy.optionModel.SystemVariableDefinitionOntology
 
SystemVariableDefinitionOntology - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinitionOntology() - Constructor for class energy.persistence.version096.SystemVariableDefinitionOntology
Deprecated.
 
SystemVariableDefinitionRenderer - Class in energy.optionModel.gui.sysVariables
The Class SystemVariableDefinitionRenderer.
SystemVariableDefinitionRenderer() - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableDefinitionRenderer
 
SystemVariableDefinitionStaticModel - Class in energy.optionModel
Java class for SystemVariableDefinitionStaticModel complex type.
SystemVariableDefinitionStaticModel() - Constructor for class energy.optionModel.SystemVariableDefinitionStaticModel
 
SystemVariableDefinitionStaticModel - Class in energy.persistence.version096
Deprecated.
SystemVariableDefinitionStaticModel() - Constructor for class energy.persistence.version096.SystemVariableDefinitionStaticModel
Deprecated.
 
SystemVariableDialog - Class in energy.optionModel.gui.sysVariables
The Class SystemVariableDialog.
SystemVariableDialog() - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableDialog
Deprecated.
SystemVariableDialog(Frame, OptionModelController) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableDialog
Instantiates a new system variable dialog.
SystemVariableDialog(Frame, OptionModelController, List<SystemVariableDefinition>) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableDialog
Instantiates a new system variable dialog.
SystemVariableGradientDialog - Class in energy.optionModel.gui.sysVariables
Dialog for changing the gradient of a system variable.
SystemVariableGradientDialog() - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
Deprecated.
SystemVariableGradientDialog(Frame, String) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariableGradientDialog
Instantiates a new SystemVariableGradientDialog.
SystemVariablePanel - Class in energy.optionModel.gui.sysVariables
The Class SystemVariablePanel is used in order to configure the system variables of the current system.
SystemVariablePanel() - Constructor for class energy.optionModel.gui.sysVariables.SystemVariablePanel
Deprecated.
SystemVariablePanel(OptionModelController, List<SystemVariableDefinition>) - Constructor for class energy.optionModel.gui.sysVariables.SystemVariablePanel
Instantiates a new system variable dialog.
SystemVariablePanel.ColumnDescription - Class in energy.optionModel.gui.sysVariables
The Class ColumnDescription is used to describe the columns of the table for the SystemVariableDefinition.
SystemVariablePanel.SystemVariableType - Enum in energy.optionModel.gui.sysVariables
This enumeration describes the possible types of I/O values that can be configured within the SystemVariablePanel
systemVariables - Variable in class energy.optionModel.TechnicalSystem
 
systemVariables - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
SystemVariablesTableCellEditor - Class in energy.schedule.csv.gui
Table cell editor for the systems variable import settings table
SystemVariablesTableCellEditor(VariableImportConfigurationPanel) - Constructor for class energy.schedule.csv.gui.SystemVariablesTableCellEditor
Constructor
SystemVariablesTableCellRenderer - Class in energy.schedule.csv.gui
Table cell renderer for variable import configuration data
SystemVariablesTableCellRenderer(VariableImportConfigurationPanel) - Constructor for class energy.schedule.csv.gui.SystemVariablesTableCellRenderer
Constructor
SystemVariableType_INVALID - Static variable in class energy.evaluation.gui.EvaluationIOListPanel
 
SystemVariableType_INVALID - Static variable in class energy.optionModel.gui.sysVariables.SystemVariablePanel
 

T

tableChanged(TableModelEvent) - Method in class energy.evaluation.gui.TechnicalSystemStatePanel
 
tableChanged(TableModelEvent) - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
 
TableHeaderWithTooltips - Class in energy.optionModel.gui.components
The Class TableHeaderWithTooltips.
TableHeaderWithTooltips(TableColumnModel, String[]) - Constructor for class energy.optionModel.gui.components.TableHeaderWithTooltips
Instantiates a new table header with tool tips.
TableHeaderWithTooltips(TableColumnModel, Vector<String>) - Constructor for class energy.optionModel.gui.components.TableHeaderWithTooltips
Instantiates a new table header with tool tips.
tanSquared(double) - Static method in class energy.optionModel.geo.GeoUtils
 
TargetStateCellRenderer - Class in energy.evaluation.gui.targetStates
The Class TargetStateCellRenderer.
TargetStateCellRenderer(String) - Constructor for class energy.evaluation.gui.targetStates.TargetStateCellRenderer
Instantiates a new target state cell renderer.
TargetStatePanel - Class in energy.evaluation.gui.targetStates
The Class TargetStatePanel is used in order to present / edit different instances of TechnicalSystemStateTime and TechnicalSystemState.
TargetStatePanel(OptionModelController, TechnicalSystemStatePanel) - Constructor for class energy.evaluation.gui.targetStates.TargetStatePanel
Instantiates a new target state panel.
technialSystemState - Variable in class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
 
TECHNICAL_SYSTEM_FILE_ENCODING - Static variable in class energy.persistence.TechnicalSystem_StorageHandler
 
TECHNICAL_SYSTEM_FILE_SUFFIX_EOM - Static variable in class energy.persistence.TechnicalSystem_StorageHandler
 
TECHNICAL_SYSTEM_FILE_SUFFIX_XML - Static variable in class energy.persistence.TechnicalSystem_StorageHandler
 
technicalInterface - Variable in class energy.optionModel.gui.flow.FlowAbstractBasePanel
 
TechnicalInterface - Class in energy.optionModel
Defines a single technical interface: an energy or a good interface.
TechnicalInterface() - Constructor for class energy.optionModel.TechnicalInterface
 
TechnicalInterface - Class in energy.persistence.version096
Deprecated.
TechnicalInterface() - Constructor for class energy.persistence.version096.TechnicalInterface
Deprecated.
 
TechnicalInterfaceCondition(String, EnergyFlowInWatt, TechnicalSystemStateDeltaEvaluation.AmountsAndCosts) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Instantiates a new reminder for the conditions of a single EnergyInterface.
TechnicalInterfaceCondition(String, GoodFlow, TechnicalSystemStateDeltaEvaluation.AmountsAndCosts) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition
Instantiates a new reminder for the conditions of a single EnergyInterface.
TechnicalInterfaceConfiguration - Class in energy.optionModel
Java class for TechnicalInterfaceConfiguration complex type.
TechnicalInterfaceConfiguration() - Constructor for class energy.optionModel.TechnicalInterfaceConfiguration
 
TechnicalInterfaceConfiguration - Class in energy.persistence.version096
Deprecated.
TechnicalInterfaceConfiguration() - Constructor for class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
TechnicalInterfaceConfigurationPanel - Class in energy.optionModel.gui
The Class TechnicalInterfaceConfigurationPanel.
TechnicalInterfaceConfigurationPanel(OptionModelController) - Constructor for class energy.optionModel.gui.TechnicalInterfaceConfigurationPanel
Instantiates a new technical interface configuration panel.
TechnicalInterfaceDialog - Class in energy.optionModel.gui
The Class TechnicalInterfaceDialog is used in order to configure either instances of TechnicalInterface that are either EnergyInterface, EnergyStorageInterface, GoodInterface or GoodStorageInterface.
TechnicalInterfaceDialog() - Constructor for class energy.optionModel.gui.TechnicalInterfaceDialog
Deprecated.
TechnicalInterfaceDialog(Frame, TechnicalInterfaceConfiguration, TechnicalInterfaceDialog.DialogAction, TechnicalInterface) - Constructor for class energy.optionModel.gui.TechnicalInterfaceDialog
Instantiates a new technical interface dialog.
TechnicalInterfaceDialog(Frame, TechnicalInterfaceConfiguration, TechnicalInterfaceDialog.DialogAction, TechnicalInterface, boolean) - Constructor for class energy.optionModel.gui.TechnicalInterfaceDialog
Instantiates a new technical interface dialog.
TechnicalInterfaceDialog.DialogAction - Enum in energy.optionModel.gui
The Enumeration DialogAction.
TechnicalInterfaceEditor - Class in energy.optionModel.gui
The Class TechnicalInterfaceEditor is used in the TechnicalInterfacePanel.
TechnicalInterfaceEditor() - Constructor for class energy.optionModel.gui.TechnicalInterfaceEditor
 
TechnicalInterfacePanel - Class in energy.optionModel.gui
The Class TechnicalInterfacePanel.
TechnicalInterfacePanel(OptionModelController) - Constructor for class energy.optionModel.gui.TechnicalInterfacePanel
Instantiates a new technical interface panel.
TechnicalInterfaceRenderer - Class in energy.optionModel.gui
The Class TechnicalInterfaceRenderer is used in the TechnicalInterfacePanel.
TechnicalInterfaceRenderer() - Constructor for class energy.optionModel.gui.TechnicalInterfaceRenderer
 
technicalInterfaces - Variable in class energy.optionModel.TechnicalInterfaceConfiguration
 
technicalInterfaces - Variable in class energy.persistence.version096.TechnicalInterfaceConfiguration
Deprecated.
 
TechnicalInterfaces - Class in energygroup.calculation
The Class TechnicalInterfaces can be used in order to store all InterfaceSetting instances (with interfaceID, Domain and domain model) for a single system.
TechnicalInterfaces() - Constructor for class energygroup.calculation.TechnicalInterfaces
 
TechnicalInterfaceStorageOption_INVALID - Static variable in class energy.evaluation.gui.EvaluationUsageOfInterfacesEditor
 
TechnicalInterfaceStorageOption_INVALID - Static variable in class energy.evaluation.gui.EvaluationUsageOfInterfacesPanel
 
TechnicalInterfaceStorageOption_INVALID - Static variable in class energy.evaluation.gui.EvaluationUsageOfInterfacesRenderer
 
technicalSystem - Variable in class energy.optionModel.ControlledSystem
 
TechnicalSystem - Class in energy.optionModel
The complex type TechnicalSystem describes a specific energy conversion process and consists of all needed information in order to describe the energy technical properties of this process and how they can be controlled.
TechnicalSystem() - Constructor for class energy.optionModel.TechnicalSystem
 
technicalSystem - Variable in class energy.optionModel.TechnicalSystemGroup
 
technicalSystem - Variable in class energy.persistence.version096.ControlledSystem
Deprecated.
 
TechnicalSystem - Class in energy.persistence.version096
Deprecated.
TechnicalSystem() - Constructor for class energy.persistence.version096.TechnicalSystem
Deprecated.
 
technicalSystem - Variable in class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
 
TechnicalSystem_BundleLoader - Class in energy.persistence
The Class TechnicalSystem_BundleLoader enables to load EOM files from a bundle.
TechnicalSystem_BundleLoader() - Constructor for class energy.persistence.TechnicalSystem_BundleLoader
 
TechnicalSystem_BundleLoader.BundleModel - Class in energy.persistence
The Class BundleModel serves as reminder class for bundle specific reminder for system definitions.
TechnicalSystem_BundleLoaderSelector - Class in energy.persistence
This GUI allows the selection of a system model that is located in a bundle.
TechnicalSystem_BundleLoaderSelector(Frame, boolean, ArrayList<TechnicalSystem_BundleLoader.BundleModel>) - Constructor for class energy.persistence.TechnicalSystem_BundleLoaderSelector
Constructor equal to JDialog plus the current instance of project.
TechnicalSystem_StorageHandler - Class in energy.persistence
The Class TechnicalSystem_StorageHandler provides methods that allow to save or open descriptions and energy option models from a XML file.
TechnicalSystem_StorageHandler() - Constructor for class energy.persistence.TechnicalSystem_StorageHandler
 
TechnicalSystem_StorageHandler - Class in energy.persistence.version096
Deprecated.
TechnicalSystem_StorageHandler() - Constructor for class energy.persistence.version096.TechnicalSystem_StorageHandler
Deprecated.
 
TechnicalSystemChecker - Class in energy.validation
The Class TechnicalSystemChecker does the actual check of a TechnicalSystem instance.
TechnicalSystemChecker() - Constructor for class energy.validation.TechnicalSystemChecker
Instantiates a new technical system checker.
technicalSystemGroup - Variable in class energy.optionModel.ControlledSystem
 
TechnicalSystemGroup - Class in energy.optionModel
The complex type TechnicalSystemGroup represents an aggregation of several TechnicalSystem instances that can be organized in a hierarchical manner.
TechnicalSystemGroup() - Constructor for class energy.optionModel.TechnicalSystemGroup
 
technicalSystemGroup - Variable in class energy.persistence.version096.ControlledSystem
Deprecated.
 
TechnicalSystemGroup - Class in energy.persistence.version096
Deprecated.
TechnicalSystemGroup() - Constructor for class energy.persistence.version096.TechnicalSystemGroup
Deprecated.
 
TechnicalSystemGroup_ScheduleListConverter - Class in energy.persistence
The Class ScheduleListConverter is used for preparing ScheduleLists within a TechnicalSystemGroup in order to convert them as tree-structured ScheduleList or as list-structured ScheduleList.
TechnicalSystemGroup_ScheduleListConverter(GroupController) - Constructor for class energy.persistence.TechnicalSystemGroup_ScheduleListConverter
Instantiates a new ScheduleListConverter.
TechnicalSystemGroup_ScheduleListConverter - Class in energy.persistence.version096
Deprecated.
TechnicalSystemGroup_ScheduleListConverter(GroupController) - Constructor for class energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter
Deprecated.
Instantiates a new ScheduleListConverter.
TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo - Enum in energy.persistence
 
TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo - Enum in energy.persistence.version096
Deprecated.
 
TechnicalSystemGroup_StorageHandler - Class in energy.persistence
The Class TechnicalSystemGroup_StorageHandler provides methods that allow to save or open descriptions and energy option models from a XML file.
TechnicalSystemGroup_StorageHandler() - Constructor for class energy.persistence.TechnicalSystemGroup_StorageHandler
 
TechnicalSystemGroup_StorageHandler - Class in energy.persistence.version096
Deprecated.
TechnicalSystemGroup_StorageHandler(GroupController) - Constructor for class energy.persistence.version096.TechnicalSystemGroup_StorageHandler
Deprecated.
Instantiates a new technical system group_ storage handler.
TechnicalSystemMessage - Class in energy.validation
The Class TechnicalSystemMessage.
TechnicalSystemMessage(String, TechnicalSystemMessage.Type) - Constructor for class energy.validation.TechnicalSystemMessage
Instantiates a new technical system message.
TechnicalSystemMessage.Type - Enum in energy.validation
 
TechnicalSystemPanel - Class in energy.optionModel.gui
The Class TechnicalSystemPanel.
TechnicalSystemPanel(OptionModelController) - Constructor for class energy.optionModel.gui.TechnicalSystemPanel
Instantiates a new technical system panel.
technicalSystemSchedules - Variable in class energy.optionModel.ControlledSystem
 
technicalSystemSchedules - Variable in class energy.persistence.version096.ControlledSystem
Deprecated.
 
TechnicalSystemState - Class in energy.optionModel
Java class for TechnicalSystemState complex type.
TechnicalSystemState() - Constructor for class energy.optionModel.TechnicalSystemState
 
TechnicalSystemState - Class in energy.persistence.version096
Deprecated.
TechnicalSystemState() - Constructor for class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
TechnicalSystemState.StorageLoads - Class in energy.persistence.version096
Deprecated.
Java class for anonymous complex type.
TechnicalSystemState.UsageOfInterfaces - Class in energy.persistence.version096
Deprecated.
Java class for anonymous complex type.
TechnicalSystemStateDeltaEvaluation - Class in energy.evaluation
The Class TechnicalSystemStateDeltaEvaluation can be used in order to evaluate the differences that result from the usage of a technical system as described with a TechnicalSystemState and the corresponding State and thus its Duration.
TechnicalSystemStateDeltaEvaluation(OptionModelController, AbstractEvaluationStrategy, TechnicalSystemStateEvaluation, boolean) - Constructor for class energy.evaluation.TechnicalSystemStateDeltaEvaluation
Instantiates and starts a new technical system state cost evaluation.
TechnicalSystemStateDeltaEvaluation.AmountsAndCosts - Class in energy.evaluation
The Class AmountsAndCosts is used in order to describe EnergyAmounts or good amounts their corresponding costs.
TechnicalSystemStateDeltaEvaluation.CostInterval - Class in energy.evaluation
The Class CostInterval is used to describe an time interval and its average cost.
TechnicalSystemStateDeltaEvaluation.InterfaceType - Enum in energy.evaluation
This enumeration is used to differentiate amounts in the class TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
TechnicalSystemStateDeltaEvaluation.TechnicalInterfaceCondition - Class in energy.evaluation
The Class TechnicalInterfaceCondition is used as a reminder for a single EnergyInterface.
TechnicalSystemStateDeltaHelper - Class in energy.evaluation
The Class TechnicalSystemStateDeltaHelper provides help functions for one or several instances of TechnicalSystemStateDeltaEvaluation.
TechnicalSystemStateDeltaHelper() - Constructor for class energy.evaluation.TechnicalSystemStateDeltaHelper
 
TechnicalSystemStateDeltaHelper.DeltaSelectionBy - Enum in energy.evaluation
The enumeration DeltaSelectionBy.
TechnicalSystemStateDialog - Class in energy.evaluation.gui
The Class TechnicalSystemStateDialog.
TechnicalSystemStateDialog() - Constructor for class energy.evaluation.gui.TechnicalSystemStateDialog
Deprecated.
Just for the use of the WindowBuilder
TechnicalSystemStateDialog(Window, OptionModelController, ScheduleController, TechnicalSystemState, boolean) - Constructor for class energy.evaluation.gui.TechnicalSystemStateDialog
Instantiates a new technical system state dialog.
technicalSystemStateEvaluation - Variable in class energy.optionModel.Schedule
 
TechnicalSystemStateEvaluation - Class in energy.optionModel
Java class for TechnicalSystemStateEvaluation complex type.
TechnicalSystemStateEvaluation() - Constructor for class energy.optionModel.TechnicalSystemStateEvaluation
 
technicalSystemStateEvaluation - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
TechnicalSystemStateEvaluation - Class in energy.persistence.version096
Deprecated.
TechnicalSystemStateEvaluation() - Constructor for class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
 
TechnicalSystemStateHelper - Class in energy.evaluation
The Class TechnicalSystemStateHelper provides help functions for one or several instances of TechnicalSystemState.
TechnicalSystemStateHelper() - Constructor for class energy.evaluation.TechnicalSystemStateHelper
 
technicalSystemStateList - Variable in class energy.optionModel.Schedule
 
technicalSystemStateList - Variable in class energy.persistence.version096.Schedule
Deprecated.
 
TechnicalSystemStatePanel - Class in energy.evaluation.gui
The Class TechnicalSystemStatePanel can be used in order display the instances of TechnicalSystemStateTime, TechnicalSystemState and TechnicalSystemStateEvaluation.
TechnicalSystemStatePanel() - Constructor for class energy.evaluation.gui.TechnicalSystemStatePanel
Deprecated.
TechnicalSystemStatePanel(OptionModelController, ScheduleController, TechnicalSystemStateTime) - Constructor for class energy.evaluation.gui.TechnicalSystemStatePanel
Instantiates a new technical system state panel.
TechnicalSystemStatePanel(OptionModelController, ScheduleController, TechnicalSystemStateTime, boolean) - Constructor for class energy.evaluation.gui.TechnicalSystemStatePanel
Instantiates a new technical system state panel.
TechnicalSystemStatePanelChangeEvent - Class in energy.evaluation.gui
The Class TechnicalSystemStatePanelChangeEvent.
TechnicalSystemStatePanelChangeEvent(Object, TechnicalSystemStatePanelChangeEvent.ValueChanged) - Constructor for class energy.evaluation.gui.TechnicalSystemStatePanelChangeEvent
Instantiates a new technical system state panel change event.
TechnicalSystemStatePanelChangeEvent.ValueChanged - Enum in energy.evaluation.gui
The Enumeration ValueChanged that identifies the specific value that has changed.
TechnicalSystemStatePanelChangeListener - Interface in energy.evaluation.gui
The listener interface for receiving TechnicalSystemStatePanelChangeEvent's.
TechnicalSystemStateTime - Class in energy.optionModel
Java class for TechnicalSystemStateTime complex type.
TechnicalSystemStateTime() - Constructor for class energy.optionModel.TechnicalSystemStateTime
 
TechnicalSystemStateTime - Class in energy.persistence.version096
Deprecated.
TechnicalSystemStateTime() - Constructor for class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
 
technicalSystemStateUsage - Variable in class energy.persistence.version096.UsePattern
Deprecated.
 
TechnicalSystemStateUsage() - Constructor for class energy.persistence.version096.UsePattern.TechnicalSystemStateUsage
Deprecated.
 
TechnicalSystemValidatorGUI - Class in energy.validation
The Class TechnicalSystemValidatorGUI.
TechnicalSystemValidatorGUI(Frame, OptionModelController) - Constructor for class energy.validation.TechnicalSystemValidatorGUI
Instantiates a new technical system validator GUI.
timeFormat - Variable in class energy.optionModel.EvaluationSettings
 
TimeFormat - Class in energy.optionModel.gui.common
The Class TimeFormat describes a predefined format for a date.
TimeFormat(String) - Constructor for class energy.optionModel.gui.common.TimeFormat
Instantiates a new time unit.
timeFormat - Variable in class energy.persistence.version096.EvaluationSettings
Deprecated.
 
TimeFormatEditor - Class in energy.optionModel.gui.common
The Class EvaluationTimeFormatEditor is used from the tool bars in order to configure the TimeFormat that is to be used with the EvaluationSettings.
TimeFormatEditor(Frame, TimeFormatEditorInterface) - Constructor for class energy.optionModel.gui.common.TimeFormatEditor
Instantiates a new energy cost time format selector.
TimeFormatEditor(JDialog, TimeFormatEditorInterface) - Constructor for class energy.optionModel.gui.common.TimeFormatEditor
Instantiates a new energy cost time format selector.
TimeFormatEditorInterface - Interface in energy.optionModel.gui.common
 
TimeFormatVector - Class in energy.optionModel.gui.common
The Class TimeFormatVector is a Vector that holds different TimeFormats.
TimeFormatVector() - Constructor for class energy.optionModel.gui.common.TimeFormatVector
Instantiates a new TimeFormatVector and fills it already with values of the type String.
timeUnit - Variable in class energy.optionModel.CostModel
 
timeUnit - Variable in class energy.optionModel.EnergyAmount
 
timeUnit - Variable in class energy.optionModel.GoodFlow
 
TimeUnit - Enum in energy.optionModel
Java class for TimeUnit.
timeUnit - Variable in class energy.persistence.version096.CostModel
Deprecated.
 
timeUnit - Variable in class energy.persistence.version096.EnergyAmount
Deprecated.
 
TimeUnit - Enum in energy.persistence.version096
Deprecated.
TimeUnitComboBox - Class in energy.optionModel.gui.components
The Class TimeUnitComboBox.
TimeUnitComboBox() - Constructor for class energy.optionModel.gui.components.TimeUnitComboBox
Instantiates a new TimeUnitComboBox.
TimeUnitComboElement - Class in energy.optionModel.gui.components
The Class TimeUnitComboElement is used within the class TimeUnitComboBox.
TimeUnitComboElement(TimeUnit) - Constructor for class energy.optionModel.gui.components.TimeUnitComboElement
Instantiates a new time unit combo element.
toEOMVersion100(AbstractDuration) - Static method in class energy.persistence.version096.AbstractDuration
Deprecated.
Converts the current instance to an EOM version 100.
toEOMVersion100(AbstractEnergyFlowInWatt) - Static method in class energy.persistence.version096.AbstractEnergyFlowInWatt
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(EnergyAmount) - Static method in class energy.persistence.version096.EnergyAmount
Deprecated.
Converts this instance to an EOM version 100.
toEOMVersion100(AbstractEnergyFlowInWatt) - Static method in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(RangeDouble) - Static method in class energy.persistence.version096.RangeDouble
Deprecated.
Converts this instance to an EOM version 100.
toEOMVersion100(RangeInteger) - Static method in class energy.persistence.version096.RangeInteger
Deprecated.
Converts this instance to an EOM version 100.
toEOMVersion100(TechnicalSystemState.StorageLoads) - Static method in class energy.persistence.version096.TechnicalSystemState.StorageLoads
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(TechnicalSystemStateTime) - Static method in class energy.persistence.version096.TechnicalSystemState
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(TechnicalSystemState.UsageOfInterfaces) - Static method in class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(TechnicalSystemStateTime) - Static method in class energy.persistence.version096.TechnicalSystemStateEvaluation
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(TechnicalSystemStateTime) - Static method in class energy.persistence.version096.TechnicalSystemStateTime
Deprecated.
Converts the current instance to an EOM version 1.00.
toEOMVersion100(VariableState) - Static method in class energy.persistence.version096.VariableState
Deprecated.
Converts the current instance to an EOM version 100.
toString() - Method in class energy.domain.DefaultDomainModelCoal
 
toString() - Method in class energy.domain.DefaultDomainModelElectricity
 
toString() - Method in class energy.domain.DefaultDomainModelHeat
 
toString() - Method in class energy.domain.DefaultDomainModelHydrogen
 
toString() - Method in class energy.domain.DefaultDomainModelNaturalGas
 
toString() - Method in class energy.domain.goods.cement.DomainModelCement
 
toString() - Method in class energy.domain.goods.cement.DomainModelCoalAsGood
 
toString() - Method in class energy.evaluation.gui.io.MeasurementJComboBoxElement
 
toString() - Method in class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar.WindowConfiguration
 
toString() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation.AmountsAndCosts
 
toString() - Method in class energy.evaluation.TechnicalSystemStateDeltaEvaluation
 
toString(TechnicalSystemState) - Static method in class energy.evaluation.TechnicalSystemStateHelper
This methods converts a TechnicalSystemState into a string for visualisation.
toString(TechnicalSystemState, boolean) - Static method in class energy.evaluation.TechnicalSystemStateHelper
This methods converts a TechnicalSystemState into a string for visualisation.
toString(List<FixedVariable>) - Static method in class energy.evaluation.TechnicalSystemStateHelper
This toString method can be used in order to print the IO-List of a TechnicalSystemState.
toString(List<FixedVariable>, String) - Static method in class energy.evaluation.TechnicalSystemStateHelper
This toString method can be used in order to print the IO-List of a TechnicalSystemState.
toString(InputMeasurement) - Static method in class energy.InputMeasurementHelper
Return the specified InputMeasurement as string.
toString() - Method in class energy.optionModel.AbstractDomainModel
 
toString() - Method in class energy.optionModel.geo.OSGBCoordinate
 
toString() - Method in class energy.optionModel.geo.UTMCoordinate
 
toString() - Method in class energy.optionModel.geo.WGS84LatLngCoordinate
 
toString() - Method in class energy.optionModel.gui.common.TimeFormat
 
toString() - Method in class energy.optionModel.gui.components.DataRepetitionComboElement
 
toString() - Method in class energy.optionModel.gui.components.DomainComboElement
 
toString() - Method in class energy.optionModel.gui.components.DomainConnectivityComboElement
 
toString() - Method in class energy.optionModel.gui.components.EnergyCarrierComboElement
 
toString() - Method in class energy.optionModel.gui.components.SIPrefixComboElement
 
toString() - Method in class energy.optionModel.gui.components.TimeUnitComboElement
 
toString() - Method in class energy.OptionModelControllerBase
 
toString() - Method in class energy.persistence.TechnicalSystem_BundleLoader.BundleModel
 
toString() - Method in enum energy.PropertyContentProvider.FileToProvide
 
toString() - Method in class energy.schedule.ScheduleController
 
toString() - Method in class energy.schedule.ScheduleListDetailInfo
 
toString() - Method in class energy.validation.TechnicalSystemMessage
 
toString() - Method in class energygroup.calculation.FlowsMeasuredGroup
 
toString() - Method in class energygroup.calculation.FlowsMeasuredGroupMember
 
toString() - Method in enum energygroup.GroupColumn
 
toString() - Method in class energygroup.GroupController
 
toString() - Method in class energygroup.GroupTreeNodeObject
 
toString(GroupTree.GroupNodeCaptionStyle) - Method in class energygroup.GroupTreeNodeObject
Returns the description in the specified caption style .
toString() - Method in class energygroup.sequentialNetworks.CalculationStepNode
 
TransitionPanel - Class in energy.optionModel.gui
The Class TransitionPanel.
TransitionPanel(OptionModelController) - Constructor for class energy.optionModel.gui.TransitionPanel
Instantiates a new StatePanel.
tsse - Variable in class energy.evaluation.AbstractEvaluationStrategyRT
 
tsse - Variable in class energygroup.evaluation.AbstractGroupEvaluationStrategyRT
 

U

underline - Variable in class energy.optionModel.gui.common.JHyperLink
 
undirected_edges - Variable in class energy.evaluation.SparseGraph
 
UNIT - Static variable in class energy.optionModel.AbstractEnergyFlowInWatt
 
unit - Variable in class energy.optionModel.Duration
 
unit - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
unit - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
UNIT - Static variable in class energy.persistence.version096.AbstractEnergyFlowInWatt
Deprecated.
 
unit - Variable in class energy.persistence.version096.Duration
Deprecated.
 
unit - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
unit - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
UnitComparator - Class in energy
The Class UnitComparator.
UnitComparator() - Constructor for class energy.UnitComparator
 
UnitConverter - Class in energy
The Class UnitConverter contains methods that allow to convert unit-dependent values to specified units as for example kW (kilo Watt) to W (Watt).
UnitConverter() - Constructor for class energy.UnitConverter
 
unmarshal(String) - Method in class energy.optionModel.Adapter1
 
unmarshal(String) - Method in class energy.optionModel.Adapter2
 
unmarshal(String) - Method in class energy.optionModel.Adapter3
 
update(Observable, Object) - Method in class energy.agentgui.JButtonScheduleListDatabaseHandling
 
update(Observable, Object) - Method in class energy.evaluation.gui.costs.EnergyCostPanel
 
update(Observable, Object) - Method in class energy.evaluation.gui.EvaluationSettingToolBar
 
update(Observable, Object) - Method in class energy.evaluation.gui.graph.EvaluationGraphMousePlugin
 
update(Observable, Object) - Method in class energy.evaluation.gui.io.MeasurementPanel
 
update(Observable, Object) - Method in class energy.evaluation.gui.results.EvaluationDetailsJPanel
 
update(Observable, Object) - Method in class energy.evaluation.gui.results.EvaluationResultToolBar
 
update(Observable, Object) - Method in class energy.evaluation.gui.stateKey.StateKeyPanel
 
update(Observable, Object) - Method in class energy.evaluation.gui.targetStates.TargetStatePanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.EnergyFlowGeneralPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.EnergyFlowMeasuredPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.FlowBaseDesktop
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.FlowBaseInternalFrame
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.FlowBaseToolBar
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.FlowChart
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.FlowSelectionPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.GoodFlowGeneralPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.flow.GoodFlowMeasuredPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.graph.StateGraphPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.MainPanelToolBar
 
update(Observable, Object) - Method in class energy.optionModel.gui.StatePanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.StatusBar
 
update(Observable, Object) - Method in class energy.optionModel.gui.TechnicalInterfaceConfigurationPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.TechnicalInterfacePanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.TechnicalSystemPanel
 
update(Observable, Object) - Method in class energy.optionModel.gui.TransitionPanel
 
update(Observable, Object) - Method in class energy.schedule.csv.gui.InterfaceImportConfigurationPanel
 
update(Observable, Object) - Method in class energy.schedule.csv.gui.SystemConfigurationPanel
 
update(Observable, Object) - Method in class energy.schedule.csv.gui.VariableImportConfigurationPanel
 
update(Observable, Object) - Method in class energy.schedule.gui.ScheduleListTable
 
update(Observable, Object) - Method in class energy.schedule.gui.ScheduleMainPanelToolBar
 
update(Observable, Object) - Method in class energygroup.GroupController
This update method observes changes within the single TechnicalSystem's.
update(Observable, Object) - Method in class energygroup.gui.GroupMainPanel
 
update(Observable, Object) - Method in class energygroup.gui.GroupMainPanelToolBar
 
update(Observable, Object) - Method in class energygroup.gui.GroupMemberTableSelection
 
update(Observable, Object) - Method in class energygroup.gui.GroupTree
 
update(Observable, Object) - Method in class energygroup.gui.GroupTreeCellRenderer
 
update(Observable, Object) - Method in class energygroup.gui.GroupTreeControl
 
updateGroupMember(GroupMember) - Method in class energygroup.gui.GroupTree
Updates the node of the specified GroupMember.
updateHeaderComponent() - Method in class energy.domain.goods.cement.DomainModelCementJPanel
Update header component.
updateInputMeasurement(TechnicalSystemState, FixedVariable) - Method in class energy.calculations.AbstractEvaluationCalculation
Will be invoked in case that a predicted value should be updated depending on time and the actual state of a system.
updateInputMeasurement(TechnicalSystemState, FixedVariable) - Method in class energy.samples.calculations.ATestEvaluationCalculation
 
updateInputMeasurementsInIOList(TechnicalSystemState) - Method in class energy.evaluation.EvaluationTimeRangeReminder
Updates the values for InputMeasurement's (measurements and user set points) in the specified TechnicalSystemState.
updateTechnicalInterfacesAndStorageInformation() - Method in class energygroup.GroupController
Update all EnergyInterface's and the storage information (capacity & load).
updateTechnicalInterfacesAndStorageInformation(AbstractGroupEvaluationStrategy) - Method in class energygroup.GroupController
Updates all EnergyInterface's and the storage information (capacity & load).
UpdateTechnicalInterfaceTreeAction - Class in energygroup.calculation
The Class UpdateTechnicalInterfaceTreeAction is used in order to update the settings for the EnergyInterface's and the EnergyStorageInterface's and keep consistent information that match with all involved EnergyCarrier.
UpdateTechnicalInterfaceTreeAction(GroupController) - Constructor for class energygroup.calculation.UpdateTechnicalInterfaceTreeAction
Instantiates a new update technical interface tree action.
updateTechnicalSystemStateEnergyFlows(TechnicalSystemState, long, boolean) - Method in class energy.OptionModelController
Updates the energy flows of the specified TechnicalSystemState.
updateTechnicalSystemStateIOList(TechnicalSystemState) - Method in class energy.OptionModelController
Updates the I/O-List of a TechnicalSystemState and checks if the current setting reflects the needed variables.
updateToValidStorageLoadsForStateIdentificationIfNeeded(TechnicalSystemStateDeltaEvaluation) - Method in class energy.evaluation.EvaluationProcess
Updates the storage loads for the state identification, if needed.
UsageOfInterfaceEnergy - Class in energy.optionModel
Java class for UsageOfInterfaceEnergy complex type.
UsageOfInterfaceEnergy() - Constructor for class energy.optionModel.UsageOfInterfaceEnergy
 
UsageOfInterfaceGood - Class in energy.optionModel
Java class for UsageOfInterfaceGood complex type.
UsageOfInterfaceGood() - Constructor for class energy.optionModel.UsageOfInterfaceGood
 
usageOfInterfaces - Variable in class energy.optionModel.TechnicalSystemState
 
usageOfInterfaces - Variable in class energy.persistence.version096.TechnicalSystemState
Deprecated.
 
UsageOfInterfaces() - Constructor for class energy.persistence.version096.TechnicalSystemState.UsageOfInterfaces
Deprecated.
 
UsageOfInterfacesConverter - Class in de.enflexit.eom.database.converter
The Class UsageOfInterfacesConverter converts a list of interface usages into one String.
UsageOfInterfacesConverter() - Constructor for class de.enflexit.eom.database.converter.UsageOfInterfacesConverter
 
UsePattern - Class in energy.persistence.version096
Deprecated.
UsePattern() - Constructor for class energy.persistence.version096.UsePattern
Deprecated.
 
UsePattern.TechnicalSystemStateUsage - Class in energy.persistence.version096
Deprecated.
Java class for anonymous complex type.
usePatternDescription - Variable in class energy.persistence.version096.UsePattern
Deprecated.
 
usePatternID - Variable in class energy.persistence.version096.UsePattern
Deprecated.
 
usePatternList - Variable in class energy.persistence.version096.UsePatterns
Deprecated.
 
usePatterns - Variable in class energy.persistence.version096.TechnicalSystem
Deprecated.
 
UsePatterns - Class in energy.persistence.version096
Deprecated.
UsePatterns() - Constructor for class energy.persistence.version096.UsePatterns
Deprecated.
 
UTMCoordinate - Class in energy.optionModel.geo
The Class UTMCoordinate.
UTMCoordinate(double, double, String, int) - Constructor for class energy.optionModel.geo.UTMCoordinate
Instantiates a new UTM reference.

V

value() - Method in enum energy.optionModel.Connectivity
 
value() - Method in enum energy.optionModel.DataRepetition
 
value - Variable in class energy.optionModel.Duration
 
value - Variable in class energy.optionModel.EnergyAmount
 
value() - Method in enum energy.optionModel.EnergyCarrier
 
value - Variable in class energy.optionModel.EnergyFlowInWatt
 
value() - Method in enum energy.optionModel.EnergyUnitFactorPrefixSI
 
value - Variable in class energy.optionModel.FixedBoolean
 
value - Variable in class energy.optionModel.FixedDouble
 
value - Variable in class energy.optionModel.FixedInteger
 
value - Variable in class energy.optionModel.GoodFlow
 
value - Variable in class energy.optionModel.InputMeasurementByTime
 
value() - Method in enum energy.optionModel.TimeUnit
 
value() - Method in enum energy.persistence.version096.Connectivity
Deprecated.
 
value() - Method in enum energy.persistence.version096.DataRepetition
Deprecated.
 
value - Variable in class energy.persistence.version096.Duration
Deprecated.
 
value - Variable in class energy.persistence.version096.EnergyAmount
Deprecated.
 
value() - Method in enum energy.persistence.version096.EnergyCarrier
Deprecated.
 
value - Variable in class energy.persistence.version096.EnergyFlowInWatt
Deprecated.
 
value() - Method in enum energy.persistence.version096.EnergyUnitFactorPrefixSI
Deprecated.
 
value - Variable in class energy.persistence.version096.FixedBoolean
Deprecated.
 
value - Variable in class energy.persistence.version096.FixedDouble
Deprecated.
 
value - Variable in class energy.persistence.version096.FixedInteger
Deprecated.
 
value - Variable in class energy.persistence.version096.InputMeasurementByTime
Deprecated.
 
value() - Method in enum energy.persistence.version096.TimeUnit
Deprecated.
 
valueChanged(TreeSelectionEvent) - Method in class energygroup.gui.GroupTree
 
valueMax - Variable in class energy.optionModel.RangeDouble
 
valueMax - Variable in class energy.optionModel.RangeInteger
 
valueMax - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
valueMax - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
valueMax - Variable in class energy.persistence.version096.RangeDouble
Deprecated.
 
valueMax - Variable in class energy.persistence.version096.RangeInteger
Deprecated.
 
valueMax - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
valueMax - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
valueMin - Variable in class energy.optionModel.RangeDouble
 
valueMin - Variable in class energy.optionModel.RangeInteger
 
valueMin - Variable in class energy.optionModel.SystemVariableDefinitionDouble
 
valueMin - Variable in class energy.optionModel.SystemVariableDefinitionInteger
 
valueMin - Variable in class energy.persistence.version096.RangeDouble
Deprecated.
 
valueMin - Variable in class energy.persistence.version096.RangeInteger
Deprecated.
 
valueMin - Variable in class energy.persistence.version096.SystemVariableDefinitionDouble
Deprecated.
 
valueMin - Variable in class energy.persistence.version096.SystemVariableDefinitionInteger
Deprecated.
 
valueOf(String) - Static method in enum de.enflexit.eom.database.ScheduleListSelection.SystemStateRangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.agentgui.EomDataModelAdapter.EOM_Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.agentgui.EomDataModelAdapter.ScheduleListStorageLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.calculations.AbstractOptionModelCalculation.DurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.domain.DefaultDomainModelElectricity.CurrentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.domain.DefaultDomainModelElectricity.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.domain.DefaultDomainModelElectricity.PowerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.AbstractEvaluationStrategyRT.InitialStateAdaption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.EvaluationGraph.IntendedUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.EvaluationGraph.IOListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.EvaluationGraph.StorageListType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.EvaluationIOListPanel.FixedVariableEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.graph.EvaluationGraphSettings.EdgeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.graph.EvaluationGraphSettings.NodeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.io.MeasurementJComboBox.InputMeasurementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.results.EvaluationDetailsJPanel.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.gui.TechnicalSystemStatePanelChangeEvent.ValueChanged
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.TechnicalSystemStateDeltaEvaluation.InterfaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.evaluation.TechnicalSystemStateDeltaHelper.DeltaSelectionBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.GlobalInfo.ApplicationInUse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.GlobalInfo.ChartRenderer
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.GlobalInfo.EomExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.Connectivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.DataRepetition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.EnergyCarrier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.EnergyUnitFactorPrefixSI
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.AboutDialog.AboutDialogFocus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.components.DomainConnectivityComboBox.CostFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.graph.StateGraphSettings.EdgeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.graph.StateGraphSettings.NodeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.MainPanel.MainPanelView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.sysVariables.SystemVariablePanel.SystemVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.TechnicalInterfaceDialog.DialogAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.gui.variableState.VariableStatePanel.SystemFixedVariedVariable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.optionModel.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.OptionModelNotification.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.service.PersistenceHandler.PersistenceAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.Connectivity
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.DataRepetition
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.EnergyCarrier
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.EnergyUnitFactorPrefixSI
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.persistence.version096.TimeUnit
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.PropertyContentProvider.FileToProvide
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.schedule.csv.gui.VariableImportConfigurationPanel.SystemVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.schedule.gui.ScheduleListTable.ScheduleColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.schedule.gui.ScheduleMainPanel.SchedulePanelView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.schedule.ScheduleNotification.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.schedule.ScheduleTransformerKeyValueConfiguration.DeltaMechanism
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.SelectionModel.FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energy.validation.TechnicalSystemMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.calculation.AbstractFlowMeasuredAtInterface.FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.evaluation.AbstractGroupTreeAction.GroupTreeTraversal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.GroupColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.GroupController.GroupMemberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.GroupNotification.Reason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.gui.GroupTree.GroupNodeCaptionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.sequentialNetworks.CalcGraphSettings.EdgeShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum energygroup.sequentialNetworks.CalcGraphSettings.NodeShape
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.enflexit.eom.database.ScheduleListSelection.SystemStateRangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.agentgui.EomDataModelAdapter.EOM_Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.agentgui.EomDataModelAdapter.ScheduleListStorageLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.calculations.AbstractOptionModelCalculation.DurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.domain.DefaultDomainModelElectricity.CurrentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.domain.DefaultDomainModelElectricity.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.domain.DefaultDomainModelElectricity.PowerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.AbstractEvaluationStrategyRT.InitialStateAdaption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.EvaluationGraph.IntendedUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.EvaluationGraph.IOListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.EvaluationGraph.StorageListType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.EvaluationIOListPanel.FixedVariableEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.graph.EvaluationGraphSettings.EdgeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.graph.EvaluationGraphSettings.NodeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.io.MeasurementJComboBox.InputMeasurementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.results.EvaluationDetailsJPanel.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.gui.TechnicalSystemStatePanelChangeEvent.ValueChanged
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.TechnicalSystemStateDeltaEvaluation.InterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.evaluation.TechnicalSystemStateDeltaHelper.DeltaSelectionBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.GlobalInfo.ApplicationInUse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.GlobalInfo.ChartRenderer
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.GlobalInfo.EomExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.Connectivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.DataRepetition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.EnergyCarrier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.EnergyUnitFactorPrefixSI
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.AboutDialog.AboutDialogFocus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.components.DomainConnectivityComboBox.CostFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.graph.StateGraphSettings.EdgeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.graph.StateGraphSettings.NodeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.MainPanel.MainPanelView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.sysVariables.SystemVariablePanel.SystemVariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.TechnicalInterfaceDialog.DialogAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.gui.variableState.VariableStatePanel.SystemFixedVariedVariable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.optionModel.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.OptionModelNotification.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.service.PersistenceHandler.PersistenceAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.Connectivity
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.DataRepetition
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.EnergyCarrier
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.EnergyUnitFactorPrefixSI
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.TechnicalSystemGroup_ScheduleListConverter.ConvertScheduleListTo
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.persistence.version096.TimeUnit
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.PropertyContentProvider.FileToProvide
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.schedule.csv.gui.VariableImportConfigurationPanel.SystemVariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.schedule.gui.ScheduleListTable.ScheduleColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.schedule.gui.ScheduleMainPanel.SchedulePanelView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.schedule.ScheduleNotification.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.schedule.ScheduleTransformerKeyValueConfiguration.DeltaMechanism
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.SelectionModel.FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energy.validation.TechnicalSystemMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.calculation.AbstractFlowMeasuredAtInterface.FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.evaluation.AbstractGroupTreeAction.GroupTreeTraversal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.GroupColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.GroupController.GroupMemberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.GroupNotification.Reason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.gui.GroupTree.GroupNodeCaptionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.sequentialNetworks.CalcGraphSettings.EdgeShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum energygroup.sequentialNetworks.CalcGraphSettings.NodeShape
Returns an array containing the constants of this enum type, in the order they are declared.
variableDescription - Variable in class energy.optionModel.SystemVariableDefinition
 
variableDescription - Variable in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
variableID - Variable in class energy.optionModel.AbstractInputMeasurement
 
variableID - Variable in class energy.optionModel.SystemVariableDefinition
 
variableID - Variable in class energy.optionModel.VariableState
 
variableID - Variable in class energy.persistence.version096.AbstractInputMeasurement
Deprecated.
 
variableID - Variable in class energy.persistence.version096.SystemVariableDefinition
Deprecated.
 
variableID - Variable in class energy.persistence.version096.VariableState
Deprecated.
 
VariableImportConfigurationPanel - Class in energy.schedule.csv.gui
GUI panel for configuring the CSV import of system variables data
VariableImportConfigurationPanel(ScheduleCsvImportDialog) - Constructor for class energy.schedule.csv.gui.VariableImportConfigurationPanel
Constructor
VariableImportConfigurationPanel.SystemVariableType - Enum in energy.schedule.csv.gui
 
VariableImportSettings() - Constructor for class energy.schedule.csv.ScheduleCsvImportSettings.VariableImportSettings
 
variableSetting - Variable in class energy.persistence.version096.KnowledgePart.CartesianKnowledge
Deprecated.
 
VariableState - Class in energy.optionModel
Java class for VariableState complex type.
VariableState() - Constructor for class energy.optionModel.VariableState
 
VariableState - Class in energy.persistence.version096
Deprecated.
VariableState() - Constructor for class energy.persistence.version096.VariableState
Deprecated.
 
VariableStateDialog - Class in energy.optionModel.gui.variableState
The Class VariableStateDialog.
VariableStateDialog() - Constructor for class energy.optionModel.gui.variableState.VariableStateDialog
Deprecated.
VariableStateDialog(Frame, OptionModelController) - Constructor for class energy.optionModel.gui.variableState.VariableStateDialog
Instantiates a new VariableStateDialog.
VariableStateEditor - Class in energy.optionModel.gui.variableState
The Class VariableStateEditor.
VariableStateEditor(OptionModelController, VariableStatePanel) - Constructor for class energy.optionModel.gui.variableState.VariableStateEditor
Instantiates a new VariableStateEditor.
VariableStatePanel - Class in energy.optionModel.gui.variableState
The Class VariableStatePanel.
VariableStatePanel() - Constructor for class energy.optionModel.gui.variableState.VariableStatePanel
Deprecated.
VariableStatePanel(OptionModelController, List<VariableState>) - Constructor for class energy.optionModel.gui.variableState.VariableStatePanel
Instantiates a new VariableStatePanel.
VariableStatePanel.SystemFixedVariedVariable - Enum in energy.optionModel.gui.variableState
 
VariableStateRenderer - Class in energy.optionModel.gui.variableState
The Class VariableStateRenderer.
VariableStateRenderer(OptionModelController, VariableStatePanel) - Constructor for class energy.optionModel.gui.variableState.VariableStateRenderer
Instantiates a new variable state renderer.
vertex_maps - Variable in class energy.evaluation.SparseGraph
 
VerticalLabelUI - Class in energy.optionModel.gui.common
The Class VerticalLabelUI.
VerticalLabelUI(boolean) - Constructor for class energy.optionModel.gui.common.VerticalLabelUI
Instantiates a new vertical label ui.
VppMicroCHP - Class in energy.samples.groupStrategies
The Class SmartHouseStrategy.
VppMicroCHP(OptionModelController) - Constructor for class energy.samples.groupStrategies.VppMicroCHP
Instantiates a new smart house strategy.

W

WGS84LatLngCoordinate - Class in energy.optionModel.geo
The Class WGS84LatLngCoordinate describes a coordinate in World Geodetic System 1984 (WGS 84) format that is a decimal latitude longitude coordinate.
WGS84LatLngCoordinate() - Constructor for class energy.optionModel.geo.WGS84LatLngCoordinate
Instantiates a new WGS84 latitude longitude coordinate.
WGS84LatLngCoordinate(double, double) - Constructor for class energy.optionModel.geo.WGS84LatLngCoordinate
Instantiates a new WGS84 latitude longitude coordinate.
windowClosing(WindowEvent) - Method in class energy.optionModel.gui.common.PositionAndSizeReminder
 
WindowConfiguration() - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar.WindowConfiguration
Instantiates a new window configuration that displays all at once.
WindowConfiguration(int, int) - Constructor for class energy.evaluation.gui.results.EvaluationDetailsJDesktopToolBar.WindowConfiguration
Instantiates a new window configuration.
WorbenchMainWindowExtension - Class in energy.agentgui
The Class WorbenchMainWindowExtension extends the AWB main window for the EOM.
WorbenchMainWindowExtension() - Constructor for class energy.agentgui.WorbenchMainWindowExtension
 
writeExternal(ObjectOutput) - Method in class energy.optionModel.Schedule
 
writeExternal(ObjectOutput) - Method in class energy.persistence.version096.Schedule
Deprecated.
 
writeStatistics() - Static method in class de.enflexit.eom.database.DatabaseBundleInfo
Write the SessionFactory statistics.

X

x - Variable in class energy.optionModel.State
 
x - Variable in class energy.persistence.version096.State
Deprecated.
 

Y

y - Variable in class energy.optionModel.State
 
y - Variable in class energy.persistence.version096.State
Deprecated.
 

Z

zoomFit2Window() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Zoom - fits to window.
zoomFit2Window() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Zoom - fits to window.
zoomFit2Window() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Zoom - fits to window.
zoomIn() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Zoom in.
zoomIn() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Zoom in.
zoomIn() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Zoom in.
zoomOneToOne() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Zoom one to one and move the focus, so that the elements as visible.
zoomOneToOne() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Zoom one to one and move the focus, so that the elements are visible.
zoomOneToOne() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Zoom one to one and move the focus, so that the elements as visible.
zoomOut() - Method in class energy.evaluation.gui.graph.EvaluationGraphPanel
Zoom out.
zoomOut() - Method in class energy.optionModel.gui.graph.StateGraphPanel
Zoom out.
zoomOut() - Method in class energygroup.sequentialNetworks.CalcGraphPanel
Zoom out.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links