Package simpack.api

Interface Summary
IAccessor This is the interface for all data accessors.
ICalculator This represents a class that does a calculation job.
IDistanceConversion This is the general interface for a distance-to-similarity conversion functions.
IGraphAccessor Accessor for graph structures.
IGraphNode This interface defines the methods of a graph node.
IGraphNodeComparator<E> General graph node comparison interface.
IGroupNode  
ISequenceAccessor<E> General interface for accessing a sequence of objects.
ISimilarityAggregator  
ISimilarityMeasure This defines the interface structure of any measure.
IStringAccessor This is the general interface for string accessors.
IToken  
ITokenizer Implementors have to provide an algorithm that splits a string into tokens.
ITreeAccessor Accessor for tree structures.
ITreeNode This interface defines the methods of a tree node.
ITreeNodeComparator<E> Compare two DefaultMutableTreeNodes for equality.
ITreeSequenceAccessor This interface specifies methods to retrieve the nodes of a tree in different sequence orderings, i.e., in pre- or postorder.
 



Copyright © 2006. All Rights Reserved.