Class CompositeRelationshipValueCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.CompositeRelationshipValueCriteria
- All Implemented Interfaces:
Criteria,RelationshipValueCriteria
public abstract class CompositeRelationshipValueCriteria
extends Object
implements RelationshipValueCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
2020-01-23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RelationshipValueCriteriaVisitor<R> visitor) get(MultiMatchType multiMatchType, List<RelationshipValueCriteria> criteria) abstract List<RelationshipValueCriteria>abstract MultiMatchType
-
Constructor Details
-
CompositeRelationshipValueCriteria
public CompositeRelationshipValueCriteria()
-
-
Method Details
-
get
public static CompositeRelationshipValueCriteria get(@Nonnull MultiMatchType multiMatchType, @Nonnull List<RelationshipValueCriteria> criteria) -
getMultiMatchType
-
getCriteria
-
accept
- Specified by:
acceptin interfaceRelationshipValueCriteria
-