Class LogicalOpGlobalToLocal
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOperatorBase
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpGlobalToLocal
- All Implemented Interfaces:
LogicalOperator
,UnaryLogicalOp
-
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOperatorBase
id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExpectedVariables
(ExpectedVariables... inputVars) Returns the variables that can be expected in the solution mappings produced by this operator if the input(s) to this operator contain solutions mappings with the given set(s) of variables.toString()
void
visit
(LogicalPlanVisitor visitor) Methods inherited from class se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOperatorBase
getID
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.logical.LogicalOperator
getID
-
Field Details
-
vocabularyMapping
-
-
Constructor Details
-
LogicalOpGlobalToLocal
-
-
Method Details
-
getExpectedVariables
Description copied from interface:LogicalOperator
Returns the variables that can be expected in the solution mappings produced by this operator if the input(s) to this operator contain solutions mappings with the given set(s) of variables. The number ofExpectedVariables
objects passed to this method must be in line with the degree of this operator (e.g., for a unary operator, exactly one such object must be passed).- Specified by:
getExpectedVariables
in interfaceLogicalOperator
-
visit
- Specified by:
visit
in interfaceLogicalOperator
-
toString
-
getVocabularyMapping
-