A B C D E F G H I J L M N O P R S T U V W X

A

ADLException - exception org.objectweb.fractal.adl.ADLException.
Thrown when an error occurs during the analysis of an ADL definition.
ADLException(String, Node) - Constructor for class org.objectweb.fractal.adl.ADLException
Constructs a new ParserException.
ADLException(String, Node, Exception) - Constructor for class org.objectweb.fractal.adl.ADLException
Constructs a new ParserException.
AbstractLoader - class org.objectweb.fractal.adl.AbstractLoader.
An abstract Loader that delegates to another Loader.
AbstractLoader() - Constructor for class org.objectweb.fractal.adl.AbstractLoader
 
AbstractNode - class org.objectweb.fractal.adl.AbstractNode.
An abstract Node.
AbstractNode(String) - Constructor for class org.objectweb.fractal.adl.AbstractNode
 
ArgumentComponentLoader - class org.objectweb.fractal.adl.arguments.ArgumentComponentLoader.
 
ArgumentComponentLoader() - Constructor for class org.objectweb.fractal.adl.arguments.ArgumentComponentLoader
 
ArgumentDefinition - interface org.objectweb.fractal.adl.arguments.ArgumentDefinition.
 
ArgumentLoader - class org.objectweb.fractal.adl.arguments.ArgumentLoader.
 
ArgumentLoader() - Constructor for class org.objectweb.fractal.adl.arguments.ArgumentLoader
 
Attribute - interface org.objectweb.fractal.adl.attributes.Attribute.
An AST node interface to define an attribute.
AttributeBuilder - interface org.objectweb.fractal.adl.attributes.AttributeBuilder.
A builder interface to set component attributes.
AttributeCompiler - class org.objectweb.fractal.adl.attributes.AttributeCompiler.
A PrimitiveCompiler to compile Attributes nodes in definitions.
AttributeCompiler() - Constructor for class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
AttributeLoader - class org.objectweb.fractal.adl.attributes.AttributeLoader.
A Loader to check Attributes nodes in definitions.
AttributeLoader() - Constructor for class org.objectweb.fractal.adl.attributes.AttributeLoader
 
Attributes - interface org.objectweb.fractal.adl.attributes.Attributes.
An AST node interface to define a set of attributes.
AttributesContainer - interface org.objectweb.fractal.adl.attributes.AttributesContainer.
An AST node interface for nodes that can contain attributes.
addAttribute(Attribute) - Method in interface org.objectweb.fractal.adl.attributes.Attributes
 
addBinding(Binding) - Method in interface org.objectweb.fractal.adl.bindings.BindingContainer
 
addComment(Comment) - Method in interface org.objectweb.fractal.adl.comments.CommentContainer
 
addComponent(Object, Object, String, Object) - Method in interface org.objectweb.fractal.adl.components.ComponentBuilder
 
addComponent(Component) - Method in interface org.objectweb.fractal.adl.components.ComponentContainer
 
addComponent(Object, Object, String, Object) - Method in class org.objectweb.fractal.adl.components.FractalComponentBuilder
 
addComponent(Object, Object, String, Object) - Method in class org.objectweb.fractal.adl.components.JavaComponentBuilder
 
addComponent(Object, Object, String, Object) - Method in class org.objectweb.fractal.adl.components.StaticFractalComponentBuilder
 
addComponent(Object, Object, String, Object) - Method in class org.objectweb.fractal.adl.components.StaticJavaComponentBuilder
 
addCoordinates(Coordinates) - Method in interface org.objectweb.fractal.adl.coordinates.CoordinatesContainer
 
addInterface(Interface) - Method in interface org.objectweb.fractal.adl.interfaces.InterfaceContainer
 
addTask(String, Object, Task) - Method in class org.objectweb.fractal.adl.BasicTaskMap
 
addTask(String, Object, Task) - Method in interface org.objectweb.fractal.adl.TaskMap
Adds the given task to this task map.
astAddNode(Node) - Method in interface org.objectweb.fractal.adl.Node
Adds a sub node to this node.
astGetAttributes() - Method in interface org.objectweb.fractal.adl.Node
Returns the attributes of this node.
astGetDecoration(String) - Method in class org.objectweb.fractal.adl.AbstractNode
 
astGetDecoration(String) - Method in interface org.objectweb.fractal.adl.Node
Returns a decoration of this node.
astGetDecorations() - Method in class org.objectweb.fractal.adl.AbstractNode
 
astGetDecorations() - Method in interface org.objectweb.fractal.adl.Node
Returns the decorations of this node.
astGetNodeTypes() - Method in interface org.objectweb.fractal.adl.Node
Returns the types of the sub nodes that this node can have.
astGetNodes(String) - Method in interface org.objectweb.fractal.adl.Node
Returns the sub nodes of this node that are of the given type.
astGetSource() - Method in class org.objectweb.fractal.adl.AbstractNode
 
astGetSource() - Method in interface org.objectweb.fractal.adl.Node
Returns the source of this node.
astGetType() - Method in class org.objectweb.fractal.adl.AbstractNode
 
astGetType() - Method in interface org.objectweb.fractal.adl.Node
Returns the type of this node.
astNewInstance() - Method in interface org.objectweb.fractal.adl.Node
Creates a new, empty AST node of the same type as this node.
astRemoveNode(Node) - Method in interface org.objectweb.fractal.adl.Node
Removes a sub node from this node.
astSetAttributes(Map) - Method in interface org.objectweb.fractal.adl.Node
Sets the attributes of this node.
astSetDecoration(String, Object) - Method in class org.objectweb.fractal.adl.AbstractNode
 
