Interface | Description |
---|---|
Accumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>> |
An Accumulator is a three-way association between a
Primitive
target, a Javascript-like associative list of
member relationships, and a function defined by the subclass of
Accumulator. |
AccumulatorReplicator<ACCUMULATOR extends AccumulatorReplicator<ACCUMULATOR>> |
A
replicator for Accumulators |
AlgebraicStructure<STRUCTURE> |
Loosely, a algebraic structure is a structure on a set, or more
generally a type, consists of additional mathematical objects that in some
manner attach (or are related) to the set, making it easier to visualize or
work with, or endowing the collection with semantic meaning or significance.
|
Mutable |
Indicates "instanceof" potential mutability in an implementation
|
MutableAccumulator<ACCUMULATOR extends MutableAccumulator<ACCUMULATOR>> |
A write-only
Accumulator |
MutableAlgebraicStructure<STRUCTURE> |
A write-only algebraic
structure |
MutableKernel<KERNEL extends MutableKernel<KERNEL>> |
A writable, indivisible unit of state processing
|
Replicator<PRODUCT extends Replicator<PRODUCT>> |
Possesses the ability to produce other objects like itself
|
SealedAccumulator<ACCUMULATOR extends SealedAccumulator<ACCUMULATOR>> |
A read-only
Accumulator |
SealedAlgebraicStructure |
A read-only algebraic
structure |
SealedKernel |
A sealed, indivisible unit of state processing
|
StructureProperties |
Prepositions for querying general properties of algebraic
structures |
Class | Description |
---|---|
AbstractAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>> |
Common
Accumulator behavior |
AbstractConstantAccumulator<ACCUMULATOR extends AbstractConstantAccumulator<ACCUMULATOR>> |
Common behavior for Accumulators with read-only
Primitive
targets and read-only relationship
collections |
AbstractSimpleAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>> |
Common behavior for a simple Accumulator with an independent, replaceable
target Primitive |
AbstractStickyTarget<ACCUMULATOR extends Accumulator<ACCUMULATOR>> |
Common behavior for a simple Accumulator with an independent,
non-replaceable
target Primitive |
ConstantAccumulator | |
SimpleAccumulator |
A simple Accumulator with an independent, replaceable
target Primitive |
Enum | Description |
---|---|
ConcurrencyStrategy |
UML concurrency strategy
|
ControlIntention |
Communicate a general control intention outside of the current state
processor
|
Domain |
Lemma for data domain specifications for specific implementation strategies.
|
StructureStrategy |
General structure type
|
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.