24 package org.lightjason.agentspeak.action.builtin.graph;
26 import edu.uci.ics.jung.graph.Graph;
30 import javax.annotation.Nonnull;
31 import java.util.List;
55 protected final void apply(
final boolean p_parallel, @Nonnull
final Graph<Object, Object> p_graph,
56 @Nonnull
final List<ITerm> p_window, @Nonnull
final List<ITerm> p_return )
60 p_graph.isSuccessor( p_window.get( 0 ).raw(), p_window.get( 1 ).raw() )
final void apply(final boolean p_parallel, @Nonnull final Graph< Object, Object > p_graph, @Nonnull final List< ITerm > p_window, @Nonnull final List< ITerm > p_return)
checks if a vertex is successor of another vertex of each graph instance.
apply an element on multiple graphs
static final long serialVersionUID
serial id
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term
term structure for simple datatypes