public class WrappedVertex extends Object implements VertexRef
Modifier and Type | Field and Description |
---|---|
boolean |
group |
String |
iconKey |
String |
id |
String |
ipAddr |
String |
label |
boolean |
locked |
String |
namespace |
Integer |
nodeID |
WrappedVertex |
parent |
boolean |
selected |
String |
styleName |
String |
tooltipText |
Integer |
x |
Integer |
y |
Modifier | Constructor and Description |
---|---|
|
WrappedVertex()
No-arg constructor for JAXB.
|
protected |
WrappedVertex(Vertex vertex) |
protected |
WrappedVertex(VertexRef vertex) |
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.
|
int |
compareTo(Ref o) |
static WrappedVertex |
create(Vertex vertex) |
boolean |
equals(Object obj) |
String |
getId()
An identifier unique to the provider that 'owns' this reference
|
String |
getLabel()
A human-readable label for the reference.
|
String |
getNamespace()
A string used to identify the provider this belongs to.
|
int |
hashCode() |
String |
toString() |
public String iconKey
public String id
public String ipAddr
public String label
public String namespace
public Integer nodeID
public String styleName
public String tooltipText
public Integer x
public Integer y
public boolean group
public boolean locked
public boolean selected
public WrappedVertex parent
public WrappedVertex()
protected WrappedVertex(VertexRef vertex)
protected WrappedVertex(Vertex vertex)
public static WrappedVertex create(Vertex vertex)
public void afterUnmarshal(Unmarshaller u, Object parent)
public String getId()
Ref
public String getNamespace()
Ref
getNamespace
in interface Ref
public String getLabel()
Ref
public int compareTo(Ref o)
compareTo
in interface Comparable<Ref>
Copyright © 2015. All rights reserved.