LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd Class Reference

performs the logical and operation to all bit vectors. More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd:

Protected Member Functions

final void apply ( @Nonnull final BitVector p_target, @Nonnull final BitVector p_source)
 
- Protected Member Functions inherited from org.lightjason.agentspeak.action.builtin.math.bit.vector.IOperator
abstract void apply ( @Nonnull final BitVector p_target, @Nonnull final BitVector p_source)
 apply method to apply operation More...
 
- Protected Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
 IBuiltinAction ()
 ctor More...
 
 IBuiltinAction (final int p_length)
 ctor More...
 

Static Private Attributes

static final long serialVersionUID = -1930882384385872200L
 serial id More...
 

Additional Inherited Members

- Public Member Functions inherited from org.lightjason.agentspeak.action.builtin.math.bit.vector.IOperator
 IOperator ()
 ctor More...
 
final IFuzzyValue< Boolean > execute (final boolean p_parallel, @Nonnull final IContext p_context, @Nonnull final List< ITerm > p_argument, @Nonnull final List< ITerm > p_return)
 defines a plan-body operation More...
 
final int minimalArgumentNumber ()
 minimum number of arguments More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
final IPath name ()
 returns the name with path of the action More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IBaseAction
final boolean equals (final Object p_object)
 
final int hashCode ()
 
final String toString ()
 
- Public Member Functions inherited from org.lightjason.agentspeak.action.IAction
default Stream< IVariable<?> > variables ()
 returns a stream with all used variables More...
 
- Public Attributes inherited from org.lightjason.agentspeak.action.IAction
long serialVersionUID = -6374480398439703170L
 serial id More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.builtin.IBuiltinAction
static final Logger LOGGER = CCommon.logger( IBuiltinAction.class )
 logger More...
 
- Static Protected Attributes inherited from org.lightjason.agentspeak.action.IBaseAction
static final Logger LOGGER = org.lightjason.agentspeak.common.CCommon.logger( IAction.class )
 logger More...
 

Detailed Description

The action runs the logical and operator, the first argument is the bit vector, that is combined with all other bit vectors, so \( v_i = v_i \text{ && } v_1 \) is performed, the action never fails

math/bit/vector/and( Vector, Vector1, Vector2 );

Definition at line 40 of file math/bit/vector/CAnd.java.

Member Function Documentation

◆ apply()

final void org.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd.apply ( @Nonnull final BitVector  p_target,
@Nonnull final BitVector  p_source 
)
protected

Definition at line 48 of file math/bit/vector/CAnd.java.

Member Data Documentation

◆ serialVersionUID

final long org.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd.serialVersionUID = -1930882384385872200L
staticprivate

Definition at line 45 of file math/bit/vector/CAnd.java.