org.semanticweb.owl.profiles
Class OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom

java.lang.Object
  extended by org.semanticweb.owl.profiles.ConstructNotAllowed<A>
      extended by org.semanticweb.owl.profiles.AxiomNotAllowed
          extended by org.semanticweb.owl.profiles.OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom
Enclosing class:
OWL2Profile

public class OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom
extends AxiomNotAllowed


Constructor Summary
OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom(OWLAxiom construct, java.util.Set<OWLObjectPropertyExpression> properties)
           
 
Method Summary
 java.util.Set<OWLObjectPropertyExpression> getProperties()
           
 
Methods inherited from class org.semanticweb.owl.profiles.ConstructNotAllowed
getCause, getConstruct, getReason, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom

public OWL2Profile.NonSimplePropertyInDisjointPropertiesAxiom(OWLAxiom construct,
                                                              java.util.Set<OWLObjectPropertyExpression> properties)
Method Detail

getProperties

public java.util.Set<OWLObjectPropertyExpression> getProperties()