Protégé-OWL 3.4

edu.stanford.smi.protegex.owl.swrl.bridge.impl
Class OWLPropertyAssertionAxiomImpl

java.lang.Object
  extended by edu.stanford.smi.protegex.owl.swrl.bridge.impl.OWLPropertyAssertionAxiomImpl
All Implemented Interfaces:
OWLAxiom, OWLObject, OWLPropertyAssertionAxiom
Direct Known Subclasses:
OWLClassPropertyAssertionAxiomImpl, OWLDatatypePropertyAssertionAxiomImpl, OWLObjectPropertyAssertionAxiomImpl, OWLPropertyPropertyAssertionAxiomImpl

public abstract class OWLPropertyAssertionAxiomImpl
extends Object
implements OWLPropertyAssertionAxiom


Constructor Summary
OWLPropertyAssertionAxiomImpl(OWLIndividual subject, OWLProperty property)
           
 
Method Summary
 boolean equals(Object obj)
           
 OWLProperty getProperty()
           
 OWLIndividual getSubject()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.stanford.smi.protegex.owl.swrl.bridge.OWLObject
write2OWL
 

Constructor Detail

OWLPropertyAssertionAxiomImpl

public OWLPropertyAssertionAxiomImpl(OWLIndividual subject,
                                     OWLProperty property)
Method Detail

getSubject

public OWLIndividual getSubject()
Specified by:
getSubject in interface OWLPropertyAssertionAxiom

getProperty

public OWLProperty getProperty()
Specified by:
getProperty in interface OWLPropertyAssertionAxiom

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Protégé-OWL 3.4

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.