Package gda.scan

Class ScanObject

java.lang.Object
gda.scan.ScanObject
All Implemented Interfaces:
IScanObject
Direct Known Subclasses:
ExplicitScanObject, ImplicitScanObject

public abstract class ScanObject extends Object implements IScanObject
Minimal base class to hold information about each object that will be scanned. The other methods defined in the new IScanObject interface are not defined to force derived concrete versions to implement them.