astSetDecoration(String, Object) - Method in interface org.objectweb.fractal.adl.Node
Sets a decoration of this node.
astSetDecorations(Map) - Method in class org.objectweb.fractal.adl.AbstractNode
 
astSetDecorations(Map) - Method in interface org.objectweb.fractal.adl.Node
Sets the decorations of this node.
astSetSource(String) - Method in class org.objectweb.fractal.adl.AbstractNode
 
astSetSource(String) - Method in interface org.objectweb.fractal.adl.Node
Sets the source of this node.

B

BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.attributes.AttributeCompiler
Name of the mandatory interface bound to the AttributeBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.bindings.BindingCompiler
Name of the mandatory interface bound to the BindingBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
Name of the mandatory interface bound to the ComponentBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
Name of the mandatory interface bound to the CoordinatesBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
Name of the mandatory interface bound to the ImplementationBuilder used by this compiler.
BUILDER_BINDING - Static variable in class org.objectweb.fractal.adl.types.TypeCompiler
Name of the mandatory interface bound to the TypeBuilder used by this compiler.
BasicFactory - class org.objectweb.fractal.adl.BasicFactory.
Basic implementation of the Factory interface.
BasicFactory() - Constructor for class org.objectweb.fractal.adl.BasicFactory
 
BasicTaskMap - class org.objectweb.fractal.adl.BasicTaskMap.
Basic implementation of the TaskMap interface.
BasicTaskMap() - Constructor for class org.objectweb.fractal.adl.BasicTaskMap
 
Binding - interface org.objectweb.fractal.adl.bindings.Binding.
An AST node interface to define a binding.
BindingBuilder - interface org.objectweb.fractal.adl.bindings.BindingBuilder.
A builder interface to build bindings.
BindingCompiler - class org.objectweb.fractal.adl.bindings.BindingCompiler.
A PrimitiveCompiler to compile Binding nodes in definitions.
BindingCompiler() - Constructor for class org.objectweb.fractal.adl.bindings.BindingCompiler
 
BindingContainer - interface org.objectweb.fractal.adl.bindings.BindingContainer.
An AST node interface for nodes that can contain bindings.
BindingLoader - class org.objectweb.fractal.adl.bindings.BindingLoader.
A Loader to check Binding nodes in definitions.
BindingLoader() - Constructor for class org.objectweb.fractal.adl.bindings.BindingLoader
 
bindComponent(int, Object, String, Object, String, Object) - Method in interface org.objectweb.fractal.adl.bindings.BindingBuilder
 
bindComponent(int, Object, String, Object, String, Object) - Method in class org.objectweb.fractal.adl.bindings.FractalBindingBuilder
 
bindComponent(int, Object, String, Object, String, Object) - Method in class org.objectweb.fractal.adl.bindings.JavaBindingBuilder
 
bindComponent(int, Object, String, Object, String, Object) - Method in class org.objectweb.fractal.adl.bindings.StaticFractalBindingBuilder
 
bindComponent(int, Object, String, Object, String, Object) - Method in class org.objectweb.fractal.adl.bindings.StaticJavaBindingBuilder
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.AbstractLoader
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.BasicFactory
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.bindings.BindingCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.components.ComponentCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
bindFc(String, Object) - Method in class org.objectweb.fractal.adl.types.TypeCompiler
 
builder - Variable in class org.objectweb.fractal.adl.attributes.AttributeCompiler
The AttributeBuilder used by this compiler.
builder - Variable in class org.objectweb.fractal.adl.bindings.BindingCompiler
The BindingBuilder used by this compiler.
builder - Variable in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
The ComponentBuilder used by this compiler.
builder - Variable in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
The ImplementationBuilder used by this compiler.
builder - Variable in class org.objectweb.fractal.adl.types.TypeCompiler
The TypeBuilder used by this compiler.

C

CLIENT_ROLE - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
COLLECTION_CARDINALITY - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
COMPILER_BINDING - Static variable in class org.objectweb.fractal.adl.BasicFactory
Name of the client interface bound to the Compiler used by this factory.
Comment - interface org.objectweb.fractal.adl.comments.Comment.
An AST node interface to define a comment.
CommentContainer - interface org.objectweb.fractal.adl.comments.CommentContainer.
An AST node interface for nodes that can contain comments.
Compiler - interface org.objectweb.fractal.adl.Compiler.
An ADL definition compiler.
Component - interface org.objectweb.fractal.adl.components.Component.
An AST node interface to define a sub component.
ComponentBuilder - interface org.objectweb.fractal.adl.components.ComponentBuilder.
A builder interface to add and start components.
ComponentCompiler - class org.objectweb.fractal.adl.components.ComponentCompiler.
Basic implementation of the Compiler interface.
ComponentCompiler() - Constructor for class org.objectweb.fractal.adl.components.ComponentCompiler
 
ComponentContainer - interface org.objectweb.fractal.adl.components.ComponentContainer.
An AST node interface for nodes that can contain sub components.
ComponentDefinition - interface org.objectweb.fractal.adl.components.ComponentDefinition.
An extended Definition interface for definitions that can contain sub components.
ComponentLoader - class org.objectweb.fractal.adl.components.ComponentLoader.
A Loader to check Component nodes in definitions.
ComponentLoader() - Constructor for class org.objectweb.fractal.adl.components.ComponentLoader
 
ComponentLoaderAttributes - interface org.objectweb.fractal.adl.components.ComponentLoaderAttributes.
 
