Uses of Interface
net.sourceforge.toscanaj.model.lattice.Concept

Packages that use Concept
net.sourceforge.toscanaj.controller.db   
net.sourceforge.toscanaj.controller.fca   
net.sourceforge.toscanaj.model.diagram   
net.sourceforge.toscanaj.model.lattice   
net.sourceforge.toscanaj.model.ndimdiagram   
net.sourceforge.toscanaj.view.diagram   
 

Uses of Concept in net.sourceforge.toscanaj.controller.db
 

Methods in net.sourceforge.toscanaj.controller.db with parameters of type Concept
 void WhereClauseGenerator.visitConcept(Concept concept)
           
static java.lang.String WhereClauseGenerator.createWhereClause(Concept forConcept, DiagramHistory filterDiagrams, java.util.List outerConcepts, boolean displayMode, boolean filterMode)
           
 

Uses of Concept in net.sourceforge.toscanaj.controller.fca
 

Methods in net.sourceforge.toscanaj.controller.fca that return Concept
 Concept DiagramReference.getFilterConcept()
          Returns the concept used as filter (null for current and future diagrams).
 Concept ConceptInterpretationContext.getOutermostTopConcept(Concept concept)
           
 

Methods in net.sourceforge.toscanaj.controller.fca with parameters of type Concept
 java.util.Iterator TupleConceptInterpreter.getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
           
protected  int TupleConceptInterpreter.calculateContingentSize(Concept concept, ConceptInterpretationContext context)
           
