Class NodeExecutionRequestInfo
java.lang.Object
org.openremote.manager.rules.flow.NodeExecutionRequestInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNodeExecutionRequestInfo(org.openremote.model.rules.flow.NodeCollection collection, int outputSocketIndex, org.openremote.model.rules.flow.NodeSocket outputSocket, org.openremote.model.rules.flow.Node node, org.openremote.model.rules.flow.NodeSocket[] inputs, org.openremote.model.rules.flow.NodeSocket[] outputs, org.openremote.model.rules.flow.NodeInternal[] internals, RulesFacts facts, org.openremote.model.rules.Assets assets, org.openremote.model.rules.Users users, org.openremote.model.rules.Notifications notifications, org.openremote.model.rules.HistoricDatapoints historicDatapoints, org.openremote.model.rules.PredictedDatapoints predictedDatapoints) NodeExecutionRequestInfo(org.openremote.model.rules.flow.NodeCollection collection, org.openremote.model.rules.flow.Node node, org.openremote.model.rules.flow.NodeSocket socket, RulesFacts facts, org.openremote.model.rules.Assets assets, org.openremote.model.rules.Users users, org.openremote.model.rules.Notifications notifications, org.openremote.model.rules.HistoricDatapoints historicDatapoints, org.openremote.model.rules.PredictedDatapoints predictedDatapoints, Logger log) -
Method Summary
Modifier and TypeMethodDescriptionorg.openremote.model.rules.Assetsorg.openremote.model.rules.flow.NodeCollectiongetFacts()org.openremote.model.rules.HistoricDatapointsorg.openremote.model.rules.flow.NodeSocket[]org.openremote.model.rules.flow.NodeInternal[]org.openremote.model.rules.flow.NodegetNode()org.openremote.model.rules.Notificationsorg.openremote.model.rules.flow.NodeSocket[]org.openremote.model.rules.flow.NodeSocketintorg.openremote.model.rules.PredictedDatapointsorg.openremote.model.rules.flow.NodeDataTypegetTypeFromInput(int index) org.openremote.model.rules.UsersgetUsers()getValueFromInput(int index) voidsetAssets(org.openremote.model.rules.Assets assets) voidsetCollection(org.openremote.model.rules.flow.NodeCollection collection) voidsetFacts(RulesFacts facts) voidsetInputs(org.openremote.model.rules.flow.NodeSocket[] inputs) voidsetInternals(org.openremote.model.rules.flow.NodeInternal[] internals) voidsetNode(org.openremote.model.rules.flow.Node node) voidsetNotifications(org.openremote.model.rules.Notifications notifications) voidsetOutputs(org.openremote.model.rules.flow.NodeSocket[] outputs) voidsetOutputSocket(org.openremote.model.rules.flow.NodeSocket outputSocket) voidsetOutputSocketIndex(int outputSocketIndex) voidsetPredictedDatapoints(org.openremote.model.rules.PredictedDatapoints predictedDatapoints) voidsetUsers(org.openremote.model.rules.Users users)
-
Field Details
-
LOG
-
-
Constructor Details
-
NodeExecutionRequestInfo
public NodeExecutionRequestInfo() -
NodeExecutionRequestInfo
public NodeExecutionRequestInfo(org.openremote.model.rules.flow.NodeCollection collection, int outputSocketIndex, org.openremote.model.rules.flow.NodeSocket outputSocket, org.openremote.model.rules.flow.Node node, org.openremote.model.rules.flow.NodeSocket[] inputs, org.openremote.model.rules.flow.NodeSocket[] outputs, org.openremote.model.rules.flow.NodeInternal[] internals, RulesFacts facts, org.openremote.model.rules.Assets assets, org.openremote.model.rules.Users users, org.openremote.model.rules.Notifications notifications, org.openremote.model.rules.HistoricDatapoints historicDatapoints, org.openremote.model.rules.PredictedDatapoints predictedDatapoints) -
NodeExecutionRequestInfo
public NodeExecutionRequestInfo(org.openremote.model.rules.flow.NodeCollection collection, org.openremote.model.rules.flow.Node node, org.openremote.model.rules.flow.NodeSocket socket, RulesFacts facts, org.openremote.model.rules.Assets assets, org.openremote.model.rules.Users users, org.openremote.model.rules.Notifications notifications, org.openremote.model.rules.HistoricDatapoints historicDatapoints, org.openremote.model.rules.PredictedDatapoints predictedDatapoints, Logger log)
-
-
Method Details
-
getValueFromInput
-
getTypeFromInput
public org.openremote.model.rules.flow.NodeDataType getTypeFromInput(int index) -
getCollection
public org.openremote.model.rules.flow.NodeCollection getCollection() -
setCollection
public void setCollection(org.openremote.model.rules.flow.NodeCollection collection) -
getOutputSocketIndex
public int getOutputSocketIndex() -
setOutputSocketIndex
public void setOutputSocketIndex(int outputSocketIndex) -
getOutputSocket
public org.openremote.model.rules.flow.NodeSocket getOutputSocket() -
setOutputSocket
public void setOutputSocket(org.openremote.model.rules.flow.NodeSocket outputSocket) -
getNode
public org.openremote.model.rules.flow.Node getNode() -
setNode
public void setNode(org.openremote.model.rules.flow.Node node) -
getInputs
public org.openremote.model.rules.flow.NodeSocket[] getInputs() -
setInputs
public void setInputs(org.openremote.model.rules.flow.NodeSocket[] inputs) -
getOutputs
public org.openremote.model.rules.flow.NodeSocket[] getOutputs() -
setOutputs
public void setOutputs(org.openremote.model.rules.flow.NodeSocket[] outputs) -
getInternals
public org.openremote.model.rules.flow.NodeInternal[] getInternals() -
setInternals
public void setInternals(org.openremote.model.rules.flow.NodeInternal[] internals) -
getAssets
public org.openremote.model.rules.Assets getAssets() -
setAssets
public void setAssets(org.openremote.model.rules.Assets assets) -
getUsers
public org.openremote.model.rules.Users getUsers() -
setUsers
public void setUsers(org.openremote.model.rules.Users users) -
getNotifications
public org.openremote.model.rules.Notifications getNotifications() -
setNotifications
public void setNotifications(org.openremote.model.rules.Notifications notifications) -
getHistoricDatapoints
public org.openremote.model.rules.HistoricDatapoints getHistoricDatapoints() -
getPredictedDatapoints
public org.openremote.model.rules.PredictedDatapoints getPredictedDatapoints() -
setPredictedDatapoints
public void setPredictedDatapoints(org.openremote.model.rules.PredictedDatapoints predictedDatapoints) -
getFacts
-
setFacts
-