Class RemoveAxiomData

All Implemented Interfaces:
Serializable, HasSignature

public class RemoveAxiomData extends AxiomChangeData
Represents the specific non-ontology data required by an RemoveAxiom change.
Instances of this class are immutable.
Since:
3.3
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
See Also:
  • Constructor Details

    • RemoveAxiomData

      public RemoveAxiomData(OWLAxiom axiom)
      Constructs an RemoveAxiomData object which specifies the removal of an axiom from an ontology.
      Parameters:
      axiom - The OWLAxiom being added.
  • Method Details