25 package org.lightjason.agentspeak.action.builtin.graph;
27 import edu.uci.ics.jung.graph.Graph;
31 import javax.annotation.Nonnull;
32 import java.util.List;
57 protected final void apply(
final boolean p_parallel, @Nonnull
final Graph<Object, Object> p_graph,
58 @Nonnull
final List<ITerm> p_window, @Nonnull
final List<ITerm> p_return )
60 p_graph.getEndpoints( p_window.get( 0 ).raw() )
63 .forEach( p_return::add );
returns of an edge the vertices from each graph instance.
static final long serialVersionUID
serial id
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)
apply an element on multiple graphs
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term
term structure for simple datatypes