Interface IFreezable

    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of the freezable.
        Returns:
        Name of this freezable.
      • getType

        IDatatype getType()
        Returns the type of this freezable.
        Returns:
        the type of this freezable
      • accept

        void accept​(IModelVisitor visitor)
        Accept method for the visitor.
        Parameters:
        visitor - The visitor, which should process this model element.