org.apache.uima.cas
Class ConstraintParserFactory

java.lang.Object
  extended by org.apache.uima.cas.ConstraintParserFactory

Deprecated. The Constraint Parser is not supported in externally released versions of UIMA

public class ConstraintParserFactory
extends Object

A feature structure constraint parser factory.


Method Summary
static ConstraintParser getConstraintParser(String className)
          Deprecated.  
static ConstraintParser getDefaultConstraintParser()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultConstraintParser

public static ConstraintParser getDefaultConstraintParser()
                                                   throws ClassNotFoundException,
                                                          InstantiationException,
                                                          IllegalAccessException
Deprecated. 
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException

getConstraintParser

public static ConstraintParser getConstraintParser(String className)
                                            throws ClassNotFoundException,
                                                   InstantiationException,
                                                   IllegalAccessException
Deprecated. 
Throws:
ClassNotFoundException
InstantiationException
IllegalAccessException


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