Module org.bzdev.drama
Package org.bzdev.drama.common
package org.bzdev.drama.common
Common classes, interfaces and enumerations for drama-based simulation
flavors.
Please see the package description for additional information.
-
ClassDescriptionCommunication domain data used in determining connectivity.Class representing a communication-domain type.A message filter that applies a series of message filters sequentially.Auxiliary data about a condition change.Mode to describe onConditionChange events.Interface for classes that can observe conditions.Implement a condition observer.Drama-specific simulation-state-event type.Subsidiary information for groups.Provides the ability to modify messages and indicate if they should be dropped.MessageRecipient<S extends GenericSimulation<S,
A, C, D, DM, F, G>, A extends GenericActor<S, A, C, D, DM, F, G>, C extends GenericCondition<S, A, C, D, DM, F, G>, D extends GenericDomain<S, A, C, D, DM, F, G>, DM extends GenericDomainMember<S, A, C, D, DM, F, G>, F extends GenericFactory<S, A, C, D, DM, F, G>, G extends GenericGroup<S, A, C, D, DM, F, G>> Class for message recipients.This class provides the additional methods needed for drama-based simulation flavors for an adapter for simulation-state events.