ComponentPair - class org.objectweb.fractal.adl.components.ComponentPair.
 
ComponentPair(ComponentContainer, Component) - Constructor for class org.objectweb.fractal.adl.components.ComponentPair
 
Controller - interface org.objectweb.fractal.adl.implementations.Controller.
An AST node interface to define a component controller.
ControllerContainer - interface org.objectweb.fractal.adl.implementations.ControllerContainer.
An AST node interface for nodes that can contain a controller.
Coordinates - interface org.objectweb.fractal.adl.coordinates.Coordinates.
An AST node interface to define component coordinates.
CoordinatesBuilder - interface org.objectweb.fractal.adl.coordinates.CoordinatesBuilder.
A builder interface to define component coordinates.
CoordinatesCompiler - class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler.
A PrimitiveCompiler to compile Coordinates nodes in definitions.
CoordinatesCompiler() - Constructor for class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
CoordinatesContainer - interface org.objectweb.fractal.adl.coordinates.CoordinatesContainer.
An AST node interface for nodes that can contain component coordinates.
clientLoader - Variable in class org.objectweb.fractal.adl.AbstractLoader
The Loader used by this loader.
comp - Variable in class org.objectweb.fractal.adl.components.ComponentPair
 
compile(Definition, TaskMap, Map) - Method in interface org.objectweb.fractal.adl.Compiler
Compiles the given ADL definition.
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.bindings.BindingCompiler
 
compile(Definition, TaskMap, Map) - Method in class org.objectweb.fractal.adl.components.ComponentCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in interface org.objectweb.fractal.adl.components.PrimitiveCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
compile(List, ComponentContainer, TaskMap, Map) - Method in class org.objectweb.fractal.adl.types.TypeCompiler
 
compiler - Variable in class org.objectweb.fractal.adl.BasicFactory
The Compiler used by this factory.
container - Variable in class org.objectweb.fractal.adl.components.ComponentPair
 
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.fractal.adl.implementations.FractalImplementationBuilder
 
createComponent(Object, String, String, Object, Object, Object) - Method in interface org.objectweb.fractal.adl.implementations.ImplementationBuilder
 
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.fractal.adl.implementations.JavaImplementationBuilder
 
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.fractal.adl.implementations.StaticFractalImplementationBuilder
 
createComponent(Object, String, String, Object, Object, Object) - Method in class org.objectweb.fractal.adl.implementations.StaticJavaImplementationBuilder
 
createComponentType(String, Object[], Object) - Method in class org.objectweb.fractal.adl.types.FractalTypeBuilder
 
createComponentType(String, Object[], Object) - Method in class org.objectweb.fractal.adl.types.JavaTypeBuilder
 
createComponentType(String, Object[], Object) - Method in class org.objectweb.fractal.adl.types.StaticFractalTypeBuilder
 
createComponentType(String, Object[], Object) - Method in interface org.objectweb.fractal.adl.types.TypeBuilder
 
createInterfaceType(String, String, String, String, String, Object) - Method in class org.objectweb.fractal.adl.types.FractalTypeBuilder
 
createInterfaceType(String, String, String, String, String, Object) - Method in class org.objectweb.fractal.adl.types.JavaTypeBuilder
 
createInterfaceType(String, String, String, String, String, Object) - Method in class org.objectweb.fractal.adl.types.StaticFractalTypeBuilder
 
createInterfaceType(String, String, String, String, String, Object) - Method in interface org.objectweb.fractal.adl.types.TypeBuilder
 

D

Definition - interface org.objectweb.fractal.adl.Definition.
An ADL definition.
defineClass(String, byte[]) - Method in class org.objectweb.fractal.adl.NodeClassLoader
 

E

EXPORT_BINDING - Static variable in interface org.objectweb.fractal.adl.bindings.BindingBuilder
 
endElement(String, String, String) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 
equals(Object) - Method in class org.objectweb.fractal.adl.components.ComponentPair
 
error(SAXParseException) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 

F

FRACTAL_BACKEND - Static variable in class org.objectweb.fractal.adl.FactoryFactory
 
Factory - interface org.objectweb.fractal.adl.Factory.
A component factory.
FactoryFactory - class org.objectweb.fractal.adl.FactoryFactory.
Provides static methods to get a Factory component.
FactoryFactory() - Constructor for class org.objectweb.fractal.adl.FactoryFactory
 
FractalAttributeBuilder - class org.objectweb.fractal.adl.attributes.FractalAttributeBuilder.
A Fractal based implementation of the AttributeBuilder interface.
FractalAttributeBuilder() - Constructor for class org.objectweb.fractal.adl.attributes.FractalAttributeBuilder
 
FractalBindingBuilder - class org.objectweb.fractal.adl.bindings.FractalBindingBuilder.
A Fractal based implementation of the BindingBuilder interface.
FractalBindingBuilder() - Constructor for class org.objectweb.fractal.adl.bindings.FractalBindingBuilder
 
FractalComponentBuilder - class org.objectweb.fractal.adl.components.FractalComponentBuilder.
A Fractal based implementation of the ComponentBuilder interface.
FractalComponentBuilder() - Constructor for class org.objectweb.fractal.adl.components.FractalComponentBuilder
 
FractalImplementationBuilder - class org.objectweb.fractal.adl.implementations.FractalImplementationBuilder.
A Fractal based implementation of the ImplementationBuilder interface.
FractalImplementationBuilder() - Constructor for class org.objectweb.fractal.adl.implementations.FractalImplementationBuilder
 
