Package tools.refinery.store.query.view
Class KeyOnlyView<T>
java.lang.Object
tools.refinery.store.query.view.SymbolView<T>
tools.refinery.store.query.view.TuplePreservingView<T>
tools.refinery.store.query.view.KeyOnlyView<T>
- All Implemented Interfaces:
Constraint
,AnySymbolView
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class tools.refinery.store.query.view.TuplePreservingView
canIndexSlot, forwardMap, forwardMap, get, getAdjacent, getParameters
Methods inherited from class tools.refinery.store.query.view.SymbolView
filter, getAll, getSymbol, getViewName, name, toReferenceString, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface tools.refinery.store.query.view.AnySymbolView
getFunctionalDependencies, getImpliedRelationViews
Methods inherited from interface tools.refinery.logic.Constraint
aggregateBy, aggregateBy, arity, call, call, call, callTransitive, count, count, equals, getReduction, invalidIndex, leftJoinBy, leftJoinBy
-
Field Details
-
VIEW_NAME
- See Also:
-
-
Constructor Details
-
KeyOnlyView
-
-
Method Details
-
doFilter
- Specified by:
doFilter
in classSymbolView<T>
-
equals
- Overrides:
equals
in classTuplePreservingView<T>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTuplePreservingView<T>
-