|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPackage | |
---|---|
agents | |
userinterface | |
utils |
Uses of DataPackage in agents |
---|
Fields in agents with type parameters of type DataPackage | |
---|---|
protected java.util.Vector<java.util.Vector<DataPackage>> |
AgentFormat.input
|
protected java.util.Vector<java.util.Vector<DataPackage>> |
AgentFormat.output
|
private static java.util.Vector<DataPackage> |
SearchApprovalAgent.searches
|
Methods in agents with parameters of type DataPackage | |
---|---|
protected void |
AgentFormat.outputAll(DataPackage value)
This method will send a reference to the DataPackage it receives to all the outputs of this agent. |
Method parameters in agents with type arguments of type DataPackage | |
---|---|
void |
AgentFormat.init(java.util.Vector<java.util.Vector<DataPackage>> input,
java.util.Vector<java.util.Vector<DataPackage>> output)
This method is called by the Conveyor class to declare which Vectors this instance of the class should refer to in its input and output |
void |
AgentFormat.init(java.util.Vector<java.util.Vector<DataPackage>> input,
java.util.Vector<java.util.Vector<DataPackage>> output)
This method is called by the Conveyor class to declare which Vectors this instance of the class should refer to in its input and output |
Uses of DataPackage in userinterface |
---|
Fields in userinterface with type parameters of type DataPackage | |
---|---|
(package private) java.util.Vector<DataPackage> |
MessageUpdater.messages
|
Uses of DataPackage in utils |
---|
Fields in utils with type parameters of type DataPackage | |
---|---|
private static java.util.Vector<java.util.Vector<DataPackage>> |
Conveyor.data
|
Methods in utils that return types with arguments of type DataPackage | |
---|---|
static java.util.Vector<DataPackage> |
Conveyor.getVectorWithName(java.lang.String name)
This is a method that should only be called after there has been made an instance of Conveyor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |