Package algoanim.animalscript

This package contains the generator back-end for AnimalScript.

See:
          Description

Class Summary
AnimalAndGenerator  
AnimalArcGenerator  
AnimalArrayBasedQueueGenerator<T>  
AnimalArrayBasedStackGenerator<T>  
AnimalArrayGenerator  
AnimalArrayMarkerGenerator  
AnimalCircleGenerator  
AnimalCircleSegGenerator  
AnimalConceptualQueueGenerator<T>  
AnimalConceptualStackGenerator<T>  
AnimalDemultiplexerGenerator  
AnimalDFlipflopGenerator  
AnimalDoubleArrayGenerator  
AnimalDoubleMatrixGenerator  
AnimalEllipseGenerator  
AnimalEllipseSegGenerator  
AnimalGenerator This class implements functionality which is shared by all AnimalScript generators.
AnimalGraphGenerator  
AnimalGroupGenerator  
AnimalIntArrayGenerator  
AnimalIntMatrixGenerator  
AnimalJHAVETextInteractionGenerator  
AnimalJKFlipflopGenerator  
AnimalListBasedQueueGenerator<T>  
AnimalListBasedStackGenerator<T>  
AnimalListElementGenerator  
AnimalMultiplexerGenerator  
AnimalNAndGenerator  
AnimalNorGenerator  
AnimalNotGenerator  
AnimalOrGenerator  
AnimalPointGenerator  
AnimalPolygonGenerator  
AnimalPolylineGenerator  
AnimalRectGenerator  
AnimalRSFlipflopGenerator  
AnimalScript  
AnimalSourceCodeGenerator  
AnimalSquareGenerator  
AnimalStringArrayGenerator  
AnimalStringMatrixGenerator  
AnimalTextGenerator  
AnimalTFlipflopGenerator  
AnimalTriangleGenerator  
AnimalVHDLElementGenerator  
AnimalWireGenerator  
AnimalXNorGenerator  
AnimalXorGenerator  
AVInteractionTextGenerator  
 

Package algoanim.animalscript Description

This package contains the generator back-end for AnimalScript. The classes in the package are concrete implementations for the entities and methods defined in the other animalscriptapi.* packages. However, they produce concrete output in the AnimalScript format.

See the Animal Home Page for a description of the AnimalScript notation.