Class StationLogicalSubsetter
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.LogicalSubsetter
-
- edu.sc.seis.sod.subsetter.station.StationLogicalSubsetter
-
- All Implemented Interfaces:
SodElement
,Subsetter
- Direct Known Subclasses:
StationAND
,StationNOT
,StationOR
,StationXOR
public abstract class StationLogicalSubsetter extends LogicalSubsetter
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<java.lang.String>
packages
-
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
-
-
Constructor Summary
Constructors Constructor Description StationLogicalSubsetter(org.w3c.dom.Element config)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.StationImpl sta, NetworkSource network)
static StationSubsetter
createSubsetter(Subsetter s)
java.util.List<java.lang.String>
getPackages()
protected Subsetter
getSubsetter(Subsetter s)
abstract boolean
isSuccess(StringTree[] reasons)
abstract boolean
shouldContinue(StringTree result)
-
Methods inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
getSubsetters
-
-
-
-
Constructor Detail
-
StationLogicalSubsetter
public StationLogicalSubsetter(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
getPackages
public java.util.List<java.lang.String> getPackages()
- Specified by:
getPackages
in classLogicalSubsetter
-
getSubsetter
protected Subsetter getSubsetter(Subsetter s) throws ConfigurationException
- Specified by:
getSubsetter
in classLogicalSubsetter
- Throws:
ConfigurationException
-
accept
public StringTree accept(edu.iris.Fissures.network.StationImpl sta, NetworkSource network) throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldContinue
public abstract boolean shouldContinue(StringTree result)
-
isSuccess
public abstract boolean isSuccess(StringTree[] reasons)
-
createSubsetter
public static StationSubsetter createSubsetter(Subsetter s) throws ConfigurationException
- Throws:
ConfigurationException
-
-