Class EntityIsNotCriteria
java.lang.Object
edu.stanford.protege.webprotege.criteria.EntityIsNotCriteria
- All Implemented Interfaces:
Criteria,EntityMatchCriteria,RootCriteria
Matthew Horridge
Stanford Center for Biomedical Informatics Research
2020-11-06
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(RootCriteriaVisitor<R> visitor) static EntityIsNotCriteriaget(org.semanticweb.owlapi.model.OWLEntity newEntity) abstract org.semanticweb.owlapi.model.OWLEntity
-
Field Details
-
ENTITY
- See Also:
-
-
Constructor Details
-
EntityIsNotCriteria
public EntityIsNotCriteria()
-
-
Method Details
-
get
-
getEntity
@Nonnull public abstract org.semanticweb.owlapi.model.OWLEntity getEntity() -
accept
- Specified by:
acceptin interfaceRootCriteria
-
asCompositeRootCriteria
- Specified by:
asCompositeRootCriteriain interfaceRootCriteria
-