ix.test
Class MakeDistanceTable

java.lang.Object
  extended by ix.test.MakeDistanceTable

public class MakeDistanceTable
extends java.lang.Object

Produces a distance table from state information in a plan. As a standalone application, this class reads in a plan, looks at type assertions in the state to work out what things are "places", then produces a full distance table for those places, using any existing distance values in the state, with "LONG" as the default (so that it's distinct from a "long" that was already in the table but can easily be turned into "long" in an editor).


Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)