SPeCS Packages Documentation
Preparing search index...
@specs-feup/coral
pipeline/analyze/regionck/ConstraintGenerator
ConstraintGenerator
Class ConstraintGenerator
Represents a transformation that can be applied to the graph as a whole. See BaseGraph.Class.apply.
Hierarchy (
View Summary
)
CoralTransformation
<
ConstraintGeneratorArgs
>
ConstraintGenerator
Index
Constructors
constructor
Properties
applier
Methods
apply
Constructors
constructor
new
ConstraintGenerator
(
args
:
ConstraintGeneratorArgs
)
:
ConstraintGenerator
Parameters
args
:
ConstraintGeneratorArgs
Returns
ConstraintGenerator
Properties
applier
applier
:
typeof
ConstraintGeneratorApplier
= ConstraintGeneratorApplier
Methods
apply
apply
(
graph
:
CoralGraph
.
Class
)
:
CoralGraph
.
Class
Parameters
graph
:
CoralGraph
.
Class
Returns
CoralGraph
.
Class
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
applier
Methods
apply
SPeCS Packages Documentation
Loading...
Represents a transformation that can be applied to the graph as a whole. See BaseGraph.Class.apply.