Uses of Class
org.scictrl.csshell.epics.server.processor.Checks.Check
Packages that use Checks.Check
Package
Description
-
Uses of Checks.Check in org.scictrl.csshell.epics.server.application.automata
Methods in org.scictrl.csshell.epics.server.application.automata that return Checks.CheckModifier and TypeMethodDescriptionValueStateMachine.getConditionActive()
Getter for the fieldconditionActive
. -
Uses of Checks.Check in org.scictrl.csshell.epics.server.processor
Fields in org.scictrl.csshell.epics.server.processor declared as Checks.CheckModifier and TypeFieldDescriptionstatic final Checks.Check
Checks.Check.ALWAYS
Static check based on ALWAYS.static final Checks.Check
Checks.Check.NEVER
Static check based on NEVER.Methods in org.scictrl.csshell.epics.server.processor that return Checks.CheckModifier and TypeMethodDescriptionstatic Checks.Check
Checks.Check.fromConfiguration
(org.apache.commons.configuration.HierarchicalConfiguration c) Extracts check parameters from XML based Configuration.static Checks.Check
Checks.Check.fromConfiguration
(org.apache.commons.configuration.HierarchicalConfiguration c, Double value, Double precision) Extracts check parameters from XML based Configuration.Methods in org.scictrl.csshell.epics.server.processor that return types with arguments of type Checks.CheckConstructors in org.scictrl.csshell.epics.server.processor with parameters of type Checks.CheckModifierConstructorDescriptionLinkCheck
(PropertyChangeListener listener, Checks.Check check) Constructor.