simbad.piconode.visual
Class NNPiconode

java.lang.Object
  extended by simbad.piconode.visual.NNPiconode

public class NNPiconode
extends java.lang.Object


Constructor Summary
NNPiconode()
           
 
Method Summary
static void loadNetwork(XmlRepresentation network)
           
static int showNetwork(XmlRepresentation network)
           
static int showNetwork(XmlRepresentation network, java.lang.String filename, int step)
           
static int showNetworkNoInterrupt(XmlRepresentation network)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NNPiconode

public NNPiconode()
Method Detail

showNetwork

public static int showNetwork(XmlRepresentation network)

showNetworkNoInterrupt

public static int showNetworkNoInterrupt(XmlRepresentation network)

showNetwork

public static int showNetwork(XmlRepresentation network,
                              java.lang.String filename,
                              int step)

loadNetwork

public static void loadNetwork(XmlRepresentation network)