Package org.apache.uima.aae.error
Class ErrorResultComponentPathImpl
- java.lang.Object
-
- org.apache.uima.aae.error.ErrorResultComponentPathImpl
-
- All Implemented Interfaces:
java.io.Serializable,ErrorResultComponentPath
public class ErrorResultComponentPathImpl extends java.lang.Object implements ErrorResultComponentPath
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorResultComponentPathImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(java.lang.String aPath)voidadd(java.lang.String aPath, int anInsertPosition)java.lang.Stringget(int aPosition)java.util.Iteratoriterator()
-
-
-
Method Detail
-
add
public void add(java.lang.String aPath)
- Specified by:
addin interfaceErrorResultComponentPath
-
add
public void add(java.lang.String aPath, int anInsertPosition)- Specified by:
addin interfaceErrorResultComponentPath
-
get
public java.lang.String get(int aPosition)
- Specified by:
getin interfaceErrorResultComponentPath
-
iterator
public java.util.Iterator iterator()
- Specified by:
iteratorin interfaceErrorResultComponentPath
-
-