FractalTypeBuilder - class org.objectweb.fractal.adl.types.FractalTypeBuilder.
A Fractal based implementation of the TypeBuilder interface.
FractalTypeBuilder() - Constructor for class org.objectweb.fractal.adl.types.FractalTypeBuilder
 
fatalError(SAXParseException) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 

G

generateClass(String, String, String, String[]) - Method in class org.objectweb.fractal.adl.NodeClassLoader
 
getASTName(String, boolean) - Static method in class org.objectweb.fractal.adl.NodeClassLoader
 
getArguments() - Method in interface org.objectweb.fractal.adl.arguments.ArgumentDefinition
 
getAttributes() - Method in interface org.objectweb.fractal.adl.attributes.Attributes
 
getAttributes() - Method in interface org.objectweb.fractal.adl.attributes.AttributesContainer
 
getBindings() - Method in interface org.objectweb.fractal.adl.bindings.BindingContainer
 
getCardinality() - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
getClassName() - Method in interface org.objectweb.fractal.adl.implementations.Implementation
 
getColor() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
getComments() - Method in interface org.objectweb.fractal.adl.comments.CommentContainer
 
getComponent(ComponentContainer, String) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
getComponents() - Method in interface org.objectweb.fractal.adl.components.ComponentContainer
 
getContingency() - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
getController() - Method in interface org.objectweb.fractal.adl.implementations.ControllerContainer
 
getCoordinatess() - Method in interface org.objectweb.fractal.adl.coordinates.CoordinatesContainer
 
getDefinition() - Method in interface org.objectweb.fractal.adl.components.Component
 
getDescriptor() - Method in interface org.objectweb.fractal.adl.implementations.Controller
 
getDescriptor() - Method in interface org.objectweb.fractal.adl.implementations.TemplateController
 
getExtends() - Method in interface org.objectweb.fractal.adl.components.ComponentDefinition
 
getFactory() - Static method in class org.objectweb.fractal.adl.FactoryFactory
Returns a bootstrap Factory, with a Java backend.
getFactory(String) - Static method in class org.objectweb.fractal.adl.FactoryFactory
Returns a Factory with the given backend.
getFactory(String, Map) - Static method in class org.objectweb.fractal.adl.FactoryFactory
Returns a Factory with the given backend.
getFactory(String, String, Map) - Static method in class org.objectweb.fractal.adl.FactoryFactory
Returns a Factory with the given implementation and backend.
getFieldName(String, int) - Static method in class org.objectweb.fractal.adl.NodeClassLoader
 
getFrom() - Method in interface org.objectweb.fractal.adl.bindings.Binding
 
getImplementation() - Method in interface org.objectweb.fractal.adl.implementations.ImplementationContainer
 
getInterfaces() - Method in interface org.objectweb.fractal.adl.interfaces.InterfaceContainer
 
getLanguage() - Method in interface org.objectweb.fractal.adl.comments.Comment
 
getLogger() - Method in interface org.objectweb.fractal.adl.loggers.LoggerContainer
 
getName() - Method in interface org.objectweb.fractal.adl.Definition
Returns the name of this definition.
getName() - Method in interface org.objectweb.fractal.adl.attributes.Attribute
 
getName() - Method in interface org.objectweb.fractal.adl.components.Component
 
getName() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
getName() - Method in interface org.objectweb.fractal.adl.interfaces.Interface
 
getName() - Method in interface org.objectweb.fractal.adl.loggers.Logger
 
getName() - Method in interface org.objectweb.fractal.adl.nodes.VirtualNode
 
getNameAttributes() - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
getNameAttributes() - Method in interface org.objectweb.fractal.adl.components.ComponentLoaderAttributes
 
getPathComponent(ComponentContainer, String) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
getResourceAsStream(String) - Method in class org.objectweb.fractal.adl.NodeClassLoader
 
getRole() - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
getSignature() - Method in interface org.objectweb.fractal.adl.attributes.Attributes
 
getSignature() - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
getTask(String, Object) - Method in class org.objectweb.fractal.adl.BasicTaskMap
 
getTask(String, Object) - Method in interface org.objectweb.fractal.adl.TaskMap
Returns the task of the given type and identifier.
getTasks() - Method in class org.objectweb.fractal.adl.BasicTaskMap
 
getTasks() - Method in interface org.objectweb.fractal.adl.TaskMap
Returns the tasks contained in this task map.
getTemplateController() - Method in interface org.objectweb.fractal.adl.implementations.TemplateControllerContainer
 
getText() - Method in interface org.objectweb.fractal.adl.comments.Comment
 
getTo() - Method in interface org.objectweb.fractal.adl.bindings.Binding
 
getValue() - Method in interface org.objectweb.fractal.adl.attributes.Attribute
 
getVirtualNode() - Method in interface org.objectweb.fractal.adl.nodes.VirtualNodeContainer
 
getX0() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
getX1() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
getY0() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
getY1() - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 

H

hashCode() - Method in class org.objectweb.fractal.adl.components.ComponentPair
 

I

IMPORT_BINDING - Static variable in interface org.objectweb.fractal.adl.bindings.BindingBuilder
 
Implementation - interface org.objectweb.fractal.adl.implementations.Implementation.
An AST node interface to define a component implementation.
ImplementationBuilder - interface org.objectweb.fractal.adl.implementations.ImplementationBuilder.
A builder interface to create components.
ImplementationCompiler - class org.objectweb.fractal.adl.implementations.ImplementationCompiler.
A PrimitiveCompiler to compile Implementation nodes in definitions.
ImplementationCompiler() - Constructor for class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
ImplementationContainer - interface org.objectweb.fractal.adl.implementations.ImplementationContainer.
An AST node interface for nodes that can contain a component implementation.
ImplementationLoader - class org.objectweb.fractal.adl.implementations.ImplementationLoader.
A Loader to check Implementation nodes in definitions.
ImplementationLoader() - Constructor for class org.objectweb.fractal.adl.implementations.ImplementationLoader
 
