| Package | Description |
|---|---|
| dataflow | |
| dataflow.model |
| Class and Description |
|---|
| DataFlowGraph
Graph representing the data flow within a single class.
|
| DataFlowMethod
DataFlow class representing a method inside a
DataFlowGraph. |
| DataFlowNode |
| NodeCall
Represents a call to a node (method, constructor or other code block).
|
| OwnedNode
Interface for
DataFlowGraph classes that own one or more DataFlowNodes. |
| Class and Description |
|---|
| DataFlowEdge
An edge inside a
DataFlowGraph representing a DataFlowNode influencing the state of another DataFlowNode. |
| DataFlowEdge.Builder
Builder to build
DataFlowEdge. |
| DataFlowGraph
Graph representing the data flow within a single class.
|
| DataFlowGraph.Builder
Builder to build
DataFlowGraph. |
| DataFlowMethod
DataFlow class representing a method inside a
DataFlowGraph. |
| DataFlowMethod.Builder
Builder to build
DataFlowMethod. |
| DataFlowNode |
| DataFlowNode.Builder
Builder to build
DataFlowNode. |
| NodeCall
Represents a call to a node (method, constructor or other code block).
|
| NodeCall.Builder
Builder to build
NodeCall. |
| NodeRepresenter
A class representing a
JavaParser Node. |
| NodeRepresenter.Builder
Builder to build
NodeRepresenter. |
| OwnedNode
Interface for
DataFlowGraph classes that own one or more DataFlowNodes. |
| OwnerNode |
| ParameterList
Represents the set of parameters from a
DataFlowMethod. |
| ParameterList.Builder
Builder to build
ParameterList. |
Copyright © 2019. All rights reserved.