es.upv.dsic.gti_ia.argAgents.knowledgeResources
Class Norm
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Norm
public Norm(long id,
String description)
Norm
public Norm()
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.