edu.buffalo.nsf.xmlcqa.graph
Class Edge

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.graph.Edge

public final class Edge
extends java.lang.Object


Field Summary
 NodeCollector child
           
static int DEL
           
 Edge domain
           
 DTD dtd
           
 Vertex from
           
static int INS
           
 Edge nextIn
           
 Edge nextOut
           
 int op
           
 boolean registered
           
static int REP
           
 Tag t
           
 Vertex to
           
 
Constructor Summary
Edge(Vertex from, NodeCollector child, Vertex to, Edge nextIn)
           
Edge(Vertex from, Tag t, DTD dtd, Vertex to, Edge nextIn)
           
Edge(Vertex from, Vertex to)
           
Edge(Vertex from, Vertex to, Edge nextIn)
           
 
Method Summary
 void register()
           
 java.lang.String toString()
           
 void unregister()
           
 boolean willCauseCloning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

child

public NodeCollector child

DEL

public static final int DEL
See Also:
Constant Field Values

domain

public Edge domain

dtd

public DTD dtd

from

public Vertex from

INS

public static final int INS
See Also:
Constant Field Values

nextIn

public Edge nextIn

nextOut

public Edge nextOut

op

public int op

registered

public boolean registered

REP

public static final int REP
See Also:
Constant Field Values

t

public Tag t

to

public Vertex to
Constructor Detail

Edge

public Edge(Vertex from,
            NodeCollector child,
            Vertex to,
            Edge nextIn)

Edge

public Edge(Vertex from,
            Tag t,
            DTD dtd,
            Vertex to,
            Edge nextIn)

Edge

public Edge(Vertex from,
            Vertex to)

Edge

public Edge(Vertex from,
            Vertex to,
            Edge nextIn)
Method Detail

register

public void register()

toString

public java.lang.String toString()

unregister

public void unregister()

willCauseCloning

public boolean willCauseCloning()