fcmodeler.pathbinder
Class SentenceService

java.lang.Object
  extended by fcmodeler.pathbinder.SentenceService

public class SentenceService
extends java.lang.Object


Constructor Summary
SentenceService()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void search(Gene ent1, Gene ent2)
           
 void searchEntities(Gene gene1, Gene gene2)
           
 void searchEntities(java.lang.String node1, java.lang.String node2)
          Method used to search for two String from CytoScape.
 void searchEntitiesByName(java.lang.String str1, java.lang.String str2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceService

public SentenceService()
Method Detail

search

public void search(Gene ent1,
                   Gene ent2)

main

public static void main(java.lang.String[] args)
Parameters:
args -

searchEntities

public void searchEntities(Gene gene1,
                           Gene gene2)

searchEntities

public void searchEntities(java.lang.String node1,
                           java.lang.String node2)
Method used to search for two String from CytoScape.

Parameters:
node1 -
node2 -

searchEntitiesByName

public void searchEntitiesByName(java.lang.String str1,
                                 java.lang.String str2)