|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectzeus.actors.rtn.util.DStruct
This class holds information about the contract status of individual goals of
a collection of goals. For example, an agent might want to contract out the
following three goals {g1,g2,g3} which might be held in the external slot of
the GraphStruct structure (i.e. gs.external = {g1,g2,g3}).
During contracting, a DStruct will be created for each subgoal g1, ... g3,
and the subgoals contracted out in parallel.
| Field Summary | |
java.util.Vector |
agents
The list of agents that our agent will send a call for proposals to. |
java.util.Vector |
goal
A vector containing a single goal being contracted out |
GraphStruct |
gs
A reference to the original coordination structure containing the root goal |
java.util.Vector |
ignore
The list of agent to avoid sending call for proposals to. |
java.util.Vector |
results
The results of the delegation process. |
| Constructor Summary | |
DStruct()
|
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.util.Vector goal
public java.util.Vector agents
public GraphStruct gs
public java.util.Vector ignore
public java.util.Vector results
DelegationStruct objects.
| Constructor Detail |
public DStruct()
| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||