jasco.tools.connectorparser
Class PCutpointExecutions

java.lang.Object
  extended by jasco.tools.connectorparser.PCutpointExecutions

public class PCutpointExecutions
extends java.lang.Object


Field Summary
 java.util.Vector cutpointexecutions
           
 
Method Summary
 void addCutpointExecution(PCutpointExecution aCutpointExecution)
           
 PCutpointExecution getCutpointExecution(int aIndex)
           
 int getCutpointExecutionsSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cutpointexecutions

public java.util.Vector cutpointexecutions
Method Detail

addCutpointExecution

public void addCutpointExecution(PCutpointExecution aCutpointExecution)

getCutpointExecutionsSize

public int getCutpointExecutionsSize()

getCutpointExecution

public PCutpointExecution getCutpointExecution(int aIndex)