public static class AbstractDomainEdge.AbstractDomainEdgeBuilder<T extends AbstractDomainElementBuilder<?>> extends AbstractDomainElementBuilder<T>
| Modifier and Type | Field and Description | 
|---|---|
protected VertexRef | 
source  | 
protected VertexRef | 
target  | 
properties| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractDomainEdgeBuilder()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
id(String id)  | 
T | 
source(String namespace,
      String vertexId)  | 
T | 
source(VertexRef source)  | 
T | 
target(String namespace,
      String vertexId)  | 
T | 
target(VertexRef target)  | 
label, namespace, propertypublic T id(String id)
id in class AbstractDomainElementBuilder<T extends AbstractDomainElementBuilder<?>>Copyright © 2021. All rights reserved.