Uses of Class
edu.uiuc.ncsa.security.util.functor.logic.jThen
-
Packages that use jThen Package Description edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution.edu.uiuc.ncsa.security.util.functor.logic edu.uiuc.ncsa.security.util.functor.parser.event This contains the event-driven functor parser. -
-
Uses of jThen in edu.uiuc.ncsa.security.util.functor
Methods in edu.uiuc.ncsa.security.util.functor that return jThen Modifier and Type Method Description jThen
LogicBlock. getConsequent()
The consequent is either the then or else block, depending on the antecedent (the if block).jThen
LogicBlock. getThenBlock()
Methods in edu.uiuc.ncsa.security.util.functor that return types with arguments of type jThen Modifier and Type Method Description List<jThen>
LogicBlocks. getConsequents()
Methods in edu.uiuc.ncsa.security.util.functor with parameters of type jThen Modifier and Type Method Description void
LogicBlock. setThenBlock(jThen thenBlock)
Constructors in edu.uiuc.ncsa.security.util.functor with parameters of type jThen Constructor Description LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock)
Constructor for case of no else clause.LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock, jElse elseBlock)
-
Uses of jThen in edu.uiuc.ncsa.security.util.functor.logic
Subclasses of jThen in edu.uiuc.ncsa.security.util.functor.logic Modifier and Type Class Description class
jElse
Created by Jeff Gaynor
on 2/27/18 at 10:40 AM -
Uses of jThen in edu.uiuc.ncsa.security.util.functor.parser.event
Methods in edu.uiuc.ncsa.security.util.functor.parser.event that return jThen Modifier and Type Method Description jThen
SwitchHandler. getConsequentAt(int index)
Get the logic block at theindex
and return the consequent (i.e.
-