Class AbstractAbstractionTree<AI,CI,D>

java.lang.Object
de.learnlib.algorithm.aaar.abstraction.AbstractAbstractionTree<AI,CI,D>
All Implemented Interfaces:
Abstraction<AI,CI>, Iterable<Node>, FiniteRepresentation, GraphViewable, Graph<Node,Node>, IndefiniteGraph<Node,Node>, IndefiniteSimpleGraph<Node>, SimpleGraph<Node>
Direct Known Subclasses:
ExplicitAbstractionTree, GenericAbstractionTree

public abstract class AbstractAbstractionTree<AI,CI,D> extends Object implements Abstraction<AI,CI>, GraphViewable, Graph<Node,Node>