fcmodeler.pathbinder
Class HiddenLink

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

public class HiddenLink
extends java.lang.Object

Author:
Jing Ding fcmodeler.pathbinder MetNet

Nested Class Summary
static class HiddenLink.Link
           
 
Constructor Summary
HiddenLink(MySqlConnector db, PathBinder pb)
           
 
Method Summary
 javax.swing.ListModel findHiddenLink(Entity[] As, Entity[] Cs)
           
 PbSentence[] getAB(HiddenLink.Link B, Entity[] As)
           
 PbSentence[] getBC(HiddenLink.Link B, Entity[] Cs)
           
 boolean isFilterUsed()
           
 PathBinder pathBinder()
           
 void useFilter(PmidFilter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenLink

public HiddenLink(MySqlConnector db,
                  PathBinder pb)
           throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

useFilter

public void useFilter(PmidFilter f)

isFilterUsed

public boolean isFilterUsed()

findHiddenLink

public javax.swing.ListModel findHiddenLink(Entity[] As,
                                            Entity[] Cs)
                                     throws java.sql.SQLException
Throws:
java.sql.SQLException

pathBinder

public PathBinder pathBinder()

getAB

public PbSentence[] getAB(HiddenLink.Link B,
                          Entity[] As)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getBC

public PbSentence[] getBC(HiddenLink.Link B,
                          Entity[] Cs)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException