Interface IMultiQueryReference
- All Known Subinterfaces:
IQueryReference
- All Known Implementing Classes:
AbstractTransitiveClosure, AggregatorConstraint, BinaryReflexiveTransitiveClosure, BinaryTransitiveClosure, LeftJoinConstraint, NegativePatternCall, PatternCallBasedDeferred, PatternMatchCounter, PositivePatternCall, RelationEvaluation, RepresentativeElectionConstraint
public interface IMultiQueryReference
A
PConstraint that implements this interface refers to a list of PQueries.- Since:
- 2.8
-
Method Summary
-
Method Details
-
getReferredQueries
Collection<PQuery> getReferredQueries()
-