Class NetworkCode
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.network.NetworkCode
-
- All Implemented Interfaces:
SodElement
,NetworkSubsetter
,Subsetter
public class NetworkCode extends java.lang.Object implements NetworkSubsetter
-
-
Constructor Summary
Constructors Constructor Description NetworkCode(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.NetworkAttrImpl attr)
java.lang.String
getCode()
-
-
-
Constructor Detail
-
NetworkCode
public NetworkCode(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.iris.Fissures.network.NetworkAttrImpl attr) throws java.lang.Exception
- Specified by:
accept
in interfaceNetworkSubsetter
- Throws:
java.lang.Exception
-
getCode
public java.lang.String getCode()
-
-