Class PhenotypeWrapper<O>

    • Field Detail

      • object

        protected final O object
    • Constructor Detail

      • PhenotypeWrapper

        public PhenotypeWrapper​(O object)
        Constructs a PhenotypeWrapper for the given object.
        Parameters:
        object - the object
    • Method Detail

      • get

        public O get()
        Returns the wrapped object.
        Returns:
        the wrapped object