public class RefinementRequest extends Object
| Constructor and Description |
|---|
RefinementRequest(Polygon polygon,
String refinerID,
String[] args,
InclusionType inclusion,
boolean not)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getArgs()
getter for the arguments of the refiner
|
InclusionType |
getInclusion()
getter for the inclusion property
|
Polygon |
getPolygon()
getter for the search-polygon property
|
String |
getRefinerID()
getter for the refiner ID property
|
boolean |
isNot()
getter for the not flag
|
void |
revertNot()
reverts the not property
|
void |
setArgs(String[] args)
setter for the arguments of the refiner
|
void |
setInclusion(InclusionType inclusion)
setter for the inclusion property
|
void |
setPolygon(Polygon polygon)
setter for the search-polygon property
|
void |
setRefinerID(String refinerID)
setter for the refiner ID property
|
String |
toString() |
public RefinementRequest(Polygon polygon, String refinerID, String[] args, InclusionType inclusion, boolean not)
refinerID - args - not - public void setRefinerID(String refinerID)
refinerID - public String getRefinerID()
public void setArgs(String[] args)
args - public String[] getArgs()
public void revertNot()
not - public boolean isNot()
public void setInclusion(InclusionType inclusion)
inclusion - propertypublic InclusionType getInclusion()
public void setPolygon(Polygon polygon)
the - search polygonpublic Polygon getPolygon()
Copyright © 2014. All Rights Reserved.