| Modifier and Type | Method and Description |
|---|---|
EdgeLabelMaker |
EdgeLabelMaker.directed()
Configures the label to be directed.
|
EdgeLabelMaker |
SchemaManager.makeEdgeLabel(String name)
Returns a
EdgeLabelMaker instance to define a new EdgeLabel with the given name. |
EdgeLabelMaker |
EdgeLabelMaker.multiplicity(Multiplicity multiplicity)
Sets the multiplicity of this label.
|
EdgeLabelMaker |
EdgeLabelMaker.signature(PropertyKey... types) |
EdgeLabelMaker |
EdgeLabelMaker.unidirected()
Configures the label to be unidirected.
|
| Modifier and Type | Method and Description |
|---|---|
default EdgeLabel |
DefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory)
Creates a new edge label with default settings against the provided
EdgeLabelMaker. |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabelMaker |
ManagementSystem.makeEdgeLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabelMaker |
TitanBlueprintsGraph.makeEdgeLabel(String name) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabelMaker |
StandardTitanTx.makeEdgeLabel(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEdgeLabelMaker |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
DisableDefaultSchemaMaker.makeEdgeLabel(EdgeLabelMaker factory) |
Copyright © 2012–2015. All rights reserved.