net.sourceforge.toscanaj.controller.fca
Class TupleConceptInterpreter
java.lang.Object
net.sourceforge.toscanaj.controller.fca.AbstractConceptInterpreter
net.sourceforge.toscanaj.controller.fca.TupleConceptInterpreter
- All Implemented Interfaces:
- ConceptInterpreter, org.tockit.events.EventBrokerListener, XMLizable
- public class TupleConceptInterpreter
- extends AbstractConceptInterpreter
- implements ConceptInterpreter, XMLizable
Methods inherited from class net.sourceforge.toscanaj.controller.fca.AbstractConceptInterpreter |
clearCache, executeQuery, getAttributeContingentIterator, getAttributeCount, getExtentSize, getIntentIterator, getIntervalSource, getMaximalContingentSize, getObjectContingentSize, getObjectCount, isRealized, isVisible, processEvent, showDeviation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sourceforge.toscanaj.controller.fca.ConceptInterpreter |
executeQuery, getAttributeContingentIterator, getAttributeCount, getExtentSize, getIntentIterator, getIntervalSource, getObjectContingentSize, getObjectCount, isRealized, isVisible, showDeviation |
TupleConceptInterpreter
public TupleConceptInterpreter(int[] objectColumns)
TupleConceptInterpreter
public TupleConceptInterpreter(org.jdom.Element elem)
getObjectSetIterator
public java.util.Iterator getObjectSetIterator(Concept concept,
ConceptInterpretationContext context)
- Description copied from interface:
ConceptInterpreter
- is dependent on displayMode and filterMode
- Specified by:
getObjectSetIterator
in interface ConceptInterpreter
- Specified by:
getObjectSetIterator
in class AbstractConceptInterpreter
calculateContingentSize
protected int calculateContingentSize(Concept concept,
ConceptInterpretationContext context)
- Specified by:
calculateContingentSize
in class AbstractConceptInterpreter
calculateExtentSize
protected int calculateExtentSize(Concept concept,
ConceptInterpretationContext context)
- Overrides:
calculateExtentSize
in class AbstractConceptInterpreter
getObject
protected FCAElement getObject(java.lang.String value,
Concept concept,
ConceptInterpretationContext context)
- Specified by:
getObject
in class AbstractConceptInterpreter
handleNonDefaultQuery
protected FCAElement[] handleNonDefaultQuery(Query query,
Concept concept,
ConceptInterpretationContext context)
- Specified by:
handleNonDefaultQuery
in class AbstractConceptInterpreter
toXML
public org.jdom.Element toXML()
- Description copied from interface:
XMLizable
- Write this element as the content of elem.
- Specified by:
toXML
in interface XMLizable
readXML
public void readXML(org.jdom.Element elem)
- Description copied from interface:
XMLizable
- Read this element as the content of elem.
- Specified by:
readXML
in interface XMLizable
The ToscanaJ project