Package | Description |
---|---|
xuml.tools.model.compiler.runtime | |
xuml.tools.model.compiler.runtime.message |
Modifier and Type | Interface and Description |
---|---|
interface |
CreationEvent<T> |
Modifier and Type | Method and Description |
---|---|
Class<Event<?>> |
QueuedSignal.eventClass() |
Modifier and Type | Method and Description |
---|---|
T |
Entity.event(Event<T> event)
Runs the on-entry procedure associated with this event.
|
<T extends Entity<T>> |
Signaller.persistSignal(String fromEntityUniqueId,
Object id,
Class<T> cls,
Event<T> event,
long time,
com.google.common.base.Optional<Long> repeatIntervalMs,
String entityUniqueId) |
T |
Entity.signal(Event<T> event)
Signals the entity with the given event.
|
<T extends Entity<T>> |
EntityHelper.signal(Event<T> event) |
T |
Entity.signal(Event<T> event,
scala.concurrent.duration.Duration delay)
Signals the entity with the given event after the given delay.
|
T |
Entity.signal(Event<T> event,
long time)
Signals the entity with the given event at the given epoch time in ms.
|
<T extends Entity<T>> |
EntityHelper.signal(Event<T> event,
com.google.common.base.Optional<scala.concurrent.duration.Duration> delay) |
<T extends Entity<T>> |
Signaller.signal(String fromEntityUniqueId,
Entity<T> entity,
Event<T> event,
Long time,
com.google.common.base.Optional<scala.concurrent.duration.FiniteDuration> repeatInterval) |
<T extends Entity<T>> |
Signaller.signal(String fromEntityUniqueId,
Entity<T> entity,
Event<T> event,
com.google.common.base.Optional<scala.concurrent.duration.Duration> delay) |
<T extends Entity<T>> |
Signaller.signal(String fromEntityUniqueId,
Entity<T> entity,
Event<T> event,
com.google.common.base.Optional<scala.concurrent.duration.Duration> delay,
com.google.common.base.Optional<scala.concurrent.duration.FiniteDuration> repeatInterval) |
Modifier and Type | Method and Description |
---|---|
Event<T> |
Signal.getEvent() |
Constructor and Description |
---|
Signal(String fromEntityUniqueId,
Class<Entity<T>> entityClass,
Event<T> event,
String id,
scala.concurrent.duration.Duration delay,
scala.concurrent.duration.FiniteDuration repeatInterval,
Serializable entityId,
String entityUniqueId) |
Signal(String fromEntityUniqueId,
Class<Entity<T>> entityClass,
Event<T> event,
String id,
Long timeMs,
com.google.common.base.Optional<scala.concurrent.duration.FiniteDuration> repeatInterval,
Serializable entityId,
String entityUniqueId) |
Signal(String fromEntityUniqueId,
Class<Entity<T>> entityClass,
Event<T> event,
String id,
Long timeMs,
Serializable entityId,
String entityUniqueId) |
Signal(String fromEntityUniqueId,
Class<Entity<T>> entityClass,
Event<T> event,
String id,
Serializable entityId,
String entityUniqueId) |
Copyright © 2012–2022. All rights reserved.