public class AbstractDomainVertex extends Object implements Vertex, NodeRefAware
GenericVertex
.
Can be extended by a domain specific vertex class.
It contains no data of it's own but operates on the data of it's wrapped GenericVertex
.Modifier and Type | Class and Description |
---|---|
static class |
AbstractDomainVertex.AbstractDomainVertexBuilder<T extends AbstractDomainElementBuilder> |
Modifier and Type | Field and Description |
---|---|
protected GenericVertex |
delegate |
Constructor and Description |
---|
AbstractDomainVertex(GenericVertex genericVertex) |
Modifier and Type | Method and Description |
---|---|
GenericVertex |
asGenericVertex() |
boolean |
equals(Object o) |
String |
getId() |
String |
getLabel() |
String |
getNamespace() |
NodeRef |
getNodeRef() |
VertexRef |
getVertexRef() |
int |
hashCode() |
String |
toString() |
protected final GenericVertex delegate
public AbstractDomainVertex(GenericVertex genericVertex)
public String getNamespace()
getNamespace
in interface Vertex
public VertexRef getVertexRef()
getVertexRef
in interface Vertex
public String getLabel()
public final GenericVertex asGenericVertex()
asGenericVertex
in interface Vertex
public NodeRef getNodeRef()
getNodeRef
in interface NodeRefAware
Copyright © 2021. All rights reserved.