Interface OWLNaryBooleanClassExpression

All Superinterfaces:
AsOWLClass, Comparable<OWLObject>, HasAnnotationPropertiesInSignature, HasAnonymousIndividuals, HasClassesInSignature, HasComponents, HasContainsEntityInSignature, HasDataPropertiesInSignature, HasDatatypesInSignature, HasHashIndex, HasIndex, HasIndividualsInSignature, HasObjectPropertiesInSignature, HasOperands<OWLClassExpression>, HasSignature, IsAnonymous, OWLAnonymousClassExpression, OWLBooleanClassExpression, OWLClassExpression, OWLObject, OWLPropertyRange, Serializable, SWRLPredicate
All Known Subinterfaces:
OWLObjectIntersectionOf, OWLObjectUnionOf
All Known Implementing Classes:
OWLNaryBooleanClassExpressionImpl, OWLObjectIntersectionOfImpl, OWLObjectUnionOfImpl

public interface OWLNaryBooleanClassExpression extends OWLBooleanClassExpression, HasOperands<OWLClassExpression>
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Method Details

    • components

      default Stream<?> components()
      Specified by:
      components in interface HasComponents
      Returns:
      components as a stream. The stream is ordered (by visit order) but not sorted. Implementations that override components() must ensure the order is compatible with equals() and hashCode().
    • initHashCode

      default int initHashCode()
      Specified by:
      initHashCode in interface OWLObject
      Returns:
      hash code for the object; called on first use, cached by OWLObjectImpl in the default implementation.
    • getOperands

      default Set<OWLClassExpression> getOperands()
      Returns:
      the class expressions. The set that is returned is a copy; modifications to the returned set will not be reflected in this object.