| Package | Description |
|---|---|
| org.colomoto.mddlib.operators |
Default implementations of MDDOperator
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFlexibleOperator.MergeAction |
AbstractFlexibleOperator.ask(MDDManager ddmanager,
NodeRelation status,
int first,
int other)
if some cases need more info to be tested, put the ASKME value in the array t
and implement this complementary function.
|
static AbstractFlexibleOperator.MergeAction |
AbstractFlexibleOperator.MergeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFlexibleOperator.MergeAction[] |
AbstractFlexibleOperator.MergeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractFlexibleOperator.setAction(NodeRelation rel,
AbstractFlexibleOperator.MergeAction action)
Define the action applied for a given relation between the merged nodes.
|
| Constructor and Description |
|---|
AbstractFlexibleOperator(AbstractFlexibleOperator.MergeAction A_LL)
Create a new operator.
|
AbstractFlexibleOperator(AbstractFlexibleOperator.MergeAction A_LL,
boolean multipleMerge)
Create a new operator
|
Copyright © 2009–2020. All rights reserved.