com.tensegrity.composite.persistence
Class CompositeLineBuilder

java.lang.Object
  extended bycom.tensegrity.composite.persistence.CompositeLineBuilder
All Implemented Interfaces:
Builder

public class CompositeLineBuilder
extends java.lang.Object
implements Builder

The class CompositeLineBuilder creates an instance of CompositeLine from a given AttributeList.

Version:
$Id: CompositeLineBuilder.java,v 1.24 2005/01/18 15:43:15 MichaelKegel Exp $
Author:
Gilles Iachelini

Constructor Summary
CompositeLineBuilder()
          Constructor for CompositeLineBuilder.
 
Method Summary
 java.lang.Object build(AttributeList list)
          Builds an object from the given AttributeList by reading all required Attributes and its values and creating the object from.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeLineBuilder

public CompositeLineBuilder()
Constructor for CompositeLineBuilder.

Method Detail

build

public java.lang.Object build(AttributeList list)
                       throws BuildException
Description copied from interface: Builder
Builds an object from the given AttributeList by reading all required Attributes and its values and creating the object from.

Specified by:
build in interface Builder
Parameters:
list - the AttributeList holding the informations specifying the object to be build.
Returns:
Object the built object.
Throws:
BuildException - whenever an error occurs while building an object.
See Also:
Builder.build(AttributeList)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.