Interface - interface org.objectweb.fractal.adl.interfaces.Interface.
An AST node interface to define a component interface.
InterfaceContainer - interface org.objectweb.fractal.adl.interfaces.InterfaceContainer.
An AST node interface for nodes that can contain interfaces.
InterfaceLoader - class org.objectweb.fractal.adl.interfaces.InterfaceLoader.
A Loader to check Interface nodes in definitions.
InterfaceLoader() - Constructor for class org.objectweb.fractal.adl.interfaces.InterfaceLoader
 

J

JAVA_BACKEND - Static variable in class org.objectweb.fractal.adl.FactoryFactory
 
JavaAttributeBuilder - class org.objectweb.fractal.adl.attributes.JavaAttributeBuilder.
A Java based implementation of the AttributeBuilder interface.
JavaAttributeBuilder() - Constructor for class org.objectweb.fractal.adl.attributes.JavaAttributeBuilder
 
JavaBindingBuilder - class org.objectweb.fractal.adl.bindings.JavaBindingBuilder.
A Java based implementation of the BindingBuilder interface.
JavaBindingBuilder() - Constructor for class org.objectweb.fractal.adl.bindings.JavaBindingBuilder
 
JavaComponentBuilder - class org.objectweb.fractal.adl.components.JavaComponentBuilder.
A Java based implementation of the ComponentBuilder interface.
JavaComponentBuilder() - Constructor for class org.objectweb.fractal.adl.components.JavaComponentBuilder
 
JavaImplementationBuilder - class org.objectweb.fractal.adl.implementations.JavaImplementationBuilder.
A Java based implementation of the ImplementationBuilder interface.
JavaImplementationBuilder() - Constructor for class org.objectweb.fractal.adl.implementations.JavaImplementationBuilder
 
JavaTypeBuilder - class org.objectweb.fractal.adl.types.JavaTypeBuilder.
A Java based implementation of the TypeBuilder interface.
JavaTypeBuilder() - Constructor for class org.objectweb.fractal.adl.types.JavaTypeBuilder
 

L

LOADER_BINDING - Static variable in class org.objectweb.fractal.adl.AbstractLoader
Name of the mandatory interface bound to the Loader used by this loader.
LOADER_BINDING - Static variable in class org.objectweb.fractal.adl.BasicFactory
Name of the client interface bound to the Loader used by this factory.
Launcher - class org.objectweb.fractal.adl.Launcher.
A class to launch a component from its definition from the command line.
Loader - interface org.objectweb.fractal.adl.Loader.
An ADL definition loader.
Logger - interface org.objectweb.fractal.adl.loggers.Logger.
An AST node interface to define a logger name.
LoggerContainer - interface org.objectweb.fractal.adl.loggers.LoggerContainer.
An AST node interface for nodes that can contain a logger name.
listFc() - Method in class org.objectweb.fractal.adl.AbstractLoader
 
listFc() - Method in class org.objectweb.fractal.adl.BasicFactory
 
listFc() - Method in class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.bindings.BindingCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.components.ComponentCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
listFc() - Method in class org.objectweb.fractal.adl.types.TypeCompiler
 
