edu.buffalo.nsf.xmlcqa.graph
Class Edge
java.lang.Object
edu.buffalo.nsf.xmlcqa.graph.Edge
- public final class Edge
- extends java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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)
register
public void register()
toString
public java.lang.String toString()
unregister
public void unregister()
willCauseCloning
public boolean willCauseCloning()