Uses of Interface
net.sourceforge.toscanaj.util.xmlize.XMLizable

Packages that use XMLizable
net.sourceforge.toscanaj.controller.fca   
net.sourceforge.toscanaj.dbviewer   
net.sourceforge.toscanaj.model   
net.sourceforge.toscanaj.model.context   
net.sourceforge.toscanaj.model.database   
net.sourceforge.toscanaj.model.diagram   
net.sourceforge.toscanaj.model.lattice   
net.sourceforge.toscanaj.model.manyvaluedcontext   
net.sourceforge.toscanaj.model.ndimdiagram   
net.sourceforge.toscanaj.util.xmlize   
net.sourceforge.toscanaj.view.temporal   
org.tockit.datatype   
org.tockit.datatype.xsd   
 

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

Classes in net.sourceforge.toscanaj.controller.fca that implement XMLizable
 class TupleConceptInterpreter
           
 

Uses of XMLizable in net.sourceforge.toscanaj.dbviewer
 

Classes in net.sourceforge.toscanaj.dbviewer that implement XMLizable
 class DatabaseViewerManager
           
 

Uses of XMLizable in net.sourceforge.toscanaj.model
 

Classes in net.sourceforge.toscanaj.model that implement XMLizable
 class ConceptualSchema
          This is the main interface for the data structures.
 

Uses of XMLizable in net.sourceforge.toscanaj.model.context
 

Classes in net.sourceforge.toscanaj.model.context that implement XMLizable
 class FCAElementImplementation
           
 

Uses of XMLizable in net.sourceforge.toscanaj.model.database
 

Classes in net.sourceforge.toscanaj.model.database that implement XMLizable
 class AggregateQuery
           
 class Column
           
 class DatabaseInfo
          This class contains information how to connect to a database.
 class DatabaseSchema
           
 class DistinctListQuery
           
 class ListQuery
           
 class Query
           
 class Table
           
 

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

Subinterfaces of XMLizable in net.sourceforge.toscanaj.model.diagram
 interface Diagram2D
          Interface for getting diagram related information.
 interface WriteableDiagram2D
          This class is an abstraction of all diagram related information.
 

Classes in net.sourceforge.toscanaj.model.diagram that implement XMLizable
 class DiagramLine
          This encapsulates all information about a line in a diagram.
 class DiagramNode
          Stores the information on a node in a diagram.
 class LabelInfo
          This class encapsulates all information needed to paint a label.
 class NestedDiagramNode
          A class representing a diagram node with an inner diagram.
 class NestedLineDiagram
          Stores a nested line diagram.
 class SimpleLineDiagram
          This class is an abstraction of all diagram related information.
 

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

Subinterfaces of XMLizable in net.sourceforge.toscanaj.model.lattice
 interface Concept
          Offers read access to information about a concept in a Formal Concept Lattice.
 

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

Uses of XMLizable in net.sourceforge.toscanaj.model.manyvaluedcontext
 

Classes in net.sourceforge.toscanaj.model.manyvaluedcontext that implement XMLizable
 class ManyValuedContextImplementation
           
 

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

Classes in net.sourceforge.toscanaj.model.ndimdiagram that implement XMLizable
 class NDimDiagram
           
 class NDimDiagramNode
          Implements a diagram node using an n-dimensional space and projection onto the plane.
 

Uses of XMLizable in net.sourceforge.toscanaj.util.xmlize
 

Methods in net.sourceforge.toscanaj.util.xmlize with parameters of type XMLizable
static void XMLWriter.write(java.io.File file, XMLizable object)
           
 

Constructors in net.sourceforge.toscanaj.util.xmlize with parameters of type XMLizable
XMLReader(java.io.File file, XMLizable object)
          The constructor does the reading from a file and throws if there is a * problem.
 

Uses of XMLizable in net.sourceforge.toscanaj.view.temporal
 

Classes in net.sourceforge.toscanaj.view.temporal that implement XMLizable
 class InterSequenceTransitionArrow
           
 class StateRing
           
 class TransitionArrow
           
 

Uses of XMLizable in org.tockit.datatype
 

Subinterfaces of XMLizable in org.tockit.datatype
 interface Datatype
           
 

Classes in org.tockit.datatype that implement XMLizable
 class AbstractDatatype
           
 

Uses of XMLizable in org.tockit.datatype.xsd
 

Classes in org.tockit.datatype.xsd that implement XMLizable
 class AbstractXSDDatatype
           
 class DecimalType
           
 class StringType
           
static class StringType.EnumerationRestrictedStringType
           
static class StringType.LengthRestrictedStringType
           
static class StringType.PatternRestrictedStringType
           
 



The ToscanaJ project