Uses of Class
edu.uiuc.ncsa.security.util.functor.LogicBlocks
-
Packages that use LogicBlocks 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 LogicBlocks in edu.uiuc.ncsa.security.util.functor
Subclasses of LogicBlocks in edu.uiuc.ncsa.security.util.functor Modifier and Type Class Description class
ANDLogicBlocks
Created by Jeff Gaynor
on 6/27/18 at 11:41 AMclass
ORLogicBlocks
Created by Jeff Gaynor
on 6/27/18 at 11:42 AMclass
XORLogicBlocks
Created by Jeff Gaynor
on 6/27/18 at 11:41 AMMethods in edu.uiuc.ncsa.security.util.functor that return LogicBlocks 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.LogicBlocks
JFunctorFactory. createLogicBlocks(String rawJSON)
Convenience to create logic blocks from a string. -
Uses of LogicBlocks in edu.uiuc.ncsa.security.util.functor.parser
Methods in edu.uiuc.ncsa.security.util.functor.parser that return LogicBlocks Modifier and Type Method Description LogicBlocks<? extends LogicBlock>
FunctorScript. getLogicBlocks()
-
Uses of LogicBlocks in edu.uiuc.ncsa.security.util.functor.parser.event
Methods in edu.uiuc.ncsa.security.util.functor.parser.event that return LogicBlocks Modifier and Type Method Description LogicBlocks<? extends LogicBlock>
SwitchHandler. getLogicBlocks()
-