public class FilterSpecPlanPath extends Object
Modifier and Type | Field and Description |
---|---|
static FilterSpecPlanPath[] |
EMPTY_ARRAY |
static EPTypeClass |
EPTYPE |
static EPTypeClass |
EPTYPEARRAY |
Constructor and Description |
---|
FilterSpecPlanPath() |
FilterSpecPlanPath(FilterSpecPlanPathTriplet[] triplets) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
getPathNegate() |
FilterSpecPlanPathTriplet[] |
getTriplets() |
boolean |
hasTripletControl() |
void |
setPathNegate(ExprEvaluator pathNegate) |
void |
setTriplets(FilterSpecPlanPathTriplet[] triplets) |
public static final EPTypeClass EPTYPE
public static final EPTypeClass EPTYPEARRAY
public static final FilterSpecPlanPath[] EMPTY_ARRAY
public FilterSpecPlanPath()
public FilterSpecPlanPath(FilterSpecPlanPathTriplet[] triplets)
public void setTriplets(FilterSpecPlanPathTriplet[] triplets)
public ExprEvaluator getPathNegate()
public void setPathNegate(ExprEvaluator pathNegate)
public FilterSpecPlanPathTriplet[] getTriplets()
public boolean hasTripletControl()
Copyright © 2005–2022. All rights reserved.