JSettlers v1.0.6 API
Built ${date}

soc.util
Class NodeLenVis

java.lang.Object
  extended bysoc.util.NodeLenVis

public class NodeLenVis
extends java.lang.Object

DOCUMENT ME!

Version:
$Revision: 1.1 $
Author:
$author$

Field Summary
 int len
          the current length of the path we're going down
 int node
          the coordinates of a node
 java.util.Vector vis
          nodes that we have visited along the way
 
Constructor Summary
NodeLenVis(int n, int l, java.util.Vector v)
          Creates a new NodeLenVis object.
 
Method Summary
 java.lang.String toString()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

public int node
the coordinates of a node


len

public int len
the current length of the path we're going down


vis

public java.util.Vector vis
nodes that we have visited along the way

Constructor Detail

NodeLenVis

public NodeLenVis(int n,
                  int l,
                  java.util.Vector v)
Creates a new NodeLenVis object.

Parameters:
n - DOCUMENT ME!
l - DOCUMENT ME!
v - DOCUMENT ME!
Method Detail

toString

public java.lang.String toString()
DOCUMENT ME!

Returns:
DOCUMENT ME!

JSettlers v1.0.6 API
Built ${date}