Class EntityRelationshipCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.EntityRelationshipCriteria
- All Implemented Interfaces:
Criteria,EntityMatchCriteria,RootCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
2019-12-02
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RootCriteriaVisitor<R> visitor) static EntityRelationshipCriteriaget(RelationshipPresence presence, RelationshipPropertyCriteria propertyCriteria, RelationshipValueCriteria valueCriteria) abstract RelationshipPresenceabstract RelationshipPropertyCriteriaabstract RelationshipValueCriteriaMethods 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.RootCriteria
asCompositeRootCriteria
-
Constructor Details
-
EntityRelationshipCriteria
public EntityRelationshipCriteria()
-
-
Method Details
-
get
@Nonnull public static EntityRelationshipCriteria get(@Nonnull RelationshipPresence presence, @Nonnull RelationshipPropertyCriteria propertyCriteria, @Nonnull RelationshipValueCriteria valueCriteria) -
getRelationshipPresence
-
getRelationshipPropertyCriteria
-
getRelationshipValueCriteria
-
accept
- Specified by:
acceptin interfaceRootCriteria
-