protected  int TupleConceptInterpreter.calculateExtentSize(Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement TupleConceptInterpreter.getObject(java.lang.String value, Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement[] TupleConceptInterpreter.handleNonDefaultQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
 java.util.Iterator DatabaseConnectedConceptInterpreter.getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
           
protected  int DatabaseConnectedConceptInterpreter.calculateContingentSize(Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement DatabaseConnectedConceptInterpreter.getObject(java.lang.String value, Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement[] DatabaseConnectedConceptInterpreter.handleNonDefaultQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
 void DiagramHistory.next(Concept zoomedConcept)
           
 void DiagramHistory.ConceptVisitor.visitConcept(Concept concept)
           
 void DiagramReference.setFilterConcept(Concept filterConcept)
           
 double FixedValueIntervalSource.getValue(Concept concept, ConceptInterpretationContext context)
           
 java.util.Iterator ConceptInterpreter.getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
          is dependent on displayMode and filterMode
 java.util.Iterator ConceptInterpreter.getAttributeContingentIterator(Concept concept, ConceptInterpretationContext context)
          independent of displayMode and filterMode
 java.util.Iterator ConceptInterpreter.getIntentIterator(Concept concept, ConceptInterpretationContext context)
          independent of displayMode and filterMode
 int ConceptInterpreter.getObjectCount(Concept concept, ConceptInterpretationContext context)
          is dependent on displayMode and filterMode
 int ConceptInterpreter.getAttributeCount(Concept concept, ConceptInterpretationContext context)
          is dependent on displayMode and filterMode
 int ConceptInterpreter.getObjectContingentSize(Concept concept, ConceptInterpretationContext context)
          these are independent of displayMode and dependent on filterMode
 int ConceptInterpreter.getExtentSize(Concept concept, ConceptInterpretationContext context)
          these are independent of displayMode and dependent on filterMode
 boolean ConceptInterpreter.isRealized(Concept concept, ConceptInterpretationContext context)
           
 FCAElement[] ConceptInterpreter.executeQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
 boolean ConceptInterpreter.isVisible(Concept concept, ConceptInterpretationContext context)
           
 java.util.Iterator DirectConceptInterpreter.getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
           
protected  int DirectConceptInterpreter.calculateContingentSize(Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement DirectConceptInterpreter.getObject(java.lang.String value, Concept concept, ConceptInterpretationContext context)
           
protected  FCAElement[] DirectConceptInterpreter.handleNonDefaultQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
 double NormedIntervalSource.getValue(Concept concept, ConceptInterpretationContext context)
           
 void DiagramController.next(Concept zoomedConcept)
          Moves forward to the next diagram.
abstract  java.util.Iterator AbstractConceptInterpreter.getObjectSetIterator(Concept concept, ConceptInterpretationContext context)
           
protected abstract  FCAElement AbstractConceptInterpreter.getObject(java.lang.String value, Concept concept, ConceptInterpretationContext context)
           
protected abstract  FCAElement[] AbstractConceptInterpreter.handleNonDefaultQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
protected abstract  int AbstractConceptInterpreter.calculateContingentSize(Concept concept, ConceptInterpretationContext context)
           
protected  int AbstractConceptInterpreter.calculateExtentSize(Concept concept, ConceptInterpretationContext context)
           
 java.util.Iterator AbstractConceptInterpreter.getAttributeContingentIterator(Concept concept, ConceptInterpretationContext context)
           
 java.util.Iterator AbstractConceptInterpreter.getIntentIterator(Concept concept, ConceptInterpretationContext context)
           
 int AbstractConceptInterpreter.getObjectCount(Concept concept, ConceptInterpretationContext context)
           
 int AbstractConceptInterpreter.getAttributeCount(Concept concept, ConceptInterpretationContext context)
          Deprecated.  
 int AbstractConceptInterpreter.getObjectContingentSize(Concept concept, ConceptInterpretationContext context)
           
 int AbstractConceptInterpreter.getExtentSize(Concept concept, ConceptInterpretationContext context)
           
 FCAElement[] AbstractConceptInterpreter.executeQuery(Query query, Concept concept, ConceptInterpretationContext context)
           
 boolean AbstractConceptInterpreter.isRealized(Concept concept, ConceptInterpretationContext context)
           
 boolean AbstractConceptInterpreter.isVisible(Concept concept, ConceptInterpretationContext context)
           
 ConceptInterpretationContext ConceptInterpretationContext.createNestedContext(Concept nestingConcept)
           
 Concept ConceptInterpretationContext.getOutermostTopConcept(Concept concept)
           
 

Constructors in net.sourceforge.toscanaj.controller.fca with parameters of type Concept
DiagramReference(Diagram2D diagram, Concept filterConcept)
          Initialises a new reference.
 

Uses of Concept in net.sourceforge.toscanaj.model.diagram
 

Fields in net.sourceforge.toscanaj.model.diagram declared as Concept
protected  Concept DiagramNode.concept
          The concept the node represents.
 

Methods in net.sourceforge.toscanaj.model.diagram that return Concept
 Concept[] NestedDiagramNode.getConceptNestingList()
           
 Concept DiagramNode.getFilterConcept()
          Returns the concept which should be used for filtering.
 Concept DiagramNode.getConcept()
          Get the concept for this node.
 Concept[] DiagramNode.getConceptNestingList()
           
 Concept Diagram2D.getTopConcept()
          Finds the top concept in the underlying lattice.
 Concept Diagram2D.getBottomConcept()
          Finds the bottom concept in the underlying lattice.
 Concept SimpleLineDiagram.getTopConcept()
           
 Concept SimpleLineDiagram.getBottomConcept()
           
 

Methods in net.sourceforge.toscanaj.model.diagram with parameters of type Concept
 DiagramNode Diagram2D.getNodeForConcept(Concept concept)
          Finds the node representing the concept given.
 DiagramNode SimpleLineDiagram.getNodeForConcept(Concept concept)
           
 DiagramNode NestedLineDiagram.getNodeForConcept(Concept concept)
           
 

Constructors in net.sourceforge.toscanaj.model.diagram with parameters of type Concept
DiagramNode(WriteableDiagram2D diagram, java.lang.String identifier, java.awt.geom.Point2D position, Concept concept, LabelInfo attributeLabelInfo, LabelInfo objectLabelInfo, DiagramNode outerNode)
           
DiagramNode(WriteableDiagram2D diagram, java.lang.String identifier, java.awt.geom.Point2D position, Concept concept, LabelInfo attributeLabel, LabelInfo objectLabel, DiagramNode outerNode, double radiusX, double radiusY)
           
 

Uses of Concept in net.sourceforge.toscanaj.model.lattice
 

Classes in net.sourceforge.toscanaj.model.lattice that implement Concept
 class ConceptImplementation
          This implements concepts.
 

Methods in net.sourceforge.toscanaj.model.lattice that return Concept
 Concept[] LatticeImplementation.getConcepts()
           
 Concept LatticeImplementation.getTop()
           
 Concept LatticeImplementation.getBottom()
           
 Concept Concept.getTopConcept()
           
 Concept Concept.getBottomConcept()
           
 Concept[] Lattice.getConcepts()
           
 Concept Lattice.getTop()
           
 Concept Lattice.getBottom()
           
 Concept ConceptImplementation.getTopConcept()
           
 Concept ConceptImplementation.getBottomConcept()
           
 

Methods in net.sourceforge.toscanaj.model.lattice with parameters of type Concept
 void LatticeImplementation.addConcept(Concept concept)
           
 void LatticeImplementation.removeConcept(Concept concept)
           
 boolean Concept.hasSuperConcept(Concept concept)
          Returns true iff the given concept is a superconcept of the object.
 boolean Concept.hasSubConcept(Concept concept)
          Returns true iff the given concept is a subconcept of the object.
 void ConceptImplementation.addSuperConcept(Concept superConcept)
          Adds a concept to the filter.
 void ConceptImplementation.addSubConcept(Concept subConcept)
          Adds a concept to the ideal.
 boolean ConceptImplementation.hasSuperConcept(Concept concept)
          Returns true iff the given concept is in the filter of this one.
 boolean ConceptImplementation.hasSubConcept(Concept concept)
          Returns true iff the given concept is in the ideal of this one.
 

Uses of Concept in net.sourceforge.toscanaj.model.ndimdiagram
 

Constructors in net.sourceforge.toscanaj.model.ndimdiagram with parameters of type Concept
NDimDiagramNode(NDimDiagram diagram, java.lang.String identifier, double[] ndimVector, Concept concept, LabelInfo attributeLabel, LabelInfo objectLabel, DiagramNode outerNode)
           
 

Uses of Concept in net.sourceforge.toscanaj.view.diagram
 

Methods in net.sourceforge.toscanaj.view.diagram with parameters of type Concept
 void NodeView.setSelectedConcepts(Concept[] selectedConcepts)
          Recalculates if the node is selected and how.
 void DiagramView.setSelectedConcepts(Concept[] concepts)
           
 



The ToscanaJ project