- HolonElement - Class in classes
-
The class "HolonElement" represents any possible element that can be added to
a CpsObject (such as TV (consumer) or any energy source/producer).
- HolonElement(String, int, float) - Constructor for class classes.HolonElement
-
Create a new HolonElement with a user-defined name, amount of the same
element and energy per element.
- HolonElement(HolonElement) - Constructor for class classes.HolonElement
-
Create a copy of the HolonElement given each one a new ID.
- HolonObject - Class in classes
-
The class HolonObject represents any Object on the system which capability of
injecting or consuming energy on the network, for instance a house or a power
plant.
- HolonObject(String) - Constructor for class classes.HolonObject
-
Constructor Set by default the name of the object equals to the category
name, until the user changes it.
- HolonObject(AbstractCpsObject) - Constructor for class classes.HolonObject
-
Contructor of a copy of an Object.
- HolonSwitch - Class in classes
-
The class HolonSwitch represents a Switch, which can be turned on and off.
- HolonSwitch(String) - Constructor for class classes.HolonSwitch
-
Create a new HolonSwitch with the default name ("Switch"), a default
value of automatic handle and active status.
- HolonSwitch(AbstractCpsObject) - Constructor for class classes.HolonSwitch
-
Create a copy of an existing HolonSwitch.
- HolonTransformer - Class in classes
-
The class HolonTransformer represents a Transformer that transforms a flow to a lower flow.
- HolonTransformer(String) - Constructor for class classes.HolonTransformer
-
Constructor Set type of object (Transformer), its transform ratio and the
default name ("Transformer").
- HolonTransformer(AbstractCpsObject) - Constructor for class classes.HolonTransformer
-
Copy of the Object.