Class GeneralResamplingSearchRunnable

java.lang.Object
edu.pitt.dbmi.algo.resampling.task.GeneralResamplingSearchRunnable
All Implemented Interfaces:
Callable<Graph>

public class GeneralResamplingSearchRunnable extends Object implements Callable<Graph>
Mar 19, 2017 9:45:44 PM
Author:
Chirayu (Kong) Wongchokprasitti, PhD
  • Constructor Details

  • Method Details

    • getKnowledge

      public Knowledge getKnowledge()
      Returns:
      the background knowledge.
    • setKnowledge

      public void setKnowledge(Knowledge knowledge)
      Sets the background knowledge.
      Parameters:
      knowledge - the knowledge object, specifying forbidden and required edges.
    • getExternalGraph

      public Graph getExternalGraph()
    • setExternalGraph

      public void setExternalGraph(Graph externalGraph)
    • getOut

      public PrintStream getOut()
      Returns:
      the output stream that output (except for log output) should be sent to.
    • setOut

      public void setOut(PrintStream out)
      Sets the output stream that output (except for log output) should be sent to. By detault System.out.
    • call

      public Graph call()
      Specified by:
      call in interface Callable<Graph>
    • setScoreWrapper

      public void setScoreWrapper(ScoreWrapper scoreWrapper)