Class FeatureUpdate


  • public class FeatureUpdate
    extends Object
    A FeatureUpdate records an update to a single Feature. It records both the original feature and the updated copy.
    • Constructor Detail

      • FeatureUpdate

        public FeatureUpdate​(Feature origVersion,
                             Feature newVersion)
    • Method Detail

      • getOriginal

        public Feature getOriginal()