Uses of Class
org.openjump.core.ui.plugin.datastore.transaction.Evolution
Packages that use Evolution
Package
Description
-
Uses of Evolution in org.openjump.core.ui.plugin.datastore
Fields in org.openjump.core.ui.plugin.datastore with type parameters of type EvolutionModifier and TypeFieldDescriptionprotected final LinkedHashMap<Integer, Evolution> WritableDataStoreDataSource.evolutionsMethods in org.openjump.core.ui.plugin.datastore that return types with arguments of type EvolutionModifier and TypeMethodDescriptionWritableDataStoreDataSource.getIndexedEvolutions()Return a map with modified features indexed by their database id.WritableDataStoreDataSource.getUncommittedEvolutions() -
Uses of Evolution in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction that return EvolutionModifier and TypeMethodDescriptionstatic EvolutionEvolution.createCreation(Feature feature) static EvolutionEvolution.createModification(Feature feature, Feature old) static EvolutionEvolution.createSuppression(Feature feature) Evolution.mergeToPrevious(Evolution previous) Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Evolution