[all packages] [package ] [class hierarchy] [index]

public class Graph0UTurnR

(source file: Graph0UTurnR.java)
java.lang.Object
   |
   +----Drawable
           |
           +----Graph0
                   |
                   +----Graph0UTurnR

The pure class interface.
public class Graph0UTurnR
  extends Graph0
A graph with an empty source interface, and a target interface split into two equal-sized interfaces. The graph is drawn by drawing a `uturn' which looks like an inverted C.


Constuctor Index

O Graph0UTurnR(Constraints, Interface, Interface, Interface)
Create a U-turn graph (the three interfaces should have the same size).

Methods

O draw(Drawer)

Constructors

O Graph0UTurnR
public Graph0UTurnR(Constraints C,
                    Interface botI,
                    Interface horizI,
                    Interface topI);
Create a U-turn graph (the three interfaces should have the same size).

Parameters:
C - the constraint set.
botI - the lower target interface.
horizI - an interface of horizontal variables, which determines where the left of the U-turn is.
topI - the upper target interface.

Methods

O draw
public void draw(Drawer d);


[all packages] [package ] [class hierarchy] [index]
Graph0UTurnR.html