de.unibi.techfak.jpredictor.operator
Class States.SequenceStore

java.lang.Object
  extended by de.unibi.techfak.jpredictor.operator.States.SequenceStore
Enclosing class:
States

 class States.SequenceStore
extends java.lang.Object

This class is a wrapper class for holding a sequence object and the type information about it.


Field Summary
(package private)  java.lang.Object sequence
           
(package private)  int type
           
 
Constructor Summary
States.SequenceStore(java.lang.Object sequ, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequence

java.lang.Object sequence

type

int type
Constructor Detail

States.SequenceStore

States.SequenceStore(java.lang.Object sequ,
                     int type)