A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages

A

abs(Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the absolute value
abs(Long) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
 
ABS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
Function Varaibles
ABSTRACT_FIXED_FACTOR_VALUE - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Abstract Fixed Factor Value' class.
ABSTRACT_FIXED_FACTOR_VALUE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the ' Abstract Fixed Factor Value' class.
ABSTRACT_FIXED_FACTOR_VALUE__BOUND_FACTOR - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Bound Factor' reference.
ABSTRACT_FIXED_FACTOR_VALUE__BOUND_FACTOR - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Bound Factor' reference feature.
ABSTRACT_FIXED_FACTOR_VALUE__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
ABSTRACT_FIXED_FACTOR_VALUE__POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding' container reference.
ABSTRACT_FIXED_FACTOR_VALUE__POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Binding' container reference feature.
ABSTRACT_FIXED_FACTOR_VALUE__VALUE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Value' attribute.
ABSTRACT_FIXED_FACTOR_VALUE__VALUE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Value' attribute feature.
ABSTRACT_FIXED_FACTOR_VALUE_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Abstract Fixed Factor Value' class.
ABSTRACT_POWER_CONSUMING_RESOURCE - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the ' Abstract Power Consuming Resource' class.
ABSTRACT_POWER_CONSUMING_RESOURCE - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Abstract Power Consuming Resource' class.
ABSTRACT_POWER_CONSUMING_RESOURCE__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
ABSTRACT_POWER_CONSUMING_RESOURCE__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
ABSTRACT_POWER_CONSUMING_RESOURCE__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
ABSTRACT_POWER_CONSUMING_RESOURCE__PROCESSING_RESOURCE_SPECIFICATIONS - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Processing Resource Specifications' reference list.
ABSTRACT_POWER_CONSUMING_RESOURCE__PROCESSING_RESOURCE_SPECIFICATIONS - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Processing Resource Specifications' reference list feature.
ABSTRACT_POWER_CONSUMING_RESOURCE_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Abstract Power Consuming Resource' class.
ABSTRACT_POWER_STATE - Static variable in interface de.fzi.power.state.StatePackage
The meta object id for the 'Abstract Power State' class.
ABSTRACT_POWER_STATE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Abstract Power State' class.
ABSTRACT_POWER_STATE__ID - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Id' attribute.
ABSTRACT_POWER_STATE__NAME - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Name' attribute.
ABSTRACT_POWER_STATE__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power State Machine' container reference.
ABSTRACT_POWER_STATE__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State Machine' container reference feature.
ABSTRACT_POWER_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Abstract Power State Binding' class.
ABSTRACT_POWER_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the ' Abstract Power State Binding' class.
ABSTRACT_POWER_STATE_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
ABSTRACT_POWER_STATE_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
ABSTRACT_POWER_STATE_BINDING__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Stateful Resource Power Binding' container reference.
ABSTRACT_POWER_STATE_BINDING__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Stateful Resource Power Binding' container reference feature.
ABSTRACT_POWER_STATE_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Abstract Power State Binding' class.
ABSTRACT_POWER_STATE_FEATURE_COUNT - Static variable in interface de.fzi.power.state.StatePackage
The number of structural features of the 'Abstract Power State' class.
AbstractCalculatorFactory - Class in de.fzi.power.interpreter.calculators
 
AbstractCalculatorFactory() - Constructor for class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
AbstractCumulativeEnergyCalculator - Class in de.fzi.power.interpreter.calculators.energy
This abstract class is designed to be the base class of all algorithms that calculate cumulative energy consumptions based on power consumption samples (sampling points), i.e., in an integrator-like fashion.
AbstractCumulativeEnergyCalculator(int, int, int) - Constructor for class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Initializes a new instance of the AbstractCumulativeEnergyCalculator class with the given properties.
AbstractCumulativeEnergyCalculator(int, int, int, Measurable<Duration>, Measurable<Duration>) - Constructor for class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Initializes a new instance of the AbstractCumulativeEnergyCalculator class with the given properties.
AbstractCumulativeEnergyCalculator(int, int, int, Measurable<Duration>, Measurable<Duration>, Unit<Energy>) - Constructor for class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Initializes a new instance of the AbstractCumulativeEnergyCalculator class with the given properties.
AbstractDistributionPowerModelCalculator - Class in de.fzi.power.interpreter.calculators
Subsumes a calculator responsible for evaluating the power consumption of a DistributionPowerModelSpecification.
AbstractDistributionPowerModelCalculator(DistributionPowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.AbstractDistributionPowerModelCalculator
Creates a calculator for a distribution power model that is associated with a PowerProvidingEntity.
AbstractEvaluationScope - Class in de.fzi.power.interpreter
This class provides basic functionality for all classes that wish to provide a scope to evaluate the power/energy consumption of resources.
AbstractEvaluationScope() - Constructor for class de.fzi.power.interpreter.AbstractEvaluationScope
Initializes a new instance of the AbstractEvaluationScope class.
AbstractFilterMeasureProvider - Class in de.fzi.power.interpreter.measureprovider
Subclass that encapsulates an AbstractFilter as measure provider.
AbstractFilterMeasureProvider(AbstractAdapter) - Constructor for class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
AbstractFixedFactorValue<Q extends javax.measure.quantity.Quantity> - Interface in de.fzi.power.binding
A representation of the model object ' Abstract Fixed Factor Value'.
AbstractFixedFactorValueImpl<Q extends javax.measure.quantity.Quantity> - Class in de.fzi.power.binding.impl
An implementation of the model object ' Abstract Fixed Factor Value'.
AbstractFixedFactorValueImpl() - Constructor for class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
AbstractFixedFactorValueItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a AbstractFixedFactorValue object.
AbstractFixedFactorValueItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This constructs an instance from a factory and a notifier.
AbstractPowerConsumingResource - Interface in de.fzi.power.infrastructure
A representation of the model object ' Abstract Power Consuming Resource'.
AbstractPowerConsumingResourceImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Abstract Power Consuming Resource'.
AbstractPowerConsumingResourceImpl() - Constructor for class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
AbstractPowerConsumingResourceItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a AbstractPowerConsumingResource object.
AbstractPowerConsumingResourceItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This constructs an instance from a factory and a notifier.
AbstractPowerState - Interface in de.fzi.power.specification
A representation of the model object ' Abstract Power State'.
AbstractPowerState - Interface in de.fzi.power.state
A representation of the model object ' Abstract Power State'.
AbstractPowerStateBinding - Interface in de.fzi.power.binding
A representation of the model object ' Abstract Power State Binding'.
AbstractPowerStateBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Abstract Power State Binding'.
AbstractPowerStateBindingImpl() - Constructor for class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
AbstractPowerStateBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a AbstractPowerStateBinding object.
AbstractPowerStateBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This constructs an instance from a factory and a notifier.
AbstractPowerStateImpl - Class in de.fzi.power.state.impl
An implementation of the model object ' Abstract Power State'.
AbstractPowerStateImpl() - Constructor for class de.fzi.power.state.impl.AbstractPowerStateImpl
AbstractPowerStateItemProvider - Class in de.fzi.power.state.provider
This is the item provider adapter for a AbstractPowerState object.
AbstractPowerStateItemProvider(AdapterFactory) - Constructor for class de.fzi.power.state.provider.AbstractPowerStateItemProvider
This constructs an instance from a factory and a notifier.
AbstractResourcePowerModelCalculator - Class in de.fzi.power.interpreter.calculators
Calculator responsible for evaluating the power consumption of a ResourcePowerBinding.
AbstractResourcePowerModelCalculator(ResourcePowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.AbstractResourcePowerModelCalculator
Create the power model calculator for a passed power-consuming resource.
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in interface org.vedantatree.expressionoasis.expressions.Expression
Implements visitor pattern.
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
accept(ExpressionVisitor) - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Allows an expression visitor to visit this expression and it's sub-expressions (implements Visitor design pattern).
acos(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric arc cosine of an angle
ACOS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
actionPerformed(ActionEvent) - Method in class org.vedantatree.expressionoasis.ui.ExpressionEvaluatorUI
 
Activator - Class in de.fzi.power.interpreter
The activator class controls the plug-in life cycle
Activator - Class in de.fzi.power.interpreter.calculator.expressionoasis
 
Activator - Class in de.fzi.power.interpreter.calculators.essential
 
Activator - Class in de.fzi.power.interpreter.measureprovider.utilization
The activator class controls the plug-in life cycle
Activator - Class in de.fzi.power.specification.resources
The activator class controls the plug-in life cycle
Activator - Class in de.fzi.power.ui
The activator class controls the plug-in life cycle
Activator - Class in org.vedantatree.expressionoasis
The activator class controls the plug-in life cycle
Activator() - Constructor for class de.fzi.power.interpreter.Activator
The constructor
Activator() - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.Activator
 
Activator() - Constructor for class de.fzi.power.interpreter.calculators.essential.Activator
 
Activator() - Constructor for class de.fzi.power.interpreter.measureprovider.utilization.Activator
The constructor
Activator() - Constructor for class de.fzi.power.specification.resources.Activator
The constructor
Activator() - Constructor for class de.fzi.power.ui.Activator
The constructor
Activator() - Constructor for class org.vedantatree.expressionoasis.Activator
The constructor
activeEditorPart - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This keeps track of the active editor.
activeEditorPart - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This keeps track of the active editor.
adapt(Object, Object) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
adapt(Object, Object) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
adapt(Object, Object) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
adapt(Object, Object) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
adapt(Object, Object) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
adapt(Notifier, Object) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapt(Notifier, Object) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This implementation substitutes the factory itself as the key for the adapter.
adapterFactory - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class de.fzi.power.state.presentation.StateEditor
This is the one adapter factory used for providing views of the model.
adapterFactory - Variable in class de.fzi.power.util.presentation.UtilEditor
This is the one adapter factory used for providing views of the model.
addBasicMeasurement(MeasuringValue) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
addBindingPropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This adds a property descriptor for the Binding feature.
addBoundFactorPropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This adds a property descriptor for the Bound Factor feature.
addDistributionPowerAssemblyContextPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This adds a property descriptor for the Distribution Power Assembly Context feature.
addDistributionPowerAssemblyContextPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This adds a property descriptor for the Distribution Power Assembly Context feature.
addDistributionPowerModelPropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This adds a property descriptor for the Distribution Power Model feature.
AddExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This is the expression to perform addition.
AddExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.AddExpression
 
addFunction(String) - Method in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
Deprecated.
No need to add function in ExpressionFactory, as it will always return FunctionExpression for all functions
addFunction(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Adds a function name to the grammar.
addFunction(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Use this method to add any function identification to the grammar.
addFunctionalExpressionPropertyDescriptor(Object) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This adds a property descriptor for the Functional Expression feature.
addFunctionProvider(FunctionProvider) - Method in class org.vedantatree.expressionoasis.ExpressionContext
Adds function provider to the expression context.
addGlobalActions(IMenuManager) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This inserts global actions before the "additions-end" separator.
addGlobalActions(IMenuManager) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This inserts global actions before the "additions-end" separator.
addGlobalActions(IMenuManager) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This inserts global actions before the "additions-end" separator.
addGlobalActions(IMenuManager) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This inserts global actions before the "additions-end" separator.
addGlobalActions(IMenuManager) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This inserts global actions before the "additions-end" separator.
addInitialStatePropertyDescriptor(Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This adds a property descriptor for the Initial State feature.
addListener(INotifyChangedListener) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This adds a listener.
addListener(INotifyChangedListener) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This adds a listener.
addMetricTypePropertyDescriptor(Object) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This adds a property descriptor for the Metric Type feature.
addNamePropertyDescriptor(Object) - Method in class de.fzi.power.util.provider.EntityItemProvider
This adds a property descriptor for the Name feature.
addNamePropertyDescriptor(Object) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This adds a property descriptor for the Name feature.
addObserver(IPropertyListener) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
With the current implementation of this PropertyConfigurable it is only possible to be notified on changes applied to this nested configurable.
addPages() - Method in class de.fzi.power.binding.presentation.BindingModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class de.fzi.power.state.presentation.StateModelWizard
The framework calls this to create the contents of the wizard.
addPages() - Method in class de.fzi.power.util.presentation.UtilModelWizard
The framework calls this to create the contents of the wizard.
addPowerConsumptions(Iterable<Amount<Power>>) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
addPowerStateMachinePropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This adds a property descriptor for the Power State Machine feature.
addPowerStatePropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This adds a property descriptor for the Power State feature.
addPowerStatePropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This adds a property descriptor for the Power State feature.
addProcessingResourceSpecificationsPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This adds a property descriptor for the Processing Resource Specifications feature.
addResourceContainerPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This adds a property descriptor for the Resource Container feature.
addResourcePowerAssemblyContextPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This adds a property descriptor for the Resource Power Assembly Context feature.
addResourcePowerModelSpecificationPropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This adds a property descriptor for the Resource Power Model Specification feature.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.binding.presentation.BindingEditor
This implements ISelectionProvider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This implements ISelectionProvider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This implements ISelectionProvider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.state.presentation.StateEditor
This implements ISelectionProvider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.util.presentation.UtilEditor
This implements ISelectionProvider.
addStatefulResourcePowerBindingPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This adds a property descriptor for the Stateful Resource Power Binding feature.
addSuppliablePeakPowerPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This adds a property descriptor for the Suppliable Peak Power feature.
addSuppliablePeakPowerPropertyDescriptor(Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This adds a property descriptor for the Suppliable Peak Power feature.
addTargetStatePropertyDescriptor(Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This adds a property descriptor for the Target State feature.
addTransitionStatePropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This adds a property descriptor for the Transition State feature.
addTypePair(Class, Type, Type) - Static method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Adds the type mapping for the given operand type and its expected result type for a operator.
addTypePair(Class, Type, Type, Type) - Static method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Adds the type mapping for the given operator.
addUnitPropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This adds a property descriptor for the Unit feature.
addValuePropertyDescriptor(Object) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This adds a property descriptor for the Value feature.
addVariable(String, ValueObject) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
Add a new variable value to Variable Provider Cache
addVariableProvider(VariableProvider) - Method in class org.vedantatree.expressionoasis.ExpressionContext
Adds variable provider to the expression context.
addVariableProvider(VariableProvider, String) - Method in class org.vedantatree.expressionoasis.ExpressionContext
 
ALLOWED_PATTERN - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for allowed pattern tag in XML
AnalysisCumulativeEnergyConsumptionAdapter - Class in de.fzi.power.ui.adapters
 
AnalysisCumulativeEnergyConsumptionAdapter(AbstractCumulativeEnergyCalculator) - Constructor for class de.fzi.power.ui.adapters.AnalysisCumulativeEnergyConsumptionAdapter
 
AnalysisPowerConsumptionAdapter - Class in de.fzi.power.ui.adapters
 
AnalysisPowerConsumptionAdapter() - Constructor for class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
analyzeResourceProblems(Resource, Exception) - Method in class de.fzi.power.binding.presentation.BindingEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
analyzeResourceProblems(Resource, Exception) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
analyzeResourceProblems(Resource, Exception) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
analyzeResourceProblems(Resource, Exception) - Method in class de.fzi.power.state.presentation.StateEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
analyzeResourceProblems(Resource, Exception) - Method in class de.fzi.power.util.presentation.UtilEditor
Returns a diagnostic describing the errors and warnings listed in the resource and the specified exception (if any).
AndExpression - Class in org.vedantatree.expressionoasis.expressions.booleanexp
This is the expression class for AND operatiorn.
AndExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.booleanexp.AndExpression
 
ANY_TYPE - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the type for custome types.
APPROACHABLE_PATTERN - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for approachable pattern tag in XML
ArgumentExpression - Class in org.vedantatree.expressionoasis.expressions.property
This is the argument expression used by the function expression.
ArgumentExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.property.ArgumentExpression
 
ArrayIndexExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This is the class expression to manipulate the indexed value from the array.
ArrayIndexExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.ArrayIndexExpression
 
asin(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric arc sine of an angle
ASIN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
assertCorrectExpressionContext(ExpressionContext, Class<?>) - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.helper.ExpressionOasisHelper
Asserts that the given expression context instance is a CustomExpressionContext instance.
assertNotNullArgument(Object) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
 
assertNotNullArgument(Object, String) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
 
assertQualifiedArgument(String) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
 
assertQualifiedArgument(String, String) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
 
atan(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric arc tangent of an angle
ATAN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
atan2(Number, Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Converts rectangular coordinates (xy) to polar (r,  theta ).
ATAN2 - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 

B

basicGetBinding() - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
basicGetBoundFactor() - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
basicGetDistributionPowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
basicGetDistributionPowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
basicGetDistributionPowerModel() - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
basicGetInitialState() - Method in class de.fzi.power.state.impl.TransitionStateImpl
basicGetMetricType() - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
basicGetPowerState() - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
basicGetPowerState() - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
basicGetPowerStateMachine() - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
basicGetResourceContainer() - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
basicGetResourcePowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
basicGetResourcePowerModelSpecification() - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
basicGetStatefulResourcePowerBinding() - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
basicGetTargetState() - Method in class de.fzi.power.state.impl.TransitionStateImpl
basicGetTransitionState() - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
basicSetPowerBinding(PowerFactorBinding, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
basicSetPowerBindingRepository(PowerBindingRepository, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
basicSetPowerCurve(Sequence, NotificationChain) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
basicSetPowerInfrastructureModel(PowerInfrastructureRepository, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
basicSetPowerInfrastructureModel(PowerInfrastructureRepository, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
basicSetPowerModel(PowerModelSpecification, NotificationChain) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
basicSetPowermodelrepository(PowerModelRepository, NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
basicSetPowerProvidingEntity(PowerProvidingEntity, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
basicSetPowerStateMachine(PowerStateMachine, NotificationChain) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
basicSetPowerStateRepository(PowerStateRepository, NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
basicSetStatefulResourcePowerBinding(StatefulResourcePowerBinding, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
basicSetTransitionConsumption(ConsumptionBehavior, NotificationChain) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
BeanUtils - Class in org.vedantatree.expressionoasis.utils
This class provides the util methods for bean management.
BINARY - Static variable in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
This is the binary expression type.
BinaryOperatorExpression - Class in org.vedantatree.expressionoasis.expressions
This class defines the abstract implemenation for binary operator expression.
BinaryOperatorExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
 
BinaryOperatorExpression.TypePair - Class in org.vedantatree.expressionoasis.expressions
This is the class for making pair of valid types for a binary operator.
binding - Variable in class de.fzi.power.interpreter.calculators.AbstractResourcePowerModelCalculator
 
BindingActionBarContributor - Class in de.fzi.power.binding.presentation
This is the action bar contributor for the Binding model editor.
BindingActionBarContributor() - Constructor for class de.fzi.power.binding.presentation.BindingActionBarContributor
This creates an instance of the contributor.
BindingAdapterFactory - Class in de.fzi.power.binding.util
The Adapter Factory for the model.
BindingAdapterFactory() - Constructor for class de.fzi.power.binding.util.BindingAdapterFactory
Creates an instance of the adapter factory.
BindingEditor - Class in de.fzi.power.binding.presentation
This is an example of a Binding model editor.
BindingEditor() - Constructor for class de.fzi.power.binding.presentation.BindingEditor
This creates a model editor.
BindingEditor.ReverseAdapterFactoryContentProvider - Class in de.fzi.power.binding.presentation
bindingFactory - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
This caches an instance of the model factory.
BindingFactory - Interface in de.fzi.power.binding
The Factory for the model.
BindingFactoryImpl - Class in de.fzi.power.binding.impl
An implementation of the model Factory.
BindingFactoryImpl() - Constructor for class de.fzi.power.binding.impl.BindingFactoryImpl
Creates an instance of the factory.
BindingItemProviderAdapterFactory - Class in de.fzi.power.binding.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
BindingItemProviderAdapterFactory() - Constructor for class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This constructs an instance.
BindingModelWizard - Class in de.fzi.power.binding.presentation
This is a simple wizard for creating a new model file.
BindingModelWizard() - Constructor for class de.fzi.power.binding.presentation.BindingModelWizard
 
BindingModelWizard.BindingModelWizardInitialObjectCreationPage - Class in de.fzi.power.binding.presentation
This is the page where the type of object to create is selected.
BindingModelWizard.BindingModelWizardNewFileCreationPage - Class in de.fzi.power.binding.presentation
This is the one page of the wizard.
BindingModelWizardInitialObjectCreationPage(String) - Constructor for class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
Pass in the selection.
BindingModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardNewFileCreationPage
Pass in the selection.
bindingPackage - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
This caches an instance of the model package.
BindingPackage - Interface in de.fzi.power.binding
The Package for the model.
BindingPackage.Literals - Interface in de.fzi.power.binding
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
BindingPackageImpl - Class in de.fzi.power.binding.impl
An implementation of the model Package.
BindingResourceFactoryImpl - Class in de.fzi.power.binding.util
The Resource Factory associated with the package.
BindingResourceFactoryImpl() - Constructor for class de.fzi.power.binding.util.BindingResourceFactoryImpl
Creates an instance of the resource factory.
BindingResourceImpl - Class in de.fzi.power.binding.util
The Resource associated with the package.
BindingResourceImpl(URI) - Constructor for class de.fzi.power.binding.util.BindingResourceImpl
Creates an instance of the resource.
BindingSwitch<T> - Class in de.fzi.power.binding.util
The Switch for the model's inheritance hierarchy.
BindingSwitch() - Constructor for class de.fzi.power.binding.util.BindingSwitch
Creates an instance of the switch.
BindingXMLProcessor - Class in de.fzi.power.binding.util
This class contains helper methods to serialize and deserialize XML documents
BindingXMLProcessor() - Constructor for class de.fzi.power.binding.util.BindingXMLProcessor
Public constructor to instantiate the helper.
BITWISEAND - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
BITWISECOMPLEMENT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
BITWISEOR - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Black Box Distribution Power Model Specification' class.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Black Box Distribution Power Model Specification' class.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
BLACK_BOX_DISTRIBUTION_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Black Box Distribution Power Model Specification' class.
BLACK_BOX_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Black Box Power Model Specification' class.
BLACK_BOX_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Black Box Power Model Specification' class.
BLACK_BOX_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
BLACK_BOX_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
BLACK_BOX_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
BLACK_BOX_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
BLACK_BOX_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Black Box Power Model Specification' class.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Black Box Resource Power Model Specification' class.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Black Box Resource Power Model Specification' class.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
BLACK_BOX_RESOURCE_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Black Box Resource Power Model Specification' class.
BlackBoxDistributionPowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Black Box Distribution Power Model Specification'.
BlackBoxDistributionPowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Black Box Distribution Power Model Specification'.
BlackBoxDistributionPowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.BlackBoxDistributionPowerModelSpecificationImpl
blackBoxDistributionPowerModelSpecificationItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all BlackBoxDistributionPowerModelSpecification instances.
BlackBoxDistributionPowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a BlackBoxDistributionPowerModelSpecification object.
BlackBoxDistributionPowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
BlackBoxPowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Black Box Power Model Specification'.
BlackBoxPowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Black Box Power Model Specification'.
BlackBoxPowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.BlackBoxPowerModelSpecificationImpl
BlackBoxPowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a BlackBoxPowerModelSpecification object.
BlackBoxPowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.BlackBoxPowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
BlackBoxResourcePowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Black Box Resource Power Model Specification'.
BlackBoxResourcePowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Black Box Resource Power Model Specification'.
BlackBoxResourcePowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.BlackBoxResourcePowerModelSpecificationImpl
blackBoxResourcePowerModelSpecificationItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all BlackBoxResourcePowerModelSpecification instances.
BlackBoxResourcePowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a BlackBoxResourcePowerModelSpecification object.
BlackBoxResourcePowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
blankString(int) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
Creates an empty string of given length.
BOOLEAN - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the boolean type.
BooleanExpression - Class in org.vedantatree.expressionoasis.expressions
This class expression is used to make the boolean value expression It gives the boolean value.
BooleanExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.BooleanExpression
 
BRACKET - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for bracket tag in XML
BRACKETS - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for brackets tag in XML
BWAndExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise And Operator (&) It does not supports for double operands
BWAndExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWAndExpression
 
BWComplementExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise Complement Operator (~) It does not supports for double operands
BWComplementExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWComplementExpression
 
BWOrExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise OR Operator (|) It does not supports for double operands
BWOrExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWOrExpression
 
BWSignedLeftShiftExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise Singed Left Shift Operator (<<) It does not work for double operands
BWSignedLeftShiftExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWSignedLeftShiftExpression
 
BWSignedRightShiftExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise Right Shift Operator (>>) It does not supports for double operands
BWSignedRightShiftExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWSignedRightShiftExpression
 
BWUnsignedRightShiftExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise Unsigned Right Shift Operator (>>>) It does not supports for double operands
BWUnsignedRightShiftExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWUnsignedRightShiftExpression
 
BWXorExpression - Class in org.vedantatree.expressionoasis.expressions.bitwise
Implementation of Bit wise Exclusive OR Operator (^) It does not supports for double operands
BWXorExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.bitwise.BWXorExpression
 
BYTE - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the byte type.

C

calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.ExpressionOasisResourcePowerModelCalculator
 
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.AbstractResourcePowerModelCalculator
 
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.essential.InterpolationModelCalculator
 
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.essential.LinearPowerModelCalculator
Calculate the power consumption using a linear power model.
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.essential.NonlinearRegressionCalculator
 
calculate(Collection<MeasuringValue>) - Method in interface de.fzi.power.interpreter.calculators.IResourcePowerModelCalculator
Evaluates the power consumption of a resource using a set of measurements collected for the resource.
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.StatefulPowerConsumingResourceCalculator
 
calculate(Collection<MeasuringValue>) - Method in class de.fzi.power.interpreter.calculators.TransitionStatePowerModelCalculator
 
calculate(Map<PowerConsumingEntity, Amount<Power>>) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.ExpressionOasisDistributionPowerModelCalculator
 
calculate(Map<PowerConsumingEntity, Amount<Power>>) - Method in class de.fzi.power.interpreter.calculators.AbstractDistributionPowerModelCalculator
Calculates the power consumption based on the power consumption measured or evaluated for a set of outlets of the PowerProvidingEntity.
calculate(Map<PowerConsumingEntity, Amount<Power>>) - Method in class de.fzi.power.interpreter.calculators.essential.LinearPassthroughCalculator
 
calculateInitValue(int) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Method to be implemented by subclasses which contains the initialization steps.
calculateInitValue(int) - Method in class de.fzi.power.interpreter.calculators.energy.SimpsonRuleCumulativeEnergyCalculator
 
calculateNext(Measurable<Power>) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Calculates the next energy sample, i.e., the next integration step is done.
calculateNextInternal() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Method to be implemented by subclasses containing the integration algorithm.
calculateNextInternal() - Method in class de.fzi.power.interpreter.calculators.energy.SimpsonRuleCumulativeEnergyCalculator
Calculates the next energy sample, i.e., does the next integration step using Simpson's rule.
That is, for all energy samples y[i] it holds:
y[i] = y[i-2] + weighting * (x[i] + 4 * x[i-1] + x[i-2])
where x[i], x[i-1], x[i-2] are the most recent power samples
and weighting = samplingPeriod / 3.
CALCULATOR_FACTORY_EXTENSION_POINT - Static variable in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
CalculatorFactory - Interface in de.fzi.power.interpreter.calculators
A factory for creating Calculator objects.
CalculatorFactoryImpl - Class in de.fzi.power.interpreter.calculator.expressionoasis
Implementation of the CalculatorFactory which is able to create calculators for DeclarativePowerModelSpecifications.
CalculatorFactoryImpl() - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.CalculatorFactoryImpl
 
CalculatorInstantiator - Interface in de.fzi.power.interpreter.calculators
 
canAccept(IDataSource) - Method in class de.fzi.power.ui.adapters.AnalysisCumulativeEnergyConsumptionAdapter
 
canProvideMetric(MetricDescription, Collection<MetricDescription>) - Method in class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
Given the set of availableDataSources the method returns true, iff the provider is able to provide the desired metric.
caseAbstractFixedFactorValue(AbstractFixedFactorValue<Q>) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Abstract Fixed Factor Value'.
caseAbstractPowerConsumingResource(AbstractPowerConsumingResource) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Abstract Power Consuming Resource'.
caseAbstractPowerState(AbstractPowerState) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Abstract Power State'.
caseAbstractPowerStateBinding(AbstractPowerStateBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Abstract Power State Binding'.
caseBlackBoxDistributionPowerModelSpecification(BlackBoxDistributionPowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Black Box Distribution Power Model Specification'.
caseBlackBoxPowerModelSpecification(BlackBoxPowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Black Box Power Model Specification'.
caseBlackBoxResourcePowerModelSpecification(BlackBoxResourcePowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Black Box Resource Power Model Specification'.
caseConsumptionBehavior(ConsumptionBehavior) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Consumption Behavior'.
caseConsumptionFactor(ConsumptionFactor) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Consumption Factor'.
caseDeclarativeDistributionPowerModelSpecification(DeclarativeDistributionPowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Declarative Distribution Power Model Specification'.
caseDeclarativePowerModelSpecification(DeclarativePowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Declarative Power Model Specification'.
caseDeclarativeResourcePowerModelSpecification(DeclarativeResourcePowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Declarative Resource Power Model Specification'.
caseDistributionPowerBinding(DistributionPowerBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Distribution Power Binding'.
caseDistributionPowerModelSpecification(DistributionPowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Distribution Power Model Specification'.
caseEntity(Entity) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseEntity(Entity) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseEntity(Entity) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseEntity(Entity) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseEntity(Entity) - Method in class de.fzi.power.util.util.UtilSwitch
Returns the result of interpreting the object as an instance of 'Entity'.
caseFixedFactor(FixedFactor) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Fixed Factor'.
caseFixedFactorValueDimensionless(FixedFactorValueDimensionless) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Fixed Factor Value Dimensionless'.
caseFixedFactorValuePower(FixedFactorValuePower) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Fixed Factor Value Power'.
caseIdentifier(Identifier) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseIdentifier(Identifier) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseIdentifier(Identifier) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseIdentifier(Identifier) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseIdentifier(Identifier) - Method in class de.fzi.power.util.util.UtilSwitch
Returns the result of interpreting the object as an instance of 'Identifier'.
caseMeasuredFactor(MeasuredFactor) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Measured Factor'.
caseMountedPowerDistributionUnit(MountedPowerDistributionUnit) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Mounted Power Distribution Unit'.
caseMountedPowerDistributionUnit(MountedPowerDistributionUnit) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluates the power consumption of a mounted PDU and the elements nested below it.
caseMountedPowerDistributionUnit(MountedPowerDistributionUnit) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
Update the power model for a MountedPowerDistributionUnit.
caseNamedElement(NamedElement) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNamedElement(NamedElement) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNamedElement(NamedElement) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNamedElement(NamedElement) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
caseNamedElement(NamedElement) - Method in class de.fzi.power.util.util.UtilSwitch
Returns the result of interpreting the object as an instance of 'Named Element'.
casePowerBinding(PowerBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Power Binding'.
casePowerBindingRepository(PowerBindingRepository) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Power Binding Repository'.
casePowerConsumingEntity(PowerConsumingEntity) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Consuming Entity'.
casePowerConsumingEntity(PowerConsumingEntity) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluates the power consumption of a PowerConsumingEntity.
casePowerConsumingProvidingEntity(PowerConsumingProvidingEntity) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Consuming Providing Entity'.
casePowerConsumingProvidingEntity(PowerConsumingProvidingEntity) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluates the power consumption of all elements connected to a PowerConsumingProvidingEntity.
casePowerConsumingResourceSet(PowerConsumingResourceSet) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Consuming Resource Set'.
casePowerConsumingResourceSet(PowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluate the power consumption of a PowerConsumingResource.
casePowerConsumingResourceSet(PowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
Update the power model for a power-consuming resource (PowerConsumingResource) such as a CPU, HDD etc.
casePowerDistributionUnit(PowerDistributionUnit) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Distribution Unit'.
casePowerDistributionUnit(PowerDistributionUnit) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluate the power consumption of all elements connected to pdu
casePowerDistributionUnit(PowerDistributionUnit) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
Update the power model for a PowerDistributionUnit.
casePowerFactorBinding(PowerFactorBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Power Factor Binding'.
casePowerInfrastructureRepository(PowerInfrastructureRepository) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Infrastructure Repository'.
casePowerInfrastructureRepository(PowerInfrastructureRepository) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluate the power consumption for a full PowerInfrastructureRepository.
casePowerInfrastructureRepository(PowerInfrastructureRepository) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
 
casePowerModelRepository(PowerModelRepository) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Power Model Repository'.
casePowerModelSpecification(PowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Power Model Specification'.
casePowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Power Providing Entity'.
casePowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Evaluates the power consumption of all elements connected to a PowerProvidingEntity.
casePowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
Update the power model for a PowerProvidingEntity.
casePowerState(PowerState) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Power State'.
casePowerStateBinding(PowerStateBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Power State Binding'.
casePowerStateMachine(PowerStateMachine) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Power State Machine'.
casePowerStateRepository(PowerStateRepository) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Power State Repository'.
caseResourcePowerBinding(ResourcePowerBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Resource Power Binding'.
caseResourcePowerModelSpecification(ResourcePowerModelSpecification) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'Resource Power Model Specification'.
caseStatefulPowerConsumingResourceSet(StatefulPowerConsumingResourceSet) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'Stateful Power Consuming Resource Set'.
caseStatefulPowerConsumingResourceSet(StatefulPowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
 
caseStatefulPowerConsumingResourceSet(StatefulPowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.PowerModelUpdaterSwitch
 
caseStatefulResourcePowerBinding(StatefulResourcePowerBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Stateful Resource Power Binding'.
caseTransitionState(TransitionState) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'Transition State'.
caseTransitionStateBinding(TransitionStateBinding) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'Transition State Binding'.
ceil(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
CEIL - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
changedResources - Variable in class de.fzi.power.binding.presentation.BindingEditor
Resources that have been changed since last activation.
changedResources - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Resources that have been changed since last activation.
changedResources - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Resources that have been changed since last activation.
changedResources - Variable in class de.fzi.power.state.presentation.StateEditor
Resources that have been changed since last activation.
changedResources - Variable in class de.fzi.power.util.presentation.UtilEditor
Resources that have been changed since last activation.
changeNotifier - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This is used to implement IChangeNotifier.
changeNotifier - Variable in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This is used to implement IChangeNotifier.
CHARACTER - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the character type.
cleanUp() - Method in class de.fzi.power.interpreter.ConsumptionContext
Since the ConsumptionContext registers change listener to the referenced PowerModelRegistry it is important to call cleanUp before discarding the ConsumptionContext instance.
clear() - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
Clears the variable names.
CLEAR - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
clearMeasurements() - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
clearVariableProviders() - Method in class org.vedantatree.expressionoasis.ExpressionContext
 
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.PowerBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.BlackBoxPowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.FixedFactorItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.state.provider.AbstractPowerStateItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.state.provider.PowerStateItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.util.provider.EntityItemProvider
This adds CommandParameters describing the children that can be created under this object.
collectNewChildDescriptors(Collection<Object>, Object) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This adds CommandParameters describing the children that can be created under this object.
compile(String, ExpressionContext, boolean) - Method in class org.vedantatree.expressionoasis.Compiler
Builds a tree of Expression objects representing the expression.
compileExpression(String, ExpressionContext, boolean) - Static method in class org.vedantatree.expressionoasis.ExpressionEngine
Compiles the expression string and prepares the expression tree with relevant Expression's objects.
Compiler - Class in org.vedantatree.expressionoasis
This class performs the compilation operation in expression evaluation process.
Compiler() - Constructor for class org.vedantatree.expressionoasis.Compiler
Constructs the Compiler with default DefaultXMLGrammar Instance
Compiler(Grammar) - Constructor for class org.vedantatree.expressionoasis.Compiler
Constructs the Compiler with specified DefaultXMLGrammar instance.
ConditionTernaryExpression - Class in org.vedantatree.expressionoasis.expressions.booleanexp
This expression manage the '?' operator of ternary expression, more specifically condition part of the ternary operator.
ConditionTernaryExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.booleanexp.ConditionTernaryExpression
 
CONFIG_FILE_PATH_KEY - Static variable in class org.vedantatree.expressionoasis.config.ConfigFactory
 
ConfigFactory - Class in org.vedantatree.expressionoasis.config
Builds and manages the single instance of the Expression Oasis Config
ConfigFactory() - Constructor for class org.vedantatree.expressionoasis.config.ConfigFactory
 
ConstructorArgument - Class in org.vedantatree.expressionoasis.config
Represents a constructur argument to be passed to a class defined in a configuration file
ConstructorArgument() - Constructor for class org.vedantatree.expressionoasis.config.ConstructorArgument
 
CONSUMPTION_BEHAVIOR - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Consumption Behavior' class.
CONSUMPTION_BEHAVIOR - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Consumption Behavior' class.
CONSUMPTION_BEHAVIOR__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
CONSUMPTION_BEHAVIOR__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
CONSUMPTION_BEHAVIOR__POWER_CURVE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Curve' containment reference.
CONSUMPTION_BEHAVIOR__POWER_CURVE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Curve' reference feature.
CONSUMPTION_BEHAVIOR__UNIT - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Unit' attribute.
CONSUMPTION_BEHAVIOR__UNIT - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Unit' attribute feature.
CONSUMPTION_BEHAVIOR_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Consumption Behavior' class.
CONSUMPTION_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Consumption Factor' class.
CONSUMPTION_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Consumption Factor' class.
CONSUMPTION_FACTOR__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
CONSUMPTION_FACTOR__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
CONSUMPTION_FACTOR__POWER_MODEL - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Power Model' container reference.
CONSUMPTION_FACTOR__POWER_MODEL - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Power Model' container reference feature.
CONSUMPTION_FACTOR_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Consumption Factor' class.
ConsumptionBehavior - Interface in de.fzi.power.binding
A representation of the model object ' Consumption Behavior'.
ConsumptionBehaviorImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Consumption Behavior'.
ConsumptionBehaviorImpl() - Constructor for class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
consumptionBehaviorItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all ConsumptionBehavior instances.
ConsumptionBehaviorItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a ConsumptionBehavior object.
ConsumptionBehaviorItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This constructs an instance from a factory and a notifier.
ConsumptionContext - Class in de.fzi.power.interpreter
Subsumes all the required information for evaluating the power consumption of a software system.
ConsumptionFactor - Interface in de.fzi.power.specification
A representation of the model object 'Consumption Factor '.
ConsumptionFactorImpl - Class in de.fzi.power.specification.impl
An implementation of the model object 'Consumption Factor '.
ConsumptionFactorImpl() - Constructor for class de.fzi.power.specification.impl.ConsumptionFactorImpl
ConsumptionFactorItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a ConsumptionFactor object.
ConsumptionFactorItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This constructs an instance from a factory and a notifier.
ContainsExpression - Class in org.vedantatree.expressionoasis.expressions.string
Expression to evaluate the String.contains type expression.
ContainsExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.string.ContainsExpression
 
contentOutlinePage - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is the content outline page.
contentOutlinePage - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the content outline page.
contentOutlinePage - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is the content outline page.
contentOutlinePage - Variable in class de.fzi.power.state.presentation.StateEditor
This is the content outline page.
contentOutlinePage - Variable in class de.fzi.power.util.presentation.UtilEditor
This is the content outline page.
contentOutlineStatusLineManager - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is a kludge...
contentOutlineStatusLineManager - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is a kludge...
contentOutlineStatusLineManager - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is a kludge...
contentOutlineStatusLineManager - Variable in class de.fzi.power.state.presentation.StateEditor
This is a kludge...
contentOutlineStatusLineManager - Variable in class de.fzi.power.util.presentation.UtilEditor
This is a kludge...
contentOutlineViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is the content outline page's viewer.
contentOutlineViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the content outline page's viewer.
contentOutlineViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is the content outline page's viewer.
contentOutlineViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This is the content outline page's viewer.
contentOutlineViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This is the content outline page's viewer.
contributeToMenu(IMenuManager) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToMenu(IMenuManager) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToMenu(IMenuManager) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToMenu(IMenuManager) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToMenu(IMenuManager) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This adds to the menu bar a menu and some separators for editor additions, as well as the sub-menus for object creation items.
contributeToToolBar(IToolBarManager) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This adds Separators for editor additions to the tool bar.
contributeToToolBar(IToolBarManager) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This adds Separators for editor additions to the tool bar.
convertCamelToTitleString(String) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
Converts a camel case string into title case string.
convertDimensionlessToString(EDataType, Object) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
convertPowerToString(EDataType, Object) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
convertToPrimitive(Class) - Static method in class org.vedantatree.expressionoasis.utils.JavaUtils
 
convertToString(EDataType, Object) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
convertToWrapper(Class) - Static method in class org.vedantatree.expressionoasis.utils.JavaUtils
Converts the primitive class to wrapper class.
cos(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric cosine of an angle
COS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
create(EClass) - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
create(EClass) - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
create(EClass) - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
create(EClass) - Method in class de.fzi.power.state.impl.StateFactoryImpl
create(EClass) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
createAbstractFixedFactorValueAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Abstract Fixed Factor Value'.
createAbstractPowerConsumingResourceAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Abstract Power Consuming Resource'.
createAbstractPowerStateAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Abstract Power State'.
createAbstractPowerStateBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Abstract Power State Binding'.
createAdapter(Notifier) - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates an adapter for the target.
createAdapter(Notifier) - Method in class de.fzi.power.util.util.UtilAdapterFactory
Creates an adapter for the target.
createBlackBoxDistributionPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createBlackBoxDistributionPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Black Box Distribution Power Model Specification'.
createBlackBoxDistributionPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a BlackBoxDistributionPowerModelSpecification.
createBlackBoxDistributionPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Black Box Distribution Power Model Specification'.
createBlackBoxPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Black Box Power Model Specification'.
createBlackBoxResourcePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createBlackBoxResourcePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Black Box Resource Power Model Specification'.
createBlackBoxResourcePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a BlackBoxResourcePowerModelSpecification.
createBlackBoxResourcePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Black Box Resource Power Model Specification'.
createChildActions - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildActions - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildActions - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildActions - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildActions - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This will contain one CreateChildAction corresponding to each descriptor generated for the current selection by the item provider.
createChildMenuManager - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createChildMenuManager - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createChildMenuManager - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createChildMenuManager - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createChildMenuManager - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateChild actions.
createConsumptionBehavior() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Consumption Behavior'.
createConsumptionBehavior() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createConsumptionBehaviorAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a ConsumptionBehavior.
createConsumptionBehaviorAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Consumption Behavior'.
createConsumptionContext(PowerBindingRepository, AbstractEvaluationScope, PowerModelRegistry) - Static method in class de.fzi.power.interpreter.ConsumptionContext
Creates a consumption context.
createConsumptionContext(PowerProvidingEntity, AbstractEvaluationScope, PowerModelRegistry) - Static method in class de.fzi.power.interpreter.ConsumptionContext
Creates a consumption context.
createConsumptionFactorAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class ' Consumption Factor'.
createContextMenuFor(StructuredViewer) - Method in class de.fzi.power.binding.presentation.BindingEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuFor(StructuredViewer) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuFor(StructuredViewer) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuFor(StructuredViewer) - Method in class de.fzi.power.state.presentation.StateEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createContextMenuFor(StructuredViewer) - Method in class de.fzi.power.util.presentation.UtilEditor
This creates a context menu for the viewer and adds a listener as well registering the menu for extension.
createControl(Composite) - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
createControl(Composite) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
createControl(Composite) - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
createControl(Composite) - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
createControl(Composite) - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
createControl(Composite) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
createControl(Composite) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Creates the top level control for this properties tab under the given parent composite.
createControl(Composite) - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
createDeclarativeDistributionPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createDeclarativeDistributionPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Declarative Distribution Power Model Specification'.
createDeclarativeDistributionPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a DeclarativeDistributionPowerModelSpecification.
createDeclarativeDistributionPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Declarative Distribution Power Model Specification'.
createDeclarativePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createDeclarativePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Declarative Power Model Specification'.
createDeclarativePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a DeclarativePowerModelSpecification.
createDeclarativePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Declarative Power Model Specification'.
createDeclarativeResourcePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createDeclarativeResourcePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Declarative Resource Power Model Specification'.
createDeclarativeResourcePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a DeclarativeResourcePowerModelSpecification.
createDeclarativeResourcePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Declarative Resource Power Model Specification'.
createDimensionlessFromString(EDataType, String) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
createDistributionPowerBinding() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Distribution Power Binding'.
createDistributionPowerBinding() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createDistributionPowerBindingAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a DistributionPowerBinding.
createDistributionPowerBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Distribution Power Binding'.
createDistributionPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Distribution Power Model Specification'.
createEntityAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEntityAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEntityAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEntityAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEntityAdapter() - Method in class de.fzi.power.util.util.UtilAdapterFactory
Creates a new adapter for an object of class 'Entity'.
createEObjectAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for the default case.
createEObjectAdapter() - Method in class de.fzi.power.util.util.UtilAdapterFactory
Creates a new adapter for the default case.
createExpression(String, String) - Method in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
Creates the expression object for given expression token and expression type
createFixedFactor() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createFixedFactor() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Fixed Factor'.
createFixedFactorAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a FixedFactor.
createFixedFactorAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Fixed Factor'.
createFixedFactorValueDimensionless() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Fixed Factor Value Dimensionless'.
createFixedFactorValueDimensionless() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createFixedFactorValueDimensionlessAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a FixedFactorValueDimensionless.
createFixedFactorValueDimensionlessAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Fixed Factor Value Dimensionless'.
createFixedFactorValuePower() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Fixed Factor Value Power'.
createFixedFactorValuePower() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createFixedFactorValuePowerAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a FixedFactorValuePower.
createFixedFactorValuePowerAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class ' Fixed Factor Value Power'.
createFromString(EDataType, String) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
createIdentifierAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createIdentifierAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createIdentifierAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createIdentifierAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createIdentifierAdapter() - Method in class de.fzi.power.util.util.UtilAdapterFactory
Creates a new adapter for an object of class 'Identifier'.
createIdentifierMatchingHashMap() - Static method in class de.fzi.power.interpreter.InterpreterUtils
Creates a new HashMap decorated with an {@link IdentifierMatchingMapDecorator) to allow to use EMF model elements from potentially different sources as key.
createIdentifierMatchingHashMap(int) - Static method in class de.fzi.power.interpreter.InterpreterUtils
Creates a new HashMap decorated with an {@link IdentifierMatchingMapDecorator) to allow to use EMF model elements from potentially different sources as key.
createInitialModel() - Method in class de.fzi.power.binding.presentation.BindingModelWizard
Create a new model.
createInitialModel() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Create a new model.
createInitialModel() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
Create a new model.
createInitialModel() - Method in class de.fzi.power.state.presentation.StateModelWizard
Create a new model.
createInitialModel() - Method in class de.fzi.power.util.presentation.UtilModelWizard
Create a new model.
createItemPropertyDescriptor(AdapterFactory, ResourceLocator, String, String, EStructuralFeature, boolean, boolean, boolean, Object, String, String[]) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
 
createMeasuredFactor() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createMeasuredFactor() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Measured Factor'.
createMeasuredFactorAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a MeasuredFactor.
createMeasuredFactorAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class ' Measured Factor'.
createModel() - Method in class de.fzi.power.binding.presentation.BindingEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createModel() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createModel() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createModel() - Method in class de.fzi.power.state.presentation.StateEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createModel() - Method in class de.fzi.power.util.presentation.UtilEditor
This is the method called to load a resource into the editing domain's resource set based on the editor's input.
createMountedPowerDistributionUnit() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
createMountedPowerDistributionUnit() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns a new object of class 'Mounted Power Distribution Unit'.
createMountedPowerDistributionUnitAdapter() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This creates an adapter for a MountedPowerDistributionUnit.
createMountedPowerDistributionUnitAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Mounted Power Distribution Unit'.
createNamedElement() - Method in class de.fzi.power.util.impl.UtilFactoryImpl
createNamedElement() - Method in interface de.fzi.power.util.UtilFactory
Returns a new object of class 'Named Element'.
createNamedElementAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNamedElementAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNamedElementAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNamedElementAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createNamedElementAdapter() - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This creates an adapter for a NamedElement.
createNamedElementAdapter() - Method in class de.fzi.power.util.util.UtilAdapterFactory
Creates a new adapter for an object of class 'Named Element'.
createPackageContents() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class de.fzi.power.state.impl.StatePackageImpl
Creates the meta-model objects for the package.
createPackageContents() - Method in class de.fzi.power.util.impl.UtilPackageImpl
Creates the meta-model objects for the package.
createPages() - Method in class de.fzi.power.binding.presentation.BindingEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class de.fzi.power.state.presentation.StateEditor
This is the method used by the framework to install your own controls.
createPages() - Method in class de.fzi.power.util.presentation.UtilEditor
This is the method used by the framework to install your own controls.
createPartControl(Composite) - Method in class de.fzi.power.ui.views.navigator.Navigator
 
createPowerBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Power Binding'.
createPowerBindingRepository() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Power Binding Repository'.
createPowerBindingRepository() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createPowerBindingRepositoryAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a PowerBindingRepository.
createPowerBindingRepositoryAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class ' Power Binding Repository'.
createPowerConsumingEntityAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Consuming Entity'.
createPowerConsumingProvidingEntityAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Consuming Providing Entity'.
createPowerConsumingResourceSet() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
createPowerConsumingResourceSet() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns a new object of class 'Power Consuming Resource Set'.
createPowerConsumingResourceSetAdapter() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This creates an adapter for a PowerConsumingResourceSet.
createPowerConsumingResourceSetAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Consuming Resource Set'.
createPowerConsumptionSwitch(ConsumptionContext) - Static method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Creates a power consumption switch.
createPowerDistributionUnit() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
createPowerDistributionUnit() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns a new object of class 'Power Distribution Unit'.
createPowerDistributionUnitAdapter() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This creates an adapter for a PowerDistributionUnit.
createPowerDistributionUnitAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Distribution Unit'.
createPowerFactorBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Power Factor Binding'.
createPowerFromString(EDataType, String) - Method in class de.fzi.power.util.impl.UtilFactoryImpl
createPowerInfrastructureRepository() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
createPowerInfrastructureRepository() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns a new object of class 'Power Infrastructure Repository'.
createPowerInfrastructureRepositoryAdapter() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This creates an adapter for a PowerInfrastructureRepository.
createPowerInfrastructureRepositoryAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Infrastructure Repository'.
createPowerModelRepository() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
createPowerModelRepository() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns a new object of class 'Power Model Repository'.
createPowerModelRepositoryAdapter() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This creates an adapter for a PowerModelRepository.
createPowerModelRepositoryAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Power Model Repository'.
createPowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Power Model Specification'.
createPowerProvidingEntityAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Power Providing Entity'.
createPowerState() - Method in class de.fzi.power.state.impl.StateFactoryImpl
createPowerState() - Method in interface de.fzi.power.state.StateFactory
Returns a new object of class 'Power State'.
createPowerStateAdapter() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This creates an adapter for a PowerState.
createPowerStateAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Power State'.
createPowerStateBinding() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Power State Binding'.
createPowerStateBinding() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createPowerStateBindingAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a PowerStateBinding.
createPowerStateBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Power State Binding'.
createPowerStateMachine() - Method in class de.fzi.power.state.impl.StateFactoryImpl
createPowerStateMachine() - Method in interface de.fzi.power.state.StateFactory
Returns a new object of class 'Power State Machine'.
createPowerStateMachineAdapter() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This creates an adapter for a PowerStateMachine.
createPowerStateMachineAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Power State Machine'.
createPowerStateRepository() - Method in class de.fzi.power.state.impl.StateFactoryImpl
createPowerStateRepository() - Method in interface de.fzi.power.state.StateFactory
Returns a new object of class 'Power State Repository'.
createPowerStateRepositoryAdapter() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This creates an adapter for a PowerStateRepository.
createPowerStateRepositoryAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Power State Repository'.
createProperties() - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
createResource(URI) - Method in class de.fzi.power.binding.util.BindingResourceFactoryImpl
Creates an instance of the resource.
createResource(URI) - Method in class de.fzi.power.infrastructure.util.InfrastructureResourceFactoryImpl
Creates an instance of the resource.
createResource(URI) - Method in class de.fzi.power.specification.util.SpecificationResourceFactoryImpl
Creates an instance of the resource.
createResource(URI) - Method in class de.fzi.power.util.util.UtilResourceFactoryImpl
Creates an instance of the resource.
createResourcePowerBinding() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Resource Power Binding'.
createResourcePowerBinding() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createResourcePowerBindingAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a ResourcePowerBinding.
createResourcePowerBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class ' Resource Power Binding'.
createResourcePowerModelSpecificationAdapter() - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates a new adapter for an object of class 'Resource Power Model Specification'.
createScope(Iterable<IDataSource>, Collection<ExtendedMeasureProvider>) - Static method in class de.fzi.power.interpreter.EvaluationScope
Creates an evaluation scope for which the energy consumption of a software system is evaluated.
createSiblingActions - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingActions - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingActions - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingActions - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingActions - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This will contain one CreateSiblingAction corresponding to each descriptor generated for the current selection by the item provider.
createSiblingMenuManager - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createSiblingMenuManager - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createSiblingMenuManager - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createSiblingMenuManager - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createSiblingMenuManager - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This is the menu manager into which menu contribution items should be added for CreateSibling actions.
createStatefulPowerConsumingResourceSet() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
createStatefulPowerConsumingResourceSet() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns a new object of class 'Stateful Power Consuming Resource Set'.
createStatefulPowerConsumingResourceSetAdapter() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This creates an adapter for a StatefulPowerConsumingResourceSet.
createStatefulPowerConsumingResourceSetAdapter() - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates a new adapter for an object of class 'Stateful Power Consuming Resource Set'.
createStatefulResourcePowerBinding() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Stateful Resource Power Binding'.
createStatefulResourcePowerBinding() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createStatefulResourcePowerBindingAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a StatefulResourcePowerBinding.
createStatefulResourcePowerBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class 'Stateful Resource Power Binding'.
createTransitionState() - Method in class de.fzi.power.state.impl.StateFactoryImpl
createTransitionState() - Method in interface de.fzi.power.state.StateFactory
Returns a new object of class 'Transition State'.
createTransitionStateAdapter() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This creates an adapter for a TransitionState.
createTransitionStateAdapter() - Method in class de.fzi.power.state.util.StateAdapterFactory
Creates a new adapter for an object of class 'Transition State'.
createTransitionStateBinding() - Method in interface de.fzi.power.binding.BindingFactory
Returns a new object of class 'Transition State Binding'.
createTransitionStateBinding() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
createTransitionStateBindingAdapter() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This creates an adapter for a TransitionStateBinding.
createTransitionStateBindingAdapter() - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Creates a new adapter for an object of class ' Transition State Binding'.
createType(Class<?>) - Static method in class org.vedantatree.expressionoasis.types.Type
Creates the type for given class
createType(String) - Static method in class org.vedantatree.expressionoasis.types.Type
Creates the type for given type name
createTypePair(Type, Type) - Static method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Creates the type pair for given types pair
currentViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This keeps track of the active content viewer, which may be either one of the viewers in the pages or the content outline viewer.
currentViewerPane - Variable in class de.fzi.power.binding.presentation.BindingEditor
This keeps track of the active viewer pane, in the book.
currentViewerPane - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This keeps track of the active viewer pane, in the book.
currentViewerPane - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This keeps track of the active viewer pane, in the book.
currentViewerPane - Variable in class de.fzi.power.state.presentation.StateEditor
This keeps track of the active viewer pane, in the book.
currentViewerPane - Variable in class de.fzi.power.util.presentation.UtilEditor
This keeps track of the active viewer pane, in the book.
CustomExpressionContext - Class in de.fzi.power.interpreter.calculator.expressionoasis.custom
This class is an extension of the ExpressionContext class, tailored to deal with Expressions that contain FixedFactors and ConsumptionFactor s.
CustomExpressionContext(EList<AbstractFixedFactorValue<?>>, Iterable<ConsumptionFactor>) - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
Initializes a new instance of the CustomExpressionContext class.
CustomFunctionProvider - Class in de.fzi.power.interpreter.calculator.expressionoasis.custom
 
CustomFunctionProvider - Class in org.vedantatree.expressionoasis.extensions.customfunctions
Provides custom functions where the source code for the functions is stored as configuration in order to make adding new functions very simple.
CustomFunctionProvider() - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
 
CustomFunctionProvider(Class<? extends CustomFunctionSourceProvider>) - Constructor for class org.vedantatree.expressionoasis.extensions.customfunctions.CustomFunctionProvider
Dynamically generates a class at run time based on the source code of methods provided by the sourceProvider, and makes the methods available to the expression engine as functions.
CustomFunctionsClassFactory - Class in org.vedantatree.expressionoasis.extensions.customfunctions
Builds a java class dynamically at run-time from method source code configured outside of the code base.
CustomFunctionsClassFactory() - Constructor for class org.vedantatree.expressionoasis.extensions.customfunctions.CustomFunctionsClassFactory
 
CustomFunctionSourceProvider - Interface in org.vedantatree.expressionoasis.extensions.customfunctions
CustomFunctionSourceProviders provide source code for custom methods that will be created at run-time to be used as expression engine functions.
CUSTOMIZED_ERROR_CODE - Static variable in exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
 

D

de.fzi.power.binding - package de.fzi.power.binding
 
de.fzi.power.binding.impl - package de.fzi.power.binding.impl
 
de.fzi.power.binding.presentation - package de.fzi.power.binding.presentation
 
de.fzi.power.binding.provider - package de.fzi.power.binding.provider
 
de.fzi.power.binding.util - package de.fzi.power.binding.util
 
de.fzi.power.infrastructure - package de.fzi.power.infrastructure
 
de.fzi.power.infrastructure.impl - package de.fzi.power.infrastructure.impl
 
de.fzi.power.infrastructure.presentation - package de.fzi.power.infrastructure.presentation
 
de.fzi.power.infrastructure.provider - package de.fzi.power.infrastructure.provider
 
de.fzi.power.infrastructure.util - package de.fzi.power.infrastructure.util
 
de.fzi.power.interpreter - package de.fzi.power.interpreter
 
de.fzi.power.interpreter.calculator.expressionoasis - package de.fzi.power.interpreter.calculator.expressionoasis
 
de.fzi.power.interpreter.calculator.expressionoasis.custom - package de.fzi.power.interpreter.calculator.expressionoasis.custom
 
de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions - package de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions
 
de.fzi.power.interpreter.calculator.expressionoasis.helper - package de.fzi.power.interpreter.calculator.expressionoasis.helper
 
de.fzi.power.interpreter.calculators - package de.fzi.power.interpreter.calculators
 
de.fzi.power.interpreter.calculators.energy - package de.fzi.power.interpreter.calculators.energy
 
de.fzi.power.interpreter.calculators.essential - package de.fzi.power.interpreter.calculators.essential
 
de.fzi.power.interpreter.measureprovider - package de.fzi.power.interpreter.measureprovider
 
de.fzi.power.interpreter.measureprovider.utilization - package de.fzi.power.interpreter.measureprovider.utilization
 
de.fzi.power.interpreter.measureprovider.utilization.ui - package de.fzi.power.interpreter.measureprovider.utilization.ui
 
de.fzi.power.specification - package de.fzi.power.specification
 
de.fzi.power.specification.impl - package de.fzi.power.specification.impl
 
de.fzi.power.specification.presentation - package de.fzi.power.specification.presentation
 
de.fzi.power.specification.provider - package de.fzi.power.specification.provider
 
de.fzi.power.specification.resources - package de.fzi.power.specification.resources
 
de.fzi.power.specification.util - package de.fzi.power.specification.util
 
de.fzi.power.state - package de.fzi.power.state
 
de.fzi.power.state.impl - package de.fzi.power.state.impl
 
de.fzi.power.state.presentation - package de.fzi.power.state.presentation
 
de.fzi.power.state.provider - package de.fzi.power.state.provider
 
de.fzi.power.state.util - package de.fzi.power.state.util
 
de.fzi.power.ui - package de.fzi.power.ui
 
de.fzi.power.ui.adapters - package de.fzi.power.ui.adapters
 
de.fzi.power.ui.views.configuration - package de.fzi.power.ui.views.configuration
 
de.fzi.power.ui.views.navigator - package de.fzi.power.ui.views.navigator
 
de.fzi.power.ui.views.util - package de.fzi.power.ui.views.util
 
de.fzi.power.util - package de.fzi.power.util
 
de.fzi.power.util.impl - package de.fzi.power.util.impl
 
de.fzi.power.util.presentation - package de.fzi.power.util.presentation
 
de.fzi.power.util.provider - package de.fzi.power.util.provider
 
de.fzi.power.util.util - package de.fzi.power.util.util
 
DecimalExpression - Class in org.vedantatree.expressionoasis.expressions
This class expression is used to make the decimal value expression It gives the decimal value.
DecimalExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.DecimalExpression
 
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Declarative Distribution Power Model Specification' class.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Declarative Distribution Power Model Specification' class.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION__FUNCTIONAL_EXPRESSION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Functional Expression' attribute.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
DECLARATIVE_DISTRIBUTION_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Declarative Distribution Power Model Specification' class.
DECLARATIVE_LINEAR_PASSTHROUGH_MODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
DECLARATIVE_LINEAR_POWER_MODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
DECLARATIVE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Declarative Power Model Specification' class.
DECLARATIVE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Declarative Power Model Specification' class.
DECLARATIVE_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
DECLARATIVE_POWER_MODEL_SPECIFICATION__FUNCTIONAL_EXPRESSION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Functional Expression' attribute.
DECLARATIVE_POWER_MODEL_SPECIFICATION__FUNCTIONAL_EXPRESSION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Functional Expression' attribute feature.
DECLARATIVE_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
DECLARATIVE_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
DECLARATIVE_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
DECLARATIVE_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Declarative Power Model Specification' class.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Declarative Resource Power Model Specification' class.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Declarative Resource Power Model Specification' class.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION__FUNCTIONAL_EXPRESSION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Functional Expression' attribute.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
DECLARATIVE_RESOURCE_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Declarative Resource Power Model Specification' class.
DeclarativeDistributionPowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Declarative Distribution Power Model Specification'.
DeclarativeDistributionPowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Declarative Distribution Power Model Specification'.
DeclarativeDistributionPowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.DeclarativeDistributionPowerModelSpecificationImpl
declarativeDistributionPowerModelSpecificationItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all DeclarativeDistributionPowerModelSpecification instances.
DeclarativeDistributionPowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a DeclarativeDistributionPowerModelSpecification object.
DeclarativeDistributionPowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
DeclarativePowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Declarative Power Model Specification'.
DeclarativePowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Declarative Power Model Specification'.
DeclarativePowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
declarativePowerModelSpecificationItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all DeclarativePowerModelSpecification instances.
DeclarativePowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a DeclarativePowerModelSpecification object.
DeclarativePowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
DeclarativeResourceModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Declarative Resource Model Specification'.
DeclarativeResourceModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a DeclarativeResourceModelSpecification object.
DeclarativeResourceModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
DeclarativeResourcePowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Declarative Resource Power Model Specification'.
DeclarativeResourcePowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Declarative Resource Power Model Specification'.
DeclarativeResourcePowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.DeclarativeResourcePowerModelSpecificationImpl
declarativeResourcePowerModelSpecificationItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all DeclarativeResourcePowerModelSpecification instances.
DeclarativeResourcePowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a DeclarativeResourcePowerModelSpecification object.
DeclarativeResourcePowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
defaultCase(EObject) - Method in class de.fzi.power.binding.util.BindingSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class de.fzi.power.state.util.StateSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
defaultCase(EObject) - Method in class de.fzi.power.util.util.UtilSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
DefaultFunctionProvider - Class in org.vedantatree.expressionoasis.extensions
This is the default function provider.
DefaultFunctionProvider(Class) - Constructor for class org.vedantatree.expressionoasis.extensions.DefaultFunctionProvider
Constructor.
DefaultVariableProvider - Class in org.vedantatree.expressionoasis.extensions
This is the default implementation of the variable provider.
DefaultVariableProvider() - Constructor for class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
 
DefaultXMLGrammar - Class in org.vedantatree.expressionoasis.grammar
This is the default XML based grammar implementation.
DefaultXMLGrammar() - Constructor for class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Constructs the grammar
DELIMITER - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for delimiter tag in XML
DELIMITERS - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for delimiters tag in XML
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
depopulateManager(IContributionManager, Collection<? extends IAction>) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This removes from the specified manager all ActionContributionItems based on the IActions contained in the actions collection.
determineDataSourcesForAvailableMetrics(Set<IDataSource>, Set<ExtendedMeasureProvider>) - Static method in class de.fzi.power.interpreter.InterpreterUtils
 
DIMENSIONLESS - Static variable in interface de.fzi.power.util.UtilPackage
The meta object id for the 'Dimensionless' data type.
DIMENSIONLESS - Static variable in interface de.fzi.power.util.UtilPackage.Literals
The meta object literal for the 'Dimensionless' data type.
dispose() - Method in class de.fzi.power.binding.presentation.BindingEditor
dispose() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This disposes all of the item providers created by this factory.
dispose() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
dispose() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This disposes all of the item providers created by this factory.
dispose() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
dispose() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This disposes all of the item providers created by this factory.
dispose() - Method in class de.fzi.power.state.presentation.StateEditor
dispose() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This disposes all of the item providers created by this factory.
dispose() - Method in class de.fzi.power.util.presentation.UtilEditor
dispose() - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This disposes all of the item providers created by this factory.
DISTRIBUTION_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Distribution Power Binding' class.
DISTRIBUTION_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the ' Distribution Power Binding' class.
DISTRIBUTION_POWER_BINDING__DISTRIBUTION_POWER_MODEL - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Distribution Power Model' reference.
DISTRIBUTION_POWER_BINDING__DISTRIBUTION_POWER_MODEL - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Distribution Power Model' reference feature.
DISTRIBUTION_POWER_BINDING__FIXED_FACTOR_VALUES - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Fixed Factor Values' containment reference list.
DISTRIBUTION_POWER_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
DISTRIBUTION_POWER_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
DISTRIBUTION_POWER_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding Repository' container reference.
DISTRIBUTION_POWER_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Distribution Power Binding' class.
DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Distribution Power Model Specification' class.
DISTRIBUTION_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Distribution Power Model Specification' class.
DISTRIBUTION_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
DISTRIBUTION_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
DISTRIBUTION_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
DISTRIBUTION_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
DISTRIBUTION_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Distribution Power Model Specification' class.
DistributionPowerBinding - Interface in de.fzi.power.binding
A representation of the model object ' Distribution Power Binding'.
DistributionPowerBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Distribution Power Binding'.
DistributionPowerBindingImpl() - Constructor for class de.fzi.power.binding.impl.DistributionPowerBindingImpl
distributionPowerBindingItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all DistributionPowerBinding instances.
DistributionPowerBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a DistributionPowerBinding object.
DistributionPowerBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This constructs an instance from a factory and a notifier.
distributionPowerModelChanged(AbstractDistributionPowerModelCalculator, PowerProvidingEntity) - Method in class de.fzi.power.interpreter.ConsumptionContext
 
distributionPowerModelChanged(AbstractDistributionPowerModelCalculator, PowerProvidingEntity) - Method in interface de.fzi.power.interpreter.PowerModelRegistryChangeListener
Method is called just before a new calculator is set for a power providing entity.
DistributionPowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Distribution Power Model Specification'.
DistributionPowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Distribution Power Model Specification'.
DistributionPowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.DistributionPowerModelSpecificationImpl
DistributionPowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a DistributionPowerModelSpecification object.
DistributionPowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
DivideExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This is the class expression which performs the divide operations.
DivideExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.DivideExpression
 
DIVISION - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
doSave(IProgressMonitor) - Method in class de.fzi.power.binding.presentation.BindingEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(IProgressMonitor) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(IProgressMonitor) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(IProgressMonitor) - Method in class de.fzi.power.state.presentation.StateEditor
This is for implementing IEditorPart and simply saves the model file.
doSave(IProgressMonitor) - Method in class de.fzi.power.util.presentation.UtilEditor
This is for implementing IEditorPart and simply saves the model file.
doSaveAs() - Method in class de.fzi.power.binding.presentation.BindingEditor
This also changes the editor's input.
doSaveAs() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This also changes the editor's input.
doSaveAs() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This also changes the editor's input.
doSaveAs() - Method in class de.fzi.power.state.presentation.StateEditor
This also changes the editor's input.
doSaveAs() - Method in class de.fzi.power.util.presentation.UtilEditor
This also changes the editor's input.
doSaveAs(URI, IEditorInput) - Method in class de.fzi.power.binding.presentation.BindingEditor
doSaveAs(URI, IEditorInput) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
doSaveAs(URI, IEditorInput) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
doSaveAs(URI, IEditorInput) - Method in class de.fzi.power.state.presentation.StateEditor
doSaveAs(URI, IEditorInput) - Method in class de.fzi.power.util.presentation.UtilEditor
doSwitch(int, EObject) - Method in class de.fzi.power.binding.util.BindingSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class de.fzi.power.state.util.StateSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doSwitch(int, EObject) - Method in class de.fzi.power.util.util.UtilSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
DOUBLE - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the double type.
drawCalculator() - Method in class org.vedantatree.expressionoasis.ui.ExpressionEvaluatorUI
 

E

eBaseStructuralFeatureID(int, Class<?>) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eBaseStructuralFeatureID(int, Class<?>) - Method in class de.fzi.power.util.impl.EntityImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eBasicRemoveFromContainerFeature(NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eDerivedStructuralFeatureID(int, Class<?>) - Method in class de.fzi.power.util.impl.EntityImpl
editingDomain - Variable in class de.fzi.power.binding.presentation.BindingEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class de.fzi.power.state.presentation.StateEditor
This keeps track of the editing domain that is used to track all changes to the model.
editingDomain - Variable in class de.fzi.power.util.presentation.UtilEditor
This keeps track of the editing domain that is used to track all changes to the model.
editorSelection - Variable in class de.fzi.power.binding.presentation.BindingEditor
This keeps track of the selection of the editor as a whole.
editorSelection - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This keeps track of the selection of the editor as a whole.
editorSelection - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This keeps track of the selection of the editor as a whole.
editorSelection - Variable in class de.fzi.power.state.presentation.StateEditor
This keeps track of the selection of the editor as a whole.
editorSelection - Variable in class de.fzi.power.util.presentation.UtilEditor
This keeps track of the selection of the editor as a whole.
Edp2RunSelectionListener - Class in de.fzi.power.ui.views.util
 
Edp2RunSelectionListener(Navigator) - Constructor for class de.fzi.power.ui.views.util.Edp2RunSelectionListener
 
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.state.impl.TransitionStateImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.util.impl.EntityImpl
eGet(int, boolean, boolean) - Method in class de.fzi.power.util.impl.NamedElementImpl
eINSTANCE - Static variable in interface de.fzi.power.binding.BindingFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface de.fzi.power.binding.BindingPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface de.fzi.power.infrastructure.InfrastructureFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface de.fzi.power.specification.SpecificationFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface de.fzi.power.specification.SpecificationPackage
The singleton instance of the package.
eINSTANCE - Static variable in interface de.fzi.power.state.StateFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface de.fzi.power.state.StatePackage
The singleton instance of the package.
eINSTANCE - Static variable in interface de.fzi.power.util.UtilFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface de.fzi.power.util.UtilPackage
The singleton instance of the package.
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eInverseAdd(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eInverseRemove(InternalEObject, int, NotificationChain) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eIsSet(int) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eIsSet(int) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
eIsSet(int) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eIsSet(int) - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
eIsSet(int) - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
eIsSet(int) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eIsSet(int) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eIsSet(int) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eIsSet(int) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eIsSet(int) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eIsSet(int) - Method in class de.fzi.power.state.impl.TransitionStateImpl
eIsSet(int) - Method in class de.fzi.power.util.impl.EntityImpl
eIsSet(int) - Method in class de.fzi.power.util.impl.NamedElementImpl
eNAME - Static variable in interface de.fzi.power.binding.BindingPackage
The package name.
eNAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The package name.
eNAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The package name.
eNAME - Static variable in interface de.fzi.power.state.StatePackage
The package name.
eNAME - Static variable in interface de.fzi.power.util.UtilPackage
The package name.
encodingField - Variable in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
encodingField - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
encodingField - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
encodingField - Variable in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
encodingField - Variable in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
encodings - Variable in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
 
encodings - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
 
encodings - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
 
encodings - Variable in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
 
encodings - Variable in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
 
EndsWithExpression - Class in org.vedantatree.expressionoasis.expressions.string
Expression to evaluate the String.endsWith type expression.
EndsWithExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.string.EndsWithExpression
 
eNS_PREFIX - Static variable in interface de.fzi.power.binding.BindingPackage
The package namespace name.
eNS_PREFIX - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The package namespace name.
eNS_PREFIX - Static variable in interface de.fzi.power.specification.SpecificationPackage
The package namespace name.
eNS_PREFIX - Static variable in interface de.fzi.power.state.StatePackage
The package namespace name.
eNS_PREFIX - Static variable in interface de.fzi.power.util.UtilPackage
The package namespace name.
eNS_URI - Static variable in interface de.fzi.power.binding.BindingPackage
The package namespace URI.
eNS_URI - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The package namespace URI.
eNS_URI - Static variable in interface de.fzi.power.specification.SpecificationPackage
The package namespace URI.
eNS_URI - Static variable in interface de.fzi.power.state.StatePackage
The package namespace URI.
eNS_URI - Static variable in interface de.fzi.power.util.UtilPackage
The package namespace URI.
Entity - Interface in de.fzi.power.util
A representation of the model object 'Entity'.
ENTITY - Static variable in interface de.fzi.power.util.UtilPackage
The meta object id for the 'Entity' class.
ENTITY - Static variable in interface de.fzi.power.util.UtilPackage.Literals
The meta object literal for the 'Entity' class.
ENTITY__ID - Static variable in interface de.fzi.power.util.UtilPackage
The feature id for the 'Id' attribute.
ENTITY__NAME - Static variable in interface de.fzi.power.util.UtilPackage
The feature id for the 'Name' attribute.
ENTITY_FEATURE_COUNT - Static variable in interface de.fzi.power.util.UtilPackage
The number of structural features of the 'Entity' class.
EntityImpl - Class in de.fzi.power.util.impl
An implementation of the model object 'Entity'.
EntityImpl() - Constructor for class de.fzi.power.util.impl.EntityImpl
EntityItemProvider - Class in de.fzi.power.util.provider
This is the item provider adapter for a Entity object.
EntityItemProvider(AdapterFactory) - Constructor for class de.fzi.power.util.provider.EntityItemProvider
This constructs an instance from a factory and a notifier.
EOErrorCodes - Interface in org.vedantatree.expressionoasis
It contains various error codes for the application TODO Should use Enum Error code description is not set yet
EQExpression - Class in org.vedantatree.expressionoasis.expressions.relational
This class expression performs the equal operation on values.
EQExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.EQExpression
 
equals(Object) - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression.TypePair
Performs the equlity of type pairs
equals(Object) - Method in class org.vedantatree.expressionoasis.types.MethodKey
 
equals(Object) - Method in class org.vedantatree.expressionoasis.types.Type
Performs the type equality.
EQUALS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
EQUALTO - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
error(SAXParseException) - Method in class org.vedantatree.expressionoasis.utils.XMLErrorHandler
The error is invoked when ever any error occurs during XML validation.
ERROR_DESCRIPTION - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
ErrorCodes - Interface in org.vedantatree.expressionoasis.exceptions
 
ErrorPane - Class in org.vedantatree.expressionoasis.ui
 
eSet(int, Object) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eSet(int, Object) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eSet(int, Object) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
eSet(int, Object) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eSet(int, Object) - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
eSet(int, Object) - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
eSet(int, Object) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eSet(int, Object) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eSet(int, Object) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eSet(int, Object) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eSet(int, Object) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eSet(int, Object) - Method in class de.fzi.power.state.impl.TransitionStateImpl
eSet(int, Object) - Method in class de.fzi.power.util.impl.EntityImpl
eSet(int, Object) - Method in class de.fzi.power.util.impl.NamedElementImpl
EssentialCalculatorsFactory - Class in de.fzi.power.interpreter.calculators.essential
 
EssentialCalculatorsFactory() - Constructor for class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
eStaticClass() - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.FixedFactorValueDimensionlessImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.FixedFactorValuePowerImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eStaticClass() - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerDistributionUnitImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eStaticClass() - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.BlackBoxDistributionPowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.BlackBoxPowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.BlackBoxResourcePowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.DeclarativeDistributionPowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.DeclarativeResourcePowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.DistributionPowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.FixedFactorImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.specification.impl.ResourcePowerModelSpecificationImpl
eStaticClass() - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eStaticClass() - Method in class de.fzi.power.state.impl.PowerStateImpl
eStaticClass() - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eStaticClass() - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eStaticClass() - Method in class de.fzi.power.state.impl.TransitionStateImpl
eStaticClass() - Method in class de.fzi.power.util.impl.EntityImpl
eStaticClass() - Method in class de.fzi.power.util.impl.NamedElementImpl
eStaticFeatureCount() - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eStaticFeatureCount() - Method in class de.fzi.power.util.impl.NamedElementImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
eUnset(int) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
eUnset(int) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
eUnset(int) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
eUnset(int) - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
eUnset(int) - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
eUnset(int) - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
eUnset(int) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
eUnset(int) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
eUnset(int) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
eUnset(int) - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
eUnset(int) - Method in class de.fzi.power.state.impl.TransitionStateImpl
eUnset(int) - Method in class de.fzi.power.util.impl.EntityImpl
eUnset(int) - Method in class de.fzi.power.util.impl.NamedElementImpl
evaluate(String, ExpressionContext) - Static method in class org.vedantatree.expressionoasis.ExpressionEngine
Evaluates the expression and returns the result
evaluateDistributionPowerConsumption(PowerConsumingProvidingEntity, Map<PowerConsumingEntity, Amount<Power>>) - Method in class de.fzi.power.interpreter.ConsumptionContext
Evaluates the consumed power which is supplied by the given power providing entity.
evaluateExpression(Document, String) - Static method in class org.vedantatree.expressionoasis.utils.XPathUtils
 
evaluateExpressionToValueObject(Document, String) - Static method in class org.vedantatree.expressionoasis.utils.XPathUtils
 
evaluateResourcePowerConsumption(AbstractPowerConsumingResource) - Method in class de.fzi.power.interpreter.ConsumptionContext
Evaluates the power consumption of a passed resource.
evaluateStatefulResourcePowerConsumption(StatefulPowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.ConsumptionContext
Evaluates the power consumption of a passed stateful resource.
EvaluationScope - Class in de.fzi.power.interpreter
This class represents the scope under which the energy consumption of a software system is evaluated.
EvaluationScopeIterator - Interface in de.fzi.power.interpreter
The interface EvaluationScopeIterator encapsulated the Iterator specification for the AbstractEvaluationScope class.
exp(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns Euler's number e raised to the power of a double value.
EXP - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
Expression - Interface in org.vedantatree.expressionoasis.expressions
This class represents the executable structure of an expression.
EXPRESSION_CONTENXT_TOKEN - Static variable in interface org.vedantatree.expressionoasis.ExpressionEngineConstants
 
EXPRESSION_CONTENXT_XML_PATH_URL - Static variable in interface org.vedantatree.expressionoasis.ExpressionEngineConstants
 
EXPRESSION_EVALUATION_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
ExpressionConfig - Class in org.vedantatree.expressionoasis.config
Represents the configuration for an Expression
ExpressionConfig() - Constructor for class org.vedantatree.expressionoasis.config.ExpressionConfig
 
ExpressionContext - Class in org.vedantatree.expressionoasis
Object of this class carry the contextual information for expressions during expression evaluation process.
ExpressionContext() - Constructor for class org.vedantatree.expressionoasis.ExpressionContext
Constructor
ExpressionEngine - Class in org.vedantatree.expressionoasis
It is a Utility class for XpressionEngine Framework.
ExpressionEngineConstants - Interface in org.vedantatree.expressionoasis
It contains the various constants used in Expression Engine
ExpressionEngineException - Exception in org.vedantatree.expressionoasis.exceptions
This exception is used by whole Expression Engine Component to share any Erroneous information with user of the component, like at the time of parsing or by the compiler while doing syntactical analysis.
ExpressionEngineException(String) - Constructor for exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
Constructs the ExpressionEngineException
ExpressionEngineException(String, int, Throwable) - Constructor for exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
Constructs the ExpressionEngineException
ExpressionEngineException(String, int, Throwable, boolean) - Constructor for exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
 
ExpressionEngineException(String, Throwable) - Constructor for exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
Constructs the ExpressionEngineException
ExpressionEngineUI - Class in org.vedantatree.expressionoasis.ui
 
ExpressionEngineUI() - Constructor for class org.vedantatree.expressionoasis.ui.ExpressionEngineUI
 
ExpressionEvaluator - Class in org.vedantatree.expressionoasis.ui
 
ExpressionEvaluator() - Constructor for class org.vedantatree.expressionoasis.ui.ExpressionEvaluator
 
EXPRESSIONEVALUATOR - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
Message Variables
ExpressionEvaluatorUI - Class in org.vedantatree.expressionoasis.ui
 
ExpressionEvaluatorUI() - Constructor for class org.vedantatree.expressionoasis.ui.ExpressionEvaluatorUI
 
ExpressionFactory - Class in org.vedantatree.expressionoasis.expressions
This is the expression factory which creates the expression for given expression token.
EXPRESSIONLABEL - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
ExpressionOasisConfig - Class in org.vedantatree.expressionoasis.config
The configuration settings for ExpressionOasis.
ExpressionOasisConfig() - Constructor for class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
 
ExpressionOasisDistributionPowerModelCalculator - Class in de.fzi.power.interpreter.calculator.expressionoasis
This class is an AbstractDistributionPowerModelCalculator that makes use of the ExpressionOasis library to calculate the power consumption of PowerProvidingEntitys whose behavior is specified by DeclarativePowerModelSpecifications.
ExpressionOasisHelper - Class in de.fzi.power.interpreter.calculator.expressionoasis.helper
 
ExpressionOasisResourcePowerModelCalculator - Class in de.fzi.power.interpreter.calculator.expressionoasis
This class is an AbstractResourcePowerModelCalculator that makes use of the ExpressionOasis library to calculate the power consumption of PowerConsumingResources whose behavior is specified by DeclarativePowerModelSpecifications.
ExpressionToken - Class in org.vedantatree.expressionoasis.grammar
This class represents the expression token generated by the parser while parsing the string expression.
ExpressionToken(String, int) - Constructor for class org.vedantatree.expressionoasis.grammar.ExpressionToken
Constructs the ExpressionToken
ExpressionTypeFinder - Class in org.vedantatree.expressionoasis.expressions
Use to find sub-expressions of a particular type within a given expression.
ExpressionTypeFinder(Expression, Class) - Constructor for class org.vedantatree.expressionoasis.expressions.ExpressionTypeFinder
Creates a new ExpressionTypeFinder
ExpressionVisitor - Interface in org.vedantatree.expressionoasis.expressions
Part of visitor design pattern implementation.
ExtendedMeasureProvider - Class in de.fzi.power.interpreter.measureprovider
ExtendedMeasureProviders allow to extend the EvaluationScope with the capability to automatically create additional metrics potentially from other existing metrics.
ExtendedMeasureProvider() - Constructor for class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
 
ExtendedMeasureProviderConfigurationContainer - Class in de.fzi.power.ui.views.configuration
 
ExtendedMeasureProviderConfigurationContainer() - Constructor for class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
ExtendedMeasureProviderConfigurationUI - Class in de.fzi.power.ui.views.configuration
 
ExtendedMeasureProviderConfigurationUI() - Constructor for class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
 
ExtensibleCalculatorInstantiatorImpl - Class in de.fzi.power.interpreter.calculators
Implements a central hub for creating power consumption calculators based on a set of registered PowerFactory instances.
ExtensibleCalculatorInstantiatorImpl() - Constructor for class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
Instantiates the Calculator Factory.
ExtensibleCalculatorInstantiatorImpl(ITimeProvider) - Constructor for class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
Instantiates the extensible Calculator Factory.

F

factoryQueue - Variable in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
fatalError(SAXParseException) - Method in class org.vedantatree.expressionoasis.utils.XMLErrorHandler
The fatalError is invoked when ever any fatal error occurs during XML validation.
FILE_EXTENSIONS - Static variable in class de.fzi.power.binding.presentation.BindingModelWizard
The supported extensions for created files.
FILE_EXTENSIONS - Static variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
The supported extensions for created files.
FILE_EXTENSIONS - Static variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
The supported extensions for created files.
FILE_EXTENSIONS - Static variable in class de.fzi.power.state.presentation.StateModelWizard
The supported extensions for created files.
FILE_EXTENSIONS - Static variable in class de.fzi.power.util.presentation.UtilModelWizard
The supported extensions for created files.
FILE_PATH - Variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
File path for grammar configuration.
fireNotifyChanged(Notification) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
fireNotifyChanged(Notification) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
firePropertyChange(int) - Method in class de.fzi.power.binding.presentation.BindingEditor
This is here for the listener to be able to call it.
firePropertyChange(int) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is here for the listener to be able to call it.
firePropertyChange(int) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is here for the listener to be able to call it.
firePropertyChange(int) - Method in class de.fzi.power.state.presentation.StateEditor
This is here for the listener to be able to call it.
firePropertyChange(int) - Method in class de.fzi.power.util.presentation.UtilEditor
This is here for the listener to be able to call it.
FIXED_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Fixed Factor' class.
FIXED_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Fixed Factor' class.
FIXED_FACTOR__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
FIXED_FACTOR__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
FIXED_FACTOR__POWER_MODEL - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Power Model' container reference.
FIXED_FACTOR_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Fixed Factor' class.
FIXED_FACTOR_VALUE_DIMENSIONLESS - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the ' Fixed Factor Value Dimensionless' class.
FIXED_FACTOR_VALUE_DIMENSIONLESS - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Fixed Factor Value Dimensionless' class.
FIXED_FACTOR_VALUE_DIMENSIONLESS__BOUND_FACTOR - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Bound Factor' reference.
FIXED_FACTOR_VALUE_DIMENSIONLESS__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
FIXED_FACTOR_VALUE_DIMENSIONLESS__POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding' container reference.
FIXED_FACTOR_VALUE_DIMENSIONLESS__VALUE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Value' attribute.
FIXED_FACTOR_VALUE_DIMENSIONLESS_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Fixed Factor Value Dimensionless' class.
FIXED_FACTOR_VALUE_POWER - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Fixed Factor Value Power' class.
FIXED_FACTOR_VALUE_POWER - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Fixed Factor Value Power' class.
FIXED_FACTOR_VALUE_POWER__BOUND_FACTOR - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Bound Factor' reference.
FIXED_FACTOR_VALUE_POWER__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
FIXED_FACTOR_VALUE_POWER__POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding' container reference.
FIXED_FACTOR_VALUE_POWER__VALUE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Value' attribute.
FIXED_FACTOR_VALUE_POWER_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Fixed Factor Value Power' class.
FixedFactor - Interface in de.fzi.power.specification
A representation of the model object 'Fixed Factor'.
FixedFactorImpl - Class in de.fzi.power.specification.impl
An implementation of the model object 'Fixed Factor'.
FixedFactorImpl() - Constructor for class de.fzi.power.specification.impl.FixedFactorImpl
fixedFactorItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all FixedFactor instances.
FixedFactorItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a FixedFactor object.
FixedFactorItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.FixedFactorItemProvider
This constructs an instance from a factory and a notifier.
FixedFactorValueDimensionless - Interface in de.fzi.power.binding
A representation of the model object ' Fixed Factor Value Dimensionless'.
FixedFactorValueDimensionlessImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Fixed Factor Value Dimensionless'.
FixedFactorValueDimensionlessImpl() - Constructor for class de.fzi.power.binding.impl.FixedFactorValueDimensionlessImpl
fixedFactorValueDimensionlessItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all FixedFactorValueDimensionless instances.
FixedFactorValueDimensionlessItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a FixedFactorValueDimensionless object.
FixedFactorValueDimensionlessItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This constructs an instance from a factory and a notifier.
FixedFactorValuePower - Interface in de.fzi.power.binding
A representation of the model object ' Fixed Factor Value Power'.
FixedFactorValuePowerImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Fixed Factor Value Power'.
FixedFactorValuePowerImpl() - Constructor for class de.fzi.power.binding.impl.FixedFactorValuePowerImpl
fixedFactorValuePowerItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all FixedFactorValuePower instances.
FixedFactorValuePowerItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a FixedFactorValuePower object.
FixedFactorValuePowerItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This constructs an instance from a factory and a notifier.
FLOAT - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the float type.
floor(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
FLOOR - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
FORMATTED_FILE_EXTENSIONS - Static variable in class de.fzi.power.binding.presentation.BindingModelWizard
A formatted list of supported file extensions, suitable for display.
FORMATTED_FILE_EXTENSIONS - Static variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
A formatted list of supported file extensions, suitable for display.
FORMATTED_FILE_EXTENSIONS - Static variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
A formatted list of supported file extensions, suitable for display.
FORMATTED_FILE_EXTENSIONS - Static variable in class de.fzi.power.state.presentation.StateModelWizard
A formatted list of supported file extensions, suitable for display.
FORMATTED_FILE_EXTENSIONS - Static variable in class de.fzi.power.util.presentation.UtilModelWizard
A formatted list of supported file extensions, suitable for display.
FRACTION - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
FUNCTION - Static variable in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
This is the function expression type.
FUNCTIONAL_EXPRESSION_EDEFAULT - Static variable in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
The default value of the 'Functional Expression' attribute.
FunctionExpression - Class in org.vedantatree.expressionoasis.expressions.property
This is the function expression to call the functions.
FunctionExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
FunctionProvider - Interface in org.vedantatree.expressionoasis.extensions
This class represents the interface for function providers for Expression Engine.
FunctionProviderConfig - Class in org.vedantatree.expressionoasis.config
Represents the configuration of a function provider, and builds the function provider that it represents.
FunctionProviderConfig(String, List<ConstructorArgument>) - Constructor for class org.vedantatree.expressionoasis.config.FunctionProviderConfig
Constructor arguments are annotated so that the Simple XML framework can use constructor injection to create an immutable object.
FUNCTIONS - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for functions tag in XML

G

generateCreateChildActions(Collection<?>, ISelection) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateChildActions(Collection<?>, ISelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateChildActions(Collection<?>, ISelection) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateChildActions(Collection<?>, ISelection) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateChildActions(Collection<?>, ISelection) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This generates a CreateChildAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generateCreateSiblingActions(Collection<?>, ISelection) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This generates a CreateSiblingAction for each object in descriptors, and returns the collection of these actions.
generateKey(String, Type[]) - Static method in class org.vedantatree.expressionoasis.types.MethodKey
 
getAbstractFixedFactorValue() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Abstract Fixed Factor Value'.
getAbstractFixedFactorValue() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getAbstractFixedFactorValue_BoundFactor() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference 'Bound Factor'.
getAbstractFixedFactorValue_BoundFactor() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getAbstractFixedFactorValue_PowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the container reference 'Power Binding'.
getAbstractFixedFactorValue_PowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getAbstractFixedFactorValue_Value() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the attribute ' Value'.
getAbstractFixedFactorValue_Value() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getAbstractPowerConsumingResource() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getAbstractPowerConsumingResource() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Abstract Power Consuming Resource'.
getAbstractPowerConsumingResource_ProcessingResourceSpecifications() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getAbstractPowerConsumingResource_ProcessingResourceSpecifications() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference list 'Processing Resource Specifications'.
getAbstractPowerState() - Method in class de.fzi.power.state.impl.StatePackageImpl
getAbstractPowerState() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for class 'Abstract Power State'.
getAbstractPowerState_PowerStateMachine() - Method in class de.fzi.power.state.impl.StatePackageImpl
getAbstractPowerState_PowerStateMachine() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the container reference 'Power State Machine'.
getAbstractPowerStateBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Abstract Power State Binding'.
getAbstractPowerStateBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getAbstractPowerStateBinding_StatefulResourcePowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the container reference 'Stateful Resource Power Binding'.
getAbstractPowerStateBinding_StatefulResourcePowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getActionBarContributor() - Method in class de.fzi.power.binding.presentation.BindingEditor
getActionBarContributor() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
getActionBarContributor() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
getActionBarContributor() - Method in class de.fzi.power.state.presentation.StateEditor
getActionBarContributor() - Method in class de.fzi.power.util.presentation.UtilEditor
getActionBars() - Method in class de.fzi.power.binding.presentation.BindingEditor
getActionBars() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
getActionBars() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
getActionBars() - Method in class de.fzi.power.state.presentation.StateEditor
getActionBars() - Method in class de.fzi.power.util.presentation.UtilEditor
getAdapter(Class) - Method in class de.fzi.power.binding.presentation.BindingEditor
This is how the framework determines which interfaces we implement.
getAdapter(Class) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is how the framework determines which interfaces we implement.
getAdapter(Class) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getAdapter(Class) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is how the framework determines which interfaces we implement.
getAdapter(Class) - Method in class de.fzi.power.state.presentation.StateEditor
This is how the framework determines which interfaces we implement.
getAdapter(Class) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
getAdapter(Class) - Method in class de.fzi.power.util.presentation.UtilEditor
This is how the framework determines which interfaces we implement.
getAdapterFactory() - Method in class de.fzi.power.binding.presentation.BindingEditor
getAdapterFactory() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
getAdapterFactory() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
getAdapterFactory() - Method in class de.fzi.power.state.presentation.StateEditor
getAdapterFactory() - Method in class de.fzi.power.util.presentation.UtilEditor
getAllowedSourceMetrics() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
To be implemented by the subclasses: Each element specifies an allowed input metric.
getAllowedSourceMetrics() - Method in class de.fzi.power.interpreter.measureprovider.utilization.UtilizationFilterMeasureProvider
 
getBinding() - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
getBinding() - Method in interface de.fzi.power.binding.PowerStateBinding
Returns the value of the 'Binding' reference.
getBindingFactory() - Method in interface de.fzi.power.binding.BindingPackage
Returns the factory that creates the instances of the model.
getBindingFactory() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getBindingPackage() - Method in interface de.fzi.power.binding.BindingFactory
Returns the package supported by this factory.
getBindingPackage() - Method in class de.fzi.power.binding.impl.BindingFactoryImpl
getBlackBoxDistributionPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getBlackBoxDistributionPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Black Box Distribution Power Model Specification'.
getBlackBoxPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getBlackBoxPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Black Box Power Model Specification'.
getBlackBoxResourcePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getBlackBoxResourcePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Black Box Resource Power Model Specification'.
getBoundFactor() - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Returns the value of the 'Bound Factor' reference.
getBoundFactor() - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
getCalculator(AbstractPowerConsumingResource) - Method in class de.fzi.power.interpreter.PowerModelRegistry
Gets the calculator that is set for a specific resource.
getCalculator(PowerProvidingEntity) - Method in class de.fzi.power.interpreter.PowerModelRegistry
Gets the calculator that is set for a specific power providing entity.
getChildFeature(Object, Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
getChildFeature(Object, Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
getChildren(Object) - Method in class de.fzi.power.binding.presentation.BindingEditor.ReverseAdapterFactoryContentProvider
getChildren(Object) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor.ReverseAdapterFactoryContentProvider
getChildren(Object) - Method in class de.fzi.power.specification.presentation.SpecificationEditor.ReverseAdapterFactoryContentProvider
getChildren(Object) - Method in class de.fzi.power.state.presentation.StateEditor.ReverseAdapterFactoryContentProvider
getChildren(Object) - Method in class de.fzi.power.util.presentation.UtilEditor.ReverseAdapterFactoryContentProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
getChildrenFeatures(Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
getClassName() - Method in class org.vedantatree.expressionoasis.config.ConstructorArgument
 
getComponentType() - Method in class org.vedantatree.expressionoasis.types.Type
Gets the component type for this type.
getConfig() - Static method in class org.vedantatree.expressionoasis.config.ConfigFactory
 
getConsumptionBehavior() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Consumption Behavior'.
getConsumptionBehavior() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getConsumptionBehavior_PowerCurve() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference ' Power Curve'.
getConsumptionBehavior_PowerCurve() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getConsumptionBehavior_Unit() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the attribute 'Unit'.
getConsumptionBehavior_Unit() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getConsumptionFactor() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getConsumptionFactor() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Consumption Factor'.
getConsumptionFactor_PowerModel() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getConsumptionFactor_PowerModel() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the container reference 'Power Model'.
getConsumptionFactors() - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
getConsumptionFactors() - Method in interface de.fzi.power.specification.PowerModelSpecification
Returns the value of the 'Consumption Factors' containment reference list.
getContainedPowerProvidingEntities() - Method in class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
getContainedPowerProvidingEntities() - Method in interface de.fzi.power.infrastructure.PowerInfrastructureRepository
Returns the value of the 'Contained Power Providing Entities' containment reference list.
getContentOutlinePage() - Method in class de.fzi.power.binding.presentation.BindingEditor
This accesses a cached version of the content outliner.
getContentOutlinePage() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This accesses a cached version of the content outliner.
getContentOutlinePage() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This accesses a cached version of the content outliner.
getContentOutlinePage() - Method in class de.fzi.power.state.presentation.StateEditor
This accesses a cached version of the content outliner.
getContentOutlinePage() - Method in class de.fzi.power.util.presentation.UtilEditor
This accesses a cached version of the content outliner.
getContextProperty(String) - Method in class org.vedantatree.expressionoasis.ExpressionContext
Returns the value for a property.
getControl() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
getControl() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
getControl() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Return the top level control.
getCurrentlyStoredEnergySamplesCount() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the number of already calculated energy samples which are currently kept for integration.
getCurrentlyStoredPowerSamplesCount() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the number of power samples/sampling points which are currently kept for integration.
getCurrentPointInTime() - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
 
getCurrentPointInTime() - Method in interface de.fzi.power.interpreter.EvaluationScopeIterator
Returns the point in time of the most recent measurement in the set returned last call to EvaluationScopeIterator.next();
getCurrentTime() - Method in interface de.fzi.power.interpreter.calculators.ITimeProvider
 
getCustomFunctionsClass(CustomFunctionSourceProvider) - Static method in class org.vedantatree.expressionoasis.extensions.customfunctions.CustomFunctionsClassFactory
It returns a class which will contain all the functions provided by specified source provider.
getDataSource(Set<IDataSource>) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getDataSource(Set<IDataSource>) - Method in class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
Gets a IDataSource which contains the new metrics.
getDataStream() - Method in class de.fzi.power.ui.adapters.AnalysisCumulativeEnergyConsumptionAdapter
 
getDataStream() - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
getDeclarativeDistributionPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getDeclarativeDistributionPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Declarative Distribution Power Model Specification'.
getDeclarativePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getDeclarativePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Declarative Power Model Specification'.
getDeclarativePowerModelSpecification_FunctionalExpression() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getDeclarativePowerModelSpecification_FunctionalExpression() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the attribute 'Functional Expression'.
getDeclarativeResourcePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getDeclarativeResourcePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Declarative Resource Power Model Specification'.
getDefault() - Static method in class de.fzi.power.interpreter.Activator
Returns the shared instance
getDefault() - Static method in class de.fzi.power.interpreter.measureprovider.utilization.Activator
Returns the shared instance
getDefault() - Static method in class de.fzi.power.specification.resources.Activator
Returns the shared instance
getDefault() - Static method in class de.fzi.power.ui.Activator
Returns the shared instance
getDefault() - Static method in class org.vedantatree.expressionoasis.Activator
Returns the shared instance
getDefaultConfiguration() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getDefaultConfiguration() - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
getDefaultResultUnit() - Static method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the energy unit which is used by default.
getDimensionless() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getDimensionless() - Method in interface de.fzi.power.util.UtilPackage
Returns the meta object for data type 'Dimensionless'.
getDistributionPowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
getDistributionPowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
getDistributionPowerAssemblyContext() - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Returns the value of the 'Distribution Power Assembly Context' reference.
getDistributionPowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Distribution Power Binding'.
getDistributionPowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getDistributionPowerBinding_DistributionPowerModel() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference 'Distribution Power Model'.
getDistributionPowerBinding_DistributionPowerModel() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getDistributionPowerModel() - Method in interface de.fzi.power.binding.DistributionPowerBinding
Returns the value of the 'Distribution Power Model' reference.
getDistributionPowerModel() - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
getDistributionPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getDistributionPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Distribution Power Model Specification'.
getEditingDomain() - Method in class de.fzi.power.binding.presentation.BindingEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class de.fzi.power.state.presentation.StateEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getEditingDomain() - Method in class de.fzi.power.util.presentation.UtilEditor
This returns the editing domain as required by the IEditingDomainProvider interface.
getElements(Object) - Method in class de.fzi.power.binding.presentation.BindingEditor.ReverseAdapterFactoryContentProvider
getElements(Object) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor.ReverseAdapterFactoryContentProvider
getElements(Object) - Method in class de.fzi.power.specification.presentation.SpecificationEditor.ReverseAdapterFactoryContentProvider
getElements(Object) - Method in class de.fzi.power.state.presentation.StateEditor.ReverseAdapterFactoryContentProvider
getElements(Object) - Method in class de.fzi.power.util.presentation.UtilEditor.ReverseAdapterFactoryContentProvider
getEncoding() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
getEncoding() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
getEncoding() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
getEncoding() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
getEncoding() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
getEncodings() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
getEncodings() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
getEncodings() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
getEncodings() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
getEncodings() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
getEnergySample(int) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the energy sample associated with the given index.
Note, that index is related to previous integration steps, i.e.,: index = 0 denotes the energy sample calculated in the most recent integration step index = 1 denotes the energy sample calculated in the last but one step ... index = energySamplesNeeded - 1 denotes the least recent energy sample that is available
getEntity() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getEntity() - Method in interface de.fzi.power.util.UtilPackage
Returns the meta object for class 'Entity'.
getErrorCode() - Method in exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
 
getErrorDescription() - Method in exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
 
getErrorMessage() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
getErrorMessage() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
getErrorMessage() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Returns the current error message for this tab.
getExpressionClass() - Method in class org.vedantatree.expressionoasis.config.ExpressionConfig
 
getExpressionConfigs() - Method in class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
Retieves a list of expressions configured for the expression engine.
getExpressionName() - Method in class org.vedantatree.expressionoasis.config.ExpressionConfig
 
getExpressions() - Method in class org.vedantatree.expressionoasis.expressions.ExpressionTypeFinder
Gets a set of subexpressions of a given type
getExpressionType() - Method in class org.vedantatree.expressionoasis.config.ExpressionConfig
 
getFactoryId() - Method in class de.fzi.power.ui.adapters.AnalysisCumulativeEnergyConsumptionAdapter
 
getFactoryId() - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
getFixedFactor() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getFixedFactor() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Fixed Factor'.
getFixedFactorValueDimensionless() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Fixed Factor Value Dimensionless'.
getFixedFactorValueDimensionless() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getFixedFactorValuePower() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Fixed Factor Value Power'.
getFixedFactorValuePower() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getFixedFactorValues() - Method in class de.fzi.power.binding.impl.PowerFactorBindingImpl
getFixedFactorValues() - Method in interface de.fzi.power.binding.PowerFactorBinding
Returns the value of the 'Fixed Factor Values' containment reference list.
getFunctionalExpression() - Method in interface de.fzi.power.specification.DeclarativePowerModelSpecification
Returns the value of the 'Functional Expression' attribute.
getFunctionalExpression() - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
getFunctionName() - Method in class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
getFunctionProvider() - Method in class org.vedantatree.expressionoasis.config.FunctionProviderConfig
Gets an instance of the function provider that is defined in the XML config this object represents.
getFunctionProviders() - Method in class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
Retrieves a list of function providers configured for the expression engine
getFunctionProviders() - Method in class org.vedantatree.expressionoasis.ExpressionContext
Gets the collection of function providers.
getFunctionSources() - Method in interface org.vedantatree.expressionoasis.extensions.customfunctions.CustomFunctionSourceProvider
 
getFunctionSources() - Method in class org.vedantatree.expressionoasis.extensions.customfunctions.xml.XMLCustomFunctionSourceProvider
 
getFunctionSources() - Method in class org.vedantatree.expressionoasis.extensions.customfunctions.xml.XMLCustomFunctionsPlaceholder
 
getFunctionType(String, Type[]) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
 
getFunctionType(String, Type[]) - Method in class org.vedantatree.expressionoasis.extensions.DefaultFunctionProvider
 
getFunctionType(String, Type[]) - Method in interface org.vedantatree.expressionoasis.extensions.FunctionProvider
Gets the return type of the function.
getFunctionType(String, Type[]) - Method in class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
getFunctionValue(String, ValueObject[]) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
Gets the return value of function.
getFunctionValue(String, ValueObject[]) - Method in class org.vedantatree.expressionoasis.extensions.DefaultFunctionProvider
 
getFunctionValue(String, ValueObject[]) - Method in interface org.vedantatree.expressionoasis.extensions.FunctionProvider
Gets the return value of function.
getFunctionValue(String, ValueObject[]) - Method in class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
getGrammar() - Method in class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
 
getGrammar() - Static method in class org.vedantatree.expressionoasis.ExpressionEngine
 
getGrammarPath() - Method in class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
 
getIdentifierName() - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
Gets the name of identifier.
getImage(Object) - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This returns AbstractPowerStateBinding.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This returns ConsumptionBehavior.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This returns DistributionPowerBinding.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This returns FixedFactorValueDimensionless.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This returns FixedFactorValuePower.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This returns PowerBindingRepository.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This returns PowerStateBinding.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This returns ResourcePowerBinding.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This returns StatefulResourcePowerBinding.gif.
getImage(Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This returns TransitionStateBinding.gif.
getImage(Object) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This returns MountedPowerDistributionUnit.gif.
getImage(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This returns PowerConsumingResourceSet.gif.
getImage(Object) - Method in class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This returns PowerDistributionUnit.gif.
getImage(Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This returns PowerInfrastructureRepository.gif.
getImage(Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This returns StatefulPowerConsumingResourceSet.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This returns BlackBoxDistributionPowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This returns BlackBoxResourcePowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This returns ConsumptionFactor.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This returns DeclarativeDistributionPowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This returns DeclarativePowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This returns DeclarativeResourceModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This returns DeclarativeResourcePowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This returns DistributionPowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.FixedFactorItemProvider
This returns FixedFactor.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This returns MeasuredFactor.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This returns PowerModelRepository.gif.
getImage(Object) - Method in class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This returns ResourcePowerModelSpecification.gif.
getImage(Object) - Method in class de.fzi.power.state.provider.PowerStateItemProvider
This returns PowerState.gif.
getImage(Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
This returns PowerStateMachine.gif.
getImage(Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This returns PowerStateRepository.gif.
getImage(Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This returns TransitionState.gif.
getImage(Object) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This returns NamedElement.gif.
getIndex() - Method in class org.vedantatree.expressionoasis.grammar.ExpressionToken
Gets the value of index.
getIndexArray(String) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
 
getInfrastructureFactory() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getInfrastructureFactory() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the factory that creates the instances of the model.
getInfrastructurePackage() - Method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
getInfrastructurePackage() - Method in interface de.fzi.power.infrastructure.InfrastructureFactory
Returns the package supported by this factory.
getInitialObjectName() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
getInitialObjectName() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
getInitialObjectName() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
getInitialObjectName() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
getInitialObjectName() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
getInitialObjectNames() - Method in class de.fzi.power.binding.presentation.BindingModelWizard
Returns the names of the types that can be created as the root object.
getInitialObjectNames() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Returns the names of the types that can be created as the root object.
getInitialObjectNames() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
Returns the names of the types that can be created as the root object.
getInitialObjectNames() - Method in class de.fzi.power.state.presentation.StateModelWizard
Returns the names of the types that can be created as the root object.
getInitialObjectNames() - Method in class de.fzi.power.util.presentation.UtilModelWizard
Returns the names of the types that can be created as the root object.
getInitialOffset() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the initial offset.
getInitialState() - Method in class de.fzi.power.state.impl.TransitionStateImpl
getInitialState() - Method in interface de.fzi.power.state.TransitionState
Returns the value of the 'Initial State' reference.
getInputMetrics() - Method in class de.fzi.power.interpreter.calculator.expressionoasis.ExpressionOasisResourcePowerModelCalculator
 
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.AbstractResourcePowerModelCalculator
 
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.essential.InterpolationModelCalculator
 
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.essential.LinearPowerModelCalculator
 
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.essential.NonlinearRegressionCalculator
 
getInputMetrics() - Method in interface de.fzi.power.interpreter.calculators.IResourcePowerModelCalculator
Returns the set of metrics for which this calculator needs measurements to be able to calculate the power consumption.
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.StatefulPowerConsumingResourceCalculator
 
getInputMetrics() - Method in class de.fzi.power.interpreter.calculators.TransitionStatePowerModelCalculator
 
getInstance() - Static method in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
Gets the shared instance of Expression Factory
getKeys() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getKeys() - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
getLabel(String) - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLabel(String) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLabel(String) - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLabel(String) - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLabel(String) - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
Returns the label for the specified type name.
getLastToken(String, String) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
Gets the last token for spcefied dlimiter and string.
getLeftOperandExpression() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Gets the value of leftOperandExpression.
getMeasuredFactor() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getMeasuredFactor() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Measured Factor'.
getMeasuredFactor_MetricType() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getMeasuredFactor_MetricType() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the reference ' Metric Type'.
getMeasuredFactors() - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
getMeasurements(ProcessingResourceSpecification) - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
Gets the current set of measurements that are evaluated for a specific resource.
getMeasurementsForProcessingResource(ProcessingResourceSpecification, MetricDescription) - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
This methods provides access to all the MeasuringValues of a certain ProcessingResourceSpecification for a certain MetricDescription.
getMeasureProviderExtensions() - Static method in class de.fzi.power.interpreter.measureprovider.MeasureProviderHelper
 
getMeasuringPoint() - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
getMessage() - Method in exception org.vedantatree.expressionoasis.exceptions.ExpressionEngineException
 
getMetricType() - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
getMetricType() - Method in interface de.fzi.power.specification.MeasuredFactor
Returns the value of the 'Metric Type' reference.
getModelFile() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardNewFileCreationPage
getModelFile() - Method in class de.fzi.power.binding.presentation.BindingModelWizard
Get the file from the page.
getModelFile() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Get the file from the page.
getModelFile() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardNewFileCreationPage
getModelFile() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
Get the file from the page.
getModelFile() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardNewFileCreationPage
getModelFile() - Method in class de.fzi.power.state.presentation.StateModelWizard
Get the file from the page.
getModelFile() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardNewFileCreationPage
getModelFile() - Method in class de.fzi.power.util.presentation.UtilModelWizard
Get the file from the page.
getModelFile() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardNewFileCreationPage
getMostRecentEnergySample() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the energy sample that was calculated in the last integration step.
getMostRecentPowerSample() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the power sample that was used for the most recent integration step.
getMountedPowerDistributionUnit() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getMountedPowerDistributionUnit() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Mounted Power Distribution Unit'.
getMountedPowerDistributionUnit_ResourceContainer() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getMountedPowerDistributionUnit_ResourceContainer() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference 'Resource Container'.
getName() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
getName() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
getName() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Returns the name of this tab.
getName() - Method in class de.fzi.power.util.impl.EntityImpl
getName() - Method in class de.fzi.power.util.impl.NamedElementImpl
getName() - Method in interface de.fzi.power.util.NamedElement
Returns the value of the 'Name' attribute.
getName() - Method in interface org.vedantatree.expressionoasis.grammar.rules.IProductionRule
Returns the name of production rule.
getName() - Method in class org.vedantatree.expressionoasis.grammar.rules.ProductionRule
 
getNamedElement() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getNamedElement() - Method in interface de.fzi.power.util.UtilPackage
Returns the meta object for class 'Named Element'.
getNamedElement_Name() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getNamedElement_Name() - Method in interface de.fzi.power.util.UtilPackage
Returns the meta object for the attribute 'Name'.
getNestedPowerConsumingEntities() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
getNestedPowerConsumingEntities() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
getNestedPowerConsumingEntities() - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Returns the value of the 'Nested Power Consuming Entities' containment reference list.
getOldestEnergySample() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the least recently calculated energy sample (expressed in terms of previous integration steps) which has to be kept for the next integration step.
getOldestPowerSample() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the least recently power sample (expressed in terms of previous integration steps) which has to be kept for the next integration step.
getOperandExpression() - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Gets the operand expression for this unary operator
getOppositeBracket(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Returns the opposite bracket for the given bracket.
getOppositeBracket(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Returns the opposite bracket for the given bracket.
getPackage() - Static method in class de.fzi.power.binding.impl.BindingFactoryImpl
Deprecated. 
getPackage() - Static method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
Deprecated. 
getPackage() - Static method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
Deprecated. 
getPackage() - Static method in class de.fzi.power.state.impl.StateFactoryImpl
Deprecated. 
getPackage() - Static method in class de.fzi.power.util.impl.UtilFactoryImpl
Deprecated. 
getParent(Object) - Method in class de.fzi.power.binding.presentation.BindingEditor.ReverseAdapterFactoryContentProvider
getParent(Object) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor.ReverseAdapterFactoryContentProvider
getParent(Object) - Method in class de.fzi.power.specification.presentation.SpecificationEditor.ReverseAdapterFactoryContentProvider
getParent(Object) - Method in class de.fzi.power.state.presentation.StateEditor.ReverseAdapterFactoryContentProvider
getParent(Object) - Method in class de.fzi.power.util.presentation.UtilEditor.ReverseAdapterFactoryContentProvider
getPlugin() - Static method in class de.fzi.power.util.presentation.PowerEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPlugin() - Static method in class de.fzi.power.util.provider.PowerEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class de.fzi.power.util.presentation.PowerEditorPlugin
Returns the singleton instance of the Eclipse plugin.
getPluginResourceLocator() - Method in class de.fzi.power.util.provider.PowerEditPlugin
Returns the singleton instance of the Eclipse plugin.
getPower() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getPower() - Method in interface de.fzi.power.util.UtilPackage
Returns the meta object for data type 'Power'.
getPowerBinding() - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Returns the value of the 'Power Binding' container reference.
getPowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Power Binding'.
getPowerBinding() - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
getPowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerBinding_PowerBindingRepository() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the container reference 'Power Binding Repository'.
getPowerBinding_PowerBindingRepository() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerBindingRepository() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Power Binding Repository'.
getPowerBindingRepository() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerBindingRepository() - Method in class de.fzi.power.binding.impl.PowerBindingImpl
getPowerBindingRepository() - Method in interface de.fzi.power.binding.PowerBinding
Returns the value of the 'Power Binding Repository' container reference.
getPowerBindingRepository() - Method in class de.fzi.power.interpreter.ConsumptionContext
Get the PowerBindingRepository associated with the ConsumptionCotext.
getPowerBindingRepository_PowerBindings() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the containment reference list 'Power Bindings'.
getPowerBindingRepository_PowerBindings() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerBindings() - Method in class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
getPowerBindings() - Method in interface de.fzi.power.binding.PowerBindingRepository
Returns the value of the 'Power Bindings' containment reference list.
getPowerConsumingEntity() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerConsumingEntity() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Consuming Entity'.
getPowerConsumingEntity_PowerProvidingEntity() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerConsumingEntity_PowerProvidingEntity() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the container reference 'Power Providing Entity'.
getPowerConsumingProvidingEntity() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerConsumingProvidingEntity() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Consuming Providing Entity'.
getPowerConsumingResourceSet() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerConsumingResourceSet() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Consuming Resource Set'.
getPowerConsumingResourceSet_ResourcePowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerConsumingResourceSet_ResourcePowerAssemblyContext() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference 'Resource Power Assembly Context'.
getPowerCurve() - Method in interface de.fzi.power.binding.ConsumptionBehavior
Returns the value of the 'Power Curve' containment reference.
getPowerCurve() - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
getPowerDistributionUnit() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerDistributionUnit() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Distribution Unit'.
getPowerFactorBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Power Factor Binding'.
getPowerFactorBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerFactorBinding_FixedFactorValues() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the containment reference list 'Fixed Factor Values'.
getPowerFactorBinding_FixedFactorValues() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerInfrastructureModel() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
getPowerInfrastructureModel() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
getPowerInfrastructureModel() - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Returns the value of the 'Power Infrastructure Model' container reference.
getPowerInfrastructureRepository() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerInfrastructureRepository() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Infrastructure Repository'.
getPowerInfrastructureRepository_ContainedPowerProvidingEntities() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerInfrastructureRepository_ContainedPowerProvidingEntities() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the containment reference list 'Contained Power Providing Entities'.
getPowerModel() - Method in interface de.fzi.power.specification.ConsumptionFactor
Returns the value of the 'Power Model' container reference.
getPowerModel() - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
getPowermodelrepository() - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
getPowermodelrepository() - Method in interface de.fzi.power.specification.PowerModelSpecification
Returns the value of the 'Powermodelrepository' container reference.
getPowerModelRepository() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getPowerModelRepository() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Power Model Repository'.
getPowerModelRepository_PowerModelSpecifications() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getPowerModelRepository_PowerModelSpecifications() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the containment reference list 'Power Model Specifications'.
getPowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getPowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Power Model Specification'.
getPowerModelSpecification_ConsumptionFactors() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getPowerModelSpecification_ConsumptionFactors() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the containment reference list 'Consumption Factors'.
getPowerModelSpecification_Powermodelrepository() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getPowerModelSpecification_Powermodelrepository() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for the container reference 'Powermodelrepository'.
getPowerModelSpecifications() - Method in class de.fzi.power.specification.impl.PowerModelRepositoryImpl
getPowerModelSpecifications() - Method in interface de.fzi.power.specification.PowerModelRepository
Returns the value of the 'Power Model Specifications' containment reference list.
getPowerProvidingEntity() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerProvidingEntity() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
getPowerProvidingEntity() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Power Providing Entity'.
getPowerProvidingEntity() - Method in interface de.fzi.power.infrastructure.PowerConsumingEntity
Returns the value of the 'Power Providing Entity' container reference.
getPowerProvidingEntity_DistributionPowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerProvidingEntity_DistributionPowerAssemblyContext() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference 'Distribution Power Assembly Context'.
getPowerProvidingEntity_NestedPowerConsumingEntities() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerProvidingEntity_NestedPowerConsumingEntities() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the containment reference list 'Nested Power Consuming Entities'.
getPowerProvidingEntity_PowerInfrastructureModel() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerProvidingEntity_PowerInfrastructureModel() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the container reference 'Power Infrastructure Model'.
getPowerProvidingEntity_SuppliablePeakPower() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getPowerProvidingEntity_SuppliablePeakPower() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the attribute 'Suppliable Peak Power'.
getPowerProvidingEntityFromMeasuringPoint(ResourceSet, MeasuringPoint) - Static method in class de.fzi.power.interpreter.InterpreterUtils
Gets the PowerProvidingEntity the given measuring point points to.
In the current implementation, only ResourceURIMeasuringPoints are processed as this is sufficient for all contemporary use cases.
getPowerSample(int) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the stored power sample associated with the given index.
Note, that index is related to previous integration steps, i.e.,: index = 0 denotes the power sample used in the most recent integration step index = 1 denotes the power sample used in the last but one step ... index = powerSamplesNeeded - 1 denotes the least recent power sample that is available
getPowerState() - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
getPowerState() - Method in interface de.fzi.power.binding.PowerStateBinding
Returns the value of the 'Power State' reference.
getPowerState() - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
getPowerState() - Method in interface de.fzi.power.infrastructure.StatefulPowerConsumingResourceSet
Returns the value of the 'Power State' reference.
getPowerState() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerState() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for class 'Power State'.
getPowerStateBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Power State Binding'.
getPowerStateBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerStateBinding_Binding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference ' Binding'.
getPowerStateBinding_Binding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerStateBinding_PowerState() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference ' Power State'.
getPowerStateBinding_PowerState() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getPowerStateBindings() - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
getPowerStateBindings() - Method in interface de.fzi.power.binding.StatefulResourcePowerBinding
Returns the value of the 'Power State Bindings' containment reference list.
getPowerStateMachine() - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
getPowerStateMachine() - Method in interface de.fzi.power.binding.StatefulResourcePowerBinding
Returns the value of the 'Power State Machine' reference.
getPowerStateMachine() - Method in interface de.fzi.power.specification.AbstractPowerState
Returns the value of the 'Power State Machine' reference.
getPowerStateMachine() - Method in interface de.fzi.power.state.AbstractPowerState
Returns the value of the 'Power State Machine' container reference.
getPowerStateMachine() - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
getPowerStateMachine() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerStateMachine() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for class 'Power State Machine'.
getPowerStateMachine_PowerStateRepository() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerStateMachine_PowerStateRepository() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the container reference 'Power State Repository'.
getPowerStateMachine_PowerStates() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerStateMachine_PowerStates() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the containment reference list ' Power States'.
getPowerStateMachines() - Method in class de.fzi.power.state.impl.PowerStateRepositoryImpl
getPowerStateMachines() - Method in interface de.fzi.power.state.PowerStateRepository
Returns the value of the 'Power State Machines' containment reference list.
getPowerStateRepository() - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
getPowerStateRepository() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerStateRepository() - Method in interface de.fzi.power.state.PowerStateMachine
Returns the value of the 'Power State Repository' container reference.
getPowerStateRepository() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for class 'Power State Repository'.
getPowerStateRepository_PowerStateMachines() - Method in class de.fzi.power.state.impl.StatePackageImpl
getPowerStateRepository_PowerStateMachines() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the containment reference list 'Power State Machines'.
getPowerStates() - Method in interface de.fzi.power.specification.PowerStateMachine
Returns the value of the 'Power States' reference list.
getPowerStates() - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
getPowerStates() - Method in interface de.fzi.power.state.PowerStateMachine
Returns the value of the 'Power States' containment reference list.
getPrecedenceOrder(String, boolean) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Gets the precedence order of the given operator
getPrecedenceOrder(String, boolean) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Gets the precedence order of the given operator
getPrecedenceOrder(ExpressionToken, boolean) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Gets the precedence order of the given operator
getPrecedenceOrder(ExpressionToken, boolean) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Gets the precedence order of the given operator
getPriority() - Method in class de.fzi.power.interpreter.calculator.expressionoasis.CalculatorFactoryImpl
 
getPriority() - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
getPriority() - Method in interface de.fzi.power.interpreter.calculators.CalculatorFactory
Gets the priority.
getPriority() - Method in class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
getProcessingResourceSpecificationFromMeasuringPoint(MeasuringPoint) - Static method in class de.fzi.power.interpreter.InterpreterUtils
Gets the processing resource specification that is associated with the given measuring point.
getProcessingResourceSpecifications() - Method in interface de.fzi.power.infrastructure.AbstractPowerConsumingResource
Returns the value of the 'Processing Resource Specifications' reference list.
getProcessingResourceSpecifications() - Method in class de.fzi.power.infrastructure.impl.AbstractPowerConsumingResourceImpl
getProcessingResourceSpecsFromInfrastructureElement(EObject) - Static method in class de.fzi.power.interpreter.InterpreterUtils
Gets all the processing resource specifications that are subsumed by the given model element.
getProperties() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getProperties() - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
getPropertyDescriptor(Class, String) - Static method in class org.vedantatree.expressionoasis.utils.BeanUtils
Gets the property descriptor for the property name from given class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.PowerBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.BlackBoxPowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.FixedFactorItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.state.provider.AbstractPowerStateItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.state.provider.PowerStateItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.util.provider.EntityItemProvider
This returns the property descriptors for the adapted class.
getPropertyDescriptors(Object) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This returns the property descriptors for the adapted class.
getPropertySheetPage() - Method in class de.fzi.power.binding.presentation.BindingEditor
This accesses a cached version of the property sheet.
getPropertySheetPage() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This accesses a cached version of the property sheet.
getPropertySheetPage() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This accesses a cached version of the property sheet.
getPropertySheetPage() - Method in class de.fzi.power.state.presentation.StateEditor
This accesses a cached version of the property sheet.
getPropertySheetPage() - Method in class de.fzi.power.util.presentation.UtilEditor
This accesses a cached version of the property sheet.
getPropertyType(Class, String) - Static method in class org.vedantatree.expressionoasis.utils.BeanUtils
Gets the return type of property.
getPropertyType(String) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getPropertyType(String) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
getPropertyValue(Object, String) - Static method in class org.vedantatree.expressionoasis.utils.BeanUtils
Gets the value of property from the bean object.
getRegistrations() - Method in class de.fzi.power.binding.util.BindingXMLProcessor
Register for "*" and "xml" file extensions the BindingResourceFactoryImpl factory.
getRegistrations() - Method in class de.fzi.power.infrastructure.util.InfrastructureXMLProcessor
Register for "*" and "xml" file extensions the InfrastructureResourceFactoryImpl factory.
getRegistrations() - Method in class de.fzi.power.specification.util.SpecificationXMLProcessor
Register for "*" and "xml" file extensions the SpecificationResourceFactoryImpl factory.
getRegistrations() - Method in class de.fzi.power.util.util.UtilXMLProcessor
Register for "*" and "xml" file extensions the UtilResourceFactoryImpl factory.
getReplicaId() - Method in interface de.fzi.power.specification.ResourceReplicaMeasuredFactor
Returns the value of the 'Replica Id' attribute.
getRequiredMetricsForRegisteredCalculators() - Method in class de.fzi.power.interpreter.PowerModelRegistry
Gets a map specifying for each PowerConsumingResource which metrics are required for the associated AbstractResourcePowerModelCalculator to calculate the power consumption values
getResourceContainer() - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
getResourceContainer() - Method in interface de.fzi.power.infrastructure.MountedPowerDistributionUnit
Returns the value of the 'Resource Container' reference.
getResourceLocator() - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.binding.provider.PowerBindingItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.state.provider.AbstractPowerStateItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.util.provider.EntityItemProvider
Return the resource locator for this item provider's resources.
getResourceLocator() - Method in class de.fzi.power.util.provider.NamedElementItemProvider
Return the resource locator for this item provider's resources.
getResourcePowerAssemblyContext() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
getResourcePowerAssemblyContext() - Method in interface de.fzi.power.infrastructure.PowerConsumingResourceSet
Returns the value of the 'Resource Power Assembly Context' reference.
getResourcePowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Resource Power Binding'.
getResourcePowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getResourcePowerBinding_ResourcePowerModelSpecification() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference 'Resource Power Model Specification'.
getResourcePowerBinding_ResourcePowerModelSpecification() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getResourcePowerModelSpecification() - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
getResourcePowerModelSpecification() - Method in interface de.fzi.power.binding.ResourcePowerBinding
Returns the value of the 'Resource Power Model Specification' reference.
getResourcePowerModelSpecification() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getResourcePowerModelSpecification() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the meta object for class 'Resource Power Model Specification'.
getResult(String) - Method in class org.vedantatree.expressionoasis.ui.ExpressionEvaluator
 
getResultUnit() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the unit in which the calculated energy samples are expressed.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ArrayIndexExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.DivideExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ParanthesisExpression
Retrusn the type of child expression
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.ConditionTernaryExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.ResultTernaryExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
Returns the boolean type.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
Returns the double type.
getReturnType() - Method in interface org.vedantatree.expressionoasis.expressions.Expression
Gets the return type of the expression.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
Returns the long type.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
Returns the long type.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.property.PropertyExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
Returns the string type.
getReturnType() - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
 
getRightOperandExpression() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Gets the value of rightOperandExpression.
getRootAdapterFactory() - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getRootAdapterFactory() - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This returns the root adapter factory that contains this factory.
getSamplingPeriod() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Gets the current sampling period, i.e, the temporal difference between two consecutive power samples.
getSelection() - Method in class de.fzi.power.binding.presentation.BindingEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class de.fzi.power.state.presentation.StateEditor
This implements ISelectionProvider to return this editor's overall selection.
getSelection() - Method in class de.fzi.power.util.presentation.UtilEditor
This implements ISelectionProvider to return this editor's overall selection.
getSourceMetricIds() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
Gets the ids of the different metrics that can be used as input metrics.
getSourceMetricIds() - Method in class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
 
getSourceMetrics() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
Gets the different metrics that can be used as input metrics.
getSourceMetrics() - Method in class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
Gets a collection of the sets of metrics the measure provider requires to be able to provide the additional target metrics.
getSpecificationFactory() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
getSpecificationFactory() - Method in interface de.fzi.power.specification.SpecificationPackage
Returns the factory that creates the instances of the model.
getSpecificationPackage() - Method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
getSpecificationPackage() - Method in interface de.fzi.power.specification.SpecificationFactory
Returns the package supported by this factory.
getStateFactory() - Method in class de.fzi.power.state.impl.StatePackageImpl
getStateFactory() - Method in interface de.fzi.power.state.StatePackage
Returns the factory that creates the instances of the model.
getStatefulPowerConsumingResourceSet() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getStatefulPowerConsumingResourceSet() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for class 'Stateful Power Consuming Resource Set'.
getStatefulPowerConsumingResourceSet_PowerState() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getStatefulPowerConsumingResourceSet_PowerState() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference 'Power State'.
getStatefulPowerConsumingResourceSet_StatefulResourcePowerBinding() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
getStatefulPowerConsumingResourceSet_StatefulResourcePowerBinding() - Method in interface de.fzi.power.infrastructure.InfrastructurePackage
Returns the meta object for the reference 'Stateful Resource Power Binding'.
getStatefulResourcePowerBinding() - Method in interface de.fzi.power.binding.AbstractPowerStateBinding
Returns the value of the 'Stateful Resource Power Binding' container reference.
getStatefulResourcePowerBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Stateful Resource Power Binding'.
getStatefulResourcePowerBinding() - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
getStatefulResourcePowerBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getStatefulResourcePowerBinding() - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
getStatefulResourcePowerBinding() - Method in interface de.fzi.power.infrastructure.StatefulPowerConsumingResourceSet
Returns the value of the 'Stateful Resource Power Binding' reference.
getStatefulResourcePowerBinding_PowerStateBindings() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the containment reference list 'Power State Bindings'.
getStatefulResourcePowerBinding_PowerStateBindings() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getStatefulResourcePowerBinding_PowerStateMachine() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference 'Power State Machine'.
getStatefulResourcePowerBinding_PowerStateMachine() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getStatePackage() - Method in class de.fzi.power.state.impl.StateFactoryImpl
getStatePackage() - Method in interface de.fzi.power.state.StateFactory
Returns the package supported by this factory.
getSuppliablePeakPower() - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
getSuppliablePeakPower() - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
getSuppliablePeakPower() - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Returns the value of the 'Suppliable Peak Power' attribute.
getSupportedDistributionPowerModelIds() - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
getSupportedDistributionPowerModelIds() - Method in class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
getSupportedResourcePowerModelIds() - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
getSupportedResourcePowerModelIds() - Method in class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
getTargetMetric() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
To be implemented by subclasses in order to specify the supported output metric.
getTargetMetric() - Method in class de.fzi.power.interpreter.measureprovider.utilization.UtilizationFilterMeasureProvider
 
getTargetMetrics() - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
getTargetMetrics() - Method in class de.fzi.power.interpreter.measureprovider.ExtendedMeasureProvider
Gets the set of metrics the measure provider has to offer in case all of the source metrics requirements are satisfied.
getTargetState() - Method in class de.fzi.power.state.impl.TransitionStateImpl
getTargetState() - Method in interface de.fzi.power.state.TransitionState
Returns the value of the 'Target State' reference.
getText(Object) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.PowerBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.BlackBoxPowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.FixedFactorItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.state.provider.AbstractPowerStateItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.state.provider.PowerStateItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.util.provider.EntityItemProvider
This returns the label text for the adapted class.
getText(Object) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This returns the label text for the adapted class.
getTokensInRPN(String) - Method in class org.vedantatree.expressionoasis.Compiler
Retrieves a Stack of tokens in RPN that represents the expression
getTransitionConsumption() - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
getTransitionConsumption() - Method in interface de.fzi.power.binding.TransitionStateBinding
Returns the value of the 'Transition Consumption' containment reference.
getTransitionState() - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
getTransitionState() - Method in interface de.fzi.power.binding.TransitionStateBinding
Returns the value of the 'Transition State' reference.
getTransitionState() - Method in class de.fzi.power.state.impl.StatePackageImpl
getTransitionState() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for class 'Transition State'.
getTransitionState_InitialState() - Method in class de.fzi.power.state.impl.StatePackageImpl
getTransitionState_InitialState() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the reference ' Initial State'.
getTransitionState_TargetState() - Method in class de.fzi.power.state.impl.StatePackageImpl
getTransitionState_TargetState() - Method in interface de.fzi.power.state.StatePackage
Returns the meta object for the reference ' Target State'.
getTransitionStateBinding() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for class 'Transition State Binding'.
getTransitionStateBinding() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getTransitionStateBinding_TransitionConsumption() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the containment reference 'Transition Consumption'.
getTransitionStateBinding_TransitionConsumption() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getTransitionStateBinding_TransitionState() - Method in interface de.fzi.power.binding.BindingPackage
Returns the meta object for the reference 'Transition State'.
getTransitionStateBinding_TransitionState() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
getType() - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.MeasuredValuesCompositeValueObject
Gets the type which all instances of this class have.
getTypeClass() - Method in class org.vedantatree.expressionoasis.types.Type
Gets the typeClass
getTypeName() - Method in class org.vedantatree.expressionoasis.types.Type
Gets the typeName
getUnit() - Method in interface de.fzi.power.binding.ConsumptionBehavior
Returns the value of the 'Unit' attribute.
getUnit() - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
getUtilFactory() - Method in class de.fzi.power.util.impl.UtilPackageImpl
getUtilFactory() - Method in interface de.fzi.power.util.UtilPackage
Returns the factory that creates the instances of the model.
getUtilPackage() - Method in class de.fzi.power.util.impl.UtilFactoryImpl
getUtilPackage() - Method in interface de.fzi.power.util.UtilFactory
Returns the package supported by this factory.
getValue() - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Returns the value of the 'Value' attribute.
getValue() - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
getValue() - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.MeasuredValuesCompositeValueObject
Gets the value
getValue() - Method in class org.vedantatree.expressionoasis.config.ConstructorArgument
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.AddExpression
Gets the addition of child operands
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ArrayIndexExpression
Gets the value from the array.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.DivideExpression
Performs the divide operation.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.MaxExpression
Applies the minimum function.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.MinExpression
Applies the minimum function.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.MinusExpression
Returns the negative value.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.MultiplyExpression
Performs the multiplications.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ParanthesisExpression
Returns value of child expression.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.PlusExpression
Returns the positive value as it is.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.RemainderExpression
Performs the modulus.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.SubtractExpression
Performs the substraction.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWAndExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWComplementExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWOrExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWSignedLeftShiftExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWSignedRightShiftExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWUnsignedRightShiftExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.bitwise.BWXorExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.AndExpression
Gets the value of this operator.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.ConditionTernaryExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.NotExpression
Returns the negative value.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.OrExpression
Performs the or operation.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.ResultTernaryExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
Gets the value object for boolean value.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
Gets the value object for decimal value.
getValue() - Method in interface org.vedantatree.expressionoasis.expressions.Expression
Executes and returns the value of this expression.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
Gets the value object for numeric value.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
Gets the value object for numeric value.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.property.ArgumentExpression
This is not supported for this expression.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.property.PropertyExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.EQExpression
Performs the equlity operation.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.GTEExpression
Performs the greater than equal operations.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.GTExpression
Returns the value of result of grater than operation
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.LTEExpression
Returns the value of less than equal to operation.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.LTExpression
Returns the value of less than operation.
getValue() - Method in class org.vedantatree.expressionoasis.expressions.relational.NEExpression
Performs the not equal operation
getValue() - Method in class org.vedantatree.expressionoasis.expressions.string.ContainsExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.string.EndsWithExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.string.StartsWithExpression
 
getValue() - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
Gets the value object for string value.
getValue() - Method in class org.vedantatree.expressionoasis.grammar.ExpressionToken
Gets the value of value.
getValue() - Method in class org.vedantatree.expressionoasis.types.ValueObject
Gets the value
getValueType() - Method in class org.vedantatree.expressionoasis.types.ValueObject
Gets the value type.
getVariableNames(String) - Static method in class org.vedantatree.expressionoasis.ExpressionEngine
Retrieves a set of variable names contained within the specified expression string
getVariableProvider(String) - Method in class org.vedantatree.expressionoasis.ExpressionContext
 
getVariableProviders() - Method in class org.vedantatree.expressionoasis.ExpressionContext
Gets the collection of variable providers.
getVariableType(String) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
 
getVariableType(String) - Method in interface org.vedantatree.expressionoasis.extensions.VariableProvider
Gets the type of variable.
getVariableValue(String) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
 
getVariableValue(String) - Method in interface org.vedantatree.expressionoasis.extensions.VariableProvider
Gets the value of variable.
getViewer() - Method in class de.fzi.power.binding.presentation.BindingEditor
This returns the viewer as required by the IViewerProvider interface.
getViewer() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This returns the viewer as required by the IViewerProvider interface.
getViewer() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This returns the viewer as required by the IViewerProvider interface.
getViewer() - Method in class de.fzi.power.state.presentation.StateEditor
This returns the viewer as required by the IViewerProvider interface.
getViewer() - Method in class de.fzi.power.util.presentation.UtilEditor
This returns the viewer as required by the IViewerProvider interface.
getWindowLength() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
getWindowSize() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
getXMLString(Object) - Static method in class org.vedantatree.expressionoasis.utils.XPathUtils
 
gotoMarker(IMarker) - Method in class de.fzi.power.binding.presentation.BindingEditor
gotoMarker(IMarker) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
gotoMarker(IMarker) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
gotoMarker(IMarker) - Method in class de.fzi.power.state.presentation.StateEditor
gotoMarker(IMarker) - Method in class de.fzi.power.util.presentation.UtilEditor
Grammar - Interface in org.vedantatree.expressionoasis.grammar
Object of this class provides the grammar rules for parsing the expression.
GREATERTHAN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
GREATERTHANEQUALTO - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
GTEExpression - Class in org.vedantatree.expressionoasis.expressions.relational
Performs the greater than equal operations.
GTEExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.GTEExpression
 
GTExpression - Class in org.vedantatree.expressionoasis.expressions.relational
Performs the greater than operation.
GTExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.GTExpression
 

H

handleActivate() - Method in class de.fzi.power.binding.presentation.BindingEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class de.fzi.power.state.presentation.StateEditor
Handles activation of the editor or it's associated views.
handleActivate() - Method in class de.fzi.power.util.presentation.UtilEditor
Handles activation of the editor or it's associated views.
handleChangedResources() - Method in class de.fzi.power.binding.presentation.BindingEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class de.fzi.power.state.presentation.StateEditor
Handles what to do with changed resources on activation.
handleChangedResources() - Method in class de.fzi.power.util.presentation.UtilEditor
Handles what to do with changed resources on activation.
handleContentOutlineSelection(ISelection) - Method in class de.fzi.power.binding.presentation.BindingEditor
This deals with how we want selection in the outliner to affect the other views.
handleContentOutlineSelection(ISelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This deals with how we want selection in the outliner to affect the other views.
handleContentOutlineSelection(ISelection) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This deals with how we want selection in the outliner to affect the other views.
handleContentOutlineSelection(ISelection) - Method in class de.fzi.power.state.presentation.StateEditor
This deals with how we want selection in the outliner to affect the other views.
handleContentOutlineSelection(ISelection) - Method in class de.fzi.power.util.presentation.UtilEditor
This deals with how we want selection in the outliner to affect the other views.
handleDirtyConflict() - Method in class de.fzi.power.binding.presentation.BindingEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class de.fzi.power.state.presentation.StateEditor
Shows a dialog that asks if conflicting changes should be discarded.
handleDirtyConflict() - Method in class de.fzi.power.util.presentation.UtilEditor
Shows a dialog that asks if conflicting changes should be discarded.
hasChildren(Object) - Method in class de.fzi.power.binding.presentation.BindingEditor.ReverseAdapterFactoryContentProvider
hasChildren(Object) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor.ReverseAdapterFactoryContentProvider
hasChildren(Object) - Method in class de.fzi.power.specification.presentation.SpecificationEditor.ReverseAdapterFactoryContentProvider
hasChildren(Object) - Method in class de.fzi.power.state.presentation.StateEditor.ReverseAdapterFactoryContentProvider
hasChildren(Object) - Method in class de.fzi.power.util.presentation.UtilEditor.ReverseAdapterFactoryContentProvider
hasCompositeType(ValueObject) - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.helper.ExpressionOasisHelper
Gets whether the given value object has a composite type.
hashCode() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression.TypePair
Returns the hashcode of the type pair.
hashCode() - Method in class org.vedantatree.expressionoasis.types.MethodKey
 
hasNext() - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
Return true if the evaluation scope can move forward in a timely fashion.
hasNumericType(ValueObject) - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.helper.ExpressionOasisHelper
Gets whether the given value object has a numeric type.
This method call is equivalent to (in case no exception occurs) calling isNumericType(valueObject.getValueType()).
hideTabs() - Method in class de.fzi.power.binding.presentation.BindingEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.
hideTabs() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.
hideTabs() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.
hideTabs() - Method in class de.fzi.power.state.presentation.StateEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.
hideTabs() - Method in class de.fzi.power.util.presentation.UtilEditor
If there is just one page in the multi-page editor part, this hides the single tab at the bottom.

I

IdentifierExpression - Class in org.vedantatree.expressionoasis.expressions
This is the expression for identifier.
IdentifierExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.IdentifierExpression
 
IExpressionEvaluator - Interface in org.vedantatree.expressionoasis.ui
 
IGNORE_BLANK - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for ignore blank tag in XML
Implementation() - Constructor for class de.fzi.power.util.presentation.PowerEditorPlugin.Implementation
Creates an instance.
Implementation() - Constructor for class de.fzi.power.util.provider.PowerEditPlugin.Implementation
Creates an instance.
InfrastructureActionBarContributor - Class in de.fzi.power.infrastructure.presentation
This is the action bar contributor for the Infrastructure model editor.
InfrastructureActionBarContributor() - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This creates an instance of the contributor.
InfrastructureAdapterFactory - Class in de.fzi.power.infrastructure.util
The Adapter Factory for the model.
InfrastructureAdapterFactory() - Constructor for class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Creates an instance of the adapter factory.
InfrastructureEditor - Class in de.fzi.power.infrastructure.presentation
This is an example of a Infrastructure model editor.
InfrastructureEditor() - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This creates a model editor.
InfrastructureEditor.ReverseAdapterFactoryContentProvider - Class in de.fzi.power.infrastructure.presentation
infrastructureFactory - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
This caches an instance of the model factory.
InfrastructureFactory - Interface in de.fzi.power.infrastructure
The Factory for the model.
InfrastructureFactoryImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model Factory.
InfrastructureFactoryImpl() - Constructor for class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
Creates an instance of the factory.
InfrastructureItemProviderAdapterFactory - Class in de.fzi.power.infrastructure.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
InfrastructureItemProviderAdapterFactory() - Constructor for class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This constructs an instance.
InfrastructureModelWizard - Class in de.fzi.power.infrastructure.presentation
This is a simple wizard for creating a new model file.
InfrastructureModelWizard() - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
 
InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage - Class in de.fzi.power.infrastructure.presentation
This is the page where the type of object to create is selected.
InfrastructureModelWizard.InfrastructureModelWizardNewFileCreationPage - Class in de.fzi.power.infrastructure.presentation
This is the one page of the wizard.
InfrastructureModelWizardInitialObjectCreationPage(String) - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
Pass in the selection.
InfrastructureModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardNewFileCreationPage
Pass in the selection.
infrastructurePackage - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
This caches an instance of the model package.
InfrastructurePackage - Interface in de.fzi.power.infrastructure
The Package for the model.
InfrastructurePackage.Literals - Interface in de.fzi.power.infrastructure
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
InfrastructurePackageImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model Package.
InfrastructureResourceFactoryImpl - Class in de.fzi.power.infrastructure.util
The Resource Factory associated with the package.
InfrastructureResourceFactoryImpl() - Constructor for class de.fzi.power.infrastructure.util.InfrastructureResourceFactoryImpl
Creates an instance of the resource factory.
InfrastructureResourceImpl - Class in de.fzi.power.infrastructure.util
The Resource associated with the package.
InfrastructureResourceImpl(URI) - Constructor for class de.fzi.power.infrastructure.util.InfrastructureResourceImpl
Creates an instance of the resource.
InfrastructureSwitch<T> - Class in de.fzi.power.infrastructure.util
The Switch for the model's inheritance hierarchy.
InfrastructureSwitch() - Constructor for class de.fzi.power.infrastructure.util.InfrastructureSwitch
Creates an instance of the switch.
InfrastructureXMLProcessor - Class in de.fzi.power.infrastructure.util
This class contains helper methods to serialize and deserialize XML documents
InfrastructureXMLProcessor() - Constructor for class de.fzi.power.infrastructure.util.InfrastructureXMLProcessor
Public constructor to instantiate the helper.
init() - Static method in class de.fzi.power.binding.impl.BindingFactoryImpl
Creates the default factory implementation.
init() - Static method in class de.fzi.power.binding.impl.BindingPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class de.fzi.power.infrastructure.impl.InfrastructureFactoryImpl
Creates the default factory implementation.
init() - Static method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class de.fzi.power.specification.impl.SpecificationFactoryImpl
Creates the default factory implementation.
init() - Static method in class de.fzi.power.specification.impl.SpecificationPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class de.fzi.power.state.impl.StateFactoryImpl
Creates the default factory implementation.
init() - Static method in class de.fzi.power.state.impl.StatePackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init() - Static method in class de.fzi.power.util.impl.UtilFactoryImpl
Creates the default factory implementation.
init() - Static method in class de.fzi.power.util.impl.UtilPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(IEditorSite, IEditorInput) - Method in class de.fzi.power.binding.presentation.BindingEditor
This is called during startup.
init(IEditorSite, IEditorInput) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is called during startup.
init(IEditorSite, IEditorInput) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is called during startup.
init(IEditorSite, IEditorInput) - Method in class de.fzi.power.state.presentation.StateEditor
This is called during startup.
init(IEditorSite, IEditorInput) - Method in class de.fzi.power.util.presentation.UtilEditor
This is called during startup.
init(IWorkbench, IStructuredSelection) - Method in class de.fzi.power.binding.presentation.BindingModelWizard
This just records the information.
init(IWorkbench, IStructuredSelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
This just records the information.
init(IWorkbench, IStructuredSelection) - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
This just records the information.
init(IWorkbench, IStructuredSelection) - Method in class de.fzi.power.state.presentation.StateModelWizard
This just records the information.
init(IWorkbench, IStructuredSelection) - Method in class de.fzi.power.util.presentation.UtilModelWizard
This just records the information.
initialize(ExpressionContext) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
 
initialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.extensions.DefaultFunctionProvider
Initializes the method map.
initialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
It initialize the Function provider with expression context and also gives a chance to pre-initialize any internal states for operations
initialize(ExpressionContext) - Method in interface org.vedantatree.expressionoasis.extensions.FunctionProvider
It initialize the Function provider with expression context and also gives a chance to pre-initialize any internal states for operations
initialize(ExpressionContext) - Method in interface org.vedantatree.expressionoasis.extensions.VariableProvider
It initialize the Function provider with expression context and also gives a chance to pre-initialize any internal states for operations
initialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Initializes the child expressions.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
Initializes the boolean value object.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
Initializes the double value object.
initialize(ExpressionContext, Object, boolean) - Method in interface org.vedantatree.expressionoasis.expressions.Expression
This is used to initialize the expression.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
Initializes the identifier name
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
Initializes the numeric value object.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
Initializes the numeric value object.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
Initializes the string value object.
initialize(ExpressionContext, Object, boolean) - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Initializes the operand expression.
initializeEditingDomain() - Method in class de.fzi.power.binding.presentation.BindingEditor
This sets up the editing domain for the model editor.
initializeEditingDomain() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This sets up the editing domain for the model editor.
initializeEditingDomain() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This sets up the editing domain for the model editor.
initializeEditingDomain() - Method in class de.fzi.power.state.presentation.StateEditor
This sets up the editing domain for the model editor.
initializeEditingDomain() - Method in class de.fzi.power.util.presentation.UtilEditor
This sets up the editing domain for the model editor.
initializeFrom(Map<String, Object>) - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
initializeFrom(Map<String, Object>) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
initializeFrom(Map<String, Object>) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Initializes this tab's controls with values from the given properties map.
initializePackageContents() - Method in class de.fzi.power.binding.impl.BindingPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class de.fzi.power.infrastructure.impl.InfrastructurePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class de.fzi.power.specification.impl.SpecificationPackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class de.fzi.power.state.impl.StatePackageImpl
Complete the initialization of the package and its meta-model.
initializePackageContents() - Method in class de.fzi.power.util.impl.UtilPackageImpl
Complete the initialization of the package and its meta-model.
initialObjectCreationPage - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
This is the initial object creation page.
initialObjectCreationPage - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
This is the initial object creation page.
initialObjectCreationPage - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
This is the initial object creation page.
initialObjectCreationPage - Variable in class de.fzi.power.state.presentation.StateModelWizard
This is the initial object creation page.
initialObjectCreationPage - Variable in class de.fzi.power.util.presentation.UtilModelWizard
This is the initial object creation page.
initialObjectField - Variable in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
initialObjectField - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
initialObjectField - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
initialObjectField - Variable in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
initialObjectField - Variable in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
initialObjectNames - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
Caches the names of the types that can be created as the root object.
initialObjectNames - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Caches the names of the types that can be created as the root object.
initialObjectNames - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
Caches the names of the types that can be created as the root object.
initialObjectNames - Variable in class de.fzi.power.state.presentation.StateModelWizard
Caches the names of the types that can be created as the root object.
initialObjectNames - Variable in class de.fzi.power.util.presentation.UtilModelWizard
Caches the names of the types that can be created as the root object.
INSTANCE - Static variable in class de.fzi.power.util.presentation.PowerEditorPlugin
Keep track of the singleton.
INSTANCE - Static variable in class de.fzi.power.util.provider.PowerEditPlugin
Keep track of the singleton.
instantiateDistributionPowerModelCalculator(DistributionPowerBinding) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.CalculatorFactoryImpl
 
instantiateDistributionPowerModelCalculator(DistributionPowerBinding) - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
instantiateDistributionPowerModelCalculator(DistributionPowerBinding) - Method in interface de.fzi.power.interpreter.calculators.CalculatorFactory
Instantiate distribution power model calculator.
instantiateDistributionPowerModelCalculator(DistributionPowerBinding) - Method in class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
instantiatePowerProvidingEntityCalculator(PowerProvidingEntity) - Method in interface de.fzi.power.interpreter.calculators.CalculatorInstantiator
instantiatePowerProvidingEntityCalculator(PowerProvidingEntity) - Method in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
instantiateResourceCalculator(ResourcePowerBinding) - Method in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
instantiateResourceCalculator(PowerConsumingResourceSet) - Method in interface de.fzi.power.interpreter.calculators.CalculatorInstantiator
Creates a AbstractResourcePowerModelCalculator for a PowerConsumingResource.
instantiateResourceCalculator(PowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
instantiateResourcePowerModelCalculator(ResourcePowerBinding) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.CalculatorFactoryImpl
 
instantiateResourcePowerModelCalculator(ResourcePowerBinding) - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
instantiateResourcePowerModelCalculator(ResourcePowerBinding) - Method in interface de.fzi.power.interpreter.calculators.CalculatorFactory
Instantiate resource power model calculator.
instantiateResourcePowerModelCalculator(ResourcePowerBinding) - Method in class de.fzi.power.interpreter.calculators.essential.EssentialCalculatorsFactory
 
instantiateStatefulResourcePowerModelCalculator(StatefulPowerConsumingResourceSet) - Method in interface de.fzi.power.interpreter.calculators.CalculatorInstantiator
Instantiate the resource power model calculator of a stateful resource.
instantiateStatefulResourcePowerModelCalculator(StatefulPowerConsumingResourceSet) - Method in class de.fzi.power.interpreter.calculators.ExtensibleCalculatorInstantiatorImpl
 
INTEGER - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the integer type
INTERPOLATION_0_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_10_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_100_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_20_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_30_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_40_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_50_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_60_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_70_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_80_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_90_UTIL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
INTERPOLATION_MODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
InterpolationModelCalculator - Class in de.fzi.power.interpreter.calculators.essential
 
InterpolationModelCalculator(ResourcePowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.essential.InterpolationModelCalculator
 
InterpreterUtils - Class in de.fzi.power.interpreter
Utility class that contains common classes, methods or objects used at multiple locations in the power interpreter project.
InterpreterUtils() - Constructor for class de.fzi.power.interpreter.InterpreterUtils
 
INVALID_OPERAND_TYPE - Static variable in interface org.vedantatree.expressionoasis.EOErrorCodes
Error code representing the invalid operand type for any operator in an Expression
IO_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
IProductionRule - Interface in org.vedantatree.expressionoasis.grammar.rules
This class represents the interface to define the production rule for any grammar.
IResourcePowerModelCalculator - Interface in de.fzi.power.interpreter.calculators
 
isAllowed(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is allowed or not.
isAllowed(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is allowed or not.
isAllowed(String) - Method in interface org.vedantatree.expressionoasis.grammar.rules.IProductionRule
Checks whether the token is allowed or not.
isAllowed(String) - Method in class org.vedantatree.expressionoasis.grammar.rules.ProductionRule
 
isApproachable(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given token is approachable using any of the pattern or not.
isApproachable(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given token is approachable using any of the pattern or not.
isApproaching(String) - Method in interface org.vedantatree.expressionoasis.grammar.rules.IProductionRule
Checks whether the given token is approachable using any of the pattern or not.
isApproaching(String) - Method in class org.vedantatree.expressionoasis.grammar.rules.ProductionRule
 
isArray() - Method in class org.vedantatree.expressionoasis.types.Type
Checks whether the type represents an array or not.
isAssignableFrom(Type) - Method in class org.vedantatree.expressionoasis.types.Type
 
isAssignaleFrom(MethodKey) - Method in class org.vedantatree.expressionoasis.types.MethodKey
 
isBinaryOperator(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given token is a binary operator or not.
isBinaryOperator(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given token is a binary operator or not.
isBinaryOperator(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given token is a binary operator or not.
isBinaryOperator(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given token is a binary operator or not.
isBracket(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Check whether the given token is a bracket or not.
isBracket(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Check whether the given token is a bracket or not.
isBracket(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Check whether the given token is a bracket or not.
isBracket(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Check whether the given token is a bracket or not.
isCompatibleWith(PowerModelSpecification) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.CalculatorFactoryImpl
Determines whether this instance can handle the given power model.
isCompatibleWith(PowerModelSpecification) - Method in class de.fzi.power.interpreter.calculators.AbstractCalculatorFactory
 
isCompatibleWith(PowerModelSpecification) - Method in interface de.fzi.power.interpreter.calculators.CalculatorFactory
Checks if is compatible with.
isDelimiter(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a delimiter or not.
isDelimiter(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a delimiter or not.
isDelimiter(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a delimiter or not.
isDelimiter(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a delimiter or not.
isDirty() - Method in class de.fzi.power.binding.presentation.BindingEditor
This is for implementing IEditorPart and simply tests the command stack.
isDirty() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is for implementing IEditorPart and simply tests the command stack.
isDirty() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is for implementing IEditorPart and simply tests the command stack.
isDirty() - Method in class de.fzi.power.state.presentation.StateEditor
This is for implementing IEditorPart and simply tests the command stack.
isDirty() - Method in class de.fzi.power.util.presentation.UtilEditor
This is for implementing IEditorPart and simply tests the command stack.
isFactoryForType(Object) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
isFactoryForType(Object) - Method in class de.fzi.power.binding.util.BindingAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
isFactoryForType(Object) - Method in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
isFactoryForType(Object) - Method in class de.fzi.power.specification.util.SpecificationAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
isFactoryForType(Object) - Method in class de.fzi.power.state.util.StateAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFactoryForType(Object) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
isFactoryForType(Object) - Method in class de.fzi.power.util.util.UtilAdapterFactory
Returns whether this factory is applicable for the type of the object.
isFunction(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is an function or not.
isFunction(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is an function or not.
isFunction(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is an function or not.
isFunction(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is an function or not.
isIgnoreBlank() - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether to ignore the blanks in expression or not.
isIgnoreBlank() - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether to ignore the blanks in expression or not.
isLeftBracket(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a left bracket or not.
isLeftBracket(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a left bracket or not.
isLeftBracket(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a left bracket or not.
isLeftBracket(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a left bracket or not.
isMeasuredFactorAvailable(String) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
isMeasuredFactorAvailable(MetricDescription) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
isNumericType(Type) - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.helper.ExpressionOasisHelper
Gets whether the given type is numeric.
isOperator(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given token is an operator or not.
isOperator(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given token is an operator or not.
isOperator(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given token is an operator or not.
isOperator(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given token is an operator or not.
isPersisted(Resource) - Method in class de.fzi.power.binding.presentation.BindingEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class de.fzi.power.state.presentation.StateEditor
This returns whether something has been persisted to the URI of the specified resource.
isPersisted(Resource) - Method in class de.fzi.power.util.presentation.UtilEditor
This returns whether something has been persisted to the URI of the specified resource.
isPropertyEditable(Class, String) - Static method in class org.vedantatree.expressionoasis.utils.BeanUtils
Checks whether the property is editable or not.
isPropertyNotSet(String) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
isPropertyNotSet(String) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
isQualifiedString(String) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
Checks whether the string is a qualified string or not.
isRequiredMetricSatisfiedBy(MetricDescription, MetricDescription) - Static method in class de.fzi.power.interpreter.InterpreterUtils
Helper method that checks whether the required metric (required) equals the provided one (available) or is subsumed by it..
isRightBracket(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a right bracket or not.
isRightBracket(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a right bracket or not.
isRightBracket(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the token is a right bracket or not.
isRightBracket(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the token is a right bracket or not.
isSaveAsAllowed() - Method in class de.fzi.power.binding.presentation.BindingEditor
This always returns true because it is not currently supported.
isSaveAsAllowed() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This always returns true because it is not currently supported.
isSaveAsAllowed() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This always returns true because it is not currently supported.
isSaveAsAllowed() - Method in class de.fzi.power.state.presentation.StateEditor
This always returns true because it is not currently supported.
isSaveAsAllowed() - Method in class de.fzi.power.util.presentation.UtilEditor
This always returns true because it is not currently supported.
isSwitchFor(EPackage) - Method in class de.fzi.power.binding.util.BindingSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class de.fzi.power.infrastructure.util.InfrastructureSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class de.fzi.power.specification.util.SpecificationSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class de.fzi.power.state.util.StateSwitch
Checks whether this is a switch for the given package.
isSwitchFor(EPackage) - Method in class de.fzi.power.util.util.UtilSwitch
Checks whether this is a switch for the given package.
isUnary(String) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given operator is a unary operator or not.
isUnary(String) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given operator is a unary operator or not.
isUnary(ExpressionToken) - Method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Checks whether the given operator is a unary operator or not.
isUnary(ExpressionToken) - Method in interface org.vedantatree.expressionoasis.grammar.Grammar
Checks whether the given operator is a unary operator or not.
isValid() - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
isValid() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
isValid() - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Returns whether this tab is in a valid state.
iterator - Variable in class de.fzi.power.interpreter.AbstractEvaluationScope
 
iterator() - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
 
ITimeProvider - Interface in de.fzi.power.interpreter.calculators
 

J

JavaUtils - Class in org.vedantatree.expressionoasis.utils
This class provides the util methods for java type and value conversion related.

K

KeyPad - Class in org.vedantatree.expressionoasis.ui
 

L

LEFT - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for left tag in XML
LEFTBRACE - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
leftOperandExpression - Variable in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Left operand expression for this binary operator expression.
LESSTHAN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
LESSTHANEQUALTO - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
LINEAR_PASSTHROUGH_DISTRIBUTION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LINEAR_PASSTHROUGH_DISTRIBUTION_CONSTANT_LOSS - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LINEAR_POWER_MODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LINEAR_POWER_MODEL_MAX_CONSUMPTION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LINEAR_POWER_MODEL_MIN_CONSUMPTION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LINEAR_POWER_MODEL_UTILIZATION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
LinearPassthroughCalculator - Class in de.fzi.power.interpreter.calculators.essential
A calculator that calculates the power consumption of a PowerProvidingEntity by summing up the power consumption of all nested elements.
LinearPassthroughCalculator(DistributionPowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.essential.LinearPassthroughCalculator
Creates an AbstractDistributionPowerModelCalculator that calculates the power consumption of a PowerProvidingEntity by summing up the power consumption of its PowerProvidingEntity.getNestedPowerConsumingEntities().
LinearPowerModelCalculator - Class in de.fzi.power.interpreter.calculators.essential
Creates a calculator that evaluates the power consumption P of a PowerConsumingResource by interpolating between the resource's minimum P_min and maximum power consumption P_min using the utilization Util of the specific resource:

P = P_min + Util * (P_max - P_min)
LinearPowerModelCalculator(ResourcePowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.essential.LinearPowerModelCalculator
Create a calculator for a linear power model.
listViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This shows how a list view works.
listViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This shows how a list view works.
listViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This shows how a list view works.
listViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This shows how a list view works.
listViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This shows how a list view works.
log(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the natural logarithm (base e ) of a double value.
LOG - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
LONG - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the long type.
LTEExpression - Class in org.vedantatree.expressionoasis.expressions.relational
Performs the less than equal to operation
LTEExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.LTEExpression
 
LTExpression - Class in org.vedantatree.expressionoasis.expressions.relational
Performs the less than operation.
LTExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.LTExpression
 

M

main(String[]) - Static method in class org.vedantatree.expressionoasis.ExpressionEngine
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
Runs the test for grammar.
main(String[]) - Static method in class org.vedantatree.expressionoasis.Parser
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.types.Type
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.ui.ExpressionEvaluatorUI
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.utils.XMLUtils
 
main(String[]) - Static method in class org.vedantatree.expressionoasis.utils.XPathUtils
 
markerHelper - Variable in class de.fzi.power.binding.presentation.BindingEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
markerHelper - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
markerHelper - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
markerHelper - Variable in class de.fzi.power.state.presentation.StateEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
markerHelper - Variable in class de.fzi.power.util.presentation.UtilEditor
The MarkerHelper is responsible for creating workspace resource markers presented in Eclipse's Problems View.
MathFunctions - Class in org.vedantatree.expressionoasis.extensions
This class provides the math function for experssion evaluator
MathFunctions(ExpressionContext) - Constructor for class org.vedantatree.expressionoasis.extensions.MathFunctions
Default constructor
max(Double, Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the maximum of two numbers.
max(Double, Long) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the maximum of two numbers.
max(Long, Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the maximum of two numbers.
max(Long, Long) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the maximum of two numbers.
MAX - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
MaxExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
 
MaxExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.MaxExpression
 
MEASURED_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Measured Factor' class.
MEASURED_FACTOR - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Measured Factor' class.
MEASURED_FACTOR__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
MEASURED_FACTOR__METRIC_TYPE - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Metric Type' reference feature.
MEASURED_FACTOR__METRIC_TYPE - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Metric Type' reference.
MEASURED_FACTOR__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
MEASURED_FACTOR__POWER_MODEL - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Power Model' container reference.
MEASURED_FACTOR_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Measured Factor' class.
MeasuredFactor - Interface in de.fzi.power.specification
A representation of the model object 'Measured Factor'.
MeasuredFactorImpl - Class in de.fzi.power.specification.impl
An implementation of the model object 'Measured Factor'.
MeasuredFactorImpl() - Constructor for class de.fzi.power.specification.impl.MeasuredFactorImpl
measuredFactorItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all MeasuredFactor instances.
MeasuredFactorItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a MeasuredFactor object.
MeasuredFactorItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This constructs an instance from a factory and a notifier.
MeasuredValuesCompositeValueObject - Class in de.fzi.power.interpreter.calculator.expressionoasis.custom
This class is a specialized ValueObject to deal with MeasuredFactors.
Distinctive feature of this value object is its composite character, that is, it can hold more than one value.
MeasuredValuesCompositeValueObject(Iterable<Double>) - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.custom.MeasuredValuesCompositeValueObject
Initializes a new instance of the MeasuredValuesCompositeValueObject class.
MeasureProviderHelper - Class in de.fzi.power.interpreter.measureprovider
 
MeasureProviderHelper() - Constructor for class de.fzi.power.interpreter.measureprovider.MeasureProviderHelper
 
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.binding.presentation.BindingEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.state.presentation.StateEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This populates the pop-up menu before it appears.
menuAboutToShow(IMenuManager) - Method in class de.fzi.power.util.presentation.UtilEditor
This implements IMenuListener to help fill the context menus with contributions from the Edit menu.
MethodKey - Class in org.vedantatree.expressionoasis.types
 
MethodKey(String, Type[]) - Constructor for class org.vedantatree.expressionoasis.types.MethodKey
 
min(Double, Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the minimum of two numbers.
min(Long, Long) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the minimum of two numbers.
MIN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
MinExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
 
MinExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.MinExpression
 
MINUS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
MinusExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This is the negative unary operator expression.
MinusExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.MinusExpression
 
modelPackage - Static variable in class de.fzi.power.binding.util.BindingAdapterFactory
The cached model package.
modelPackage - Static variable in class de.fzi.power.binding.util.BindingSwitch
The cached model package
modelPackage - Static variable in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
The cached model package.
modelPackage - Static variable in class de.fzi.power.infrastructure.util.InfrastructureSwitch
The cached model package
modelPackage - Static variable in class de.fzi.power.specification.util.SpecificationAdapterFactory
The cached model package.
modelPackage - Static variable in class de.fzi.power.specification.util.SpecificationSwitch
The cached model package
modelPackage - Static variable in class de.fzi.power.state.util.StateAdapterFactory
The cached model package.
modelPackage - Static variable in class de.fzi.power.state.util.StateSwitch
The cached model package
modelPackage - Static variable in class de.fzi.power.util.util.UtilAdapterFactory
The cached model package.
modelPackage - Static variable in class de.fzi.power.util.util.UtilSwitch
The cached model package
modelSwitch - Variable in class de.fzi.power.binding.util.BindingAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class de.fzi.power.infrastructure.util.InfrastructureAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class de.fzi.power.specification.util.SpecificationAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class de.fzi.power.state.util.StateAdapterFactory
The switch that delegates to the createXXX methods.
modelSwitch - Variable in class de.fzi.power.util.util.UtilAdapterFactory
The switch that delegates to the createXXX methods.
MODULUS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
MOUNTED_POWER_DISTRIBUTION_UNIT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Mounted Power Distribution Unit' class.
MOUNTED_POWER_DISTRIBUTION_UNIT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the ' Mounted Power Distribution Unit' class.
MOUNTED_POWER_DISTRIBUTION_UNIT__DISTRIBUTION_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Distribution Power Assembly Context' reference.
MOUNTED_POWER_DISTRIBUTION_UNIT__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
MOUNTED_POWER_DISTRIBUTION_UNIT__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
MOUNTED_POWER_DISTRIBUTION_UNIT__NESTED_POWER_CONSUMING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Nested Power Consuming Entities' containment reference list.
MOUNTED_POWER_DISTRIBUTION_UNIT__POWER_INFRASTRUCTURE_MODEL - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Infrastructure Model' container reference.
MOUNTED_POWER_DISTRIBUTION_UNIT__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
MOUNTED_POWER_DISTRIBUTION_UNIT__RESOURCE_CONTAINER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Resource Container' reference feature.
MOUNTED_POWER_DISTRIBUTION_UNIT__RESOURCE_CONTAINER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Resource Container' reference.
MOUNTED_POWER_DISTRIBUTION_UNIT__SUPPLIABLE_PEAK_POWER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Suppliable Peak Power' attribute.
MOUNTED_POWER_DISTRIBUTION_UNIT_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Mounted Power Distribution Unit' class.
MountedPowerDistributionUnit - Interface in de.fzi.power.infrastructure
A representation of the model object ' Mounted Power Distribution Unit'.
MountedPowerDistributionUnitImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Mounted Power Distribution Unit'.
MountedPowerDistributionUnitImpl() - Constructor for class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
mountedPowerDistributionUnitItemProvider - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the one adapter used for all MountedPowerDistributionUnit instances.
MountedPowerDistributionUnitItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a MountedPowerDistributionUnit object.
MountedPowerDistributionUnitItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This constructs an instance from a factory and a notifier.
MulExpression - Class in de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions
Implementation of the (*) fold operation: All elements of the processed collection are multiplied by each other, 1 is returned in case the collection is empty.
Within expressions, this function can be used by MUL(collection).
MulExpression() - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions.MulExpression
 
MULTIPLY - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
MultiplyExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This class expression performs the multiplication ioperations.
MultiplyExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.MultiplyExpression
 

N

NAME - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for name tag in XML
NAME_EDEFAULT - Static variable in class de.fzi.power.util.impl.EntityImpl
The default value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class de.fzi.power.util.impl.NamedElementImpl
The default value of the 'Name' attribute.
NAMED_ELEMENT - Static variable in interface de.fzi.power.util.UtilPackage.Literals
The meta object literal for the 'Named Element' class.
NAMED_ELEMENT - Static variable in interface de.fzi.power.util.UtilPackage
The meta object id for the 'Named Element' class.
NAMED_ELEMENT__NAME - Static variable in interface de.fzi.power.util.UtilPackage.Literals
The meta object literal for the 'Name' attribute feature.
NAMED_ELEMENT__NAME - Static variable in interface de.fzi.power.util.UtilPackage
The feature id for the 'Name' attribute.
NAMED_ELEMENT_FEATURE_COUNT - Static variable in interface de.fzi.power.util.UtilPackage
The number of structural features of the 'Named Element' class.
NamedElement - Interface in de.fzi.power.util
A representation of the model object 'Named Element'.
NamedElementImpl - Class in de.fzi.power.util.impl
An implementation of the model object 'Named Element'.
NamedElementImpl() - Constructor for class de.fzi.power.util.impl.NamedElementImpl
namedElementItemProvider - Variable in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This keeps track of the one adapter used for all NamedElement instances.
NamedElementItemProvider - Class in de.fzi.power.util.provider
This is the item provider adapter for a NamedElement object.
NamedElementItemProvider(AdapterFactory) - Constructor for class de.fzi.power.util.provider.NamedElementItemProvider
This constructs an instance from a factory and a notifier.
Navigator - Class in de.fzi.power.ui.views.navigator
 
Navigator() - Constructor for class de.fzi.power.ui.views.navigator.Navigator
 
NEExpression - Class in org.vedantatree.expressionoasis.expressions.relational
This class expression performs the not equal operation on values.
NEExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.relational.NEExpression
 
NestedPropertyConfigurableConfiguration - Class in de.fzi.power.ui.adapters
This class allows to combine the setting of multiple IPropertyConfigurable using one dynamic properties map.
NestedPropertyConfigurableConfiguration(Set<? extends IPropertyConfigurable>) - Constructor for class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
Instantiates a new nested property configurable configuration.
newFileCreationPage - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
This is the file creation page.
newFileCreationPage - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
This is the file creation page.
newFileCreationPage - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
This is the file creation page.
newFileCreationPage - Variable in class de.fzi.power.state.presentation.StateModelWizard
This is the file creation page.
newFileCreationPage - Variable in class de.fzi.power.util.presentation.UtilModelWizard
This is the file creation page.
next() - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
Moves on to the next set of context elements.
NodeValueExpression - Class in org.vedantatree.expressionoasis.expressions.xml
 
NodeValueExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.xml.NodeValueExpression
 
NONLINEAR_REGRESSION_MODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
NONLINEAR_REGRESSION_MODEL_EXPONENT - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
NONLINEAR_REGRESSION_MODEL_MAX_CONSUMPTION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
NONLINEAR_REGRESSION_MODEL_MIN_CONSUMPTION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
NONLINEAR_REGRESSION_MODEL_UTILIZATION - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
NonlinearRegressionCalculator - Class in de.fzi.power.interpreter.calculators.essential
 
NonlinearRegressionCalculator(ResourcePowerBinding) - Constructor for class de.fzi.power.interpreter.calculators.essential.NonlinearRegressionCalculator
 
NOTEQUALTO - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
NotExpression - Class in org.vedantatree.expressionoasis.expressions.booleanexp
This is the logical not operator expression.
NotExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.booleanexp.NotExpression
 
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.AbstractFixedFactorValueItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.AbstractPowerStateBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.ConsumptionBehaviorItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.DistributionPowerBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.FixedFactorValueDimensionlessItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.FixedFactorValuePowerItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.PowerBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.AbstractPowerConsumingResourceItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.MountedPowerDistributionUnitItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.BlackBoxDistributionPowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.BlackBoxPowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.BlackBoxResourcePowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.ConsumptionFactorItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.DeclarativeDistributionPowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.DeclarativePowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.DeclarativeResourceModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification) .
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.DeclarativeResourcePowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.DistributionPowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.FixedFactorItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.MeasuredFactorItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.state.provider.AbstractPowerStateItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.state.provider.PowerStateItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.state.provider.PowerStateMachineItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.state.provider.TransitionStateItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.util.provider.EntityItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
notifyChanged(Notification) - Method in class de.fzi.power.util.provider.NamedElementItemProvider
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
NullExpression - Class in org.vedantatree.expressionoasis.expressions
This class expression is used to make the null value expression.
NullExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.NullExpression
 
NumericExpression - Class in org.vedantatree.expressionoasis.expressions
This class expression is used to make the long value expression.
NumericExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.NumericExpression
 

O

OBJECT - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the objec type (for nulls)
objectArrayToString(Object[]) - Static method in class org.vedantatree.expressionoasis.utils.StringUtils
 
OPERAND - Static variable in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
This is the operand expression type.
OPERATOR - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for operator tag in XML
OrExpression - Class in org.vedantatree.expressionoasis.expressions.booleanexp
This class expression performs the or operation.
OrExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.booleanexp.OrExpression
 
org.vedantatree.expressionoasis - package org.vedantatree.expressionoasis
 
org.vedantatree.expressionoasis.config - package org.vedantatree.expressionoasis.config
 
org.vedantatree.expressionoasis.exceptions - package org.vedantatree.expressionoasis.exceptions
 
org.vedantatree.expressionoasis.expressions - package org.vedantatree.expressionoasis.expressions
 
org.vedantatree.expressionoasis.expressions.arithmatic - package org.vedantatree.expressionoasis.expressions.arithmatic
 
org.vedantatree.expressionoasis.expressions.bitwise - package org.vedantatree.expressionoasis.expressions.bitwise
 
org.vedantatree.expressionoasis.expressions.booleanexp - package org.vedantatree.expressionoasis.expressions.booleanexp
 
org.vedantatree.expressionoasis.expressions.property - package org.vedantatree.expressionoasis.expressions.property
 
org.vedantatree.expressionoasis.expressions.relational - package org.vedantatree.expressionoasis.expressions.relational
 
org.vedantatree.expressionoasis.expressions.string - package org.vedantatree.expressionoasis.expressions.string
 
org.vedantatree.expressionoasis.expressions.xml - package org.vedantatree.expressionoasis.expressions.xml
 
org.vedantatree.expressionoasis.extensions - package org.vedantatree.expressionoasis.extensions
 
org.vedantatree.expressionoasis.extensions.customfunctions - package org.vedantatree.expressionoasis.extensions.customfunctions
 
org.vedantatree.expressionoasis.extensions.customfunctions.xml - package org.vedantatree.expressionoasis.extensions.customfunctions.xml
 
org.vedantatree.expressionoasis.grammar - package org.vedantatree.expressionoasis.grammar
 
org.vedantatree.expressionoasis.grammar.rules - package org.vedantatree.expressionoasis.grammar.rules
 
org.vedantatree.expressionoasis.types - package org.vedantatree.expressionoasis.types
 
org.vedantatree.expressionoasis.ui - package org.vedantatree.expressionoasis.ui
 
org.vedantatree.expressionoasis.utils - package org.vedantatree.expressionoasis.utils
 

P

pageChange(int) - Method in class de.fzi.power.binding.presentation.BindingEditor
This is used to track the active viewer.
pageChange(int) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is used to track the active viewer.
pageChange(int) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This is used to track the active viewer.
pageChange(int) - Method in class de.fzi.power.state.presentation.StateEditor
This is used to track the active viewer.
pageChange(int) - Method in class de.fzi.power.util.presentation.UtilEditor
This is used to track the active viewer.
ParanthesisExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This expression represents the parenthesis for other child expression
ParanthesisExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.ParanthesisExpression
 
parentAdapterFactory - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentAdapterFactory - Variable in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This keeps track of the root adapter factory that delegates to this adapter factory.
parentViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parentViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parentViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parentViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parentViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This inverts the roll of parent and child in the content provider and show parents as a tree.
parse(String) - Method in class org.vedantatree.expressionoasis.Parser
It parses the given expression string into ExpressionToken objects and returns the list of ExpressionTokens.
Parser - Class in org.vedantatree.expressionoasis
This parser object parses the expressions, break these in expression tokens and perform lexical analysis on these tokens.
Parser() - Constructor for class org.vedantatree.expressionoasis.Parser
Deprecated.
seems of no use, since Parser is always created from Compiler with Grammar instance
Parser(Grammar) - Constructor for class org.vedantatree.expressionoasis.Parser
Constructs the Parser with given DefaultXMLGrammar object
parseXML(File, String) - Static method in class org.vedantatree.expressionoasis.utils.XMLUtils
 
parseXML(InputStream, String) - Static method in class org.vedantatree.expressionoasis.utils.XMLUtils
 
parseXML(URL, String) - Static method in class org.vedantatree.expressionoasis.utils.XMLUtils
 
PARSING_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
partListener - Variable in class de.fzi.power.binding.presentation.BindingEditor
This listens for when the outline becomes active
partListener - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This listens for when the outline becomes active
partListener - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This listens for when the outline becomes active
partListener - Variable in class de.fzi.power.state.presentation.StateEditor
This listens for when the outline becomes active
partListener - Variable in class de.fzi.power.util.presentation.UtilEditor
This listens for when the outline becomes active
PATHMAP_POWER_MODEL_MODELS_COMMON_POWER_MODELS_POWERMODEL - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
performApply(Map<String, Object>) - Method in class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
performApply(Map<String, Object>) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
performApply(Map<String, Object>) - Method in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationUI
Copies values from this tab into the given properties map.
performFinish() - Method in class de.fzi.power.binding.presentation.BindingModelWizard
Do the work after everything is specified.
performFinish() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Do the work after everything is specified.
performFinish() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard
Do the work after everything is specified.
performFinish() - Method in class de.fzi.power.state.presentation.StateModelWizard
Do the work after everything is specified.
performFinish() - Method in class de.fzi.power.util.presentation.UtilModelWizard
Do the work after everything is specified.
PERSISTENCE_SYSTEM_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
PLUGIN_ID - Static variable in class de.fzi.power.interpreter.Activator
 
PLUGIN_ID - Static variable in class de.fzi.power.interpreter.measureprovider.utilization.Activator
 
PLUGIN_ID - Static variable in class de.fzi.power.specification.resources.Activator
 
PLUGIN_ID - Static variable in class de.fzi.power.ui.Activator
 
PLUGIN_ID - Static variable in class org.vedantatree.expressionoasis.Activator
 
PLUS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
PlusExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This is the positive unary operator expression.
PlusExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.PlusExpression
 
PLUSMINUS - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
populateManager(IContributionManager, Collection<? extends IAction>, String) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This populates the specified manager with ActionContributionItems based on the IActions contained in the actions collection, by inserting them before the specified contribution item contributionID.
pow(Number, Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Computes the power
POW - Static variable in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
The provided composite 'POW' function.
POW - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
POWER - Static variable in interface de.fzi.power.util.UtilPackage.Literals
The meta object literal for the 'Power' data type.
POWER - Static variable in interface de.fzi.power.util.UtilPackage
The meta object id for the 'Power' data type.
POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Binding' class.
POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Power Binding' class.
POWER_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
POWER_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
POWER_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Binding Repository' container reference feature.
POWER_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding Repository' container reference.
POWER_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Power Binding' class.
POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Binding Repository' class.
POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Power Binding Repository' class.
POWER_BINDING_REPOSITORY__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
POWER_BINDING_REPOSITORY__POWER_BINDINGS - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Bindings' containment reference list feature.
POWER_BINDING_REPOSITORY__POWER_BINDINGS - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Bindings' containment reference list.
POWER_BINDING_REPOSITORY_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Power Binding Repository' class.
POWER_CONSUMING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Consuming Entity' class.
POWER_CONSUMING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the 'Power Consuming Entity' class.
POWER_CONSUMING_ENTITY__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
POWER_CONSUMING_ENTITY__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
POWER_CONSUMING_ENTITY__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Providing Entity' container reference feature.
POWER_CONSUMING_ENTITY__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
POWER_CONSUMING_ENTITY_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Consuming Entity' class.
POWER_CONSUMING_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Consuming Providing Entity' class.
POWER_CONSUMING_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the ' Power Consuming Providing Entity' class.
POWER_CONSUMING_PROVIDING_ENTITY__DISTRIBUTION_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Distribution Power Assembly Context' reference.
POWER_CONSUMING_PROVIDING_ENTITY__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
POWER_CONSUMING_PROVIDING_ENTITY__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
POWER_CONSUMING_PROVIDING_ENTITY__NESTED_POWER_CONSUMING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Nested Power Consuming Entities' containment reference list.
POWER_CONSUMING_PROVIDING_ENTITY__POWER_INFRASTRUCTURE_MODEL - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Infrastructure Model' container reference.
POWER_CONSUMING_PROVIDING_ENTITY__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
POWER_CONSUMING_PROVIDING_ENTITY__SUPPLIABLE_PEAK_POWER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Suppliable Peak Power' attribute.
POWER_CONSUMING_PROVIDING_ENTITY_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Consuming Providing Entity' class.
POWER_CONSUMING_RESOURCE_SET - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Consuming Resource Set' class.
POWER_CONSUMING_RESOURCE_SET - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the 'Power Consuming Resource Set' class.
POWER_CONSUMING_RESOURCE_SET__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
POWER_CONSUMING_RESOURCE_SET__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
POWER_CONSUMING_RESOURCE_SET__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
POWER_CONSUMING_RESOURCE_SET__PROCESSING_RESOURCE_SPECIFICATIONS - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Processing Resource Specifications' reference list.
POWER_CONSUMING_RESOURCE_SET__RESOURCE_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Resource Power Assembly Context' reference feature.
POWER_CONSUMING_RESOURCE_SET__RESOURCE_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Resource Power Assembly Context' reference.
POWER_CONSUMING_RESOURCE_SET_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Consuming Resource Set' class.
POWER_DISTRIBUTION_UNIT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Distribution Unit' class.
POWER_DISTRIBUTION_UNIT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the 'Power Distribution Unit' class.
POWER_DISTRIBUTION_UNIT__DISTRIBUTION_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Distribution Power Assembly Context' reference.
POWER_DISTRIBUTION_UNIT__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
POWER_DISTRIBUTION_UNIT__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
POWER_DISTRIBUTION_UNIT__NESTED_POWER_CONSUMING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Nested Power Consuming Entities' containment reference list.
POWER_DISTRIBUTION_UNIT__POWER_INFRASTRUCTURE_MODEL - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Infrastructure Model' container reference.
POWER_DISTRIBUTION_UNIT__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
POWER_DISTRIBUTION_UNIT__SUPPLIABLE_PEAK_POWER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Suppliable Peak Power' attribute.
POWER_DISTRIBUTION_UNIT_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Distribution Unit' class.
POWER_FACTOR_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power Factor Binding' class.
POWER_FACTOR_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Power Factor Binding' class.
POWER_FACTOR_BINDING__FIXED_FACTOR_VALUES - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Fixed Factor Values' containment reference list feature.
POWER_FACTOR_BINDING__FIXED_FACTOR_VALUES - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Fixed Factor Values' containment reference list.
POWER_FACTOR_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
POWER_FACTOR_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
POWER_FACTOR_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding Repository' container reference.
POWER_FACTOR_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Power Factor Binding' class.
POWER_INFRASTRUCTURE_REPOSITORY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Infrastructure Repository' class.
POWER_INFRASTRUCTURE_REPOSITORY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the ' Power Infrastructure Repository' class.
POWER_INFRASTRUCTURE_REPOSITORY__CONTAINED_POWER_PROVIDING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Contained Power Providing Entities' containment reference list feature.
POWER_INFRASTRUCTURE_REPOSITORY__CONTAINED_POWER_PROVIDING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Contained Power Providing Entities' containment reference list.
POWER_INFRASTRUCTURE_REPOSITORY_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Infrastructure Repository' class.
POWER_MODEL_REPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Power Model Repository' class.
POWER_MODEL_REPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Power Model Repository' class.
POWER_MODEL_REPOSITORY__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
POWER_MODEL_REPOSITORY__POWER_MODEL_SPECIFICATIONS - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Power Model Specifications' containment reference list feature.
POWER_MODEL_REPOSITORY__POWER_MODEL_SPECIFICATIONS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Power Model Specifications' containment reference list.
POWER_MODEL_REPOSITORY_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Power Model Repository' class.
POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Power Model Specification' class.
POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Power Model Specification' class.
POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Consumption Factors' containment reference list feature.
POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Powermodelrepository' container reference feature.
POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Power Model Specification' class.
POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Providing Entity' class.
POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the 'Power Providing Entity' class.
POWER_PROVIDING_ENTITY__DISTRIBUTION_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Distribution Power Assembly Context' reference feature.
POWER_PROVIDING_ENTITY__DISTRIBUTION_POWER_ASSEMBLY_CONTEXT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Distribution Power Assembly Context' reference.
POWER_PROVIDING_ENTITY__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
POWER_PROVIDING_ENTITY__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
POWER_PROVIDING_ENTITY__NESTED_POWER_CONSUMING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Nested Power Consuming Entities' containment reference list feature.
POWER_PROVIDING_ENTITY__NESTED_POWER_CONSUMING_ENTITIES - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Nested Power Consuming Entities' containment reference list.
POWER_PROVIDING_ENTITY__POWER_INFRASTRUCTURE_MODEL - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power Infrastructure Model' container reference feature.
POWER_PROVIDING_ENTITY__POWER_INFRASTRUCTURE_MODEL - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Infrastructure Model' container reference.
POWER_PROVIDING_ENTITY__SUPPLIABLE_PEAK_POWER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Suppliable Peak Power' attribute feature.
POWER_PROVIDING_ENTITY__SUPPLIABLE_PEAK_POWER - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Suppliable Peak Power' attribute.
POWER_PROVIDING_ENTITY_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Power Providing Entity' class.
POWER_STATE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State' class.
POWER_STATE - Static variable in interface de.fzi.power.state.StatePackage
The meta object id for the 'Power State' class.
POWER_STATE__ID - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Id' attribute.
POWER_STATE__NAME - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Name' attribute.
POWER_STATE__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power State Machine' container reference.
POWER_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power State Binding' class.
POWER_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Power State Binding' class.
POWER_STATE_BINDING__BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Binding' reference feature.
POWER_STATE_BINDING__BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Binding' reference.
POWER_STATE_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
POWER_STATE_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
POWER_STATE_BINDING__POWER_STATE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power State' reference feature.
POWER_STATE_BINDING__POWER_STATE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power State' reference.
POWER_STATE_BINDING__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Stateful Resource Power Binding' container reference.
POWER_STATE_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Power State Binding' class.
POWER_STATE_FEATURE_COUNT - Static variable in interface de.fzi.power.state.StatePackage
The number of structural features of the 'Power State' class.
POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State Machine' class.
POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage
The meta object id for the 'Power State Machine' class.
POWER_STATE_MACHINE__ID - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Id' attribute.
POWER_STATE_MACHINE__NAME - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Name' attribute.
POWER_STATE_MACHINE__POWER_STATE_REPOSITORY - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State Repository' container reference feature.
POWER_STATE_MACHINE__POWER_STATE_REPOSITORY - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power State Repository' container reference.
POWER_STATE_MACHINE__POWER_STATES - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power States' containment reference list feature.
POWER_STATE_MACHINE__POWER_STATES - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power States' containment reference list.
POWER_STATE_MACHINE_FEATURE_COUNT - Static variable in interface de.fzi.power.state.StatePackage
The number of structural features of the 'Power State Machine' class.
POWER_STATE_REPOSITORY - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State Repository' class.
POWER_STATE_REPOSITORY - Static variable in interface de.fzi.power.state.StatePackage
The meta object id for the 'Power State Repository' class.
POWER_STATE_REPOSITORY__ID - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Id' attribute.
POWER_STATE_REPOSITORY__NAME - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Name' attribute.
POWER_STATE_REPOSITORY__POWER_STATE_MACHINES - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Power State Machines' containment reference list feature.
POWER_STATE_REPOSITORY__POWER_STATE_MACHINES - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power State Machines' containment reference list.
POWER_STATE_REPOSITORY_FEATURE_COUNT - Static variable in interface de.fzi.power.state.StatePackage
The number of structural features of the 'Power State Repository' class.
PowerBinding - Interface in de.fzi.power.binding
A representation of the model object 'Power Binding'.
PowerBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object 'Power Binding'.
PowerBindingImpl() - Constructor for class de.fzi.power.binding.impl.PowerBindingImpl
PowerBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a PowerBinding object.
PowerBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.PowerBindingItemProvider
This constructs an instance from a factory and a notifier.
PowerBindingRepository - Interface in de.fzi.power.binding
A representation of the model object ' Power Binding Repository'.
PowerBindingRepositoryImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Power Binding Repository'.
PowerBindingRepositoryImpl() - Constructor for class de.fzi.power.binding.impl.PowerBindingRepositoryImpl
powerBindingRepositoryItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerBindingRepository instances.
PowerBindingRepositoryItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a PowerBindingRepository object.
PowerBindingRepositoryItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.PowerBindingRepositoryItemProvider
This constructs an instance from a factory and a notifier.
PowerConsumingEntity - Interface in de.fzi.power.infrastructure
A representation of the model object ' Power Consuming Entity'.
PowerConsumingEntityImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Power Consuming Entity'.
PowerConsumingEntityImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
PowerConsumingEntityItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerConsumingEntity object.
PowerConsumingEntityItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerConsumingEntityItemProvider
This constructs an instance from a factory and a notifier.
PowerConsumingProvidingEntity - Interface in de.fzi.power.infrastructure
A representation of the model object ' Power Consuming Providing Entity'.
PowerConsumingProvidingEntityImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Power Consuming Providing Entity'.
PowerConsumingProvidingEntityImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
PowerConsumingProvidingEntityItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerConsumingProvidingEntity object.
PowerConsumingProvidingEntityItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerConsumingProvidingEntityItemProvider
This constructs an instance from a factory and a notifier.
PowerConsumingResourceSet - Interface in de.fzi.power.infrastructure
A representation of the model object 'Power Consuming Resource Set'.
PowerConsumingResourceSetImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object 'Power Consuming Resource Set'.
PowerConsumingResourceSetImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
powerConsumingResourceSetItemProvider - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerConsumingResourceSet instances.
PowerConsumingResourceSetItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerConsumingResourceSet object.
PowerConsumingResourceSetItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerConsumingResourceSetItemProvider
This constructs an instance from a factory and a notifier.
PowerConsumptionSwitch - Class in de.fzi.power.interpreter
This class is used as the basis of interpreters that evaluate the power consumption of Infrastructure models.
PowerDistributionUnit - Interface in de.fzi.power.infrastructure
A representation of the model object ' Power Distribution Unit'.
PowerDistributionUnitImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Power Distribution Unit'.
PowerDistributionUnitImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerDistributionUnitImpl
powerDistributionUnitItemProvider - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerDistributionUnit instances.
PowerDistributionUnitItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerDistributionUnit object.
PowerDistributionUnitItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerDistributionUnitItemProvider
This constructs an instance from a factory and a notifier.
PowerEditorPlugin - Class in de.fzi.power.util.presentation
This is the central singleton for the Power editor plugin.
PowerEditorPlugin() - Constructor for class de.fzi.power.util.presentation.PowerEditorPlugin
Create the instance.
PowerEditorPlugin.Implementation - Class in de.fzi.power.util.presentation
The actual implementation of the Eclipse Plugin.
PowerEditPlugin - Class in de.fzi.power.util.provider
This is the central singleton for the Power edit plugin.
PowerEditPlugin() - Constructor for class de.fzi.power.util.provider.PowerEditPlugin
Create the instance.
PowerEditPlugin.Implementation - Class in de.fzi.power.util.provider
The actual implementation of the Eclipse Plugin.
PowerFactorBinding - Interface in de.fzi.power.binding
A representation of the model object ' Power Factor Binding'.
PowerFactorBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Power Factor Binding'.
PowerFactorBindingImpl() - Constructor for class de.fzi.power.binding.impl.PowerFactorBindingImpl
PowerFactorBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a PowerFactorBinding object.
PowerFactorBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.PowerFactorBindingItemProvider
This constructs an instance from a factory and a notifier.
PowerInfrastructureEntititySelectionListener - Class in de.fzi.power.ui.views.util
 
PowerInfrastructureEntititySelectionListener(Navigator) - Constructor for class de.fzi.power.ui.views.util.PowerInfrastructureEntititySelectionListener
 
PowerInfrastructureRepository - Interface in de.fzi.power.infrastructure
A representation of the model object ' Power Infrastructure Repository'.
PowerInfrastructureRepositoryImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Power Infrastructure Repository'.
PowerInfrastructureRepositoryImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerInfrastructureRepositoryImpl
powerInfrastructureRepositoryItemProvider - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerInfrastructureRepository instances.
PowerInfrastructureRepositoryItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerInfrastructureRepository object.
PowerInfrastructureRepositoryItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerInfrastructureRepositoryItemProvider
This constructs an instance from a factory and a notifier.
PowerModelConstants - Class in de.fzi.power.specification.resources
 
PowerModelConstants() - Constructor for class de.fzi.power.specification.resources.PowerModelConstants
 
PowerModelRegistry - Class in de.fzi.power.interpreter
Registry through which the power models of the resources and distribution units are managed.
PowerModelRegistry() - Constructor for class de.fzi.power.interpreter.PowerModelRegistry
Create a power model registry.
PowerModelRegistryChangeListener - Interface in de.fzi.power.interpreter
Listener interface to be implemented by classes which want to be notified upon changes of PowerModelRegistrys
PowerModelRepository - Interface in de.fzi.power.specification
A representation of the model object ' Power Model Repository'.
PowerModelRepositoryImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Power Model Repository'.
PowerModelRepositoryImpl() - Constructor for class de.fzi.power.specification.impl.PowerModelRepositoryImpl
powerModelRepositoryItemProvider - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerModelRepository instances.
PowerModelRepositoryItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a PowerModelRepository object.
PowerModelRepositoryItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.PowerModelRepositoryItemProvider
This constructs an instance from a factory and a notifier.
PowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Power Model Specification'.
PowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Power Model Specification'.
PowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.PowerModelSpecificationImpl
PowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a PowerModelSpecification object.
PowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.PowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
PowerModelUpdaterSwitch - Class in de.fzi.power.interpreter
Switch used by an interpreter to update the power models for elements depending on the {@see PowerAssemblyContext} that has been set for them.
PowerModelUpdaterSwitch(PowerModelRegistry, CalculatorInstantiator) - Constructor for class de.fzi.power.interpreter.PowerModelUpdaterSwitch
Creates the switch for updating the power models registered in the PowerModelRegistry of an interpreted power infrastructure model.
PowerProvidingEntity - Interface in de.fzi.power.infrastructure
A representation of the model object ' Power Providing Entity'.
PowerProvidingEntityImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object ' Power Providing Entity'.
PowerProvidingEntityImpl() - Constructor for class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
PowerProvidingEntityItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a PowerProvidingEntity object.
PowerProvidingEntityItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.PowerProvidingEntityItemProvider
This constructs an instance from a factory and a notifier.
PowerState - Interface in de.fzi.power.specification
A representation of the model object 'Power State'.
PowerState - Interface in de.fzi.power.state
A representation of the model object 'Power State'.
PowerStateBinding - Interface in de.fzi.power.binding
A representation of the model object 'Power State Binding '.
PowerStateBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Power State Binding'.
PowerStateBindingImpl() - Constructor for class de.fzi.power.binding.impl.PowerStateBindingImpl
powerStateBindingItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerStateBinding instances.
PowerStateBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a PowerStateBinding object.
PowerStateBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.PowerStateBindingItemProvider
This constructs an instance from a factory and a notifier.
PowerStateImpl - Class in de.fzi.power.state.impl
An implementation of the model object 'Power State'.
PowerStateImpl() - Constructor for class de.fzi.power.state.impl.PowerStateImpl
powerStateItemProvider - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerState instances.
PowerStateItemProvider - Class in de.fzi.power.state.provider
This is the item provider adapter for a PowerState object.
PowerStateItemProvider(AdapterFactory) - Constructor for class de.fzi.power.state.provider.PowerStateItemProvider
This constructs an instance from a factory and a notifier.
PowerStateMachine - Interface in de.fzi.power.specification
A representation of the model object 'Power State Machine '.
PowerStateMachine - Interface in de.fzi.power.state
A representation of the model object 'Power State Machine '.
PowerStateMachineImpl - Class in de.fzi.power.state.impl
An implementation of the model object ' Power State Machine'.
PowerStateMachineImpl() - Constructor for class de.fzi.power.state.impl.PowerStateMachineImpl
powerStateMachineItemProvider - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerStateMachine instances.
PowerStateMachineItemProvider - Class in de.fzi.power.state.provider
This is the item provider adapter for a PowerStateMachine object.
PowerStateMachineItemProvider(AdapterFactory) - Constructor for class de.fzi.power.state.provider.PowerStateMachineItemProvider
This constructs an instance from a factory and a notifier.
PowerStateRepository - Interface in de.fzi.power.state
A representation of the model object ' Power State Repository'.
PowerStateRepositoryImpl - Class in de.fzi.power.state.impl
An implementation of the model object ' Power State Repository'.
PowerStateRepositoryImpl() - Constructor for class de.fzi.power.state.impl.PowerStateRepositoryImpl
powerStateRepositoryItemProvider - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of the one adapter used for all PowerStateRepository instances.
PowerStateRepositoryItemProvider - Class in de.fzi.power.state.provider
This is the item provider adapter for a PowerStateRepository object.
PowerStateRepositoryItemProvider(AdapterFactory) - Constructor for class de.fzi.power.state.provider.PowerStateRepositoryItemProvider
This constructs an instance from a factory and a notifier.
PRECEDENCE - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for precedence tag in XML
printMapEntries(Map) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
displays map's keys and its value.
problemIndicationAdapter - Variable in class de.fzi.power.binding.presentation.BindingEditor
Adapter used to update the problem indication when resources are demanded loaded.
problemIndicationAdapter - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Adapter used to update the problem indication when resources are demanded loaded.
problemIndicationAdapter - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Adapter used to update the problem indication when resources are demanded loaded.
problemIndicationAdapter - Variable in class de.fzi.power.state.presentation.StateEditor
Adapter used to update the problem indication when resources are demanded loaded.
problemIndicationAdapter - Variable in class de.fzi.power.util.presentation.UtilEditor
Adapter used to update the problem indication when resources are demanded loaded.
PRODUCTION_RULE - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for production rule tag in XML
PRODUCTION_RULES - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for production rules tag in XML
ProductionRule - Class in org.vedantatree.expressionoasis.grammar.rules
This class provides the production rule based on regular expression.
ProductionRule(String, String) - Constructor for class org.vedantatree.expressionoasis.grammar.rules.ProductionRule
Constructs the ProductionRule
ProductionRule(String, String, String) - Constructor for class org.vedantatree.expressionoasis.grammar.rules.ProductionRule
Constructs the ProductionRule
propertyChangeCompleted() - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
propertyChangeCompleted() - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
propertyChanged(String, Object, Object) - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
propertyChanged(String, Object, Object) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
PropertyExpression - Class in org.vedantatree.expressionoasis.expressions.property
This is the property expression to access the property of any java object.
PropertyExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.property.PropertyExpression
 
propertySheetPages - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is the property sheet page.
propertySheetPages - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the property sheet page.
propertySheetPages - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is the property sheet page.
propertySheetPages - Variable in class de.fzi.power.state.presentation.StateEditor
This is the property sheet page.
propertySheetPages - Variable in class de.fzi.power.util.presentation.UtilEditor
This is the property sheet page.

R

random() - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
RANDOM - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
refreshViewerAction - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
refreshViewerAction - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
refreshViewerAction - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
refreshViewerAction - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
refreshViewerAction - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This action refreshes the viewer of the current editor if the editor implements IViewerProvider.
RemainderExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This class expression performs the modulus on integer values.
RemainderExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.RemainderExpression
 
removeAllReferencesOnDelete() - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removeAllReferencesOnDelete() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removeAllReferencesOnDelete() - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removeAllReferencesOnDelete() - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removeAllReferencesOnDelete() - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This ensures that a delete action will clean up all references to deleted objects.
removedResources - Variable in class de.fzi.power.binding.presentation.BindingEditor
Resources that have been removed since last activation.
removedResources - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Resources that have been removed since last activation.
removedResources - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Resources that have been removed since last activation.
removedResources - Variable in class de.fzi.power.state.presentation.StateEditor
Resources that have been removed since last activation.
removedResources - Variable in class de.fzi.power.util.presentation.UtilEditor
Resources that have been removed since last activation.
removeListener(INotifyChangedListener) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This removes a listener.
removeListener(INotifyChangedListener) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This removes a listener.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.binding.presentation.BindingEditor
This implements ISelectionProvider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This implements ISelectionProvider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This implements ISelectionProvider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.state.presentation.StateEditor
This implements ISelectionProvider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class de.fzi.power.util.presentation.UtilEditor
This implements ISelectionProvider.
removeVariable(String) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
Removes the variable from Variable Provider Cache by given name
reset() - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
Resets the scope to its initial state.
In particular, the currently available set of measurements is discarded.
reset() - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Resets the state of this instance.
reset() - Method in class de.fzi.power.interpreter.EvaluationScope
Resets the context to its initial state.
reset() - Method in class org.vedantatree.expressionoasis.ExpressionContext
Resets the expression context.
RESET - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
Generic/Numeric and Sign variables
RESOURCE_NOT_FOUND - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Resource Power Binding' class.
RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Resource Power Binding' class.
RESOURCE_POWER_BINDING__FIXED_FACTOR_VALUES - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Fixed Factor Values' containment reference list.
RESOURCE_POWER_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
RESOURCE_POWER_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
RESOURCE_POWER_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding Repository' container reference.
RESOURCE_POWER_BINDING__RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Resource Power Model Specification' reference feature.
RESOURCE_POWER_BINDING__RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Resource Power Model Specification' reference.
RESOURCE_POWER_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Resource Power Binding' class.
RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage.Literals
The meta object literal for the 'Resource Power Model Specification' class.
RESOURCE_POWER_MODEL_SPECIFICATION - Static variable in interface de.fzi.power.specification.SpecificationPackage
The meta object id for the 'Resource Power Model Specification' class.
RESOURCE_POWER_MODEL_SPECIFICATION__CONSUMPTION_FACTORS - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Consumption Factors' containment reference list.
RESOURCE_POWER_MODEL_SPECIFICATION__ID - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Id' attribute.
RESOURCE_POWER_MODEL_SPECIFICATION__NAME - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Name' attribute.
RESOURCE_POWER_MODEL_SPECIFICATION__POWERMODELREPOSITORY - Static variable in interface de.fzi.power.specification.SpecificationPackage
The feature id for the 'Powermodelrepository' container reference.
RESOURCE_POWER_MODEL_SPECIFICATION_FEATURE_COUNT - Static variable in interface de.fzi.power.specification.SpecificationPackage
The number of structural features of the 'Resource Power Model Specification' class.
resourceChangeListener - Variable in class de.fzi.power.binding.presentation.BindingEditor
This listens for workspace changes.
resourceChangeListener - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This listens for workspace changes.
resourceChangeListener - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This listens for workspace changes.
resourceChangeListener - Variable in class de.fzi.power.state.presentation.StateEditor
This listens for workspace changes.
resourceChangeListener - Variable in class de.fzi.power.util.presentation.UtilEditor
This listens for workspace changes.
resourceMeasurements - Variable in class de.fzi.power.interpreter.AbstractEvaluationScope
 
ResourcePowerBinding - Interface in de.fzi.power.binding
A representation of the model object ' Resource Power Binding'.
ResourcePowerBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Resource Power Binding'.
ResourcePowerBindingImpl() - Constructor for class de.fzi.power.binding.impl.ResourcePowerBindingImpl
resourcePowerBindingItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all ResourcePowerBinding instances.
ResourcePowerBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a ResourcePowerBinding object.
ResourcePowerBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.ResourcePowerBindingItemProvider
This constructs an instance from a factory and a notifier.
resourcePowerModelChanged(IResourcePowerModelCalculator, AbstractPowerConsumingResource) - Method in class de.fzi.power.interpreter.ConsumptionContext
 
resourcePowerModelChanged(IResourcePowerModelCalculator, AbstractPowerConsumingResource) - Method in interface de.fzi.power.interpreter.PowerModelRegistryChangeListener
Method is called just before a new calculator is set for a power consuming resource.
ResourcePowerModelSpecification - Interface in de.fzi.power.specification
A representation of the model object ' Resource Power Model Specification'.
ResourcePowerModelSpecificationImpl - Class in de.fzi.power.specification.impl
An implementation of the model object ' Resource Power Model Specification'.
ResourcePowerModelSpecificationImpl() - Constructor for class de.fzi.power.specification.impl.ResourcePowerModelSpecificationImpl
ResourcePowerModelSpecificationItemProvider - Class in de.fzi.power.specification.provider
This is the item provider adapter for a ResourcePowerModelSpecification object.
ResourcePowerModelSpecificationItemProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.provider.ResourcePowerModelSpecificationItemProvider
This constructs an instance from a factory and a notifier.
ResourceReplicaMeasuredFactor - Interface in de.fzi.power.specification
A representation of the model object 'Resource Replica Measured Factor'.
resourceToDiagnosticMap - Variable in class de.fzi.power.binding.presentation.BindingEditor
Map to store the diagnostic associated with a resource.
resourceToDiagnosticMap - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Map to store the diagnostic associated with a resource.
resourceToDiagnosticMap - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Map to store the diagnostic associated with a resource.
resourceToDiagnosticMap - Variable in class de.fzi.power.state.presentation.StateEditor
Map to store the diagnostic associated with a resource.
resourceToDiagnosticMap - Variable in class de.fzi.power.util.presentation.UtilEditor
Map to store the diagnostic associated with a resource.
RESULTLABEL - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
ResultPane - Class in org.vedantatree.expressionoasis.ui
 
ResultTernaryExpression - Class in org.vedantatree.expressionoasis.expressions.booleanexp
This expression manage the ':' operator of ternary expression, more specifically result part of the ternary operator.
ResultTernaryExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.booleanexp.ResultTernaryExpression
 
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.presentation.BindingEditor.ReverseAdapterFactoryContentProvider
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.presentation.InfrastructureEditor.ReverseAdapterFactoryContentProvider
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class de.fzi.power.specification.presentation.SpecificationEditor.ReverseAdapterFactoryContentProvider
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class de.fzi.power.state.presentation.StateEditor.ReverseAdapterFactoryContentProvider
ReverseAdapterFactoryContentProvider(AdapterFactory) - Constructor for class de.fzi.power.util.presentation.UtilEditor.ReverseAdapterFactoryContentProvider
RIGHT - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for right tag in XML
RIGHTBRACE - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
rightOperandExpression - Variable in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Right operand expression for this binary operator expression.
rint(Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
RINT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
round(Double) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the closest int to the argument.
ROUND - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 

S

savedResources - Variable in class de.fzi.power.binding.presentation.BindingEditor
Resources that have been saved.
savedResources - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Resources that have been saved.
savedResources - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Resources that have been saved.
savedResources - Variable in class de.fzi.power.state.presentation.StateEditor
Resources that have been saved.
savedResources - Variable in class de.fzi.power.util.presentation.UtilEditor
Resources that have been saved.
saveState(IMemento) - Method in class de.fzi.power.ui.adapters.AnalysisCumulativeEnergyConsumptionAdapter
 
saveState(IMemento) - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
selection - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class de.fzi.power.state.presentation.StateModelWizard
Remember the selection during initialization for populating the default container.
selection - Variable in class de.fzi.power.util.presentation.UtilModelWizard
Remember the selection during initialization for populating the default container.
selectionChanged(SelectionChangedEvent) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChanged(SelectionChangedEvent) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChanged(SelectionChangedEvent) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChanged(SelectionChangedEvent) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChanged(SelectionChangedEvent) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
This implements ISelectionChangedListener, handling SelectionChangedEvents by querying for the children and siblings that can be added to the selected object and updating the menus accordingly.
selectionChanged(IWorkbenchPart, ISelection) - Method in class de.fzi.power.ui.views.util.Edp2RunSelectionListener
 
selectionChanged(IWorkbenchPart, ISelection) - Method in class de.fzi.power.ui.views.util.PowerInfrastructureEntititySelectionListener
 
selectionChangedListener - Variable in class de.fzi.power.binding.presentation.BindingEditor
This listens to which ever viewer is active.
selectionChangedListener - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This listens to which ever viewer is active.
selectionChangedListener - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This listens to which ever viewer is active.
selectionChangedListener - Variable in class de.fzi.power.state.presentation.StateEditor
This listens to which ever viewer is active.
selectionChangedListener - Variable in class de.fzi.power.util.presentation.UtilEditor
This listens to which ever viewer is active.
selectionChangedListeners - Variable in class de.fzi.power.binding.presentation.BindingEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionChangedListeners - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionChangedListeners - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionChangedListeners - Variable in class de.fzi.power.state.presentation.StateEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionChangedListeners - Variable in class de.fzi.power.util.presentation.UtilEditor
This keeps track of all the ISelectionChangedListeners that are listening to this editor.
selectionProvider - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This keeps track of the current selection provider.
selectionProvider - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This keeps track of the current selection provider.
selectionViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This is the viewer that shadows the selection in the content outline.
selectionViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This is the viewer that shadows the selection in the content outline.
SERVER_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
setActiveEditor(IEditorPart) - Method in class de.fzi.power.binding.presentation.BindingActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setActiveEditor(IEditorPart) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setActiveEditor(IEditorPart) - Method in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setActiveEditor(IEditorPart) - Method in class de.fzi.power.state.presentation.StateActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setActiveEditor(IEditorPart) - Method in class de.fzi.power.util.presentation.UtilActionBarContributor
When the active editor changes, this remembers the change and registers with it as a selection provider.
setBinding(ResourcePowerBinding) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
setBinding(ResourcePowerBinding) - Method in interface de.fzi.power.binding.PowerStateBinding
Sets the value of the 'Binding' reference.
setBoundFactor(FixedFactor) - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Sets the value of the 'Bound Factor' reference.
setBoundFactor(FixedFactor) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
setConsumptionContext(ConsumptionContext) - Method in class de.fzi.power.interpreter.PowerConsumptionSwitch
Change the context for which the power consumption is evaluated.
setContextProperty(String, Object) - Method in class org.vedantatree.expressionoasis.ExpressionContext
Sets the value for any context property.
setCurrentViewer(Viewer) - Method in class de.fzi.power.binding.presentation.BindingEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewer(Viewer) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewer(Viewer) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewer(Viewer) - Method in class de.fzi.power.state.presentation.StateEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewer(Viewer) - Method in class de.fzi.power.util.presentation.UtilEditor
This makes sure that one content viewer, either for the current page or the outline view, if it has focus, is the current one.
setCurrentViewerPane(ViewerPane) - Method in class de.fzi.power.binding.presentation.BindingEditor
setCurrentViewerPane(ViewerPane) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
setCurrentViewerPane(ViewerPane) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
setCurrentViewerPane(ViewerPane) - Method in class de.fzi.power.state.presentation.StateEditor
setCurrentViewerPane(ViewerPane) - Method in class de.fzi.power.util.presentation.UtilEditor
setDistributionPowerAssemblyContext(DistributionPowerBinding) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
setDistributionPowerAssemblyContext(DistributionPowerBinding) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
setDistributionPowerAssemblyContext(DistributionPowerBinding) - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Sets the value of the 'Distribution Power Assembly Context' reference.
setDistributionPowerModel(DistributionPowerModelSpecification) - Method in interface de.fzi.power.binding.DistributionPowerBinding
Sets the value of the 'Distribution Power Model' reference.
setDistributionPowerModel(DistributionPowerModelSpecification) - Method in class de.fzi.power.binding.impl.DistributionPowerBindingImpl
setExperimentRun(ExperimentRun) - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
setFocus() - Method in class de.fzi.power.binding.presentation.BindingEditor
setFocus() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
setFocus() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
setFocus() - Method in class de.fzi.power.state.presentation.StateEditor
setFocus() - Method in class de.fzi.power.ui.views.navigator.Navigator
 
setFocus() - Method in class de.fzi.power.util.presentation.UtilEditor
setFunctionalExpression(String) - Method in interface de.fzi.power.specification.DeclarativePowerModelSpecification
Sets the value of the 'Functional Expression' attribute.
setFunctionalExpression(String) - Method in class de.fzi.power.specification.impl.DeclarativePowerModelSpecificationImpl
setInitialState(PowerState) - Method in class de.fzi.power.state.impl.TransitionStateImpl
setInitialState(PowerState) - Method in interface de.fzi.power.state.TransitionState
Sets the value of the 'Initial State' reference.
setMetricType(NumericalBaseMetricDescription) - Method in class de.fzi.power.specification.impl.MeasuredFactorImpl
setMetricType(NumericalBaseMetricDescription) - Method in interface de.fzi.power.specification.MeasuredFactor
Sets the value of the 'Metric Type' reference.
setName(String) - Method in class de.fzi.power.util.impl.EntityImpl
setName(String) - Method in class de.fzi.power.util.impl.NamedElementImpl
setName(String) - Method in interface de.fzi.power.util.NamedElement
Sets the value of the 'Name' attribute.
setOffset(Measurable<Duration>) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Sets the initial offset, i.e., the temporal offset of the first power sample.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setParentAdapterFactory(ComposedAdapterFactory) - Method in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This sets the composed adapter factory that contains this factory.
setPowerBinding(PowerFactorBinding) - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Sets the value of the 'Power Binding' container reference.
setPowerBinding(PowerFactorBinding) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
setPowerBindingRepository(PowerBindingRepository) - Method in class de.fzi.power.binding.impl.PowerBindingImpl
setPowerBindingRepository(PowerBindingRepository) - Method in interface de.fzi.power.binding.PowerBinding
Sets the value of the 'Power Binding Repository' container reference.
setPowerCurve(Sequence) - Method in interface de.fzi.power.binding.ConsumptionBehavior
Sets the value of the 'Power Curve' containment reference.
setPowerCurve(Sequence) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
setPowerInfrastructureModel(PowerInfrastructureRepository) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
setPowerInfrastructureModel(PowerInfrastructureRepository) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
setPowerInfrastructureModel(PowerInfrastructureRepository) - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Sets the value of the 'Power Infrastructure Model' container reference.
setPowerModel(PowerModelSpecification) - Method in interface de.fzi.power.specification.ConsumptionFactor
Sets the value of the 'Power Model' container reference.
setPowerModel(PowerModelSpecification) - Method in class de.fzi.power.specification.impl.ConsumptionFactorImpl
setPowermodelrepository(PowerModelRepository) - Method in class de.fzi.power.specification.impl.PowerModelSpecificationImpl
setPowermodelrepository(PowerModelRepository) - Method in interface de.fzi.power.specification.PowerModelSpecification
Sets the value of the 'Powermodelrepository' container reference.
setPowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingEntityImpl
setPowerProvidingEntity(PowerProvidingEntity) - Method in interface de.fzi.power.infrastructure.PowerConsumingEntity
Sets the value of the 'Power Providing Entity' container reference.
setPowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.ui.adapters.AnalysisPowerConsumptionAdapter
 
setPowerState(AbstractPowerStateBinding) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
setPowerState(AbstractPowerStateBinding) - Method in interface de.fzi.power.infrastructure.StatefulPowerConsumingResourceSet
Sets the value of the 'Power State' reference.
setPowerState(PowerState) - Method in class de.fzi.power.binding.impl.PowerStateBindingImpl
setPowerState(PowerState) - Method in interface de.fzi.power.binding.PowerStateBinding
Sets the value of the 'Power State' reference.
setPowerStateMachine(PowerStateMachine) - Method in interface de.fzi.power.specification.AbstractPowerState
Sets the value of the ' Power State Machine' reference.
setPowerStateMachine(PowerStateMachine) - Method in class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
setPowerStateMachine(PowerStateMachine) - Method in interface de.fzi.power.binding.StatefulResourcePowerBinding
Sets the value of the 'Power State Machine' reference.
setPowerStateMachine(PowerStateMachine) - Method in interface de.fzi.power.state.AbstractPowerState
Sets the value of the 'Power State Machine' container reference.
setPowerStateMachine(PowerStateMachine) - Method in class de.fzi.power.state.impl.AbstractPowerStateImpl
setPowerStateRepository(PowerStateRepository) - Method in class de.fzi.power.state.impl.PowerStateMachineImpl
setPowerStateRepository(PowerStateRepository) - Method in interface de.fzi.power.state.PowerStateMachine
Sets the value of the 'Power State Repository' container reference.
setProperties(Map<String, Object>) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
setProperties(Map<String, Object>) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
setPropertyValue(Object, String, Object) - Static method in class org.vedantatree.expressionoasis.utils.BeanUtils
Sets the value of property to the object of bean
setReplicaId(int) - Method in interface de.fzi.power.specification.ResourceReplicaMeasuredFactor
Sets the value of the 'Replica Id' attribute.
setResourceContainer(ResourceContainer) - Method in class de.fzi.power.infrastructure.impl.MountedPowerDistributionUnitImpl
setResourceContainer(ResourceContainer) - Method in interface de.fzi.power.infrastructure.MountedPowerDistributionUnit
Sets the value of the 'Resource Container' reference.
setResourceMetricsToEvaluate(Map<ProcessingResourceSpecification, Set<MetricDescription>>) - Method in class de.fzi.power.interpreter.AbstractEvaluationScope
Sets for each ProcessingResourceSpecification which metrics are supposed to be evaluated.
setResourceMetricsToEvaluate(Map<ProcessingResourceSpecification, Set<MetricDescription>>) - Method in class de.fzi.power.interpreter.EvaluationScope
 
setResourcePowerAssemblyContext(ResourcePowerBinding) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingResourceSetImpl
setResourcePowerAssemblyContext(ResourcePowerBinding) - Method in interface de.fzi.power.infrastructure.PowerConsumingResourceSet
Sets the value of the 'Resource Power Assembly Context' reference.
setResourcePowerModelSpecification(ResourcePowerModelSpecification) - Method in class de.fzi.power.binding.impl.ResourcePowerBindingImpl
setResourcePowerModelSpecification(ResourcePowerModelSpecification) - Method in interface de.fzi.power.binding.ResourcePowerBinding
Sets the value of the 'Resource Power Model Specification' reference.
setSamplingPeriod(Measurable<Duration>) - Method in class de.fzi.power.interpreter.calculators.energy.AbstractCumulativeEnergyCalculator
Sets the sampling period, i.e., the temporal difference between the next consecutive power samples.
setSamplingPeriod(Measurable<Duration>) - Method in class de.fzi.power.interpreter.calculators.energy.SimpsonRuleCumulativeEnergyCalculator
 
setSelectedExperimentRun(ExperimentRun) - Method in class de.fzi.power.ui.views.navigator.Navigator
 
setSelectedPowerProvidingEntity(PowerProvidingEntity) - Method in class de.fzi.power.ui.views.navigator.Navigator
 
setSelection(ISelection) - Method in class de.fzi.power.binding.presentation.BindingEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class de.fzi.power.state.presentation.StateEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelection(ISelection) - Method in class de.fzi.power.util.presentation.UtilEditor
This implements ISelectionProvider to set this editor's overall selection.
setSelectionToViewer(Collection<?>) - Method in class de.fzi.power.binding.presentation.BindingEditor
This sets the selection into whichever viewer is active.
setSelectionToViewer(Collection<?>) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This sets the selection into whichever viewer is active.
setSelectionToViewer(Collection<?>) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
This sets the selection into whichever viewer is active.
setSelectionToViewer(Collection<?>) - Method in class de.fzi.power.state.presentation.StateEditor
This sets the selection into whichever viewer is active.
setSelectionToViewer(Collection<?>) - Method in class de.fzi.power.util.presentation.UtilEditor
This sets the selection into whichever viewer is active.
setStatefulResourcePowerBinding(StatefulResourcePowerBinding) - Method in interface de.fzi.power.binding.AbstractPowerStateBinding
Sets the value of the 'Stateful Resource Power Binding' container reference.
setStatefulResourcePowerBinding(StatefulResourcePowerBinding) - Method in class de.fzi.power.binding.impl.AbstractPowerStateBindingImpl
setStatefulResourcePowerBinding(StatefulResourcePowerBinding) - Method in class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
setStatefulResourcePowerBinding(StatefulResourcePowerBinding) - Method in interface de.fzi.power.infrastructure.StatefulPowerConsumingResourceSet
Sets the value of the 'Stateful Resource Power Binding' reference.
setStatusLineManager(ISelection) - Method in class de.fzi.power.binding.presentation.BindingEditor
setStatusLineManager(ISelection) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
setStatusLineManager(ISelection) - Method in class de.fzi.power.specification.presentation.SpecificationEditor
setStatusLineManager(ISelection) - Method in class de.fzi.power.state.presentation.StateEditor
setStatusLineManager(ISelection) - Method in class de.fzi.power.util.presentation.UtilEditor
setSuppliablePeakPower(Measure<?, Power>) - Method in class de.fzi.power.infrastructure.impl.PowerConsumingProvidingEntityImpl
setSuppliablePeakPower(Measure<?, Power>) - Method in class de.fzi.power.infrastructure.impl.PowerProvidingEntityImpl
setSuppliablePeakPower(Measure<?, Power>) - Method in interface de.fzi.power.infrastructure.PowerProvidingEntity
Sets the value of the 'Suppliable Peak Power' attribute.
setTargetState(PowerState) - Method in class de.fzi.power.state.impl.TransitionStateImpl
setTargetState(PowerState) - Method in interface de.fzi.power.state.TransitionState
Sets the value of the 'Target State' reference.
setTransitionConsumption(ConsumptionBehavior) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
setTransitionConsumption(ConsumptionBehavior) - Method in interface de.fzi.power.binding.TransitionStateBinding
Sets the value of the 'Transition Consumption' containment reference.
setTransitionState(TransitionState) - Method in class de.fzi.power.binding.impl.TransitionStateBindingImpl
setTransitionState(TransitionState) - Method in interface de.fzi.power.binding.TransitionStateBinding
Sets the value of the 'Transition State' reference.
setUnit(Unit<Power>) - Method in interface de.fzi.power.binding.ConsumptionBehavior
Sets the value of the 'Unit' attribute.
setUnit(Unit<Power>) - Method in class de.fzi.power.binding.impl.ConsumptionBehaviorImpl
setValue(Object) - Method in class org.vedantatree.expressionoasis.expressions.property.PropertyExpression
Sets the value
setValue(Object) - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
Sets the value
setValue(Measure<Double, Q>) - Method in interface de.fzi.power.binding.AbstractFixedFactorValue
Sets the value of the 'Value' attribute.
setValue(Measure<Double, Q>) - Method in class de.fzi.power.binding.impl.AbstractFixedFactorValueImpl
setVisible(boolean) - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
setVisible(boolean) - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
setVisible(boolean) - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
setVisible(boolean) - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
setVisible(boolean) - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
SHORT - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the short type.
shouldCacheCompiledExpressions() - Method in class org.vedantatree.expressionoasis.config.ExpressionOasisConfig
Determines whether the expression engine should cache RPN token stacks for expression strings
showOutlineView() - Method in class de.fzi.power.binding.presentation.BindingEditor
Returns whether the outline view should be presented to the user.
showOutlineView() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Returns whether the outline view should be presented to the user.
showOutlineView() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Returns whether the outline view should be presented to the user.
showOutlineView() - Method in class de.fzi.power.state.presentation.StateEditor
Returns whether the outline view should be presented to the user.
showOutlineView() - Method in class de.fzi.power.util.presentation.UtilEditor
Returns whether the outline view should be presented to the user.
showPropertiesViewAction - Variable in class de.fzi.power.binding.presentation.BindingActionBarContributor
This action opens the Properties view.
showPropertiesViewAction - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureActionBarContributor
This action opens the Properties view.
showPropertiesViewAction - Variable in class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This action opens the Properties view.
showPropertiesViewAction - Variable in class de.fzi.power.state.presentation.StateActionBarContributor
This action opens the Properties view.
showPropertiesViewAction - Variable in class de.fzi.power.util.presentation.UtilActionBarContributor
This action opens the Properties view.
showTabs() - Method in class de.fzi.power.binding.presentation.BindingEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
showTabs() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
showTabs() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
showTabs() - Method in class de.fzi.power.state.presentation.StateEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
showTabs() - Method in class de.fzi.power.util.presentation.UtilEditor
If there is more than one page in the multi-page editor part, this shows the tabs at the bottom.
SIGNEDLEFTSHIFT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
SIGNEDRIGHTSHIFT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
SimpsonRuleCumulativeEnergyCalculator - Class in de.fzi.power.interpreter.calculators.energy
This class contains an implementation of Simpson's rule for numerical integration given a series of sampling points and a sampling rate (more precisely, the temporal difference between two consecutive sampling points).
This implementation is tailored to calculating cumulative energy consumption based on power consumption samples.
SimpsonRuleCumulativeEnergyCalculator() - Constructor for class de.fzi.power.interpreter.calculators.energy.SimpsonRuleCumulativeEnergyCalculator
Initializes a new instance of the SimpsonRuleCumulativeEnergyCalculator class.
SimpsonRuleCumulativeEnergyCalculator(Measurable<Duration>, Measurable<Duration>) - Constructor for class de.fzi.power.interpreter.calculators.energy.SimpsonRuleCumulativeEnergyCalculator
Initializes a new instance of the SimpsonRuleCumulativeEnergyCalculator class with given sampling period and initial offset.
sin(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric sine of an angle
SIN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
SpecificationActionBarContributor - Class in de.fzi.power.specification.presentation
This is the action bar contributor for the Specification model editor.
SpecificationActionBarContributor() - Constructor for class de.fzi.power.specification.presentation.SpecificationActionBarContributor
This creates an instance of the contributor.
SpecificationAdapterFactory - Class in de.fzi.power.specification.util
The Adapter Factory for the model.
SpecificationAdapterFactory() - Constructor for class de.fzi.power.specification.util.SpecificationAdapterFactory
Creates an instance of the adapter factory.
SpecificationEditor - Class in de.fzi.power.specification.presentation
This is an example of a Specification model editor.
SpecificationEditor() - Constructor for class de.fzi.power.specification.presentation.SpecificationEditor
This creates a model editor.
SpecificationEditor.ReverseAdapterFactoryContentProvider - Class in de.fzi.power.specification.presentation
specificationFactory - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
This caches an instance of the model factory.
SpecificationFactory - Interface in de.fzi.power.specification
The Factory for the model.
SpecificationFactoryImpl - Class in de.fzi.power.specification.impl
An implementation of the model Factory.
SpecificationFactoryImpl() - Constructor for class de.fzi.power.specification.impl.SpecificationFactoryImpl
Creates an instance of the factory.
SpecificationItemProviderAdapterFactory - Class in de.fzi.power.specification.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
SpecificationItemProviderAdapterFactory() - Constructor for class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This constructs an instance.
SpecificationModelWizard - Class in de.fzi.power.specification.presentation
This is a simple wizard for creating a new model file.
SpecificationModelWizard() - Constructor for class de.fzi.power.specification.presentation.SpecificationModelWizard
 
SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage - Class in de.fzi.power.specification.presentation
This is the page where the type of object to create is selected.
SpecificationModelWizard.SpecificationModelWizardNewFileCreationPage - Class in de.fzi.power.specification.presentation
This is the one page of the wizard.
SpecificationModelWizardInitialObjectCreationPage(String) - Constructor for class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
Pass in the selection.
SpecificationModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardNewFileCreationPage
Pass in the selection.
specificationPackage - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
This caches an instance of the model package.
SpecificationPackage - Interface in de.fzi.power.specification
The Package for the model.
SpecificationPackage.Literals - Interface in de.fzi.power.specification
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
SpecificationPackageImpl - Class in de.fzi.power.specification.impl
An implementation of the model Package.
SpecificationResourceFactoryImpl - Class in de.fzi.power.specification.util
The Resource Factory associated with the package.
SpecificationResourceFactoryImpl() - Constructor for class de.fzi.power.specification.util.SpecificationResourceFactoryImpl
Creates an instance of the resource factory.
SpecificationResourceImpl - Class in de.fzi.power.specification.util
The Resource associated with the package.
SpecificationResourceImpl(URI) - Constructor for class de.fzi.power.specification.util.SpecificationResourceImpl
Creates an instance of the resource.
SpecificationSwitch<T> - Class in de.fzi.power.specification.util
The Switch for the model's inheritance hierarchy.
SpecificationSwitch() - Constructor for class de.fzi.power.specification.util.SpecificationSwitch
Creates an instance of the switch.
SpecificationXMLProcessor - Class in de.fzi.power.specification.util
This class contains helper methods to serialize and deserialize XML documents
SpecificationXMLProcessor() - Constructor for class de.fzi.power.specification.util.SpecificationXMLProcessor
Public constructor to instantiate the helper.
sqrt(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the correctly rounded positive square root of a double value.
SQRT - Static variable in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
The provided composite 'SQRT' function.
SQRT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
start(BundleContext) - Method in class de.fzi.power.interpreter.Activator
 
start(BundleContext) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.Activator
 
start(BundleContext) - Method in class de.fzi.power.interpreter.calculators.essential.Activator
 
start(BundleContext) - Method in class de.fzi.power.interpreter.measureprovider.utilization.Activator
 
start(BundleContext) - Method in class de.fzi.power.specification.resources.Activator
 
start(BundleContext) - Method in class de.fzi.power.ui.Activator
 
start(BundleContext) - Method in class org.vedantatree.expressionoasis.Activator
 
StartsWithExpression - Class in org.vedantatree.expressionoasis.expressions.string
Expression to evaluate the String.startsWith type expression.
StartsWithExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.string.StartsWithExpression
 
StateActionBarContributor - Class in de.fzi.power.state.presentation
This is the action bar contributor for the State model editor.
StateActionBarContributor() - Constructor for class de.fzi.power.state.presentation.StateActionBarContributor
This creates an instance of the contributor.
StateAdapterFactory - Class in de.fzi.power.state.util
The Adapter Factory for the model.
StateAdapterFactory() - Constructor for class de.fzi.power.state.util.StateAdapterFactory
Creates an instance of the adapter factory.
StateEditor - Class in de.fzi.power.state.presentation
This is an example of a State model editor.
StateEditor() - Constructor for class de.fzi.power.state.presentation.StateEditor
This creates a model editor.
StateEditor.ReverseAdapterFactoryContentProvider - Class in de.fzi.power.state.presentation
stateFactory - Variable in class de.fzi.power.state.presentation.StateModelWizard
This caches an instance of the model factory.
StateFactory - Interface in de.fzi.power.state
The Factory for the model.
StateFactoryImpl - Class in de.fzi.power.state.impl
An implementation of the model Factory.
StateFactoryImpl() - Constructor for class de.fzi.power.state.impl.StateFactoryImpl
Creates an instance of the factory.
STATEFUL_POWER_CONSUMING_RESOURCE_SET - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Stateful Power Consuming Resource Set' class.
STATEFUL_POWER_CONSUMING_RESOURCE_SET - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The meta object id for the 'Stateful Power Consuming Resource Set' class.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__ID - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Id' attribute.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__NAME - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Name' attribute.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__POWER_PROVIDING_ENTITY - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power Providing Entity' container reference.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__POWER_STATE - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Power State' reference feature.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__POWER_STATE - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Power State' reference.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__PROCESSING_RESOURCE_SPECIFICATIONS - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Processing Resource Specifications' reference list.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage.Literals
The meta object literal for the 'Stateful Resource Power Binding' reference feature.
STATEFUL_POWER_CONSUMING_RESOURCE_SET__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The feature id for the 'Stateful Resource Power Binding' reference.
STATEFUL_POWER_CONSUMING_RESOURCE_SET_FEATURE_COUNT - Static variable in interface de.fzi.power.infrastructure.InfrastructurePackage
The number of structural features of the 'Stateful Power Consuming Resource Set' class.
STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Stateful Resource Power Binding' class.
STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Stateful Resource Power Binding' class.
STATEFUL_RESOURCE_POWER_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
STATEFUL_RESOURCE_POWER_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
STATEFUL_RESOURCE_POWER_BINDING__POWER_BINDING_REPOSITORY - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power Binding Repository' container reference.
STATEFUL_RESOURCE_POWER_BINDING__POWER_STATE_BINDINGS - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power State Bindings' containment reference list feature.
STATEFUL_RESOURCE_POWER_BINDING__POWER_STATE_BINDINGS - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power State Bindings' containment reference list.
STATEFUL_RESOURCE_POWER_BINDING__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Power State Machine' reference feature.
STATEFUL_RESOURCE_POWER_BINDING__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Power State Machine' reference.
STATEFUL_RESOURCE_POWER_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Stateful Resource Power Binding' class.
StatefulPowerConsumingResourceCalculator - Class in de.fzi.power.interpreter.calculators
 
StatefulPowerConsumingResourceCalculator(StatefulPowerConsumingResourceSet, Map<AbstractPowerStateBinding, IResourcePowerModelCalculator>) - Constructor for class de.fzi.power.interpreter.calculators.StatefulPowerConsumingResourceCalculator
 
StatefulPowerConsumingResourceSet - Interface in de.fzi.power.infrastructure
A representation of the model object 'Stateful Power Consuming Resource Set'.
StatefulPowerConsumingResourceSetImpl - Class in de.fzi.power.infrastructure.impl
An implementation of the model object 'Stateful Power Consuming Resource Set'.
StatefulPowerConsumingResourceSetImpl() - Constructor for class de.fzi.power.infrastructure.impl.StatefulPowerConsumingResourceSetImpl
statefulPowerConsumingResourceSetItemProvider - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of the one adapter used for all StatefulPowerConsumingResourceSet instances.
StatefulPowerConsumingResourceSetItemProvider - Class in de.fzi.power.infrastructure.provider
This is the item provider adapter for a StatefulPowerConsumingResourceSet object.
StatefulPowerConsumingResourceSetItemProvider(AdapterFactory) - Constructor for class de.fzi.power.infrastructure.provider.StatefulPowerConsumingResourceSetItemProvider
This constructs an instance from a factory and a notifier.
StatefulResourcePowerBinding - Interface in de.fzi.power.binding
A representation of the model object ' Stateful Resource Power Binding'.
StatefulResourcePowerBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Stateful Resource Power Binding'.
StatefulResourcePowerBindingImpl() - Constructor for class de.fzi.power.binding.impl.StatefulResourcePowerBindingImpl
statefulResourcePowerBindingItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all StatefulResourcePowerBinding instances.
StatefulResourcePowerBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a StatefulResourcePowerBinding object.
StatefulResourcePowerBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.StatefulResourcePowerBindingItemProvider
This constructs an instance from a factory and a notifier.
StateItemProviderAdapterFactory - Class in de.fzi.power.state.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
StateItemProviderAdapterFactory() - Constructor for class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This constructs an instance.
StateModelWizard - Class in de.fzi.power.state.presentation
This is a simple wizard for creating a new model file.
StateModelWizard() - Constructor for class de.fzi.power.state.presentation.StateModelWizard
 
StateModelWizard.StateModelWizardInitialObjectCreationPage - Class in de.fzi.power.state.presentation
This is the page where the type of object to create is selected.
StateModelWizard.StateModelWizardNewFileCreationPage - Class in de.fzi.power.state.presentation
This is the one page of the wizard.
StateModelWizardInitialObjectCreationPage(String) - Constructor for class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
Pass in the selection.
StateModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardNewFileCreationPage
Pass in the selection.
statePackage - Variable in class de.fzi.power.state.presentation.StateModelWizard
This caches an instance of the model package.
StatePackage - Interface in de.fzi.power.state
The Package for the model.
StatePackage.Literals - Interface in de.fzi.power.state
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
StatePackageImpl - Class in de.fzi.power.state.impl
An implementation of the model Package.
StateSwitch<T> - Class in de.fzi.power.state.util
The Switch for the model's inheritance hierarchy.
StateSwitch() - Constructor for class de.fzi.power.state.util.StateSwitch
Creates an instance of the switch.
stop(BundleContext) - Method in class de.fzi.power.interpreter.Activator
 
stop(BundleContext) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.Activator
 
stop(BundleContext) - Method in class de.fzi.power.interpreter.calculators.essential.Activator
 
stop(BundleContext) - Method in class de.fzi.power.interpreter.measureprovider.utilization.Activator
 
stop(BundleContext) - Method in class de.fzi.power.specification.resources.Activator
 
stop(BundleContext) - Method in class de.fzi.power.ui.Activator
 
stop(BundleContext) - Method in class org.vedantatree.expressionoasis.Activator
 
STRING - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the string type.
StringExpression - Class in org.vedantatree.expressionoasis.expressions
This class expression is used to make the string value expression.
StringExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.StringExpression
 
StringFunctions - Class in org.vedantatree.expressionoasis.extensions
This class provides various utilities methods for String operations
StringFunctions(ExpressionContext) - Constructor for class org.vedantatree.expressionoasis.extensions.StringFunctions
 
StringUtils - Class in org.vedantatree.expressionoasis.utils
This class provides the util methods for string operations.
subsumedUIs - Variable in class de.fzi.power.ui.views.configuration.ExtendedMeasureProviderConfigurationContainer
 
SubtractExpression - Class in org.vedantatree.expressionoasis.expressions.arithmatic
This class expression performs the subtraction
SubtractExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.arithmatic.SubtractExpression
 
sum(Double[]) - Method in class org.vedantatree.expressionoasis.extensions.MathFunctions
 
SumExpression - Class in de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions
Implementation of the (+) fold operation: All elements of the processed collection are summed up, 0 is returned in case the collection is empty.
Within expressions, this function can be used by SUM(collection).
SumExpression() - Constructor for class de.fzi.power.interpreter.calculator.expressionoasis.custom.expressions.SumExpression
 
supportedTypes - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class de.fzi.power.infrastructure.provider.InfrastructureItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class de.fzi.power.specification.provider.SpecificationItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportedTypes - Variable in class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This keeps track of all the supported types checked by isFactoryForType.
supportsFunction(String, Type[]) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomFunctionProvider
 
supportsFunction(String, Type[]) - Method in class org.vedantatree.expressionoasis.extensions.DefaultFunctionProvider
 
supportsFunction(String, Type[]) - Method in interface org.vedantatree.expressionoasis.extensions.FunctionProvider
Checks whether the this function provider supports any function or not.
supportsFunction(String, Type[]) - Method in class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
supportsVariable(String) - Method in class org.vedantatree.expressionoasis.extensions.DefaultVariableProvider
 
supportsVariable(String) - Method in interface org.vedantatree.expressionoasis.extensions.VariableProvider
Checks whether the specified variable is supported by this variable provider or not.

T

tableViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This shows how a table view works.
tableViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This shows how a table view works.
tableViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This shows how a table view works.
tableViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This shows how a table view works.
tableViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This shows how a table view works.
tan(Number) - Static method in class org.vedantatree.expressionoasis.extensions.MathFunctions
Returns the trigonometric tangent of an angle
TAN - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
toDebugString() - Method in class org.vedantatree.expressionoasis.types.Type
 
toDouble(ValueObject) - Method in class de.fzi.power.interpreter.calculator.expressionoasis.custom.CustomExpressionContext
 
toString() - Method in class org.vedantatree.expressionoasis.config.ConstructorArgument
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
 
toString() - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
 
toString() - Method in class org.vedantatree.expressionoasis.grammar.ExpressionToken
 
toString() - Method in class org.vedantatree.expressionoasis.types.MethodKey
 
toString() - Method in class org.vedantatree.expressionoasis.types.Type
 
toString() - Method in class org.vedantatree.expressionoasis.types.ValueObject
 
TRANSITION_STATE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Transition State' class.
TRANSITION_STATE - Static variable in interface de.fzi.power.state.StatePackage
The meta object id for the 'Transition State' class.
TRANSITION_STATE__ID - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Id' attribute.
TRANSITION_STATE__INITIAL_STATE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Initial State' reference feature.
TRANSITION_STATE__INITIAL_STATE - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Initial State' reference.
TRANSITION_STATE__NAME - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Name' attribute.
TRANSITION_STATE__POWER_STATE_MACHINE - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Power State Machine' container reference.
TRANSITION_STATE__TARGET_STATE - Static variable in interface de.fzi.power.state.StatePackage.Literals
The meta object literal for the 'Target State' reference feature.
TRANSITION_STATE__TARGET_STATE - Static variable in interface de.fzi.power.state.StatePackage
The feature id for the 'Target State' reference.
TRANSITION_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Transition State Binding' class.
TRANSITION_STATE_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The meta object id for the 'Transition State Binding' class.
TRANSITION_STATE_BINDING__ID - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Id' attribute.
TRANSITION_STATE_BINDING__NAME - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Name' attribute.
TRANSITION_STATE_BINDING__STATEFUL_RESOURCE_POWER_BINDING - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Stateful Resource Power Binding' container reference.
TRANSITION_STATE_BINDING__TRANSITION_CONSUMPTION - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Transition Consumption' containment reference feature.
TRANSITION_STATE_BINDING__TRANSITION_CONSUMPTION - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Transition Consumption' containment reference.
TRANSITION_STATE_BINDING__TRANSITION_STATE - Static variable in interface de.fzi.power.binding.BindingPackage.Literals
The meta object literal for the 'Transition State' reference feature.
TRANSITION_STATE_BINDING__TRANSITION_STATE - Static variable in interface de.fzi.power.binding.BindingPackage
The feature id for the 'Transition State' reference.
TRANSITION_STATE_BINDING_FEATURE_COUNT - Static variable in interface de.fzi.power.binding.BindingPackage
The number of structural features of the 'Transition State Binding' class.
TRANSITION_STATE_FEATURE_COUNT - Static variable in interface de.fzi.power.state.StatePackage
The number of structural features of the 'Transition State' class.
TransitionState - Interface in de.fzi.power.state
A representation of the model object 'Transition State'.
TransitionStateBinding - Interface in de.fzi.power.binding
A representation of the model object ' Transition State Binding'.
TransitionStateBindingImpl - Class in de.fzi.power.binding.impl
An implementation of the model object ' Transition State Binding'.
TransitionStateBindingImpl() - Constructor for class de.fzi.power.binding.impl.TransitionStateBindingImpl
transitionStateBindingItemProvider - Variable in class de.fzi.power.binding.provider.BindingItemProviderAdapterFactory
This keeps track of the one adapter used for all TransitionStateBinding instances.
TransitionStateBindingItemProvider - Class in de.fzi.power.binding.provider
This is the item provider adapter for a TransitionStateBinding object.
TransitionStateBindingItemProvider(AdapterFactory) - Constructor for class de.fzi.power.binding.provider.TransitionStateBindingItemProvider
This constructs an instance from a factory and a notifier.
TransitionStateImpl - Class in de.fzi.power.state.impl
An implementation of the model object 'Transition State'.
TransitionStateImpl() - Constructor for class de.fzi.power.state.impl.TransitionStateImpl
transitionStateItemProvider - Variable in class de.fzi.power.state.provider.StateItemProviderAdapterFactory
This keeps track of the one adapter used for all TransitionState instances.
TransitionStateItemProvider - Class in de.fzi.power.state.provider
This is the item provider adapter for a TransitionState object.
TransitionStateItemProvider(AdapterFactory) - Constructor for class de.fzi.power.state.provider.TransitionStateItemProvider
This constructs an instance from a factory and a notifier.
TransitionStatePowerModelCalculator - Class in de.fzi.power.interpreter.calculators
 
TransitionStatePowerModelCalculator(StatefulPowerConsumingResourceSet, TransitionStateBinding, ITimeProvider) - Constructor for class de.fzi.power.interpreter.calculators.TransitionStatePowerModelCalculator
 
treeViewer - Variable in class de.fzi.power.binding.presentation.BindingEditor
This shows how a tree view works.
treeViewer - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This shows how a tree view works.
treeViewer - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This shows how a tree view works.
treeViewer - Variable in class de.fzi.power.state.presentation.StateEditor
This shows how a tree view works.
treeViewer - Variable in class de.fzi.power.util.presentation.UtilEditor
This shows how a tree view works.
treeViewerWithColumns - Variable in class de.fzi.power.binding.presentation.BindingEditor
This shows how a tree view with columns works.
treeViewerWithColumns - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
This shows how a tree view with columns works.
treeViewerWithColumns - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
This shows how a tree view with columns works.
treeViewerWithColumns - Variable in class de.fzi.power.state.presentation.StateEditor
This shows how a tree view with columns works.
treeViewerWithColumns - Variable in class de.fzi.power.util.presentation.UtilEditor
This shows how a tree view with columns works.
trim(String) - Method in class org.vedantatree.expressionoasis.extensions.StringFunctions
 
TRUE - Static variable in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
This is the true constant for absolute.
TRUE - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for true tag in XML
Type - Class in org.vedantatree.expressionoasis.types
This class represents the type for value object.
TypePair(Type, Type) - Constructor for class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression.TypePair
Constructs the TypePair
typesEqual(Type, Type) - Static method in class de.fzi.power.interpreter.calculator.expressionoasis.helper.ExpressionOasisHelper
Convenience method to check whether the given two type instances are equal.

U

UNARY - Static variable in class org.vedantatree.expressionoasis.expressions.ExpressionFactory
This is the unary expression type
UNARY_OPERATORS - Static variable in class org.vedantatree.expressionoasis.grammar.DefaultXMLGrammar
This is the constant name for unary operators tag in XML
UnaryOperatorExpression - Class in org.vedantatree.expressionoasis.expressions
This class defines the abstract implementation of unary operator expression.
UnaryOperatorExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
 
UnaryPropertyExpression - Class in org.vedantatree.expressionoasis.expressions.property
This is the unary expression which access the property of a java object, and assume this java object with context object
UnaryPropertyExpression() - Constructor for class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Uninitializes the binary expression.
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.BooleanExpression
Uninitaizes the expression
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.DecimalExpression
Uninitaizes the expression
uninitialize(ExpressionContext) - Method in interface org.vedantatree.expressionoasis.expressions.Expression
This is used to un-initialize the expression, so that expression can be reused.
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.IdentifierExpression
 
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.NullExpression
Uninitaizes the expression
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.NumericExpression
Uninitaizes the expression
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.StringExpression
Uninitaizes the expression
uninitialize(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Uninitializes the unary operator expression.
UNKNOWN_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
unsetProperty(String) - Method in class de.fzi.power.interpreter.measureprovider.AbstractFilterMeasureProvider
 
unsetProperty(String) - Method in class de.fzi.power.ui.adapters.NestedPropertyConfigurableConfiguration
 
UNSIGNEDRIGHTSHIFT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 
updateDistributionPowerModel(PowerProvidingEntity, AbstractDistributionPowerModelCalculator) - Method in class de.fzi.power.interpreter.PowerModelRegistry
Updates the power model of a PowerProvidingEntity.
updateProblemIndication - Variable in class de.fzi.power.binding.presentation.BindingEditor
Controls whether the problem indication should be updated.
updateProblemIndication - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Controls whether the problem indication should be updated.
updateProblemIndication - Variable in class de.fzi.power.specification.presentation.SpecificationEditor
Controls whether the problem indication should be updated.
updateProblemIndication - Variable in class de.fzi.power.state.presentation.StateEditor
Controls whether the problem indication should be updated.
updateProblemIndication - Variable in class de.fzi.power.util.presentation.UtilEditor
Controls whether the problem indication should be updated.
updateProblemIndication() - Method in class de.fzi.power.binding.presentation.BindingEditor
Updates the problems indication with the information described in the specified diagnostic.
updateProblemIndication() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureEditor
Updates the problems indication with the information described in the specified diagnostic.
updateProblemIndication() - Method in class de.fzi.power.specification.presentation.SpecificationEditor
Updates the problems indication with the information described in the specified diagnostic.
updateProblemIndication() - Method in class de.fzi.power.state.presentation.StateEditor
Updates the problems indication with the information described in the specified diagnostic.
updateProblemIndication() - Method in class de.fzi.power.util.presentation.UtilEditor
Updates the problems indication with the information described in the specified diagnostic.
updateResourcePowerModel(PowerConsumingResourceSet, IResourcePowerModelCalculator) - Method in class de.fzi.power.interpreter.PowerModelRegistry
Updates the power model of a specific resource.
updateStatefulPowerConsumingResource(StatefulPowerConsumingResourceSet, IResourcePowerModelCalculator) - Method in class de.fzi.power.interpreter.PowerModelRegistry
 
USER_PROBLEM - Static variable in interface org.vedantatree.expressionoasis.exceptions.ErrorCodes
 
UtilActionBarContributor - Class in de.fzi.power.util.presentation
This is the action bar contributor for the Util model editor.
UtilActionBarContributor() - Constructor for class de.fzi.power.util.presentation.UtilActionBarContributor
This creates an instance of the contributor.
UtilAdapterFactory - Class in de.fzi.power.util.util
The Adapter Factory for the model.
UtilAdapterFactory() - Constructor for class de.fzi.power.util.util.UtilAdapterFactory
Creates an instance of the adapter factory.
UtilEditor - Class in de.fzi.power.util.presentation
This is an example of a Util model editor.
UtilEditor() - Constructor for class de.fzi.power.util.presentation.UtilEditor
This creates a model editor.
UtilEditor.ReverseAdapterFactoryContentProvider - Class in de.fzi.power.util.presentation
utilFactory - Variable in class de.fzi.power.util.presentation.UtilModelWizard
This caches an instance of the model factory.
UtilFactory - Interface in de.fzi.power.util
The Factory for the model.
UtilFactoryImpl - Class in de.fzi.power.util.impl
An implementation of the model Factory.
UtilFactoryImpl() - Constructor for class de.fzi.power.util.impl.UtilFactoryImpl
Creates an instance of the factory.
UtilItemProviderAdapterFactory - Class in de.fzi.power.util.provider
This is the factory that is used to provide the interfaces needed to support Viewers.
UtilItemProviderAdapterFactory() - Constructor for class de.fzi.power.util.provider.UtilItemProviderAdapterFactory
This constructs an instance.
Utilities - Class in org.vedantatree.expressionoasis.utils
 
Utilities() - Constructor for class org.vedantatree.expressionoasis.utils.Utilities
 
UtilizationFilterConfigurationTab - Class in de.fzi.power.interpreter.measureprovider.utilization.ui
 
UtilizationFilterConfigurationTab() - Constructor for class de.fzi.power.interpreter.measureprovider.utilization.ui.UtilizationFilterConfigurationTab
 
UtilizationFilterMeasureProvider - Class in de.fzi.power.interpreter.measureprovider.utilization
Extended measure provider which is able to calculate measures for the metric MetricDescriptionConstants.UTILIZATION_OF_ACTIVE_RESOURCE_TUPLE based on MetricDescriptionConstants.STATE_OF_ACTIVE_RESOURCE_METRIC_TUPLE or MetricDescriptionConstants.UTILIZATION_OF_ACTIVE_RESOURCE_TUPLE (for multi-core resources) measurements.
UtilizationFilterMeasureProvider() - Constructor for class de.fzi.power.interpreter.measureprovider.utilization.UtilizationFilterMeasureProvider
Creates a new UtilizationFilterMeasureProvider
UtilModelWizard - Class in de.fzi.power.util.presentation
This is a simple wizard for creating a new model file.
UtilModelWizard() - Constructor for class de.fzi.power.util.presentation.UtilModelWizard
 
UtilModelWizard.UtilModelWizardInitialObjectCreationPage - Class in de.fzi.power.util.presentation
This is the page where the type of object to create is selected.
UtilModelWizard.UtilModelWizardNewFileCreationPage - Class in de.fzi.power.util.presentation
This is the one page of the wizard.
UtilModelWizardInitialObjectCreationPage(String) - Constructor for class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
Pass in the selection.
UtilModelWizardNewFileCreationPage(String, IStructuredSelection) - Constructor for class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardNewFileCreationPage
Pass in the selection.
utilPackage - Variable in class de.fzi.power.util.presentation.UtilModelWizard
This caches an instance of the model package.
UtilPackage - Interface in de.fzi.power.util
The Package for the model.
UtilPackage.Literals - Interface in de.fzi.power.util
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
UtilPackageImpl - Class in de.fzi.power.util.impl
An implementation of the model Package.
UtilResourceFactoryImpl - Class in de.fzi.power.util.util
The Resource Factory associated with the package.
UtilResourceFactoryImpl() - Constructor for class de.fzi.power.util.util.UtilResourceFactoryImpl
Creates an instance of the resource factory.
UtilResourceImpl - Class in de.fzi.power.util.util
The Resource associated with the package.
UtilResourceImpl(URI) - Constructor for class de.fzi.power.util.util.UtilResourceImpl
Creates an instance of the resource.
UtilSwitch<T> - Class in de.fzi.power.util.util
The Switch for the model's inheritance hierarchy.
UtilSwitch() - Constructor for class de.fzi.power.util.util.UtilSwitch
Creates an instance of the switch.
UtilXMLProcessor - Class in de.fzi.power.util.util
This class contains helper methods to serialize and deserialize XML documents
UtilXMLProcessor() - Constructor for class de.fzi.power.util.util.UtilXMLProcessor
Public constructor to instantiate the helper.

V

validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ArrayIndexExpression
 
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.arithmatic.ParanthesisExpression
Do nothing.
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.BinaryOperatorExpression
Validates the expression.
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.booleanexp.ResultTernaryExpression
 
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.property.ArgumentExpression
By passes the validation.
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.property.FunctionExpression
 
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.property.PropertyExpression
Default validation is not required.
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.property.UnaryPropertyExpression
 
validate(ExpressionContext) - Method in class org.vedantatree.expressionoasis.expressions.UnaryOperatorExpression
Validates the expression.
validateEmailID(String) - Static method in class org.vedantatree.expressionoasis.utils.Utilities
Validates email address.
validatePage() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
validatePage() - Method in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
validatePage() - Method in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
validatePage() - Method in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
validatePage() - Method in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validatePage() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
validatePage() - Method in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardNewFileCreationPage
The framework calls this to see if the file is correct.
validator - Variable in class de.fzi.power.binding.presentation.BindingModelWizard.BindingModelWizardInitialObjectCreationPage
validator - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard.InfrastructureModelWizardInitialObjectCreationPage
validator - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard.SpecificationModelWizardInitialObjectCreationPage
validator - Variable in class de.fzi.power.state.presentation.StateModelWizard.StateModelWizardInitialObjectCreationPage
validator - Variable in class de.fzi.power.util.presentation.UtilModelWizard.UtilModelWizardInitialObjectCreationPage
ValueObject - Class in org.vedantatree.expressionoasis.types
This is the value wrapper for any object.
ValueObject(Object, Type) - Constructor for class org.vedantatree.expressionoasis.types.ValueObject
Constructs the ValueObject
VariableProvider - Interface in org.vedantatree.expressionoasis.extensions
This class represents the interface for variable providers for Expression Engine.
visit(Expression) - Method in class org.vedantatree.expressionoasis.expressions.ExpressionTypeFinder
Implementation of the visitor design pattern.
visit(Expression) - Method in interface org.vedantatree.expressionoasis.expressions.ExpressionVisitor
 

W

warning(SAXParseException) - Method in class org.vedantatree.expressionoasis.utils.XMLErrorHandler
The warning is invoked when ever any warning occurs during XML validation.
WATT_HOURS - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
A Unit instance denoting the energy unit watt-hours (Wh).
workbench - Variable in class de.fzi.power.binding.presentation.BindingModelWizard
Remember the workbench during initialization.
workbench - Variable in class de.fzi.power.infrastructure.presentation.InfrastructureModelWizard
Remember the workbench during initialization.
workbench - Variable in class de.fzi.power.specification.presentation.SpecificationModelWizard
Remember the workbench during initialization.
workbench - Variable in class de.fzi.power.state.presentation.StateModelWizard
Remember the workbench during initialization.
workbench - Variable in class de.fzi.power.util.presentation.UtilModelWizard
Remember the workbench during initialization.
WRONGINPUT - Static variable in interface org.vedantatree.expressionoasis.ui.IExpressionEvaluator
 

X

XML - Static variable in class org.vedantatree.expressionoasis.types.Type
This is the XML type.
XMLCustomFunctionSourceProvider - Class in org.vedantatree.expressionoasis.extensions.customfunctions.xml
Enables method source code for custom expression engine functions to be generated at run-time to stored in an XML config file.
XMLCustomFunctionSourceProvider() - Constructor for class org.vedantatree.expressionoasis.extensions.customfunctions.xml.XMLCustomFunctionSourceProvider
 
XMLCustomFunctionsPlaceholder - Class in org.vedantatree.expressionoasis.extensions.customfunctions.xml
This class exists so that the Simple XML framework has a place to deserialize the custom functions XML file into.
XMLCustomFunctionsPlaceholder() - Constructor for class org.vedantatree.expressionoasis.extensions.customfunctions.xml.XMLCustomFunctionsPlaceholder
 
XMLErrorHandler - Class in org.vedantatree.expressionoasis.utils
It handles the error occurred during validating/parsing the XML document
XMLErrorHandler() - Constructor for class org.vedantatree.expressionoasis.utils.XMLErrorHandler
 
XMLFunctionProvider - Class in org.vedantatree.expressionoasis.extensions
This is the XML function provider.
XMLFunctionProvider() - Constructor for class org.vedantatree.expressionoasis.extensions.XMLFunctionProvider
 
XMLUtils - Class in org.vedantatree.expressionoasis.utils
 
XMLUtils() - Constructor for class org.vedantatree.expressionoasis.utils.XMLUtils
 
XPathUtils - Class in org.vedantatree.expressionoasis.utils
 
XPathUtils() - Constructor for class org.vedantatree.expressionoasis.utils.XPathUtils
 

Z

ZERO_POWER - Static variable in class de.fzi.power.specification.resources.PowerModelConstants
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
All Classes All Packages