All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jtelos.cpp.cppIndividual

java.lang.Object
   |
   +----jtelos.cpp.cppProposition
           |
           +----jtelos.cpp.cppIndividual

public class cppIndividual
extends cppProposition
implements Individual

Constructor Index

 o cppIndividual(String, int, KB)
Called from cppKB.

Method Index

 o categories()
This method throws an IndividualAccessedAsAnAttributeException since an Individual can never have categories.
 o from()
This is overriden to return itself since individuals have themselves as source.
 o to()
This is overriden to return itself since individuals point to themselves.

Constructors

 o cppIndividual
 public cppIndividual(String telosName,
                      int handle,
                      KB kb)
Called from cppKB.

Methods

 o from
 public Proposition from()
This is overriden to return itself since individuals have themselves as source.

Overrides:
from in class cppProposition
 o to
 public PropositionOrPrimitive to()
This is overriden to return itself since individuals point to themselves.

Overrides:
to in class cppProposition
 o categories
 public String[] categories()
This method throws an IndividualAccessedAsAnAttributeException since an Individual can never have categories.

Overrides:
categories in class cppProposition
See Also:
directAncestors, allAncestors

All Packages  Class Hierarchy  This Package  Previous  Next  Index