Class RelationshipPropertyEqualsCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.RelationshipPropertyEqualsCriteria
- All Implemented Interfaces:
Criteria,RelationshipPropertyCriteria
public abstract class RelationshipPropertyEqualsCriteria
extends Object
implements RelationshipPropertyCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
2019-12-02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RelationshipPropertyCriteriaVisitor<R> visitor) get(org.semanticweb.owlapi.model.OWLProperty property) abstract org.semanticweb.owlapi.model.OWLProperty
-
Constructor Details
-
RelationshipPropertyEqualsCriteria
public RelationshipPropertyEqualsCriteria()
-
-
Method Details
-
get
@Nonnull public static RelationshipPropertyEqualsCriteria get(@Nonnull org.semanticweb.owlapi.model.OWLProperty property) -
accept
- Specified by:
acceptin interfaceRelationshipPropertyCriteria
-
getProperty
@Nonnull public abstract org.semanticweb.owlapi.model.OWLProperty getProperty()
-