edu.stanford.smi.protegex.owl.inference.protegeowl.log
Class ReasonerLogRecord

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.inference.protegeowl.log.ReasonerLogRecord
All Implemented Interfaces:
ListCellRenderer, TreeCellRenderer
Direct Known Subclasses:
DefaultConceptConsistencyLogRecord, DIGErrorExceptionLogRecord, MessageLogRecord, OWLInstanceLogRecord

public abstract class ReasonerLogRecord
extends Object
implements ListCellRenderer, TreeCellRenderer

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Aug 23, 2004

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
private  ReasonerLogRecord parent
           
 
Constructor Summary
ReasonerLogRecord(ReasonerLogRecord parent)
           
 
Method Summary
 ReasonerLogRecord getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListCellRenderer
getListCellRendererComponent
 
Methods inherited from interface javax.swing.tree.TreeCellRenderer
getTreeCellRendererComponent
 

Field Detail

parent

private ReasonerLogRecord parent
Constructor Detail

ReasonerLogRecord

public ReasonerLogRecord(ReasonerLogRecord parent)
Method Detail

getParent

public ReasonerLogRecord getParent()