Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PACKAGES

        public static final java.lang.String[] PACKAGES
    • Method Detail

      • acceptable

        public 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)
      • getRuleName

        public java.lang.String getRuleName()