Class IsGroupable
java.lang.Object
edu.sc.seis.sod.subsetter.channel.IsGroupable
- All Implemented Interfaces:
SodElement
,ChannelSubsetter
,Subsetter
public class IsGroupable extends java.lang.Object implements ChannelSubsetter
-
Constructor Summary
Constructors Constructor Description IsGroupable(org.w3c.dom.Element config)
-
Method Summary
Modifier and Type Method Description StringTree
accept(edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel, NetworkSource network)
ChannelGrouper
getChannelGrouper()
-
Constructor Details
-
IsGroupable
public IsGroupable(org.w3c.dom.Element config)
-
-
Method Details
-
accept
public StringTree accept(edu.sc.seis.seisFile.fdsnws.stationxml.Channel channel, NetworkSource network) throws java.lang.Exception- Specified by:
accept
in interfaceChannelSubsetter
- Throws:
java.lang.Exception
-
getChannelGrouper
-