org.apache.uima.cas
Class ConstraintParserFactory
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.