public class PlanPartition extends Object
| Constructor and Description | 
|---|
PlanPartition(HashSet<Long> P,
             HashSet<Long> R,
             HashSet<Long> I,
             HashSet<Long> Pnpc,
             ArrayList<Long> M,
             InterestingPoint[] Mext,
             boolean hasOuter)  | 
| Modifier and Type | Method and Description | 
|---|---|
HashSet<Long> | 
getExtConsumed()  | 
HashSet<Long> | 
getInputs()  | 
ArrayList<Long> | 
getMatPoints()  | 
InterestingPoint[] | 
getMatPointsExt()  | 
HashSet<Long> | 
getPartition()  | 
HashSet<Long> | 
getRoots()  | 
boolean | 
hasOuter()  | 
void | 
setMatPointsExt(InterestingPoint[] points)  | 
public InterestingPoint[] getMatPointsExt()
public void setMatPointsExt(InterestingPoint[] points)
public boolean hasOuter()
Copyright © 2021 The Apache Software Foundation. All rights reserved.