Class Evolution
java.lang.Object
org.openjump.core.ui.plugin.datastore.transaction.Evolution
A Feature Evolution. It keeps a clone of the previous state of the feature
( null for a creation) and the new state of the feature (null for a suppression).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EvolutioncreateCreation(Feature feature) static EvolutioncreateModification(Feature feature, Feature old) static EvolutioncreateSuppression(Feature feature) getType()mergeToPrevious(Evolution previous) toString()
-
Method Details
-
getOldFeature
-
getNewFeature
-
getType
-
createCreation
-
createModification
-
createSuppression
-
mergeToPrevious
- Throws:
EvolutionOperationException
-
toString
-