edu.iastate.metnet.hiveface
Interface GobiNode

All Known Implementing Classes:
GobiNodeImpl, GobiNodeImpl

public interface GobiNode

define the input parameter interface between hivemind and metnet service propose that all interfaces are defined here and the Jung graph library interfaces, this inteface specify the node parameter from gene gobi

Author:
Jie Li
See Also:
GraphExporter

Method Summary
 java.lang.String getEntityType()
          get the entity type of one node.
 java.lang.String getName()
          get the search string for one node
 

Method Detail

getName

java.lang.String getName()
get the search string for one node

Returns:
the search string for name, synonym and abbreviation

getEntityType

java.lang.String getEntityType()
get the entity type of one node. if null, search without considering entity type

Returns:
the entity type of node