Class EntityAnnotationValuesAreNotDisjointCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.EntityAnnotationValuesAreNotDisjointCriteria
- All Implemented Interfaces:
Criteria,EntityMatchCriteria,RootCriteria
public abstract class EntityAnnotationValuesAreNotDisjointCriteria
extends Object
implements EntityMatchCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
12 Jun 2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RootCriteriaVisitor<R> visitor) get(AnnotationPropertyCriteria firstProperty, AnnotationPropertyCriteria secondProperty) abstract AnnotationPropertyCriteriaabstract AnnotationPropertyCriteriaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.stanford.protege.webprotege.criteria.RootCriteria
asCompositeRootCriteria
-
Constructor Details
-
EntityAnnotationValuesAreNotDisjointCriteria
public EntityAnnotationValuesAreNotDisjointCriteria()
-
-
Method Details
-
getFirstProperty
-
getSecondProperty
-
get
@Nonnull public static EntityAnnotationValuesAreNotDisjointCriteria get(@Nonnull AnnotationPropertyCriteria firstProperty, @Nonnull AnnotationPropertyCriteria secondProperty) -
accept
- Specified by:
acceptin interfaceRootCriteria
-