- addDevice(Device) - Method in class picontrol.Server
-
addDevice: This add a Device to the list of devices in the Server
- addListRules(AutomaticRule) - Method in class picontrol.AutomaticState
-
updateListRules: add a rule to the list of rules
- addListStates(AutomaticState) - Method in class picontrol.Automatic
-
addListStates: add a State to the list of States.
- addPeripheral(Peripheral) - Method in class picontrol.Processor
-
addPeripheral: add a peripheral to this processor.
- addProcessorList(Processor) - Method in class picontrol.Status
-
addProcessorList: add a processor to the processor list
- addServer(Server) - Method in class picontrol.Client
-
addServer: add a server to the array list of servers.
- addTempExt(double) - Method in class picontrol.Client
-
addTempExterior: add a value to the exterior temperature sum
- addTempSolar(double) - Method in class picontrol.Client
-
addTempSolar: add a value to the solar temperature sum.
- applyManualMode(Client, ArrayList<ManualOrder>, Connection) - Static method in class picontrol.Processing
-
applyManualMode: Execute the orders specified in manual configuration file.
- Automatic - Class in picontrol
-
Automatic: This class implements the automatic operation mode, the DFA (Deterministic Finite Automata).
- Automatic() - Constructor for class picontrol.Automatic
-
Constructor without parameters.
- Automatic(int) - Constructor for class picontrol.Automatic
-
Constructor with number of states.
- AutomaticRule - Class in picontrol
-
AutomaticRule: This class implements the rules that have to fulfilled to change from the current
state to another.
- AutomaticRule() - Constructor for class picontrol.AutomaticRule
-
Constructors
- AutomaticState - Class in picontrol
-
AutomaticState: This class implements one state, and all the rules that apply
in this state.
- AutomaticState() - Constructor for class picontrol.AutomaticState
-
Constructor without parameters
- AutomaticState(int) - Constructor for class picontrol.AutomaticState
-
Constructor with defined number of rules
- AutomaticState(String, int) - Constructor for class picontrol.AutomaticState
-
Constructor with name and defined number of rules