LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm Class Referenceabstract

abstract class to define path / distance graph algorithms More...

+ Inheritance diagram for org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm:
+ Collaboration diagram for org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm:

Public Member Functions

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...
 

Protected Member Functions

abstract Object apply ( @Nonnull final List< ITerm > p_vertices, @Nonnull final Graph< Object, Object > p_graph, @Nonnull final Function< Object, Number > p_weightfunction)
 apply function 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 String DEFAULTWEIGHT = "defaultweight"
 default weight field More...
 
static final long serialVersionUID = 1424878255126290894L
 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 49 of file IApplyPathAlgorithm.java.

Member Function Documentation

◆ apply()

abstract Object org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.apply ( @Nonnull final List< ITerm p_vertices,
@Nonnull final Graph< Object, Object >  p_graph,
@Nonnull final Function< Object, Number >  p_weightfunction 
)
abstractprotected
Parameters
p_verticeslist with vertices
p_graphgraph
p_weightfunctionweight function
Returns
result of action

Referenced by org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.execute().

+ Here is the caller graph for this function:

◆ execute()

final IFuzzyValue<Boolean> org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.execute ( final boolean  p_parallel,
@Nonnull final IContext  p_context,
@Nonnull final List< ITerm p_argument,
@Nonnull final List< ITerm p_return 
)
Parameters
p_parallelparallel execution
p_contextcurrent execution context
p_argumentparameter of the action
p_returnreturn values
Returns
fuzzy boolean

Implements org.lightjason.agentspeak.language.execution.IExecution.

Definition at line 69 of file IApplyPathAlgorithm.java.

References org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.apply(), org.lightjason.agentspeak.language.CCommon.flatten(), org.lightjason.agentspeak.language.CRawTerm< T >.from(), org.lightjason.agentspeak.language.fuzzy.CFuzzyValue< T >.from(), and org.lightjason.agentspeak.language.CCommon.rawvalueAssignableTo().

Referenced by org.lightjason.agentspeak.action.builtin.TestCActionGraph.distancepath(), and org.lightjason.agentspeak.action.builtin.TestCActionGraph.shortestpath().

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

◆ minimalArgumentNumber()

final int org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.minimalArgumentNumber ( )
Returns
number of minimal arguments

Implements org.lightjason.agentspeak.action.IAction.

Definition at line 62 of file IApplyPathAlgorithm.java.

Member Data Documentation

◆ DEFAULTWEIGHT

final String org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.DEFAULTWEIGHT = "defaultweight"
staticprivate

Definition at line 58 of file IApplyPathAlgorithm.java.

◆ serialVersionUID

final long org.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm.serialVersionUID = 1424878255126290894L
staticprivate

Definition at line 54 of file IApplyPathAlgorithm.java.