Package org.objectweb.fractal.adl

Provides Fractal components that implement a parser for the Fractal ADL.

See:
          Description

Interface Summary
Loader A component interface to load type and template definitions.
Parser A component interface to load template components.
 

Class Summary
BasicLoader A Loader that loads type and template definitions from the class path.
BasicParser Default implementation of the Parser interface.
CachingLoader A DelegatingLoader that maintains a cache of already loaded definitions.
CheckingLoader A CachingLoader that checks typing constraints on the elements it loads.
DelegatingLoader A Loader that delegates parts of its work to another Loader.
FractalcTask An Ant task to check some type and template definitions, and to store them in an output directory.
KilimLoader A DelegatingLoader that converts the definitions loaded by its delegate loader to Kilim 2 templates.
Launcher A generic launcher to start a Fractal application from the name of a template definition.
ResolvingLoader A CachingLoader that resolves the inheritance relations between definitions.
SimpleADLLoader A loader for an alternative parser which understands a simplified, more user-friendly ADL syntax.
VerifyingLoader A DelegatingLoader that verifies that the loaded elements conform to the Fractal ADL DTD.
XMLElement An XML element.
 

Exception Summary
ParserException Thrown when loading, parsing, checking or constructing a type or a template definition.
 

Package org.objectweb.fractal.adl Description

Provides Fractal components that implement a parser for the Fractal ADL.

Since:
Fractal 1.0.6