Package | Description |
---|---|
de.uni_due.inf.ti.graph |
Modifier and Type | Field and Description |
---|---|
protected TransformationParams |
Rule.params |
Modifier and Type | Method and Description |
---|---|
static TransformationParams |
TransformationParams.create()
Returns a new TransformationParams instance which is a child of the
default TransformationParams.
|
static TransformationParams |
TransformationParams.getDefaults()
Returns the default transformation parameters.
|
TransformationParams |
TransformationSystem.getTransformationParams()
Returns the transformation parameters for this transformation system.
|
TransformationParams |
Rule.getTransformationParams()
Returns the transformation parameters used by this rule.
|
TransformationParams |
TransformationParams.newChild()
Returns a new TransformationParams object which is a child of this
TransformationParams object.
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.setTransformationParams(TransformationParams params)
Sets the transformation parameters for this rule.
|
Constructor and Description |
---|
NacRule(Morphism corr,
TransformationParams params)
Creates a new NacRule with a reference to an existing parameter set.
|
Rule(Morphism corr,
TransformationParams params)
Constructs a new rule with given transformation parameters.
|