tactu5
Class InternalSequence

java.lang.Object
  extended by tactu5.ClusterSequence
      extended by tactu5.InternalSequence
All Implemented Interfaces:
java.lang.Cloneable

public class InternalSequence
extends ClusterSequence
implements java.lang.Cloneable


Constructor Summary
InternalSequence()
           
 
Method Summary
 void addCluster(Cluster inote, int pos, float t)
           
 java.lang.Object clone()
           
 void insertCluster(Cluster inote, int pos, float t)
           
 
Methods inherited from class tactu5.ClusterSequence
addCluster, addCluster, addToCluster, getClusterNumber, getTimeAtStep, getTotalTime, retrogradation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalSequence

public InternalSequence()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

addCluster

public void addCluster(Cluster inote,
                       int pos,
                       float t)

insertCluster

public void insertCluster(Cluster inote,
                          int pos,
                          float t)