Uses of Interface
edu.stanford.protege.webprotege.criteria.AnnotationPropertyCriteria
-
Uses of AnnotationPropertyCriteria in edu.stanford.protege.webprotege.criteria
Classes in edu.stanford.protege.webprotege.criteria that implement AnnotationPropertyCriteriaModifier and TypeClassDescriptionclassMatthew Horridge Stanford Center for Biomedical Informatics Research 11 Jun 2018 Criteria for matching any annotation propertyclassMatthew Horridge Stanford Center for Biomedical Informatics Research 11 Jun 2018Methods in edu.stanford.protege.webprotege.criteria that return AnnotationPropertyCriteriaModifier and TypeMethodDescriptionabstract AnnotationPropertyCriteriaAnnotationComponentsCriteria.getAnnotationPropertyCriteria()abstract AnnotationPropertyCriteriaEntityAnnotationValuesAreNotDisjointCriteria.getFirstProperty()abstract AnnotationPropertyCriteriaEntityHasConflictingBooleanAnnotationValuesCriteria.getPropertyCriteria()abstract AnnotationPropertyCriteriaEntityHasNonUniqueLangTagsCriteria.getPropertyCriteria()abstract AnnotationPropertyCriteriaEntityAnnotationValuesAreNotDisjointCriteria.getSecondProperty()Methods in edu.stanford.protege.webprotege.criteria with parameters of type AnnotationPropertyCriteriaModifier and TypeMethodDescriptionstatic AnnotationComponentsCriteriaAnnotationComponentsCriteria.get(AnnotationPropertyCriteria propertyCriteria, AnnotationValueCriteria valueCriteria) A convenience method to create criteria that match an annotation based on its property and its value.static AnnotationComponentsCriteriaAnnotationComponentsCriteria.get(AnnotationPropertyCriteria propertyCriteria, AnnotationValueCriteria valueCriteria, AnnotationSetCriteria annotationSetCriteria) Creates criteria that match an annotation based on its property, its value, its set of annotations.static EntityAnnotationCriteriaEntityAnnotationCriteria.get(AnnotationPropertyCriteria propertyCriteria, AnnotationValueCriteria valueCriteria) EntityAnnotationValuesAreNotDisjointCriteria.get(AnnotationPropertyCriteria firstProperty, AnnotationPropertyCriteria secondProperty) EntityHasConflictingBooleanAnnotationValuesCriteria.get(AnnotationPropertyCriteria propertyCriteria) EntityHasNonUniqueLangTagsCriteria.get(AnnotationPropertyCriteria property)