Modifier and Type | Method and Description |
---|---|
void |
SaxVinciFrameBuilder.setParentFrame(AFrame aParentFrame)
Sets the parent frame, to which frames built by the object will be added.
|
Modifier and Type | Method and Description |
---|---|
void |
VinciCasDataConverter.appendVinciFrameToCasData(AFrame aCasFrame,
CasData aCasData)
Converts a VinciFrame to a CasData, appending to an existing CasData.
|
void |
VinciCasDataConverter.casDataToVinciFrame(CasData aCasData,
AFrame aParentFrame)
Converts a CasData to a VinciFrame
|
CasData |
VinciCasDataConverter.vinciFrameToCasData(AFrame aCasFrame)
Converts a VinciFrame to a CasData.
|
void |
VinciCasDataConverter.vinciFrameToCasData(AFrame aCasFrame,
CasData aCasData)
Deprecated.
Use appendVinciFrameToCasData(Aframe, CasData) or vinciFrameToCasData(AFrame)
|
Modifier and Type | Method and Description |
---|---|
AFrame |
VinciTAP.sendAndReceive(AFrame aFrame)
Send a given Vinci Frame to the remote vinci service and return result
|
Modifier and Type | Method and Description |
---|---|
static CasData |
VinciTAP.addKeysToDataCas(CasData dataCas,
AFrame aFrame)
Appends keys (types) from XCAS to provided CasData instance doing conversions of ':' in WF keys
to '_colon_' and '-' to '_dash_' to enforce UIMA compliance.
|
AFrame |
VinciTAP.sendAndReceive(AFrame aFrame)
Send a given Vinci Frame to the remote vinci service and return result
|
Modifier and Type | Method and Description |
---|---|
static AFrame |
Vinci.produceAFrame(String cmd,
String content) |
static AFrame |
Vinci.replyWithAnalysis(BaseClient conn,
VinciFrame requestFrame)
Package the
VinciFrame containing result of the requested
operation into a Vinci Data frame. |
static AFrame |
Vinci.replyWithAnalysis(VinciClient conn,
VinciFrame requestFrame)
Package the
VinciFrame containing result of the requested
operation into a Vinci Data frame. |
Modifier and Type | Method and Description |
---|---|
static String |
Vinci.extractKEYSAsString(AFrame frame) |
Modifier and Type | Method and Description |
---|---|
AFrame |
AFrame.fgetAFrame(String key)
Convenience method for fetching sub-frames when their type is known to be AFrame
|
static AFrame |
AFrame.rpc(Transportable in,
String service_name) |
static AFrame |
AFrame.rpc(Transportable in,
String service_name,
int socket_timeout) |
static AFrame |
AFrame.rpc(Transportable in,
String service_name,
int socket_timeout,
int connect_timeout) |
static AFrame |
AFrame.toAFrame(Transportable t)
Create an AFrame that is a (deep) copy of the given transportable.
|
static AFrame |
XMLToVinci.xmlToAFrame(Reader r)
Convert the XML document (provided as a Reader) to the AFrame document model.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
AFrame.aadd(String key,
AFrame val)
Decorator method for adding Frame-valued tags.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.