Graph |
Graph.Builder.build() |
|
static Graph |
Graph.copyOf(AbstractGraph instance) |
|
Graph |
Graph.withDomainRangeAxioms(Iterable<? extends DomainRangeAxiom> elements) |
Copy the current immutable object with elements that replace the content of domainRangeAxioms.
|
Graph |
Graph.withDomainRangeAxioms(DomainRangeAxiom... elements) |
Copy the current immutable object with elements that replace the content of domainRangeAxioms.
|
Graph |
Graph.withEdges(Iterable<? extends Edge> elements) |
Copy the current immutable object with elements that replace the content of edges.
|
Graph |
Graph.withEdges(Edge... elements) |
Copy the current immutable object with elements that replace the content of edges.
|
Graph |
Graph.withEquivalentNodesSets(Iterable<? extends EquivalentNodesSet> elements) |
Copy the current immutable object with elements that replace the content of equivalentNodesSets.
|
Graph |
Graph.withEquivalentNodesSets(EquivalentNodesSet... elements) |
Copy the current immutable object with elements that replace the content of equivalentNodesSets.
|
Graph |
Graph.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
Graph |
Graph.withLbl(String value) |
Copy the current immutable object by setting a value for the lbl attribute.
|
Graph |
Graph.withLogicalDefinitionAxioms(Iterable<? extends LogicalDefinitionAxiom> elements) |
|
Graph |
Graph.withLogicalDefinitionAxioms(LogicalDefinitionAxiom... elements) |
|
Graph |
Graph.withMeta(Meta value) |
Copy the current immutable object by setting a value for the meta attribute.
|
Graph |
Graph.withNodes(Iterable<? extends Node> elements) |
Copy the current immutable object with elements that replace the content of nodes.
|
Graph |
Graph.withNodes(Node... elements) |
Copy the current immutable object with elements that replace the content of nodes.
|
Graph |
Graph.withPropertyChainAxioms(Iterable<? extends PropertyChainAxiom> elements) |
Copy the current immutable object with elements that replace the content of propertyChainAxioms.
|
Graph |
Graph.withPropertyChainAxioms(PropertyChainAxiom... elements) |
Copy the current immutable object with elements that replace the content of propertyChainAxioms.
|