ida.pelab.prt.pattern
Class SubscriptedIndexList

java.lang.Object
  extended by ida.pelab.prt.pattern.SubscriptedIndexList

public class SubscriptedIndexList
extends java.lang.Object


Method Summary
 void addSubscriptedIndex(int indexID)
           
 int getCandidateIndex()
           
 java.util.ArrayList<java.lang.Integer> getSubscriptedList()
           
 void setCandidateIndex(int candidateIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCandidateIndex

public void setCandidateIndex(int candidateIndex)

getCandidateIndex

public int getCandidateIndex()

getSubscriptedList

public java.util.ArrayList<java.lang.Integer> getSubscriptedList()

addSubscriptedIndex

public void addSubscriptedIndex(int indexID)