Class RawPQuery
java.lang.Object
tools.refinery.interpreter.matchers.psystem.queries.BasePQuery
tools.refinery.store.query.interpreter.internal.pquery.RawPQuery
- All Implemented Interfaces:
PTraceable
,PQuery
,PQueryHeader
-
Nested Class Summary
Nested classes/interfaces inherited from interface tools.refinery.interpreter.matchers.psystem.queries.PQuery
PQuery.PQueryStatus
-
Field Summary
Fields inherited from class tools.refinery.interpreter.matchers.psystem.queries.BasePQuery
pProblems, status, visibility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAnnotation
(PAnnotation annotation) void
build()
void
setParameters
(List<PParameter> parameters) Methods inherited from class tools.refinery.interpreter.matchers.psystem.queries.BasePQuery
addError, checkMutability, ensureInitialized, getAllAnnotations, getAllReferredQueries, getAnnotationsByName, getDirectReferredQueries, getDisjunctBodies, getEvaluationHints, getFirstAnnotationByName, getParameterNames, getPositionOfParameter, getPProblems, getStatus, getTypeGuarantees, getVisibility, isMutable, publishedAs, setBodies, setEvaluationHints, setStatus, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface tools.refinery.interpreter.matchers.psystem.queries.PQueryHeader
getParameter, getSimpleName
-
Constructor Details
-
RawPQuery
-
RawPQuery
-
-
Method Details
-
getFullyQualifiedName
-
setParameters
-
addAnnotation
- Overrides:
addAnnotation
in classBasePQuery
-
getParameters
-
addBody
-
doGetContainedBodies
- Specified by:
doGetContainedBodies
in classBasePQuery
-
build
-