Class OrientedSiteRule

    • Constructor Summary

      Constructors 
      Constructor Description
      OrientedSiteRule​(java.lang.String[] sites, char[] orientations)  
      OrientedSiteRule​(org.w3c.dom.Element config)  
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • OrientedSiteRule

        public OrientedSiteRule​(java.lang.String[] sites,
                                char[] orientations)
      • OrientedSiteRule

        public OrientedSiteRule​(org.w3c.dom.Element config)
    • 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)
        Specified by:
        acceptable in class SiteChannelRule