Class LongAgentTail<N extends LongAgentGraphNode,A extends LongAgentGraphArc>

java.lang.Object
com.amalgamasimulation.graphagent.GraphAgent<N,A>
com.amalgamasimulation.graphagent.LongAgentTail<N,A>
Type Parameters:
N - type of values stored in graph nodes
A - type of values stored in graph arcs
All Implemented Interfaces:
Agent, Timeable

public class LongAgentTail<N extends LongAgentGraphNode,A extends LongAgentGraphArc> extends GraphAgent<N,A>
Class representing a tail of a LongAgent. This class is public only for technical reasons, instances of this class should never be created explicitly by users of this library.
Author:
Andrey Malykhanov