org.lexgrid.loader.umls.reader.support
Class AbstractSabSkippingPolicy<I>

java.lang.Object
  extended by org.lexgrid.loader.umls.reader.support.AbstractSabSkippingPolicy<I>
All Implemented Interfaces:
SkipPolicy<I>
Direct Known Subclasses:
MrdefSabSkipPolicy, MrrelSabSkipPolicy, MrsatSkipPolicy

public abstract class AbstractSabSkippingPolicy<I>
extends java.lang.Object
implements SkipPolicy<I>

The Class AbstractSabSkippingPolicy.

Author:
Kevin Peterson

Constructor Summary
AbstractSabSkippingPolicy()
           
 
Method Summary
 java.lang.String getSab()
          Gets the sab.
abstract  java.lang.String getSab(I item)
          Gets the sab.
 void setSab(java.lang.String sab)
          Sets the sab.
 boolean toSkip(I item)
          To skip.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSabSkippingPolicy

public AbstractSabSkippingPolicy()
Method Detail

toSkip

public boolean toSkip(I item)
Description copied from interface: SkipPolicy
To skip.

Specified by:
toSkip in interface SkipPolicy<I>
Parameters:
item - the item
Returns:
true, if successful

getSab

public abstract java.lang.String getSab(I item)
Gets the sab.

Parameters:
item - the item
Returns:
the sab

getSab

public java.lang.String getSab()
Gets the sab.

Returns:
the sab

setSab

public void setSab(java.lang.String sab)
Sets the sab.

Parameters:
sab - the new sab

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.