Uses of Interface
cz.cvut.kbss.jopa.ic.api.ObjectParticipationConstraint
Packages that use ObjectParticipationConstraint
-
Uses of ObjectParticipationConstraint in cz.cvut.kbss.jopa.ic.api
Methods in cz.cvut.kbss.jopa.ic.api that return ObjectParticipationConstraintModifier and TypeMethodDescriptionIntegrityConstraintFactory.MaxObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int card) IntegrityConstraintFactory.MinObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int card) IntegrityConstraintFactory.ObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int min, int max) Methods in cz.cvut.kbss.jopa.ic.api with parameters of type ObjectParticipationConstraintModifier and TypeMethodDescriptionvoidIntegrityConstraintVisitor.visit(ObjectParticipationConstraint cpc) -
Uses of ObjectParticipationConstraint in cz.cvut.kbss.jopa.ic.impl
Methods in cz.cvut.kbss.jopa.ic.impl that return ObjectParticipationConstraintModifier and TypeMethodDescriptionIntegrityConstraintFactoryImpl.MaxObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int card) IntegrityConstraintFactoryImpl.MinObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int card) IntegrityConstraintFactoryImpl.ObjectParticipationConstraint(org.semanticweb.owlapi.model.OWLClass s, org.semanticweb.owlapi.model.OWLObjectProperty p, org.semanticweb.owlapi.model.OWLClass o, int min, int max)