public class SimulScanGroup extends SimulScanElement
Modifier and Type | Field and Description |
---|---|
protected List<SimulScanRegion> |
regions |
data, name, number
Modifier | Constructor and Description |
---|---|
protected |
SimulScanGroup() |
protected |
SimulScanGroup(String name,
Object data,
int number) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addProcessedRegion(SimulScanRegion region) |
Object |
getData()
Returns additional processed data as an object of type Object
|
List<SimulScanRegion> |
getRegions()
Returns a list of SimulScanRegion objects that represents a collection of processed regions
that are contained within the group
|
getElementNumber, getName
protected List<SimulScanRegion> regions
public List<SimulScanRegion> getRegions()
protected boolean addProcessedRegion(SimulScanRegion region)
public Object getData()
getData
in class SimulScanElement