| Modifier and Type | Method and Description | 
|---|---|
protected abstract IVertex | 
AbstractDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
AssemblyLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
AssemblyLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
TypeLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
TypeLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
DeploymentLevelContextDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
DeploymentLevelComponentDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
DeploymentLevelOperationDependencyGraphBuilder.addVertex(DeployedOperation deployedOperation)  | 
protected IVertex | 
AbstractDependencyGraphBuilder.addVertexForEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResponseTimeDecorator.decorate(IVertex vertex,
        java.lang.Object object)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
NodeLabelMapper.apply(IVertex vertex)  | 
| Modifier and Type | Method and Description | 
|---|---|
IVertex | 
IGraph.addVertex(java.lang.Object id)  | 
IVertex | 
IGraph.addVertexIfAbsent(java.lang.Object id)  | 
IVertex | 
IEdge.getVertex(Direction direction)  | 
IVertex | 
IGraph.getVertex(java.lang.Object id)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Iterable<IVertex> | 
IGraph.getVertices()  | 
java.lang.Iterable<IVertex> | 
IVertex.getVertices(Direction direction)  | 
| 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)  | 
void | 
IGraph.removeVertex(IVertex vertex)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
AbstractTransformer.transformVertex(IVertex vertex)  | 
void | 
AbstractTransformer.visitVertex(IVertex vertex)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
BlueprintsTransformer.transformVertex(IVertex vertex)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Map<DotClusterAttribute,java.util.function.Function<IVertex,java.lang.String>> | 
DotExportConfiguration.clusterAttributes  | 
protected java.util.Map<DotNodeAttribute,java.util.function.Function<IVertex,java.lang.String>> | 
DotExportConfiguration.nodeAttributes  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<java.util.Map.Entry<DotClusterAttribute,java.util.function.Function<IVertex,java.lang.String>>> | 
DotExportConfiguration.getClusterAttributes()  | 
java.util.Set<java.util.Map.Entry<DotNodeAttribute,java.util.function.Function<IVertex,java.lang.String>>> | 
DotExportConfiguration.getNodeAttributes()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DotExportConfiguration.Builder.addClusterAttribute(DotClusterAttribute attribute,
                   java.util.function.Function<IVertex,java.lang.String> function)  | 
void | 
DotExportConfiguration.Builder.addNodeAttribute(DotNodeAttribute attribute,
                java.util.function.Function<IVertex,java.lang.String> function)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
GraphMLTransformer.transformVertex(IVertex vertex)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TopLevelFlattener.visitVertex(IVertex vertex)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.Map<java.lang.Object,IVertex> | 
GraphImpl.vertices  | 
| Modifier and Type | Method and Description | 
|---|---|
IVertex | 
GraphImpl.addVertex(java.lang.Object id)  | 
IVertex | 
GraphImpl.addVertexIfAbsent(java.lang.Object id)  | 
IVertex | 
GraphImpl.getVertex(java.lang.Object id)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Iterable<IVertex> | 
GraphImpl.getVertices()  | 
| 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)  | 
void | 
GraphImpl.removeVertex(IVertex vertex)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IVertexVisitor.visitVertex(IVertex vertex)  | 
Copyright 2020 Kieker Project, http://kieker-monitoring.net