public abstract class AbstractDomainEdge extends Object implements Edge
GenericEdge.
 Can be extended by a domain specific edge class.
 It contains no data of it's own but operates on the data of it's wrapped GenericEdge.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractDomainEdge.AbstractDomainEdgeBuilder<T extends AbstractDomainElementBuilder<?>>  | 
| Modifier and Type | Field and Description | 
|---|---|
protected GenericEdge | 
delegate  | 
| Constructor and Description | 
|---|
AbstractDomainEdge(GenericEdge genericEdge)  | 
| Modifier and Type | Method and Description | 
|---|---|
GenericEdge | 
asGenericEdge()  | 
boolean | 
equals(Object o)  | 
String | 
getId()  | 
String | 
getLabel()  | 
String | 
getNamespace()  | 
VertexRef | 
getSource()  | 
VertexRef | 
getTarget()  | 
int | 
hashCode()  | 
protected final GenericEdge delegate
public AbstractDomainEdge(GenericEdge genericEdge)
public String getNamespace()
getNamespace in interface Edgepublic GenericEdge asGenericEdge()
asGenericEdge in interface Edgepublic String getLabel()
Copyright © 2020. All rights reserved.