Class AllValidAdornments
- java.lang.Object
-
- org.eclipse.viatra.query.runtime.localsearch.matcher.integration.AllValidAdornments
-
- All Implemented Interfaces:
IAdornmentProvider
public class AllValidAdornments extends java.lang.Object implements IAdornmentProvider
This implementation calculates all valid adornments for the given query, respecting the parameter direction constraints.- Since:
- 1.5
-
-
Constructor Summary
Constructors Constructor Description AllValidAdornments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<java.util.Set<PParameter>>
getAdornments(PQuery query)
The bound parameter sets
-
-
-
Method Detail
-
getAdornments
public java.lang.Iterable<java.util.Set<PParameter>> getAdornments(PQuery query)
Description copied from interface:IAdornmentProvider
The bound parameter sets- Specified by:
getAdornments
in interfaceIAdornmentProvider
-
-