SPeCS Packages Documentation
Preparing search index...
@specs-feup/coral
pipeline/analyze/construct/CfgGenerator
CfgGenerator
Class CfgGenerator
Represents a transformation that can be applied to the graph as a whole. See BaseGraph.Class.apply.
Implements
Transformation
<
BaseGraph
.
Class
,
ClavaFlowGraph
.
Class
>
Index
Constructors
constructor
Methods
apply
Constructors
constructor
new
CfgGenerator
(
instrumentation
:
Instrumentation
,
...
fns
:
FunctionJp
[]
,
)
:
CfgGenerator
Parameters
instrumentation
:
Instrumentation
...
fns
:
FunctionJp
[]
Returns
CfgGenerator
Methods
apply
apply
(
graph
:
BaseGraph
.
Class
)
:
ClavaFlowGraph
.
Class
Parameters
graph
:
BaseGraph
.
Class
Returns
ClavaFlowGraph
.
Class
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
apply
SPeCS Packages Documentation
Loading...
Represents a transformation that can be applied to the graph as a whole. See BaseGraph.Class.apply.