| Constructor and Description |
|---|
Edge(Edge e)
Copy constructor, creates a clone of a given edge.
|
Edge(QName l,
Node n)
Creates an instance with a label and a node.
|
Edge(String l,
Node n)
Creates an instance with a label and a node.
|
Edge(String ns,
String l,
Node n)
Creates an instance with a label and a node.
|
public Edge(Edge e)
e - the edgepublic Edge(QName l, Node n)
l - the labeln - the nodepublic Edge(String l, Node n)
l - the local name of the labeln - the nodeCopyright © 2017. All Rights Reserved.