Magentix2  2.1.1
es.upv.dsic.gti_ia.argAgents.knowledgeResources.Norm Class Reference

List of all members.

Public Member Functions

 Norm (long id, String description)
 Norm ()
String getDescription ()
void setDescription (String newDescription)
long getID ()
void setID (long newID)

Detailed Description

Implementation of the concept Norm In this version of the API, Norms are not considered, but this class can be used to include normative knowledge in further implementations.

Definition at line 9 of file Norm.java.


Constructor & Destructor Documentation

es.upv.dsic.gti_ia.argAgents.knowledgeResources.Norm.Norm ( long  id,
String  description 
)

Definition at line 15 of file Norm.java.

                                             {
        this.id = id;
        this.description = description;
    }

Definition at line 20 of file Norm.java.

                  {
        id = -1;
        description = "";
    }

Member Function Documentation

Definition at line 27 of file Norm.java.

                                   {
        return description;
    }

Definition at line 39 of file Norm.java.

                        {
        return id;
    }

Definition at line 32 of file Norm.java.

                                                      {
        description = newDescription;
    }

Definition at line 44 of file Norm.java.

                                  {
        id = newID;
    }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables