Class NetworkOR
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.LogicalSubsetter
-
- edu.sc.seis.sod.subsetter.network.NetworkLogicalSubsetter
-
- edu.sc.seis.sod.subsetter.network.NetworkOR
-
- All Implemented Interfaces:
SodElement
,NetworkSubsetter
,Subsetter
public final class NetworkOR extends NetworkLogicalSubsetter implements NetworkSubsetter
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.sod.subsetter.network.NetworkLogicalSubsetter
packages
-
Fields inherited from class edu.sc.seis.sod.subsetter.LogicalSubsetter
filterList
-
-
Constructor Summary
Constructors Constructor Description NetworkOR(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSuccess(StringTree[] reasons)
boolean
shouldContinue(StringTree result)
-
Methods inherited from class edu.sc.seis.sod.subsetter.network.NetworkLogicalSubsetter
accept, createSubsetter, getNetworkSubsetters, 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.network.NetworkSubsetter
accept
-
-
-
-
Constructor Detail
-
NetworkOR
public NetworkOR(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
shouldContinue
public boolean shouldContinue(StringTree result)
- Specified by:
shouldContinue
in classNetworkLogicalSubsetter
-
isSuccess
public boolean isSuccess(StringTree[] reasons)
- Specified by:
isSuccess
in classNetworkLogicalSubsetter
-
-