Class CompositeRootCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.CompositeRootCriteria
- All Implemented Interfaces:
Criteria,EntityMatchCriteria,RootCriteria
public abstract class CompositeRootCriteria
extends Object
implements RootCriteria, EntityMatchCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
14 Jun 2018
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RootCriteriaVisitor<R> visitor) static CompositeRootCriteriaget(List<? extends RootCriteria> rootCriteria, MultiMatchType matchType) protected abstract intabstract List<? extends RootCriteria>
-
Constructor Details
-
CompositeRootCriteria
public CompositeRootCriteria()
-
-
Method Details
-
getRootCriteria
-
getMultiMatchTypeOrdinal
protected abstract int getMultiMatchTypeOrdinal() -
getMatchType
-
get
public static CompositeRootCriteria get(@Nonnull List<? extends RootCriteria> rootCriteria, @Nonnull MultiMatchType matchType) -
accept
- Specified by:
acceptin interfaceRootCriteria
-
asCompositeRootCriteria
- Specified by:
asCompositeRootCriteriain interfaceRootCriteria
-