jungnetwork
Class NodeAgent

java.lang.Object
  extended by SparseVertex
      extended by jungnetwork.NodeAgent

public class NodeAgent
extends SparseVertex


Field Summary
 SparseGraph graph
           
 PreferentialAttachment sim
           
 int timer
           
 
Constructor Summary
NodeAgent(PreferentialAttachment attachment, int timer)
           
 
Method Summary
 void step(SimState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sim

public PreferentialAttachment sim

timer

public int timer

graph

public SparseGraph graph
Constructor Detail

NodeAgent

public NodeAgent(PreferentialAttachment attachment,
                 int timer)
Method Detail

step

public void step(SimState state)