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