Class IndividualInstance

    • Method Detail

      • copy

        public java.lang.Object copy()
        Description copied from class: Instance
        Produces a shallow copy of this instance. The copy has access to the same dataset. (if you want to make a copy that doesn't have access to the dataset, use new Instance(instance)
        Specified by:
        copy in interface Copyable
        Overrides:
        copy in class Instance
        Returns:
        the shallow copy