es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Norm

java.lang.Object
  extended by es.upv.dsic.gti_ia.argAgents.knowledgeResources.Norm

public class Norm
extends Object

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.


Constructor Summary
Norm()
           
Norm(long id, String description)
           
 
Method Summary
 String getDescription()
           
 long getID()
           
 void setDescription(String newDescription)
           
 void setID(long newID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Norm

public Norm(long id,
            String description)

Norm

public Norm()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String newDescription)

getID

public long getID()

setID

public void setID(long newID)


Copyright © 2012 GTI-IA. All Rights Reserved.