Package edu.sc.seis.sod.channelGroup
Class Rule
- java.lang.Object
-
- edu.sc.seis.sod.channelGroup.Rule
-
public class Rule extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
PACKAGES
-
Constructor Summary
Constructors Constructor Description Rule(org.w3c.dom.Element config, java.lang.String ruleName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<edu.sc.seis.fissuresUtil.hibernate.ChannelGroup>
acceptable(java.util.List<edu.iris.Fissures.network.ChannelImpl> chanList, java.util.List<edu.iris.Fissures.network.ChannelImpl> failures)
java.lang.String
getRuleName()
-
-
-
Constructor Detail
-
Rule
public Rule(org.w3c.dom.Element config, java.lang.String ruleName) throws ConfigurationException
- Throws:
ConfigurationException
-
-