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
    61                 p_graph.findEdge( 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)
 
static final long serialVersionUID
serial id 
 
static< N > CRawTerm< N > from(final N p_value)
factory for a raw term 
 
returns all edges between vertices for a graph instance. 
 
apply class for a single graph with multiple elements 
 
term structure for simple datatypes