public class WrappedEdge extends Object
Modifier and Type | Field and Description |
---|---|
String |
id |
String |
key |
String |
label |
String |
namespace |
WrappedVertex |
source |
WrappedVertex |
target |
String |
tooltipText |
Constructor and Description |
---|
WrappedEdge()
No-arg constructor for JAXB.
|
WrappedEdge(Edge edge,
WrappedVertex source,
WrappedVertex target) |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent)
This JAXB function is used to set the namespace since we expect it to be set in the parent object.
|
String |
toString() |
public String key
public String label
public String tooltipText
public WrappedVertex source
public WrappedVertex target
public String id
public String namespace
public WrappedEdge()
public WrappedEdge(Edge edge, WrappedVertex source, WrappedVertex target)
public void afterUnmarshal(Unmarshaller u, Object parent)
Copyright © 2017. All rights reserved.