Uses of Interface
no.priv.bang.modeling.modelstore.services.ModificationRecorder
-
Packages that use ModificationRecorder Package Description no.priv.bang.modeling.modelstore.backend no.priv.bang.modeling.modelstore.services no.priv.bang.modeling.modelstore.value -
-
Uses of ModificationRecorder in no.priv.bang.modeling.modelstore.backend
Classes in no.priv.bang.modeling.modelstore.backend that implement ModificationRecorder Modifier and Type Class Description class
ModelContextRecordingMetadata
-
Uses of ModificationRecorder in no.priv.bang.modeling.modelstore.services
Methods in no.priv.bang.modeling.modelstore.services with parameters of type ModificationRecorder Modifier and Type Method Description Propertyset
ValueCreator. wrapInModificationTracker(ModificationRecorder recorder, Propertyset propertyset)
Wrap aPropertyset
in a newPropertyset
that will record all modifications to the propertyset in aModificationRecorder
. -
Uses of ModificationRecorder in no.priv.bang.modeling.modelstore.value
Fields in no.priv.bang.modeling.modelstore.value declared as ModificationRecorder Modifier and Type Field Description private ModificationRecorder
PropertysetRecordingSaveTime. recorder
Methods in no.priv.bang.modeling.modelstore.value with parameters of type ModificationRecorder Modifier and Type Method Description Propertyset
ValueCreatorProvider. wrapInModificationTracker(ModificationRecorder recorder, Propertyset propertyset)
Constructors in no.priv.bang.modeling.modelstore.value with parameters of type ModificationRecorder Constructor Description PropertysetRecordingSaveTime(ModificationRecorder recorder, Propertyset propertyset)
-