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 interface
IAttributeChangedDelta
interface
IInstanceCreatedDelta
interface
IInstanceDeletedDelta
Classes in io.ciera.runtime.instanceloading that implement IModelDelta Modifier and Type Class Description class
AttributeChangedDelta
class
InstanceCreatedDelta
class
InstanceDeletedDelta
class
ModelDelta
Methods 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 void
ChangeLog. addChange(IModelDelta delta)
void
IChangeLog. 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 void
ApplicationExecutor. addChange(IModelDelta delta)
void
IRunContext. 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 class
Event.EventAttributeChangedDelta
static class
Event.EventCreatedDelta
static class
Event.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 class
Timer.TimerAttributeChangedDelta
static class
Timer.TimerCreatedDelta
static class
Timer.TimerDeletedDelta
-