The Octet Molecular Representation Framework v0.8.2

net.sf.octet.builder
Class AbstractRepresentationBuilder.ConfigurationTemplate

java.lang.Object
  extended bynet.sf.octet.builder.AbstractRepresentationBuilder.ConfigurationTemplate
All Implemented Interfaces:
ConfigurationProxy
Enclosing class:
AbstractRepresentationBuilder

protected class AbstractRepresentationBuilder.ConfigurationTemplate
extends java.lang.Object
implements ConfigurationProxy

A template for the construction of represenation-specific configurations. Note that this class is not immutable; values returned may differ from those returned by previous or subsequent method invocations.

Author:
Richard Apodaca

Method Summary
 int countPaddleWheelTemplates()
          Returns the number of PaddleWheelTemplates owned by this ConfigurationTemplate.
 AbstractRepresentationBuilder.PaddleWheelTemplate getPaddleWheelTemplate(int index)
          Returns the PaddleWheelTemplate located at index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

countPaddleWheelTemplates

public int countPaddleWheelTemplates()
Returns the number of PaddleWheelTemplates owned by this ConfigurationTemplate.

Returns:
the number of PaddleWheelTemplates owned by this ConfigurationTemplate

getPaddleWheelTemplate

public AbstractRepresentationBuilder.PaddleWheelTemplate getPaddleWheelTemplate(int index)
Returns the PaddleWheelTemplate located at index.

Parameters:
index - the index to query
Returns:
the PaddleWheelTemplate located at index

The Octet Molecular Representation Framework v0.8.2