org.lexgrid.loader.processor.support
Interface RootNodeResolver<I>

All Superinterfaces:
org.springframework.batch.item.ItemProcessor<I,I>
All Known Implementing Classes:
AbstractRootNodeResolver, AbstractRrfRootNodeResolver, MetaRootNodeResolver, UmlsRootNodeResolver

public interface RootNodeResolver<I>
extends org.springframework.batch.item.ItemProcessor<I,I>

The Interface RootNodeResolver.

Author:
Kevin Peterson

Method Summary
 boolean isRootNode(I item)
          Checks if is root node.
 
Methods inherited from interface org.springframework.batch.item.ItemProcessor
process
 

Method Detail

isRootNode

boolean isRootNode(I item)
Checks if is root node.

Parameters:
item - the item
Returns:
true, if is root node

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.