Uses of Interface
io.ciera.runtime.instanceloading.IModelDelta
-
Packages that use IModelDelta Package Description io.ciera.runtime.instanceloading io.ciera.runtime.summit.application io.ciera.runtime.summit.statemachine io.ciera.runtime.summit.time -
-
Uses of IModelDelta in io.ciera.runtime.instanceloading
Subinterfaces of IModelDelta in io.ciera.runtime.instanceloading Modifier and Type Interface Description interfaceIAttributeChangedDeltainterfaceIInstanceCreatedDeltainterfaceIInstanceDeletedDeltaClasses in io.ciera.runtime.instanceloading that implement IModelDelta Modifier and Type Class Description classAttributeChangedDeltaclassInstanceCreatedDeltaclassInstanceDeletedDeltaclassModelDeltaMethods in io.ciera.runtime.instanceloading that return types with arguments of type IModelDelta Modifier and Type Method Description List<IModelDelta>ChangeLog. getChanges()List<IModelDelta>IChangeLog. getChanges()Methods in io.ciera.runtime.instanceloading with parameters of type IModelDelta Modifier and Type Method Description voidChangeLog. addChange(IModelDelta delta)voidIChangeLog. addChange(IModelDelta delta)Constructors in io.ciera.runtime.instanceloading with parameters of type IModelDelta Constructor Description ModelDelta(IModelDelta delta) -
Uses of IModelDelta in io.ciera.runtime.summit.application
Methods in io.ciera.runtime.summit.application with parameters of type IModelDelta Modifier and Type Method Description voidApplicationExecutor. addChange(IModelDelta delta)voidIRunContext. addChange(IModelDelta delta) -
Uses of IModelDelta in io.ciera.runtime.summit.statemachine
Classes in io.ciera.runtime.summit.statemachine that implement IModelDelta Modifier and Type Class Description static classEvent.EventAttributeChangedDeltastatic classEvent.EventCreatedDeltastatic classEvent.EventDeletedDelta -
Uses of IModelDelta in io.ciera.runtime.summit.time
Classes in io.ciera.runtime.summit.time that implement IModelDelta Modifier and Type Class Description static classTimer.TimerAttributeChangedDeltastatic classTimer.TimerCreatedDeltastatic classTimer.TimerDeletedDelta
-