Class ProjectionAdapter

  • All Implemented Interfaces:
    Serializable, Projection

    @Deprecated
    public class ProjectionAdapter
    extends ProjectionImpl
    Deprecated.
    do not use
    Adapts a Projection interface into a subclass of ProjectionImpl, so we can assume a Projection is a ProjectionImpl without loss of generality.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProjectionAdapter

        public ProjectionAdapter​(Projection proj)
        Deprecated.
        Create a new ProjectionImpl from a Projection
        Parameters:
        proj - projection to use