fipaos.skill.constraint.ccl.action
Class CSPGiveValues

java.lang.Object
  |
  +--fipaos.skill.constraint.ccl.action.CSPGiveValues

public class CSPGiveValues
extends java.lang.Object


This class represents the object CSP-give-values Action (Information Gathering)
as described in the document "CCL Language Specification v2.01" section 4.1.2.2, p8.

This action is used to collect suitable options for a certain problem solving context.
The CSP given as argument specifies a list of variables whose types, roles and
relations identify the requested values.

The expected effect of this action is the creation of a new CSP containing information
the agent carrying out the action (the actor) wishes to express about the choice
problem defined by the CSP given in target of the action.


Constructor Summary
CSPGiveValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSPGiveValues

public CSPGiveValues()