|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreasoner.Individual
reasoner.StaticInd
public class StaticInd
This class represents the Static Individuals. Every StaticInd has time set to the NOW contant.
Field Summary |
---|
Fields inherited from class reasoner.Individual |
---|
kb, name, NOW, SELF, time |
Constructor Summary | |
---|---|
StaticInd(java.lang.String name,
double time,
KnowledgeBase kb)
Constructs a new StaticInd, by name, time and KnowledgeBase. |
|
StaticInd(java.lang.String name,
KnowledgeBase kb)
Constructs a new StaticInd, by name and KnowledgeBase. |
Method Summary | |
---|---|
double |
eval(Concept c)
Evaluates the membership value for this StaticInd in the given Concept |
Methods inherited from class reasoner.Individual |
---|
compareTo, getKb, getName, getNOW, getSELF, getTime, setKb, setName, setTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticInd(java.lang.String name, KnowledgeBase kb)
name
- the namekb
- the KnowledgeBasepublic StaticInd(java.lang.String name, double time, KnowledgeBase kb)
name
- the nametime
- kb
- the KnowledgeBaseMethod Detail |
---|
public double eval(Concept c)
eval
in class Individual
c
- the ConceptIndividual.eval(reasoner.Concept)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |