Interface ComplementClass

All Superinterfaces:
BooleanClassDescription, FrontsNode, OntClass, OntResource, RDFNode, Resource
All Known Implementing Classes:
ComplementClassImpl

public interface ComplementClass extends BooleanClassDescription

Class description that is formed from the complement of another class description

  • Method Details

    • getOperand

      OntClass getOperand()

      Answer the class that the class described by this class description is a complement of.

      Returns:
      The class that this class is a complement of.
    • setOperand

      void setOperand(Resource cls)

      Set the class that the class represented by this class expression is a complement of. Any existing value for complementOf will be replaced.