LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.bool

Classes

class  CAllMatch
 checks all elements are equal to the first argument. More...
 
class  CAnd
 combines all arguments to a single result with the and-operator. More...
 
class  CAnyMatch
 checks any elements are equal to the first argument. More...
 
class  CCountFalse
 count the number of false values. More...
 
class  CCountTrue
 counts the number of true values. More...
 
class  CEqual
 checks elements of equality. More...
 
class  CNot
 inverts all argument. More...
 
class  CNotEqual
 checks elements of inequality. More...
 
class  COr
 combines all arguments to a single result with the or-operator. More...
 
class  CXor
 combines all arguments to a single result with the xor-operator. More...