Interface Attr

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Attr.Exception
      The exception raised when something is not right inside attributes.
    • Method Detail

      • copy

        Attr copy​(Phi self)
        Make a copy of it.
        Parameters:
        self - The object that this attribute will belong to
        Returns:
        A copy
      • get

        Phi get()
        Take the object out.
        Returns:
        The object
      • put

        void put​(Phi phi)
        Put a new object in.
        Parameters:
        phi - The object to put