B F G I M N O P S T

B

BSFAnnotator - Class in org.apache.uima.annotator.bsf
This class enables the Java scripting of an Annotator using the Apache Bean Scripting Framework.
BSFAnnotator() - Constructor for class org.apache.uima.annotator.bsf.BSFAnnotator
 
BSFAnnotatorConfigurationException - Exception in org.apache.uima.annotator.bsf
 
BSFAnnotatorConfigurationException(String, Object[]) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorConfigurationException
Creates a new exception with a the specified message.
BSFAnnotatorConfigurationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorConfigurationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
BSFAnnotatorInitializationException - Exception in org.apache.uima.annotator.bsf
 
BSFAnnotatorInitializationException(String, Object[]) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorInitializationException
Creates a new exception with a the specified message.
BSFAnnotatorInitializationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorInitializationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
BSFAnnotatorProcessException - Exception in org.apache.uima.annotator.bsf
 
BSFAnnotatorProcessException(String, Object[]) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorProcessException
Creates a new exception with a the specified message.
BSFAnnotatorProcessException(String, Object[], Throwable) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorProcessException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
BSFAnnotatorProcessException(Throwable) - Constructor for exception org.apache.uima.annotator.bsf.BSFAnnotatorProcessException
Creates a new exception with the specified cause and a null message.

F

featOkTst - Static variable in class org.apache.uima.annotator.bsf.types.Firstname_Type
 
featOkTst - Static variable in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
featOkTst - Static variable in class org.apache.uima.annotator.bsf.types.Token_Type
 
Firstname - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007 XML source: C:/dev/uima/BSFAnnotator/src/main/java/org/apache/uima/annotator/bsf/types/BSFExampleTypes.xml
Firstname() - Constructor for class org.apache.uima.annotator.bsf.types.Firstname
Never called.
Firstname(int, TOP_Type) - Constructor for class org.apache.uima.annotator.bsf.types.Firstname
Internal - constructor used by generator
Firstname(JCas) - Constructor for class org.apache.uima.annotator.bsf.types.Firstname
 
Firstname(JCas, int, int) - Constructor for class org.apache.uima.annotator.bsf.types.Firstname
 
Firstname_Type - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007
Firstname_Type(JCas, Type) - Constructor for class org.apache.uima.annotator.bsf.types.Firstname_Type
initialize variables to correspond with Cas Type and Features

G

getFirstnames() - Method in class org.apache.uima.annotator.bsf.types.Nickname
getter for firstnames - gets List of possible firstnames related to this nickname
getFirstnames(int) - Method in class org.apache.uima.annotator.bsf.types.Nickname
indexed getter for firstnames - gets an indexed value - List of possible firstnames related to this nickname
getFirstnames(int) - Method in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
getFirstnames(int, int) - Method in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
getFSGenerator() - Method in class org.apache.uima.annotator.bsf.types.Firstname_Type
 
getFSGenerator() - Method in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
getFSGenerator() - Method in class org.apache.uima.annotator.bsf.types.Token_Type
 
getTypeIndexID() - Method in class org.apache.uima.annotator.bsf.types.Firstname
 
getTypeIndexID() - Method in class org.apache.uima.annotator.bsf.types.Nickname
 
getTypeIndexID() - Method in class org.apache.uima.annotator.bsf.types.Token
 

I

initialize(UimaContext) - Method in class org.apache.uima.annotator.bsf.BSFAnnotator
Initializes the annotator by compiling the script.

M

MESSAGE_DIGEST - Static variable in class org.apache.uima.annotator.bsf.BSFAnnotator
 

N

Nickname - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007 XML source: C:/dev/uima/BSFAnnotator/src/main/java/org/apache/uima/annotator/bsf/types/BSFExampleTypes.xml
Nickname() - Constructor for class org.apache.uima.annotator.bsf.types.Nickname
Never called.
Nickname(int, TOP_Type) - Constructor for class org.apache.uima.annotator.bsf.types.Nickname
Internal - constructor used by generator
Nickname(JCas) - Constructor for class org.apache.uima.annotator.bsf.types.Nickname
 
Nickname(JCas, int, int) - Constructor for class org.apache.uima.annotator.bsf.types.Nickname
 
Nickname_Type - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007
Nickname_Type(JCas, Type) - Constructor for class org.apache.uima.annotator.bsf.types.Nickname_Type
initialize variables to correspond with Cas Type and Features

O

org.apache.uima.annotator.bsf - package org.apache.uima.annotator.bsf
 
org.apache.uima.annotator.bsf.types - package org.apache.uima.annotator.bsf.types
 

P

PATH_SEPARATOR - Static variable in class org.apache.uima.annotator.bsf.BSFAnnotator
 
process(JCas) - Method in class org.apache.uima.annotator.bsf.BSFAnnotator
Call the process function implemented in the script

S

SCRIPT_SOURCE_FILE - Static variable in class org.apache.uima.annotator.bsf.BSFAnnotator
 
setFirstnames(StringArray) - Method in class org.apache.uima.annotator.bsf.types.Nickname
setter for firstnames - sets List of possible firstnames related to this nickname
setFirstnames(int, String) - Method in class org.apache.uima.annotator.bsf.types.Nickname
indexed setter for firstnames - sets an indexed value - List of possible firstnames related to this nickname
setFirstnames(int, int) - Method in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
setFirstnames(int, int, String) - Method in class org.apache.uima.annotator.bsf.types.Nickname_Type
 

T

Token - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007 XML source: C:/dev/uima/BSFAnnotator/src/main/java/org/apache/uima/annotator/bsf/types/BSFExampleTypes.xml
Token() - Constructor for class org.apache.uima.annotator.bsf.types.Token
Never called.
Token(int, TOP_Type) - Constructor for class org.apache.uima.annotator.bsf.types.Token
Internal - constructor used by generator
Token(JCas) - Constructor for class org.apache.uima.annotator.bsf.types.Token
 
Token(JCas, int, int) - Constructor for class org.apache.uima.annotator.bsf.types.Token
 
Token_Type - Class in org.apache.uima.annotator.bsf.types
Updated by JCasGen Tue Nov 06 10:21:22 CET 2007
Token_Type(JCas, Type) - Constructor for class org.apache.uima.annotator.bsf.types.Token_Type
initialize variables to correspond with Cas Type and Features
type - Static variable in class org.apache.uima.annotator.bsf.types.Firstname
 
type - Static variable in class org.apache.uima.annotator.bsf.types.Nickname
 
type - Static variable in class org.apache.uima.annotator.bsf.types.Token
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Firstname
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Firstname_Type
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Nickname
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Nickname_Type
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Token
 
typeIndexID - Static variable in class org.apache.uima.annotator.bsf.types.Token_Type
 

B F G I M N O P S T

Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.