com.tensegrity.composite.geometry.persistence
Class GeometryItemBuilder

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

public class GeometryItemBuilder
extends java.lang.Object
implements Builder

The GeometryItemBuilder is capable of building GeometryItem instances from AttributeLists.

Version:
$Id: GeometryItemBuilder.java,v 1.15 2005/01/19 17:19:35 MichaelKegel Exp $
Author:
Gilles Iachelini

Constructor Summary
GeometryItemBuilder()
          Constructor for GeometryItemBuilder.
 
Method Summary
 java.lang.Object build(AttributeList attributes)
          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

GeometryItemBuilder

public GeometryItemBuilder()
Constructor for GeometryItemBuilder.

Method Detail

build

public java.lang.Object build(AttributeList attributes)
                       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:
attributes - 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.


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