Interface ParticipationConstraint<P extends org.semanticweb.owlapi.model.OWLProperty,O extends org.semanticweb.owlapi.model.OWLObject>

All Superinterfaces:
IntegrityConstraint
All Known Subinterfaces:
DataParticipationConstraint, ObjectParticipationConstraint

public interface ParticipationConstraint<P extends org.semanticweb.owlapi.model.OWLProperty,O extends org.semanticweb.owlapi.model.OWLObject> extends IntegrityConstraint
  • Method Details

    • getSubject

      org.semanticweb.owlapi.model.OWLClass getSubject()
    • getPredicate

      P getPredicate()
    • getObject

      O getObject()
    • getMin

      int getMin()
    • getMax

      int getMax()