Package com.activeviam.copper
Class PointLocationSubCubePredicate
java.lang.Object
com.activeviam.copper.PointLocationSubCubePredicate
Predicate that tests whether the member of the
the given hierarchy with coordinates extracted by a given ILocation is granted (true) or
not (false).
It is the user's responsibility to make sure every evaluated locations belongs to the same scope and that these locations are not range locations.
-
Constructor Details
-
PointLocationSubCubePredicate
public PointLocationSubCubePredicate(IContext context, ILocation scope, IHierarchyInfo hierarchyInfo) Constructor.- Parameters:
context- the current context to retrieve the subcube fromscope- the scope of the queryhierarchyInfo- the hierarchy to look at
-
-
Method Details