Class AnyAnnotationValueCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.AnyAnnotationValueCriteria
- All Implemented Interfaces:
AnnotationValueCriteria,Criteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
12 Jun 2018
Criteria that matches any annotation value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(AnnotationValueCriteriaVisitor<R> visitor) static AnyAnnotationValueCriteriaanyValue()A convenicen method that returns an instance ofAnyAnnotationPropertyCriteria.static AnyAnnotationValueCriteriaget()Methods 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.AnnotationValueCriteria
asCompositeAnnotationValueCriteria
-
Constructor Details
-
AnyAnnotationValueCriteria
public AnyAnnotationValueCriteria()
-
-
Method Details
-
get
-
anyValue
A convenicen method that returns an instance ofAnyAnnotationPropertyCriteria. -
accept
- Specified by:
acceptin interfaceAnnotationValueCriteria
-