Interface UnaryLogicalOp
- All Superinterfaces:
LogicalOperator
- All Known Implementing Classes:
LogicalOpBGPAdd,LogicalOpBGPOptAdd,LogicalOpBind,LogicalOpFilter,LogicalOpGlobalToLocal,LogicalOpGPAdd,LogicalOpGPOptAdd,LogicalOpLocalToGlobal,LogicalOpTPAdd,LogicalOpTPOptAdd
An interface for any type of
LogicalOperator that has
an arity of one; i.e., it is defined of as a function over one
multiset of solution mappings.-
Method Summary
Methods inherited from interface se.liu.ida.hefquin.engine.queryplan.logical.LogicalOperator
getExpectedVariables, getID, visit