Class StationAND
java.lang.Object
edu.sc.seis.sod.subsetter.LogicalSubsetter
edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
edu.sc.seis.sod.subsetter.station.StationAND
- All Implemented Interfaces:
SodElement
,StationSubsetter
,Subsetter
-
Field Summary
Fields inherited from class edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
packages
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isSuccess
(StringTree[] reasons) boolean
shouldContinue
(StringTree result) Methods inherited from class edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
accept, createSubsetter, getPackages, getSubsetter
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
getSubsetters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.sc.seis.sod.subsetter.station.StationSubsetter
accept
-
Constructor Details
-
StationAND
- Throws:
ConfigurationException
-
-
Method Details
-
shouldContinue
- Specified by:
shouldContinue
in classStationLogicalSubsetter
-
isSuccess
- Specified by:
isSuccess
in classStationLogicalSubsetter
-