Class Self

All Implemented Interfaces:
IAttributeAccess

public class Self extends Leaf
Represents the a compound itself (for constraints within compounds). Self must be replaced accordingly, e.g., by all-quantification.
Author:
Holger Eichelberger
  • Field Details

  • Constructor Details

    • Self

      Self()
      Constructor for serialization.
    • Self

      public Self(Compound type)
      Creates a self constant for type.
      Parameters:
      type - the actual type of this self leaf
  • Method Details