Modifier and Type | Method and Description |
---|---|
IEdge |
IVertex.addEdge(IVertex inVertex) |
IEdge |
IVertex.addEdge(java.lang.Object id,
IVertex inVertex) |
IEdge |
IGraph.addEdge(java.lang.Object id,
IVertex outVertex,
IVertex inVertex) |
IEdge |
IVertex.addEdgeIfAbsent(java.lang.Object id,
IVertex inVertex) |
IEdge |
IGraph.addEdgeIfAbsent(java.lang.Object id,
IVertex outVertex,
IVertex inVertex) |
IEdge |
IGraph.getEdge(java.lang.Object id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEdge> |
IGraph.getEdges() |
java.lang.Iterable<IEdge> |
IVertex.getEdges(Direction direction) |
Modifier and Type | Method and Description |
---|---|
void |
IGraph.removeEdge(IEdge edge) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTransformer.transformEdge(IEdge edge) |
void |
AbstractTransformer.visitEdge(IEdge edge) |
Modifier and Type | Method and Description |
---|---|
protected void |
BlueprintsTransformer.transformEdge(IEdge edge) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<DotEdgeAttribute,java.util.function.Function<IEdge,java.lang.String>> |
DotExportConfiguration.edgeAttributes |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.util.Map.Entry<DotEdgeAttribute,java.util.function.Function<IEdge,java.lang.String>>> |
DotExportConfiguration.getEdgeAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
DotExportConfiguration.Builder.addEdgeAttribute(DotEdgeAttribute attribute,
java.util.function.Function<IEdge,java.lang.String> function) |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphMLTransformer.transformEdge(IEdge edge) |
Modifier and Type | Method and Description |
---|---|
void |
TopLevelFlattener.visitEdge(IEdge edge) |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,IEdge> |
GraphImpl.edges |
Modifier and Type | Method and Description |
---|---|
IEdge |
GraphImpl.addEdge(java.lang.Object id,
IVertex outVertex,
IVertex inVertex) |
protected IEdge |
GraphImpl.addEdgeChecked(java.lang.Object id,
IVertex outVertex,
IVertex inVertex) |
IEdge |
GraphImpl.addEdgeIfAbsent(java.lang.Object id,
IVertex outVertex,
IVertex inVertex) |
IEdge |
GraphImpl.getEdge(java.lang.Object id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEdge> |
GraphImpl.getEdges() |
Modifier and Type | Method and Description |
---|---|
void |
GraphImpl.removeEdge(IEdge edge) |
Modifier and Type | Method and Description |
---|---|
void |
IEdgeVisitor.visitEdge(IEdge edge) |
Copyright 2020 Kieker Project, http://kieker-monitoring.net