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 classLogicBlocks<V extends LogicBlock>A collection ofLogicBlockobjects.Methods in edu.uiuc.ncsa.security.util.functor that return LogicBlock Modifier and Type Method Description protected LogicBlockJFunctorFactory. doLBArray(net.sf.json.JSONArray array)protected LogicBlockJFunctorFactory. 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 booleanLogicBlocks. doANDCase(LogicBlock lb)This will execute every logic block and take logicla AND of all the results.protected booleanLogicBlocks. doORCase(LogicBlock lb)This will execute every logic block and take the logical OR of all the results.protected booleanLogicBlocks. doXORCase(LogicBlock lb)The logical connector is excluive or.protected voidLogicBlocks. 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 LogicBlockConditionalHandler. 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()
-