Package | Description |
---|---|
provided.datapacket | |
provided.extvisitor |
Class and Description |
---|
AExtVisitor
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.
|
AExtVisitorHost
Abstract implementation of IExtVisitorHost that provides defines a host by an index value and thus,
a concrete execute method.
|
IExtVisitor
Interface that defines an extended visitor that has specific types for its
return value, R, its index value, I, its input parameters, P, and its
host, H.
|
IExtVisitorCmd
Interface that defines a command used by AExtVisitor that has specific
types for its return value, R, its index value, I, its input parameters, P,
and its host, H.
|
IExtVisitorHost
An interface defining a host for an IExtVisitor who can visit this type of host.
|
Class and Description |
---|
IExtVisitor
Interface that defines an extended visitor that has specific types for its
return value, R, its index value, I, its input parameters, P, and its
host, H.
|
IExtVisitorCmd
Interface that defines a command used by AExtVisitor that has specific
types for its return value, R, its index value, I, its input parameters, P,
and its host, H.
|
IExtVisitorHost
An interface defining a host for an IExtVisitor who can visit this type of host.
|