Class CompositeLiteralCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.CompositeLiteralCriteria
- All Implemented Interfaces:
AnnotationValueCriteria,Criteria,LiteralCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
2020-06-18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(AnnotationValueCriteriaVisitor<R> visitor) <R> Raccept(LiteralCriteriaVisitor<R> visitor) static CompositeLiteralCriteriaget(List<? extends LiteralCriteria> criteria, MultiMatchType matchType) abstract List<LiteralCriteria>abstract MultiMatchTypeMethods 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
-
CompositeLiteralCriteria
public CompositeLiteralCriteria()
-
-
Method Details
-
get
public static CompositeLiteralCriteria get(@Nonnull List<? extends LiteralCriteria> criteria, @Nonnull MultiMatchType matchType) -
getCriteria
-
getMultiMatchType
-
accept
- Specified by:
acceptin interfaceLiteralCriteria
-
accept
- Specified by:
acceptin interfaceAnnotationValueCriteria
-