public class VtreeOperations
extends java.lang.Object
| Constructor and Description |
|---|
VtreeOperations() |
| Modifier and Type | Method and Description |
|---|---|
static SDD |
apply(VtreeOperation op,
SDD sdd)
Performs the specified vtree operation on the specified sdd.
|
static boolean |
isApplicable(VtreeOperation op,
SDD sdd)
Indicates whether the specified vtree operation is applicable
on the specified SDD.
|
public static SDD apply(VtreeOperation op, SDD sdd)
op - the vtree operation to apply.sdd - the SDD upon which the operation should be applied.isApplicable(sdd.ope.VtreeOperation, sdd.SDD)public static boolean isApplicable(VtreeOperation op, SDD sdd)
op - the vtree operation that we are interested in.sdd - the SDD on which we want to apply the vtree operation.