public class ViewUriUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
The view where the document Uniform Resource Identifier is placed.
|
| Constructor and Description |
|---|
ViewUriUtil() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
getURI(JCas jCas)
Get the primary Uniform Resource Identifier for this JCas and all its views.
|
static void |
setURI(CAS cas,
URI uri)
Set the primary Uniform Resource Identifier for this CAS and all its views.
|
static void |
setURI(JCas jCas,
URI uri)
Set the primary Uniform Resource Identifier for this JCas and all its views.
|
public static final String URI
public ViewUriUtil()
public static URI getURI(JCas jCas) throws AnalysisEngineProcessException
URI view of the JCas.jCas - The JCas object.AnalysisEngineProcessExceptionpublic static void setURI(CAS cas, URI uri)
URI and assigns the URI there.cas - The CAS object.uri - The primary URI for the CAS and all its views.Copyright © 2014. All rights reserved.