Package cage

Contains the main classes for the Java GUI of CaGe.

See:
          Description

Interface Summary
CaGeOutlet An interface common to all possible types of output in CaGe, i.e.
CaGeRunner  
EdgeIterator Extension of the interface Iterator with an extra method to iterate over edges directly.
ElementRule An ElementRule object can be used to deduce the chemical element of an atom corresponding with a certain vertex in a graph.
EmbeddableGraph  
EmbeddingTypeFactory Interface that defines a factory for embedding types.
EmbedThreadListener  
GeneratorListener  
 

Class Summary
BackgroundRunner  
BackgroundWindow  
CaGe  
CaGeEmbeddingTypeFactory Implementation of EmbeddingTypeFactory which offers access to the default embedding types available in CaGe.
CaGeListener  
CaGePipe  
CaGeResult  
CaGeResultList A result "collection" of CaGe's production process, with some methods to traverse it.
CaGeStarter  
CaGeTimer  
CombinedGeneratorPanel GeneratorPanel that combines several GeneratorPanels on a JTabbedPane.
Embedder  
EmbedFactory Utility class for the creation of embedders.
EmbedThread  
FileFormatBox Combobox for selecting a file format.
FoldnetThread  
GeneratorChoiceListener  
GeneratorInfo Abstract class that represents the settings for a CaGe generator.
GeneratorPanel  
GeneratorParamsListener  
NativeCaGePipe  
NativeEdgeIterator Returned by a NativeEmbeddableGraph as an iterator over its edges.
NativeEmbeddableGraph  
OutputPanel  
OutputParamsListener  
ResultPanel  
SaveDialog  
SavePSDialog  
SingleElementRule An implementation of ElementRule that always returns the same element.
StaticGeneratorInfo Implementation of GeneratorInfo that sets all settings using setters and doesn't calculate any of the values.
TargetPanel Panel that allows the selection of a certain target (i.e.
Utils  
ValencyElementRule An implementation of ElementRule that deduces the element of atom based on the degree of the corresponding vertex.
 

Package cage Description

Contains the main classes for the Java GUI of CaGe.