edu.sc.seis.sod.subsetter.network
Class NetworkCode

java.lang.Object
  extended by edu.sc.seis.sod.subsetter.network.NetworkCode
All Implemented Interfaces:
SodElement, NetworkSubsetter, Subsetter

public class NetworkCode
extends java.lang.Object
implements NetworkSubsetter


Constructor Summary
NetworkCode(org.w3c.dom.Element config)
           
 
Method Summary
 StringTree accept(NetworkAttrImpl attr)
           
 java.lang.String getCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkCode

public NetworkCode(org.w3c.dom.Element config)
            throws ConfigurationException
Throws:
ConfigurationException
Method Detail

accept

public StringTree accept(NetworkAttrImpl attr)
                  throws java.lang.Exception
Specified by:
accept in interface NetworkSubsetter
Throws:
java.lang.Exception

getCode

public java.lang.String getCode()