Package | Description |
---|---|
net.sf.jaccumulator |
Modifier and Type | Interface and Description |
---|---|
interface |
MutableAccumulator<ACCUMULATOR extends MutableAccumulator<ACCUMULATOR>>
A write-only
Accumulator |
Modifier and Type | Interface and Description |
---|---|
interface |
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common
Accumulator behavior |
class |
AbstractConstantAccumulator<ACCUMULATOR extends AbstractConstantAccumulator<ACCUMULATOR>>
Common behavior for Accumulators with read-only
Primitive
targets and read-only relationship
collections |
class |
AbstractSimpleAccumulator<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common behavior for a simple Accumulator with an independent, replaceable
target Primitive |
class |
AbstractStickyTarget<ACCUMULATOR extends Accumulator<ACCUMULATOR>>
Common behavior for a simple Accumulator with an independent,
non-replaceable
target Primitive |
class |
ConstantAccumulator
|
class |
SimpleAccumulator
A simple Accumulator with an independent, replaceable
target Primitive |
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.