org.semanticweb.owl.inference
Class OWLReasonerManagerEvent

java.lang.Object
  extended by org.semanticweb.owl.inference.OWLReasonerManagerEvent

public class OWLReasonerManagerEvent
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jun-2008

Represents an event that is generated by an OWLReasonerManager.


Constructor Summary
OWLReasonerManagerEvent(OWLReasonerManager source)
          Constucts an OWLReasonerManagerEvent that describes the source of a reasoner manager event.
 
Method Summary
 OWLReasonerManager getSource()
          Gets the source of this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLReasonerManagerEvent

public OWLReasonerManagerEvent(OWLReasonerManager source)
Constucts an OWLReasonerManagerEvent that describes the source of a reasoner manager event.

Parameters:
source - The source of the event.
Method Detail

getSource

public OWLReasonerManager getSource()
Gets the source of this event.

Returns:
The OWLReasonerManager that represents the source of this event.