jasco.tools.aspectparser
Class PCutpoints

java.lang.Object
  extended by jasco.tools.aspectparser.PCutpoints

public class PCutpoints
extends java.lang.Object


Field Summary
 java.util.Vector cutpoints
           
 
Method Summary
 boolean addCutpoint(PCutpoint aCutpoint)
           
 PCutpoint getCutpoint(int aIndex)
           
 int getCutpointsSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cutpoints

public java.util.Vector cutpoints
Method Detail

addCutpoint

public boolean addCutpoint(PCutpoint aCutpoint)

getCutpointsSize

public int getCutpointsSize()

getCutpoint

public PCutpoint getCutpoint(int aIndex)