prolog.treeview
Class StatementResult

java.lang.Object
  |
  +--prolog.treeview.StatementResult

public class StatementResult
extends java.lang.Object


Field Summary
protected  IFactList result
           
protected  java.lang.String title
           
 
Constructor Summary
StatementResult()
           
 
Method Summary
 IFactList getResult()
           
 java.lang.String getTitle()
           
 void setResult(IFactList l)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

title

protected java.lang.String title

result

protected IFactList result
Constructor Detail

StatementResult

public StatementResult()
Method Detail

getResult

public IFactList getResult()

setResult

public void setResult(IFactList l)

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()