public class AdmissibleAbstraction extends Object implements FeasibilityFunction
| Constructor and Description |
|---|
AdmissibleAbstraction(MorphismOptions options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(VF2State state,
int p,
int t)
Evaluates whether extending the given state by a candidate pair results in a partial mapping between
pattern and target Graph might still lead to a valid Morphism.
|
public AdmissibleAbstraction(MorphismOptions options)
options - A collection of options guiding how morphisms are computed.public boolean eval(VF2State state, int p, int t)
FeasibilityFunctioneval in interface FeasibilityFunctionstate - The current VF2State determining the partial Morphism computed so far.p - The new pattern candidate node that should be added to the morphism.t - The new target candidate node that should be added to the morphism.Copyright © 2019. All rights reserved.