LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint Class Referenceabstract

abstract class for constraint actions More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint:

Public Member Functions

 IConstraint ()
 ctor 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 int minimalArgumentNumber ()
 minimum number of arguments More...
 
default Stream< IVariable<?> > variables ()
 returns a stream with all used variables More...
 
- Public Member Functions inherited from org.lightjason.agentspeak.language.execution.IExecution
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...
 

Protected Member Functions

final Relationship getRelation ( @Nonnull final String p_symbol)
 returns the enum of a relationship by a string value 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 = 1078912058401537801L
 serial id More...
 

Additional Inherited Members

- 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

Definition at line 38 of file IConstraint.java.

Constructor & Destructor Documentation

◆ IConstraint()

org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint.IConstraint ( )

Definition at line 48 of file IConstraint.java.

Member Function Documentation

◆ getRelation()

final Relationship org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint.getRelation ( @Nonnull final String  p_symbol)
protected
Parameters
p_symbolstring symbol
Returns
relationship

Definition at line 60 of file IConstraint.java.

References org.lightjason.agentspeak.common.CCommon.languagestring().

Referenced by org.lightjason.agentspeak.action.builtin.math.linearprogram.CEquationConstraint.execute(), and org.lightjason.agentspeak.action.builtin.math.linearprogram.CValueConstraint.execute().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ serialVersionUID

final long org.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint.serialVersionUID = 1078912058401537801L
staticprivate

Definition at line 43 of file IConstraint.java.