Package edu.sc.seis.sod.subsetter.origin
Class Contributor
java.lang.Object
edu.sc.seis.sod.subsetter.origin.Contributor
- All Implemented Interfaces:
SodElement
,OriginSubsetter
,Subsetter
This tag is used to specify the value of the catalog.
<contributor><value>NEIC</value></contributor>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.event.EventAttrImpl eventAttr, edu.iris.Fissures.event.OriginImpl origin) returns true if the contributor of the origin is same as the corresponding contributor specified in the configuration file.returns the contributor.
-
Constructor Details
-
Contributor
-
-
Method Details
-
accept
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent event, edu.iris.Fissures.event.EventAttrImpl eventAttr, edu.iris.Fissures.event.OriginImpl origin) returns true if the contributor of the origin is same as the corresponding contributor specified in the configuration file.- Specified by:
accept
in interfaceOriginSubsetter
-
getContributor
returns the contributor.
-