VisClient/org/dronus/graph/ForceEdge.java

Go to the documentation of this file.
00001 package org.dronus.graph;
00002 
00004 public class ForceEdge extends Edge {
00005 
00006         public float force;
00007         
00008         public ForceEdge(Node from, Node to, String id, String type, float force) {
00009                 super(from, to, id, type);
00010                 this.force=force;
00011         }
00012 
00013 }

Generated on Tue Apr 7 17:57:19 2009 for visclient by  doxygen 1.5.1