jade.content.onto.basic
Class TrueProposition

java.lang.Object
  |
  +--jade.content.onto.basic.TrueProposition
All Implemented Interfaces:
ContentElement, Predicate, java.io.Serializable, Serializable

public class TrueProposition
extends java.lang.Object
implements Predicate

This class represents the TRUE proposition i.e. a predicate that is always true.

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

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

Constructor Detail

TrueProposition

public TrueProposition()


JADE