Enum Class FWSimVariable.VARIABLE_CATEGORY

java.lang.Object
java.lang.Enum<FWSimVariable.VARIABLE_CATEGORY>
net.simplace.sim.util.FWSimVariable.VARIABLE_CATEGORY
All Implemented Interfaces:
Serializable, Comparable<FWSimVariable.VARIABLE_CATEGORY>, Constable
Enclosing class:
FWSimVariable<T>

public static enum FWSimVariable.VARIABLE_CATEGORY extends Enum<FWSimVariable.VARIABLE_CATEGORY>
Different variables have different identifies to be able to divide them within a list of variables.
Author:
Andreas Enders
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    id signifying action rule variable from management component
    id signifying variable from calibration component
    id signifying frequence of sim component
    id signifying variable from sim component used as constant input * prefix: c
    id signifying variable from sim component used as dynamic input prefix: i
    id signifying key variable from resources
    id signifying variable from management component
    id signifying variable from sim component used as output, that is no rate or state prefix: non
    id signifying variable from output
    id signifying frequency rule variable from output
    id signifying variable replace parameter
    id signifying variable only internally used in simcomponents prefix: p spelling error ignored!
    id signifying variable special for the project control process
    id signifying variable from sim component used as output where value is rate changing a state variable prefix: r
    id signifying variable from resources
    id signifying frequency rule variable from resources
    id signifying variable from sim component used as output, where value is stored within the component for next timestep prefix: s
    id signifying variable from system - f.ex. current.date, projectid
    id signifying variable from project or simulation prefix: v
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait