Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
M
N
O
R
S
T
U
V
A
ADataPacket
- Class in
datapacket
Abstract data packet that defines the use of a Class object as the index type.
ADataPacket(Class<?>)
- Constructor for class datapacket.
ADataPacket
Constructor for this abstract superclass
ADataPacketAlgoCmd
<
R
,
D
,
P
> - Class in
datapacket
A DataPacketAlgo command that is designed to work on a DataPacket
host.
ADataPacketAlgoCmd()
- Constructor for class datapacket.
ADataPacketAlgoCmd
AExtVisitor
<
R
,
I
,
P
,
H
extends
IExtVisitorHost
<
I
,? super
H
>> - Class in
extvisitor
Abstract implementation of IExtVisitor that adds an invariant implementation of storing commands associated with each case in a dictionary indexed by the case's associated index value.
AExtVisitor(IExtVisitorCmd<R, I, P, H>)
- Constructor for class extvisitor.
AExtVisitor
Constructor that takes a default command to use.
AExtVisitor(R)
- Constructor for class extvisitor.
AExtVisitor
A convenience constructor that takes a value that the default command will return.
AExtVisitorHost
<
I
,
H
extends
IExtVisitorHost
<
I
,? extends
H
>> - Class in
extvisitor
Abstract implementation of IExtVisitorHost that provides defines a host by an index value and thus, a concrete execute method.
AExtVisitorHost(I)
- Constructor for class extvisitor.
AExtVisitorHost
Constructor for the class.
apply(Class<?>, T, P...)
- Method in class datapacket.
ADataPacketAlgoCmd
The actual method called by the host visitor when the associated case is invoked.
apply(DataPacket<D>, P...)
- Method in class datapacket.
ADataPacketAlgoCmd
Abstract method that actually performs the processing of the case.
apply(I, T, P...)
- Method in interface extvisitor.
IExtVisitorCmd
The method that is run by AExtVisitor when the case associated with this command is executed.
apply(Class<? extends AStatus>, T, P...)
- Method in class status.
AStatusAlgoCmd
The actual method called by the host visitor when the associated case is invoked.
apply(S, P...)
- Method in class status.
AStatusAlgoCmd
Abstract method that actually performs the processing of the case.
apply(P...)
- Method in interface util.
ILambda
apply(P...)
- Method in interface util.
IVoidLambda
AStatus
- Class in
status
Abstract status object.
AStatus(Class<? extends AStatus>)
- Constructor for class status.
AStatus
Constructor for class
AStatusAlgoCmd
<
R
,
S
extends
AStatus
,
P
> - Class in
status
Convenience class to simplify the code and to tighten the type checking on status processing code.
AStatusAlgoCmd()
- Constructor for class status.
AStatusAlgoCmd
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
M
N
O
R
S
T
U
V