starfish.chemistry
Class AngleConstraintSet

java.lang.Object
  extended by starfish.chemistry.AngleConstraintSet
All Implemented Interfaces:
java.lang.Iterable, ConstraintSet

public class AngleConstraintSet
extends java.lang.Object
implements ConstraintSet, java.lang.Iterable

Author:
brucejohnson

Field Summary
static int ID
           
static char[] violCharArray
           
 
Constructor Summary
AngleConstraintSet(java.lang.String name)
           
 
Method Summary
 void add(Constraint constraint)
           
static AngleConstraintSet addSet(java.lang.String name)
           
 void clear()
           
 java.util.ArrayList<AngleConstraint> get()
           
 AngleConstraint get(int i)
           
 java.lang.String getCategory()
           
 java.lang.String getListType()
           
 java.lang.String[] getLoopStrings()
           
 java.lang.String getName()
           
static java.util.ArrayList<java.lang.String> getNames()
           
static AngleConstraintSet getSet(java.lang.String name)
           
 int getSize()
           
 java.lang.String getType()
           
 boolean isDirty()
           
 java.util.Iterator iterator()
           
static void reset()
           
 void resetWriting()
           
 void setDirty()
           
 void updateAngleData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

violCharArray

public static char[] violCharArray

ID

public static int ID
Constructor Detail

AngleConstraintSet

public AngleConstraintSet(java.lang.String name)
Method Detail

addSet

public static AngleConstraintSet addSet(java.lang.String name)

getName

public java.lang.String getName()
Specified by:
getName in interface ConstraintSet

reset

public static void reset()

getCategory

public java.lang.String getCategory()
Specified by:
getCategory in interface ConstraintSet

getListType

public java.lang.String getListType()
Specified by:
getListType in interface ConstraintSet

getType

public java.lang.String getType()
Specified by:
getType in interface ConstraintSet

getSet

public static AngleConstraintSet getSet(java.lang.String name)

getNames

public static java.util.ArrayList<java.lang.String> getNames()

getSize

public int getSize()
Specified by:
getSize in interface ConstraintSet

clear

public void clear()
Specified by:
clear in interface ConstraintSet

add

public void add(Constraint constraint)
Specified by:
add in interface ConstraintSet

get

public java.util.ArrayList<AngleConstraint> get()

get

public AngleConstraint get(int i)
Specified by:
get in interface ConstraintSet

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface ConstraintSet

isDirty

public boolean isDirty()
Specified by:
isDirty in interface ConstraintSet

setDirty

public void setDirty()
Specified by:
setDirty in interface ConstraintSet

updateAngleData

public void updateAngleData()

getLoopStrings

public java.lang.String[] getLoopStrings()
Specified by:
getLoopStrings in interface ConstraintSet

resetWriting

public void resetWriting()
Specified by:
resetWriting in interface ConstraintSet


Copyright © 2010 One Moon Scientific, Inc. All Rights Reserved.