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

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.inference.protegeowl.log.ReasonerLogRecord
      extended byedu.stanford.smi.protegex.owl.inference.protegeowl.log.MessageLogRecord
          extended byedu.stanford.smi.protegex.owl.inference.protegeowl.log.WarningMessageLogRecord
All Implemented Interfaces:
ListCellRenderer, TreeCellRenderer

public class WarningMessageLogRecord
extends MessageLogRecord

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 13, 2004

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


Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.log.MessageLogRecord
 
Fields inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.log.ReasonerLogRecord
 
Constructor Summary
WarningMessageLogRecord(RDFResource cause, String message, ReasonerLogRecord parent)
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.log.MessageLogRecord
getCause, getHTMLMessage, getJLabel, getListCellRendererComponent, getMessage, getTreeCellRendererComponent
 
Methods inherited from class edu.stanford.smi.protegex.owl.inference.protegeowl.log.ReasonerLogRecord
getParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningMessageLogRecord

public WarningMessageLogRecord(RDFResource cause,
                               String message,
                               ReasonerLogRecord parent)