public class TransformationParams
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TransformationParams |
create()
Returns a new TransformationParams instance which is a child of the
default TransformationParams.
|
static TransformationParams |
getDefaults()
Returns the default transformation parameters.
|
boolean |
getInjectiveMatches()
Returns the "injective matches" parameter.
|
TransformationParams |
newChild()
Returns a new TransformationParams object which is a child of this
TransformationParams object.
|
void |
resetInjectiveMatches()
Resets the "injective matches" parameter.
|
void |
setInjectiveMatches(boolean im)
Sets the "injective matches" parameter.
|
public TransformationParams newChild()
public void setInjectiveMatches(boolean im)
im
- new value of the "injective matches" parameter.public void resetInjectiveMatches()
public boolean getInjectiveMatches()
public static TransformationParams getDefaults()
public static TransformationParams create()