|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.toscanaj.controller.fca.AbstractConceptInterpreter
Nested Class Summary |
Nested classes inherited from class net.sourceforge.toscanaj.controller.fca.ConceptInterpreter |
ConceptInterpreter.IntervalType |
Field Summary | |
static double[] |
CHI_SQUARE_CRITICAL_VALUES
Chi square values come from http://www.ncat.edu/~warrack/chisquaretable.pdf |
static double[] |
SIGNIFICANCE_LEVELS
|
Fields inherited from interface net.sourceforge.toscanaj.controller.fca.ConceptInterpreter |
CONCEPT_INTERPRETER_CLASS_ATTRIBUTE, CONCEPT_INTERPRETER_ELEMENT_NAME, INTERVAL_TYPE_CONTINGENT, INTERVAL_TYPE_EXTENT, INTERVAL_TYPE_FIXED, INTERVAL_TYPE_ORTHOGONALTIY |
Constructor Summary | |
AbstractConceptInterpreter()
|
Method Summary | |
protected abstract int |
calculateContingentSize(Concept concept,
ConceptInterpretationContext context)
|
protected int |
calculateExtentSize(Concept concept,
ConceptInterpretationContext context)
|
void |
clearCache()
|
FCAElement[] |
executeQuery(Query query,
Concept concept,
ConceptInterpretationContext context)
|
java.util.Iterator |
getAttributeContingentIterator(Concept concept,
ConceptInterpretationContext context)
independent of displayMode and filterMode |
int |
getAttributeCount(Concept concept,
ConceptInterpretationContext context)
Deprecated. |
int |
getExtentSize(Concept concept,
ConceptInterpretationContext context)
these are independent of displayMode and dependent on filterMode |
java.util.Iterator |
getIntentIterator(Concept concept,
ConceptInterpretationContext context)
independent of displayMode and filterMode |
NormedIntervalSource |
getIntervalSource(ConceptInterpreter.IntervalType type)
|
protected int |
getMaximalContingentSize()
This returns the maximal contingent found up to now. |
protected abstract FCAElement |
getObject(java.lang.String value,
Concept concept,
ConceptInterpretationContext context)
|
int |
getObjectContingentSize(Concept concept,
ConceptInterpretationContext context)
these are independent of displayMode and dependent on filterMode |
int |
getObjectCount(Concept concept,
ConceptInterpretationContext context)
is dependent on displayMode and filterMode |
abstract java.util.Iterator |
getObjectSetIterator(Concept concept,
ConceptInterpretationContext context)
is dependent on displayMode and filterMode |
protected abstract FCAElement[] |
handleNonDefaultQuery(Query query,
Concept concept,
ConceptInterpretationContext context)
|
boolean |
isRealized(Concept concept,
ConceptInterpretationContext context)
|
boolean |
isVisible(Concept concept,
ConceptInterpretationContext context)
|
void |
processEvent(org.tockit.events.Event e)
|
void |
showDeviation(boolean show)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final double[] SIGNIFICANCE_LEVELS
public static final double[] CHI_SQUARE_CRITICAL_VALUES
Constructor Detail |
public AbstractConceptInterpreter()
Method Detail |
public abstract java.util.Iterator getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getObjectSetIterator
in interface ConceptInterpreter
protected abstract FCAElement getObject(java.lang.String value, Concept concept, ConceptInterpretationContext context)
protected abstract FCAElement[] handleNonDefaultQuery(Query query, Concept concept, ConceptInterpretationContext context)
protected abstract int calculateContingentSize(Concept concept, ConceptInterpretationContext context)
protected int calculateExtentSize(Concept concept, ConceptInterpretationContext context)
public java.util.Iterator getAttributeContingentIterator(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getAttributeContingentIterator
in interface ConceptInterpreter
public java.util.Iterator getIntentIterator(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getIntentIterator
in interface ConceptInterpreter
public int getObjectCount(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getObjectCount
in interface ConceptInterpreter
public int getAttributeCount(Concept concept, ConceptInterpretationContext context)
getAttributeCount
in interface ConceptInterpreter
public int getObjectContingentSize(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getObjectContingentSize
in interface ConceptInterpreter
public int getExtentSize(Concept concept, ConceptInterpretationContext context)
ConceptInterpreter
getExtentSize
in interface ConceptInterpreter
public NormedIntervalSource getIntervalSource(ConceptInterpreter.IntervalType type)
getIntervalSource
in interface ConceptInterpreter
public FCAElement[] executeQuery(Query query, Concept concept, ConceptInterpretationContext context)
executeQuery
in interface ConceptInterpreter
protected int getMaximalContingentSize()
public boolean isRealized(Concept concept, ConceptInterpretationContext context)
isRealized
in interface ConceptInterpreter
public void processEvent(org.tockit.events.Event e)
processEvent
in interface org.tockit.events.EventBrokerListener
public void clearCache()
public void showDeviation(boolean show)
showDeviation
in interface ConceptInterpreter
public boolean isVisible(Concept concept, ConceptInterpretationContext context)
isVisible
in interface ConceptInterpreter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |