org.apache.uima.aae.error
Interface ErrorResultComponentPath

All Superinterfaces:
Serializable

public interface ErrorResultComponentPath
extends Serializable


Method Summary
 void add(String aPath)
           
 void add(String aPath, int anInsertPosition)
           
 String get(int aPosition)
           
 Iterator iterator()
           
 

Method Detail

iterator

Iterator iterator()

add

void add(String aPath)

add

void add(String aPath,
         int anInsertPosition)

get

String get(int aPosition)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.