keba
Class MetaConcept

java.lang.Object
  |
  +--keba.Concept
        |
        +--keba.MetaConcept
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class MetaConcept
extends Concept

See Also:
Serialized Form

Field Summary
(package private)  KEB parents
           
(package private)  float r1
           
(package private)  float r2
           
(package private)  long t
           
 
Fields inherited from class keba.Concept
a, ACTIV_POT, acts, DELTA, ETA_CTR, hyp_max, HYP_MAX, HYP_MIN, id, IOTA, KAPPA, lastID, level, MAX_DECAY, msg, n, R1_INI, R2_INI, RHO, s, v, XI, ZETA_R
 
Constructor Summary
MetaConcept(int lev)
           
MetaConcept(KEB papas, int lev)
           
 
Method Summary
(package private)  boolean areParents(KEB papas)
           
(package private)  boolean exactParents(KEB papas)
           
(package private)  boolean isExactParent(Concept c)
           
(package private)  boolean isParent(Concept c, KEB papas)
           
(package private)  java.lang.String show(int mode)
           
(package private)  void update(KEB papas, long time)
           
 
Methods inherited from class keba.Concept
assignID, clone, dec, hypdec, hypdec, hypinc, hypinc, inc, initID, update
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parents

KEB parents

r1

float r1

r2

float r2

t

long t
Constructor Detail

MetaConcept

public MetaConcept(int lev)

MetaConcept

public MetaConcept(KEB papas,
                   int lev)
Method Detail

areParents

boolean areParents(KEB papas)

isParent

boolean isParent(Concept c,
                 KEB papas)

exactParents

boolean exactParents(KEB papas)

isExactParent

boolean isExactParent(Concept c)

update

void update(KEB papas,
            long time)

show

java.lang.String show(int mode)
Overrides:
show in class Concept