Uses of Class
edu.uiuc.ncsa.security.util.functor.LogicBlock
-
Packages that use LogicBlock Package Description edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution.edu.uiuc.ncsa.security.util.functor.parser edu.uiuc.ncsa.security.util.functor.parser.event This contains the event-driven functor parser. -
-
Uses of LogicBlock in edu.uiuc.ncsa.security.util.functor
Classes in edu.uiuc.ncsa.security.util.functor with type parameters of type LogicBlock Modifier and Type Class Description class
LogicBlocks<V extends LogicBlock>
A collection ofLogicBlock
objects.Methods in edu.uiuc.ncsa.security.util.functor that return LogicBlock Modifier and Type Method Description protected LogicBlock
JFunctorFactory. doLBArray(net.sf.json.JSONArray array)
protected LogicBlock
JFunctorFactory. doLBObject(net.sf.json.JSONObject json)
Methods in edu.uiuc.ncsa.security.util.functor that return types with arguments of type LogicBlock Modifier and Type Method Description LogicBlocks<? extends LogicBlock>
JFunctorFactory. createLogicBlock(net.sf.json.JSONObject jsonObject)
This creates a list of logic blocks from a JSONArray.Methods in edu.uiuc.ncsa.security.util.functor with parameters of type LogicBlock Modifier and Type Method Description protected boolean
LogicBlocks. doANDCase(LogicBlock lb)
This will execute every logic block and take logicla AND of all the results.protected boolean
LogicBlocks. doORCase(LogicBlock lb)
This will execute every logic block and take the logical OR of all the results.protected boolean
LogicBlocks. doXORCase(LogicBlock lb)
The logical connector is excluive or.protected void
LogicBlocks. updateFunctormap(LogicBlock lb)
-
Uses of LogicBlock in edu.uiuc.ncsa.security.util.functor.parser
Methods in edu.uiuc.ncsa.security.util.functor.parser that return types with arguments of type LogicBlock Modifier and Type Method Description LogicBlocks<? extends LogicBlock>
FunctorScript. getLogicBlocks()
-
Uses of LogicBlock in edu.uiuc.ncsa.security.util.functor.parser.event
Methods in edu.uiuc.ncsa.security.util.functor.parser.event that return LogicBlock Modifier and Type Method Description LogicBlock
ConditionalHandler. getLogicBlock()
Call this absolutely last since it has to have all the parts to assemble itself.Methods in edu.uiuc.ncsa.security.util.functor.parser.event that return types with arguments of type LogicBlock Modifier and Type Method Description LogicBlocks<? extends LogicBlock>
SwitchHandler. getLogicBlocks()
-