Interface IQueryReference
-
- All Superinterfaces:
IMultiQueryReference
- All Known Implementing Classes:
AbstractTransitiveClosure
,AggregatorConstraint
,BinaryReflexiveTransitiveClosure
,BinaryTransitiveClosure
,NegativePatternCall
,PatternCallBasedDeferred
,PatternMatchCounter
,PositivePatternCall
public interface IQueryReference extends IMultiQueryReference
APConstraint
that implements this interface refers to aPQuery
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default java.util.List<PQuery>
getReferredQueries()
PQuery
getReferredQuery()
-
-
-
Method Detail
-
getReferredQuery
PQuery getReferredQuery()
-
getReferredQueries
default java.util.List<PQuery> getReferredQueries()
- Specified by:
getReferredQueries
in interfaceIMultiQueryReference
- Since:
- 2.8
-
-