Skip navigation links
A B C D E F G H I L M N O P Q R S T U V X 

A

ActorConfig - Class in xuml.tools.model.compiler.runtime.message
 
ActorConfig(int) - Constructor for class xuml.tools.model.compiler.runtime.message.ActorConfig
 
after(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
after(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
afterEvent() - Method in class xuml.tools.model.compiler.runtime.EntityHelper
Just after each Entity.performEvent is called we perform the events to self that were called during that event.
afterProcessing(Signal<?>, EntityActor) - Method in interface xuml.tools.model.compiler.runtime.SignalProcessorListener
 
afterProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerDoesNothing
 
afterProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerSlf4j
 
afterProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
afterProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerUtilLogging
 
and(BooleanExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.BooleanExpression
 
any(EntityManager) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
any() - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
ArbitraryId - Class in xuml.tools.model.compiler.runtime
 

B

before(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
before(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
beforeEvent() - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
beforeProcessing(Signal<?>, EntityActor) - Method in interface xuml.tools.model.compiler.runtime.SignalProcessorListener
 
beforeProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerDoesNothing
 
beforeProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerSlf4j
 
beforeProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
beforeProcessing(Signal<?>, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerUtilLogging
 
BehaviourFactoryNotSetException - Exception in xuml.tools.model.compiler.runtime
 
BehaviourFactoryNotSetException(String) - Constructor for exception xuml.tools.model.compiler.runtime.BehaviourFactoryNotSetException
 
BinaryBooleanExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
BinaryBooleanExpression(BooleanExpression<T>, BinaryBooleanOperator, BooleanExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.BinaryBooleanExpression
 
BinaryBooleanOperator - Enum in xuml.tools.model.compiler.runtime.query
 
BinaryNumericExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
BinaryNumericExpression(NumericExpression<T>, BinaryNumericOperator, NumericExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.BinaryNumericExpression
 
BinaryNumericOperator - Enum in xuml.tools.model.compiler.runtime.query
 
BinaryStringExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
BinaryStringExpression(StringExpression<T>, BinaryStringOperator, StringExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.BinaryStringExpression
 
BinaryStringOperator - Enum in xuml.tools.model.compiler.runtime.query
 
BooleanExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
BooleanExpression() - Constructor for class xuml.tools.model.compiler.runtime.query.BooleanExpression
 
builder(BooleanExpression<R>) - Static method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 

C

cancelSignal(String, Entity<T>, String) - Method in class xuml.tools.model.compiler.runtime.Signaller
 
clear() - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
close() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
CloseEntityActor - Class in xuml.tools.model.compiler.runtime.message
 
CloseEntityActor(String) - Constructor for class xuml.tools.model.compiler.runtime.message.CloseEntityActor
 
create(Class<T>, CreationEvent<T>) - Method in class xuml.tools.model.compiler.runtime.Signaller
Returns a new instance of type T using the given CreationEvent.
create(String) - Method in interface xuml.tools.model.compiler.runtime.SignalProcessorListenerFactory
 
createExecutorServiceFactory(String, ThreadFactory) - Method in class xuml.tools.model.compiler.runtime.EntityExecutorServiceConfigurator
 
CreationEvent<T> - Interface in xuml.tools.model.compiler.runtime
 

D

DateComparison<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
DateComparison(DateExpression<T>, DateComparisonOperator, DateExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.DateComparison
 
DateComparisonOperator - Enum in xuml.tools.model.compiler.runtime.query
 
DateConstant<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
DateConstant(Date) - Constructor for class xuml.tools.model.compiler.runtime.query.DateConstant
 
DateConstant(Duration) - Constructor for class xuml.tools.model.compiler.runtime.query.DateConstant
 
DateExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
DateExpression() - Constructor for class xuml.tools.model.compiler.runtime.query.DateExpression
 
DateExpressionField<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
DateExpressionField(Field) - Constructor for class xuml.tools.model.compiler.runtime.query.DateExpressionField
 
DerbyUtil - Class in xuml.tools.util.database
 
DerbyUtil() - Constructor for class xuml.tools.util.database.DerbyUtil
 
disableDerbyLog() - Static method in class xuml.tools.util.database.DerbyUtil
 
divide(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
divide(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 

E

Entity<T> - Interface in xuml.tools.model.compiler.runtime
 
EntityActor - Class in xuml.tools.model.compiler.runtime.actor
 
EntityActor() - Constructor for class xuml.tools.model.compiler.runtime.actor.EntityActor
 
entityClass(Class<T>) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
entityClassName - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
EntityExecutorServiceConfigurator - Class in xuml.tools.model.compiler.runtime
 
EntityExecutorServiceConfigurator(Config, DispatcherPrerequisites) - Constructor for class xuml.tools.model.compiler.runtime.EntityExecutorServiceConfigurator
 
EntityHelper - Class in xuml.tools.model.compiler.runtime
Each Entity has one instance of this.
EntityHelper(Signaller, Entity) - Constructor for class xuml.tools.model.compiler.runtime.EntityHelper
 
eq(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
eq(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
eq(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
eq(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
eq(StringExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
eq(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
event(Event<T>) - Method in interface xuml.tools.model.compiler.runtime.Entity
Runs the on-entry procedure associated with this event.
Event<T> - Interface in xuml.tools.model.compiler.runtime
 
eventClass() - Method in class xuml.tools.model.compiler.runtime.QueuedSignal
 
eventClassName - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
eventContent - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
exceptions() - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 

F

failure(Signal<?>, Exception, EntityActor) - Method in interface xuml.tools.model.compiler.runtime.SignalProcessorListener
 
failure(Signal<?>, Exception, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerDoesNothing
 
failure(Signal<?>, Exception, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerSlf4j
 
failure(Signal<?>, Exception, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
failure(Signal<?>, Exception, EntityActor) - Method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerUtilLogging
 
Field - Class in xuml.tools.model.compiler.runtime.query
 
Field(String) - Constructor for class xuml.tools.model.compiler.runtime.query.Field
 
fromEntityUniqueId - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 

G

getCounter() - Method in class xuml.tools.model.compiler.runtime.Info
 
getCurrentEntity() - Method in class xuml.tools.model.compiler.runtime.Info
 
getCurrentEntityManager() - Method in class xuml.tools.model.compiler.runtime.Info
 
getEntityActoryPoolSize() - Method in class xuml.tools.model.compiler.runtime.message.ActorConfig
 
getEntityClass() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getEntityId() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getEntityManager() - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
getEntityManagerFactory() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
getEntityUniqueId() - Method in class xuml.tools.model.compiler.runtime.message.CloseEntityActor
 
getEntityUniqueId() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getEvent() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getExpression() - Method in class xuml.tools.model.compiler.runtime.query.IsNullDate
 
getExpression() - Method in class xuml.tools.model.compiler.runtime.query.IsNullNumeric
 
getExpression() - Method in class xuml.tools.model.compiler.runtime.query.IsNullString
 
getExpression() - Method in class xuml.tools.model.compiler.runtime.query.Not
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.BinaryBooleanExpression
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.BinaryNumericExpression
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.BinaryStringExpression
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.DateComparison
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.NumericComparison
 
getExpression1() - Method in class xuml.tools.model.compiler.runtime.query.StringComparison
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.BinaryBooleanExpression
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.BinaryNumericExpression
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.BinaryStringExpression
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.DateComparison
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.NumericComparison
 
getExpression2() - Method in class xuml.tools.model.compiler.runtime.query.StringComparison
 
getField() - Method in class xuml.tools.model.compiler.runtime.query.DateExpressionField
 
getField() - Method in class xuml.tools.model.compiler.runtime.query.NumericExpressionField
 
getField() - Method in class xuml.tools.model.compiler.runtime.query.StringExpressionField
 
getFromEntityUniqueId() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getId() - Method in interface xuml.tools.model.compiler.runtime.Entity
 
getId() - Method in class xuml.tools.model.compiler.runtime.Info
 
getId() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getInfo() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
getInstance() - Static method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerDoesNothing
 
getName() - Method in class xuml.tools.model.compiler.runtime.query.Field
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.BinaryBooleanExpression
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.BinaryNumericExpression
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.BinaryStringExpression
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.DateComparison
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.NumericComparison
 
getOperator() - Method in class xuml.tools.model.compiler.runtime.query.StringComparison
 
getRepeatInterval() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getTime() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
getValue() - Method in class xuml.tools.model.compiler.runtime.query.DateConstant
 
getValue() - Method in class xuml.tools.model.compiler.runtime.query.NumericConstant
 
getValue() - Method in class xuml.tools.model.compiler.runtime.query.StringConstant
 
gt(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
gt(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
gt(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
gt(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
gt(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
gte(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
gte(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
gte(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
gte(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
gte(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 

H

helper() - Method in interface xuml.tools.model.compiler.runtime.Entity
Returns a helper instance for this entity.

I

id - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
idClass() - Method in class xuml.tools.model.compiler.runtime.QueuedSignal
 
idClassName - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
idContent - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
Info - Class in xuml.tools.model.compiler.runtime
 
Info() - Constructor for class xuml.tools.model.compiler.runtime.Info
 
info(Info) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
instance() - Static method in class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
IsNullDate<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
IsNullDate(DateExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.IsNullDate
 
IsNullNumeric<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
IsNullNumeric(NumericExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.IsNullNumeric
 
IsNullString<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
IsNullString(StringExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.IsNullString
 

L

like(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
lt(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
lt(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
lt(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
lt(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
lt(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
lte(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
lte(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
lte(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
lte(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
lte(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 

M

many() - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
many(EntityManager) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
minus(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
minus(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 

N

neq(DateExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
neq(Date) - Method in class xuml.tools.model.compiler.runtime.query.DateExpression
 
neq(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
neq(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
neq(StringExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
neq(String) - Method in class xuml.tools.model.compiler.runtime.query.StringExpression
 
next() - Static method in class xuml.tools.model.compiler.runtime.ArbitraryId
 
not() - Method in class xuml.tools.model.compiler.runtime.query.BooleanExpression
 
Not<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
Not(BooleanExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.Not
 
nullOutputStream() - Static method in class xuml.tools.util.database.DerbyUtil
 
NumericComparison<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
NumericComparison(NumericExpression<T>, NumericComparisonOperator, NumericExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.NumericComparison
 
NumericComparisonOperator - Enum in xuml.tools.model.compiler.runtime.query
 
NumericConstant<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
NumericConstant(Number) - Constructor for class xuml.tools.model.compiler.runtime.query.NumericConstant
 
NumericExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
NumericExpression() - Constructor for class xuml.tools.model.compiler.runtime.query.NumericExpression
 
NumericExpressionField<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
NumericExpressionField(Field) - Constructor for class xuml.tools.model.compiler.runtime.query.NumericExpressionField
 

O

one() - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
Returns either absent or a single item wrapped in an Optional.
one(EntityManager) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
Returns either absent or a single item wrapped in an Optional.
onReceive(Object) - Method in class xuml.tools.model.compiler.runtime.actor.EntityActor
 
onReceive(Object) - Method in class xuml.tools.model.compiler.runtime.actor.RootActor
 
or(BooleanExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.BooleanExpression
 

P

persistSignal(String, Object, Class<T>, Event<T>, long, Optional<Long>, String) - Method in class xuml.tools.model.compiler.runtime.Signaller
 
plus(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
plus(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 

Q

QueuedSignal - Class in xuml.tools.model.compiler.runtime
 
QueuedSignal() - Constructor for class xuml.tools.model.compiler.runtime.QueuedSignal
 
QueuedSignal(String, byte[], String, String, byte[], long, Optional<Long>, String, String) - Constructor for class xuml.tools.model.compiler.runtime.QueuedSignal
 
queuedSignals() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
queueSignal(Signal<T>) - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
queueSize() - Method in class xuml.tools.model.compiler.runtime.Signaller
 

R

RelationshipNotEstablishedException - Exception in xuml.tools.model.compiler.runtime
 
RelationshipNotEstablishedException() - Constructor for exception xuml.tools.model.compiler.runtime.RelationshipNotEstablishedException
 
RelationshipNotEstablishedException(String) - Constructor for exception xuml.tools.model.compiler.runtime.RelationshipNotEstablishedException
 
repeatIntervalMs - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
RootActor - Class in xuml.tools.model.compiler.runtime.actor
 
RootActor() - Constructor for class xuml.tools.model.compiler.runtime.actor.RootActor
 

S

select(BooleanExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
SelectBuilder<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
SelectBuilder(BooleanExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.SelectBuilder
 
sendQueuedSignals() - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
sendSignalsInQueue() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
setCounter(AtomicInteger) - Method in class xuml.tools.model.compiler.runtime.Info
 
setCurrentEntity(Entity<?>) - Method in class xuml.tools.model.compiler.runtime.Info
 
setCurrentEntityManager(EntityManager) - Method in class xuml.tools.model.compiler.runtime.Info
 
setEntityManager(EntityManager) - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
setId(UUID) - Method in class xuml.tools.model.compiler.runtime.Info
 
signal(Event<T>) - Method in interface xuml.tools.model.compiler.runtime.Entity
Signals the entity with the given event.
signal(Event<T>, Duration) - Method in interface xuml.tools.model.compiler.runtime.Entity
Signals the entity with the given event after the given delay.
signal(Event<T>, long) - Method in interface xuml.tools.model.compiler.runtime.Entity
Signals the entity with the given event at the given epoch time in ms.
signal(Event<T>) - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
signal(Event<T>, Optional<Duration>) - Method in class xuml.tools.model.compiler.runtime.EntityHelper
 
Signal<T> - Class in xuml.tools.model.compiler.runtime.message
 
Signal(String, Class<Entity<T>>, Event<T>, String, Long, Optional<FiniteDuration>, Serializable, String) - Constructor for class xuml.tools.model.compiler.runtime.message.Signal
 
Signal(String, Class<Entity<T>>, Event<T>, String, Long, Serializable, String) - Constructor for class xuml.tools.model.compiler.runtime.message.Signal
 
Signal(String, Class<Entity<T>>, Event<T>, String, Duration, FiniteDuration, Serializable, String) - Constructor for class xuml.tools.model.compiler.runtime.message.Signal
 
Signal(String, Class<Entity<T>>, Event<T>, String, Serializable, String) - Constructor for class xuml.tools.model.compiler.runtime.message.Signal
 
signal(String, Entity<T>, Event<T>, Optional<Duration>) - Method in class xuml.tools.model.compiler.runtime.Signaller
 
signal(String, Entity<T>, Event<T>, Long, Optional<FiniteDuration>) - Method in class xuml.tools.model.compiler.runtime.Signaller
 
signal(String, Entity<T>, Event<T>, Optional<Duration>, Optional<FiniteDuration>) - Method in class xuml.tools.model.compiler.runtime.Signaller
 
Signaller - Class in xuml.tools.model.compiler.runtime
 
Signaller(EntityManagerFactory, int, SignalProcessorListenerFactory) - Constructor for class xuml.tools.model.compiler.runtime.Signaller
 
SignalProcessorListener - Interface in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerDoesNothing - Class in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerDoesNothing() - Constructor for class xuml.tools.model.compiler.runtime.SignalProcessorListenerDoesNothing
 
SignalProcessorListenerFactory - Interface in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerSlf4j - Class in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerSlf4j() - Constructor for class xuml.tools.model.compiler.runtime.SignalProcessorListenerSlf4j
 
SignalProcessorListenerTesting - Class in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerTesting() - Constructor for class xuml.tools.model.compiler.runtime.SignalProcessorListenerTesting
 
SignalProcessorListenerUtilLogging - Class in xuml.tools.model.compiler.runtime
 
SignalProcessorListenerUtilLogging() - Constructor for class xuml.tools.model.compiler.runtime.SignalProcessorListenerUtilLogging
 
signatureKey() - Method in interface xuml.tools.model.compiler.runtime.Event
 
stop() - Method in class xuml.tools.model.compiler.runtime.Signaller
 
StopEntityActor - Class in xuml.tools.model.compiler.runtime.message
 
StopEntityActor() - Constructor for class xuml.tools.model.compiler.runtime.message.StopEntityActor
 
StringComparison<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
StringComparison(StringExpression<T>, StringComparisonOperator, StringExpression<T>) - Constructor for class xuml.tools.model.compiler.runtime.query.StringComparison
 
StringComparisonOperator - Enum in xuml.tools.model.compiler.runtime.query
 
StringConstant<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
StringConstant(String) - Constructor for class xuml.tools.model.compiler.runtime.query.StringConstant
 
StringExpression<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
StringExpression() - Constructor for class xuml.tools.model.compiler.runtime.query.StringExpression
 
StringExpressionField<T extends Entity<T>> - Class in xuml.tools.model.compiler.runtime.query
 
StringExpressionField(Field) - Constructor for class xuml.tools.model.compiler.runtime.query.StringExpressionField
 

T

time - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
times(NumericExpression<T>) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
times(Number) - Method in class xuml.tools.model.compiler.runtime.query.NumericExpression
 
toBytes(Object) - Static method in class xuml.tools.model.compiler.runtime.Util
 
toEntityUniqueId - Variable in class xuml.tools.model.compiler.runtime.QueuedSignal
 
toObject(byte[], Class<T>) - Static method in class xuml.tools.model.compiler.runtime.Util
 
TooManySpecializationsException - Exception in xuml.tools.model.compiler.runtime
 
TooManySpecializationsException(String) - Constructor for exception xuml.tools.model.compiler.runtime.TooManySpecializationsException
 
toString() - Method in class xuml.tools.model.compiler.runtime.message.Signal
 
toString() - Method in class xuml.tools.model.compiler.runtime.QueuedSignal
 

U

uniqueId() - Method in interface xuml.tools.model.compiler.runtime.Entity
Returns a string that uniquely represents an individual entity in the database.
Util - Class in xuml.tools.model.compiler.runtime
 
Util() - Constructor for class xuml.tools.model.compiler.runtime.Util
 

V

ValidationException - Exception in xuml.tools.model.compiler.runtime
 
ValidationException(String) - Constructor for exception xuml.tools.model.compiler.runtime.ValidationException
 
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryBooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryNumericOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryStringOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.DateComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.NumericComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum xuml.tools.model.compiler.runtime.query.StringComparisonOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryBooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryNumericOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.BinaryStringOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.DateComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.NumericComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum xuml.tools.model.compiler.runtime.query.StringComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.

X

xuml.tools.model.compiler.runtime - package xuml.tools.model.compiler.runtime
 
xuml.tools.model.compiler.runtime.actor - package xuml.tools.model.compiler.runtime.actor
 
xuml.tools.model.compiler.runtime.message - package xuml.tools.model.compiler.runtime.message
 
xuml.tools.model.compiler.runtime.query - package xuml.tools.model.compiler.runtime.query
 
xuml.tools.util.database - package xuml.tools.util.database
 
A B C D E F G H I L M N O P Q R S T U V X 
Skip navigation links

Copyright © 2012–2022. All rights reserved.