Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.impl
Class ShortestPath.TriEdge  view ShortestPath.TriEdge download ShortestPath.TriEdge.java

java.lang.Object
  extended bycom.port80.graph.dot.impl.ShortestPath.TriEdge
Enclosing class:
ShortestPath

static class ShortestPath.TriEdge
extends java.lang.Object


Field Summary
(package private)  ShortestPath.PointLink p0
           
(package private)  ShortestPath.PointLink p1
           
(package private)  ShortestPath.Triangle right
           
 
Constructor Summary
ShortestPath.TriEdge(ShortestPath.PointLink p0, ShortestPath.PointLink p1, ShortestPath.Triangle right)
          Neighbour triangle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p0

ShortestPath.PointLink p0

p1

ShortestPath.PointLink p1

right

ShortestPath.Triangle right
Constructor Detail

ShortestPath.TriEdge

public ShortestPath.TriEdge(ShortestPath.PointLink p0,
                            ShortestPath.PointLink p1,
                            ShortestPath.Triangle right)
Neighbour triangle.