load(String, Map) - Method in interface org.objectweb.fractal.adl.Loader
Loads the ADL definition whose name is given.
load(List, String, Map) - Method in class org.objectweb.fractal.adl.arguments.ArgumentComponentLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.arguments.ArgumentLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.attributes.AttributeLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.bindings.BindingLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
load(List, String, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.implementations.ImplementationLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.interfaces.InterfaceLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.types.TypeLoader
 
load(String, Map) - Method in class org.objectweb.fractal.adl.xml.XMLLoader
 
loader - Variable in class org.objectweb.fractal.adl.BasicFactory
The Loader used by this factory.
lookupFc(String) - Method in class org.objectweb.fractal.adl.AbstractLoader
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.BasicFactory
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.bindings.BindingCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.components.ComponentCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
lookupFc(String) - Method in class org.objectweb.fractal.adl.types.TypeCompiler
 

M

MANDATORY_CONTINGENCY - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
main(String[]) - Static method in class org.objectweb.fractal.adl.Launcher
 
merge(Node, Node) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
merge(Node, Node, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 

N

NORMAL_BINDING - Static variable in interface org.objectweb.fractal.adl.bindings.BindingBuilder
 
Node - interface org.objectweb.fractal.adl.Node.
An Abstract Syntax Tree (AST) node.
NodeClassLoader - class org.objectweb.fractal.adl.NodeClassLoader.
An abstract class loader to dynamically generate Node classes.
NodeClassLoader(ClassLoader) - Constructor for class org.objectweb.fractal.adl.NodeClassLoader
 
newComponent(String, Map) - Method in class org.objectweb.fractal.adl.BasicFactory
 
newComponent(String, Map) - Method in interface org.objectweb.fractal.adl.Factory
Creates a new instance of the component whose name is given.
newCreateTask(List, ComponentContainer, String, String, Object, Object, Map) - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
newCreateTask(List, ComponentContainer, String, String, Object, Object, Map) - Method in class org.objectweb.fractal.adl.nodes.VirtualNodeImplementationCompiler
 
normalizeComponentContainer(ComponentContainer) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 

O

OPTIONAL_CONTINGENCY - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
org.objectweb.fractal.adl - package org.objectweb.fractal.adl
Defines the Fractal ADL framework.
org.objectweb.fractal.adl.arguments - package org.objectweb.fractal.adl.arguments
A Fractal ADL module to define parameterizable components.
org.objectweb.fractal.adl.attributes - package org.objectweb.fractal.adl.attributes
A Fractal ADL module to define component attributes.
org.objectweb.fractal.adl.bindings - package org.objectweb.fractal.adl.bindings
A Fractal ADL module to define component bindings.
org.objectweb.fractal.adl.comments - package org.objectweb.fractal.adl.comments
A Fractal ADL module to add comments in component definitions.
org.objectweb.fractal.adl.components - package org.objectweb.fractal.adl.components
A Fractal ADL module to define sub components.
org.objectweb.fractal.adl.coordinates - package org.objectweb.fractal.adl.coordinates
A Fractal ADL module to define component coordinates.
org.objectweb.fractal.adl.implementations - package org.objectweb.fractal.adl.implementations
A Fractal ADL module to define component implementations.
org.objectweb.fractal.adl.interfaces - package org.objectweb.fractal.adl.interfaces
A Fractal ADL module to define component interfaces.
org.objectweb.fractal.adl.loggers - package org.objectweb.fractal.adl.loggers
A Fractal ADL module to define component logger names.
org.objectweb.fractal.adl.nodes - package org.objectweb.fractal.adl.nodes
A Fractal ADL module for distributed component deployment.
org.objectweb.fractal.adl.types - package org.objectweb.fractal.adl.types
A Fractal ADL module to define interface types.
org.objectweb.fractal.adl.xml - package org.objectweb.fractal.adl.xml
Provides XML based implementations of Parser and Loader.

P

PRIMITIVE_COMPILERS_BINDING - Static variable in class org.objectweb.fractal.adl.components.ComponentCompiler
Name of the collection interface bound to the PrimitiveCompilers used by this compiler.
Parser - interface org.objectweb.fractal.adl.Parser.
An Abstract Syntax Tree (AST) parser.
ParserException - exception org.objectweb.fractal.adl.ParserException.
Thrown when an error occurs during the parsing of a file.
ParserException(String, Exception) - Constructor for class org.objectweb.fractal.adl.ParserException
Constructs a new ParserException.
PrimitiveCompiler - interface org.objectweb.fractal.adl.components.PrimitiveCompiler.
A component definition compiler.
PrimitiveComponentCompiler - class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler.
A PrimitiveCompiler to compile Component nodes in definitions.
PrimitiveComponentCompiler() - Constructor for class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
parse(InputStream, String) - Method in interface org.objectweb.fractal.adl.Parser
Parses the given input stream and constructs the corresponding AST.
parse(InputStream, String) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 
primitiveCompilers - Variable in class org.objectweb.fractal.adl.components.ComponentCompiler
The primitive compilers used by this compiler.
printStackTrace() - Method in class org.objectweb.fractal.adl.ADLException
Prints the stack backtrace.
printStackTrace(PrintStream) - Method in class org.objectweb.fractal.adl.ADLException
Prints this exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.objectweb.fractal.adl.ADLException
Prints this exception and its backtrace to the specified print writer.
printStackTrace() - Method in class org.objectweb.fractal.adl.ParserException
Prints the stack backtrace.
printStackTrace(PrintStream) - Method in class org.objectweb.fractal.adl.ParserException
Prints this exception and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class org.objectweb.fractal.adl.ParserException
Prints this exception and its backtrace to the specified print writer.

R

removeAttribute(Attribute) - Method in interface org.objectweb.fractal.adl.attributes.Attributes
 
removeBinding(Binding) - Method in interface org.objectweb.fractal.adl.bindings.BindingContainer
 
removeComment(Comment) - Method in interface org.objectweb.fractal.adl.comments.CommentContainer
 
removeComponent(Component) - Method in interface org.objectweb.fractal.adl.components.ComponentContainer
 
removeCoordinates(Coordinates) - Method in interface org.objectweb.fractal.adl.coordinates.CoordinatesContainer
 
removeInterface(Interface) - Method in interface org.objectweb.fractal.adl.interfaces.InterfaceContainer
 
replaceComponents(ComponentContainer, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
resolveComponentContainer(List, ComponentContainer, ComponentContainer, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
resolveDefinitions(List, String, Map) - Method in class org.objectweb.fractal.adl.arguments.ArgumentComponentLoader
 
resolveDefinitions(List, String, Map) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
resolveEntity(String, String) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 

S

SCHEDULER_BINDING - Static variable in class org.objectweb.fractal.adl.BasicFactory
Name of the client interface bound to the Scheduler used by this factory.
SERVER_ROLE - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
SINGLETON_CARDINALITY - Static variable in interface org.objectweb.fractal.adl.types.TypeInterface
 
STATIC_FRACTAL_BACKEND - Static variable in class org.objectweb.fractal.adl.FactoryFactory
 
STATIC_JAVA_BACKEND - Static variable in class org.objectweb.fractal.adl.FactoryFactory
 
StaticFractalAttributeBuilder - class org.objectweb.fractal.adl.attributes.StaticFractalAttributeBuilder.
A Fractal based, static implementation of the AttributeBuilder interface.
StaticFractalAttributeBuilder() - Constructor for class org.objectweb.fractal.adl.attributes.StaticFractalAttributeBuilder
 
StaticFractalBindingBuilder - class org.objectweb.fractal.adl.bindings.StaticFractalBindingBuilder.
A Fractal based, static implementation of the BindingBuilder interface.
StaticFractalBindingBuilder() - Constructor for class org.objectweb.fractal.adl.bindings.StaticFractalBindingBuilder
 
StaticFractalComponentBuilder - class org.objectweb.fractal.adl.components.StaticFractalComponentBuilder.
A Fractal based, static implementation of the ComponentBuilder interface.
StaticFractalComponentBuilder() - Constructor for class org.objectweb.fractal.adl.components.StaticFractalComponentBuilder
 
StaticFractalImplementationBuilder - class org.objectweb.fractal.adl.implementations.StaticFractalImplementationBuilder.
A Fractal based, static implementation of the ImplementationBuilder interface.
StaticFractalImplementationBuilder() - Constructor for class org.objectweb.fractal.adl.implementations.StaticFractalImplementationBuilder
 
StaticFractalTypeBuilder - class org.objectweb.fractal.adl.types.StaticFractalTypeBuilder.
A Fractal based, static implementation of the TypeBuilder interface.
StaticFractalTypeBuilder() - Constructor for class org.objectweb.fractal.adl.types.StaticFractalTypeBuilder
 
StaticJavaAttributeBuilder - class org.objectweb.fractal.adl.attributes.StaticJavaAttributeBuilder.
A Java based, static implementation of the AttributeBuilder interface.
StaticJavaAttributeBuilder() - Constructor for class org.objectweb.fractal.adl.attributes.StaticJavaAttributeBuilder
 
StaticJavaBindingBuilder - class org.objectweb.fractal.adl.bindings.StaticJavaBindingBuilder.
A Java based, static implementation of the BindingBuilder interface.
StaticJavaBindingBuilder() - Constructor for class org.objectweb.fractal.adl.bindings.StaticJavaBindingBuilder
 
StaticJavaComponentBuilder - class org.objectweb.fractal.adl.components.StaticJavaComponentBuilder.
A Java based, static implementation of the ComponentBuilder interface.
StaticJavaComponentBuilder() - Constructor for class org.objectweb.fractal.adl.components.StaticJavaComponentBuilder
 
StaticJavaImplementationBuilder - class org.objectweb.fractal.adl.implementations.StaticJavaImplementationBuilder.
A Java based, static implementation of the ImplementationBuilder interface.
StaticJavaImplementationBuilder() - Constructor for class org.objectweb.fractal.adl.implementations.StaticJavaImplementationBuilder
 
scheduler - Variable in class org.objectweb.fractal.adl.BasicFactory
The Scheduler used by this factory.
setArguments(String) - Method in interface org.objectweb.fractal.adl.arguments.ArgumentDefinition
 
setAttribute(Object, String, String, String, Object) - Method in interface org.objectweb.fractal.adl.attributes.AttributeBuilder
 
setAttribute(Object, String, String, String, Object) - Method in class org.objectweb.fractal.adl.attributes.FractalAttributeBuilder
 
setAttribute(Object, String, String, String, Object) - Method in class org.objectweb.fractal.adl.attributes.JavaAttributeBuilder
 
setAttribute(Object, String, String, String, Object) - Method in class org.objectweb.fractal.adl.attributes.StaticFractalAttributeBuilder
 
setAttribute(Object, String, String, String, Object) - Method in class org.objectweb.fractal.adl.attributes.StaticJavaAttributeBuilder
 
setAttributes(Attributes) - Method in interface org.objectweb.fractal.adl.attributes.AttributesContainer
 
setCardinality(String) - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
setClassName(String) - Method in interface org.objectweb.fractal.adl.implementations.Implementation
 
setColor(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
setContingency(String) - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
setController(Controller) - Method in interface org.objectweb.fractal.adl.implementations.ControllerContainer
 
setCoordinates(Object, Object, double, double, double, double, int, Object) - Method in interface org.objectweb.fractal.adl.coordinates.CoordinatesBuilder
 
setDefinition(String) - Method in interface org.objectweb.fractal.adl.components.Component
 
setDescriptor(String) - Method in interface org.objectweb.fractal.adl.implementations.Controller
 
setDescriptor(String) - Method in interface org.objectweb.fractal.adl.implementations.TemplateController
 
setDocumentLocator(Locator) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 
setExtends(String) - Method in interface org.objectweb.fractal.adl.components.ComponentDefinition
 
setFrom(String) - Method in interface org.objectweb.fractal.adl.bindings.Binding
 
setImplementation(Implementation) - Method in interface org.objectweb.fractal.adl.implementations.ImplementationContainer
 
setLanguage(String) - Method in interface org.objectweb.fractal.adl.comments.Comment
 
setLogger(Logger) - Method in interface org.objectweb.fractal.adl.loggers.LoggerContainer
 
setName(String) - Method in interface org.objectweb.fractal.adl.Definition
Sets the name of this definition.
setName(String) - Method in interface org.objectweb.fractal.adl.attributes.Attribute
 
setName(String) - Method in interface org.objectweb.fractal.adl.components.Component
 
setName(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
setName(String) - Method in interface org.objectweb.fractal.adl.interfaces.Interface
 
setName(String) - Method in interface org.objectweb.fractal.adl.loggers.Logger
 
setName(String) - Method in interface org.objectweb.fractal.adl.nodes.VirtualNode
 
setNameAttributes(String) - Method in class org.objectweb.fractal.adl.components.ComponentLoader
 
setNameAttributes(String) - Method in interface org.objectweb.fractal.adl.components.ComponentLoaderAttributes
 
setRole(String) - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
setSignature(String) - Method in interface org.objectweb.fractal.adl.attributes.Attributes
 
setSignature(String) - Method in interface org.objectweb.fractal.adl.types.TypeInterface
 
setTemplateController(TemplateController) - Method in interface org.objectweb.fractal.adl.implementations.TemplateControllerContainer
 
setText(String) - Method in interface org.objectweb.fractal.adl.comments.Comment
 
setTo(String) - Method in interface org.objectweb.fractal.adl.bindings.Binding
 
setValue(String) - Method in interface org.objectweb.fractal.adl.attributes.Attribute
 
setVirtualNode(VirtualNode) - Method in interface org.objectweb.fractal.adl.nodes.VirtualNodeContainer
 
setX0(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
setX1(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
setY0(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
setY1(String) - Method in interface org.objectweb.fractal.adl.coordinates.Coordinates
 
startComponent(Object, Object) - Method in interface org.objectweb.fractal.adl.components.ComponentBuilder
 
startComponent(Object, Object) - Method in class org.objectweb.fractal.adl.components.FractalComponentBuilder
 
startComponent(Object, Object) - Method in class org.objectweb.fractal.adl.components.JavaComponentBuilder
 
startComponent(Object, Object) - Method in class org.objectweb.fractal.adl.components.StaticFractalComponentBuilder
 
startComponent(Object, Object) - Method in class org.objectweb.fractal.adl.components.StaticJavaComponentBuilder
 
startElement(String, String, String, Attributes) - Method in class org.objectweb.fractal.adl.xml.XMLParser
 

T

TaskMap - interface org.objectweb.fractal.adl.TaskMap.
A map associating Tasks to task identifiers and task types.
TemplateController - interface org.objectweb.fractal.adl.implementations.TemplateController.
An AST node interface to define a component template controller.
TemplateControllerContainer - interface org.objectweb.fractal.adl.implementations.TemplateControllerContainer.
An AST node interface for nodes that can contain a template controller.
TypeBindingLoader - class org.objectweb.fractal.adl.bindings.TypeBindingLoader.
An extended BindingLoader for components with typed interfaces.
TypeBindingLoader() - Constructor for class org.objectweb.fractal.adl.bindings.TypeBindingLoader
 
TypeBuilder - interface org.objectweb.fractal.adl.types.TypeBuilder.
A builder interface to build interface and component types.
TypeCompiler - class org.objectweb.fractal.adl.types.TypeCompiler.
A PrimitiveCompiler to compile TypeInterface nodes in definitions.
TypeCompiler() - Constructor for class org.objectweb.fractal.adl.types.TypeCompiler
 
TypeInterface - interface org.objectweb.fractal.adl.types.TypeInterface.
An AST node interface to define typed interfaces.
TypeLoader - class org.objectweb.fractal.adl.types.TypeLoader.
A Loader to check TypeInterface nodes in definitions.
TypeLoader() - Constructor for class org.objectweb.fractal.adl.types.TypeLoader
 

U

unbindFc(String) - Method in class org.objectweb.fractal.adl.AbstractLoader
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.BasicFactory
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.attributes.AttributeCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.bindings.BindingCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.components.ComponentCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.components.PrimitiveComponentCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.coordinates.CoordinatesCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.implementations.ImplementationCompiler
 
unbindFc(String) - Method in class org.objectweb.fractal.adl.types.TypeCompiler
 

V

VirtualNode - interface org.objectweb.fractal.adl.nodes.VirtualNode.
 
VirtualNodeContainer - interface org.objectweb.fractal.adl.nodes.VirtualNodeContainer.
 
VirtualNodeImplementationCompiler - class org.objectweb.fractal.adl.nodes.VirtualNodeImplementationCompiler.
 
VirtualNodeImplementationCompiler() - Constructor for class org.objectweb.fractal.adl.nodes.VirtualNodeImplementationCompiler
 

W

write(Node) - Method in class org.objectweb.fractal.adl.xml.XMLWriter
 

X

XMLLoader - class org.objectweb.fractal.adl.xml.XMLLoader.
A Loader that loads definitions from XML files.
XMLLoader() - Constructor for class org.objectweb.fractal.adl.xml.XMLLoader
 
XMLLoader(boolean) - Constructor for class org.objectweb.fractal.adl.xml.XMLLoader
 
XMLNode - class org.objectweb.fractal.adl.xml.XMLNode.
An AbstractNode with initialization methods for SAX parsers.
XMLNode(String) - Constructor for class org.objectweb.fractal.adl.xml.XMLNode
 
XMLParser - class org.objectweb.fractal.adl.xml.XMLParser.
An extensible XML parser that constructs strongly typed abstract syntax trees.
XMLParser() - Constructor for class org.objectweb.fractal.adl.xml.XMLParser
 
XMLParser(boolean) - Constructor for class org.objectweb.fractal.adl.xml.XMLParser
 
XMLWriter - class org.objectweb.fractal.adl.xml.XMLWriter.
A class to write Node based abstract syntax trees in XML form.
XMLWriter(Writer) - Constructor for class org.objectweb.fractal.adl.xml.XMLWriter
 
xmlAddNode(String, XMLNode) - Method in class org.objectweb.fractal.adl.xml.XMLNode
 
xmlSetAttributes(Attributes) - Method in class org.objectweb.fractal.adl.xml.XMLNode
 

A B C D E F G H I J L M N O P R S T U V W X