public interface IValueExpressionMetadata
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
getConsumedVars()
Return the set of variables that will be used by this constraint to
determine which solutions will continue on through the pipeline and which
will be filtered out.
|
INeedsMaterialization |
getMaterializationRequirement()
Return the materialization requirement for this filter.
|
Set<IVariable<?>> getConsumedVars()
INeedsMaterialization getMaterializationRequirement()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.