fipaos.skill.constraint.ccl.action
Class CSPGiveConstraints

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

public class CSPGiveConstraints
extends java.lang.Object


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

This action is used to collect constraints on a given set of variables and domains.

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
CSPGiveConstraints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSPGiveConstraints

public CSPGiveConstraints()