Uses of Class
org.apache.vinci.transport.document.AFrame
-
-
Uses of AFrame in org.apache.uima.adapter.vinci
Methods in org.apache.uima.adapter.vinci with parameters of type AFrame Modifier and Type Method Description private TransportableVinciBinaryAnalysisEngineService_impl. analyze(AFrame aRequestFrame)Analyzes a given document by a CasObjectProcessor. -
Uses of AFrame in org.apache.uima.adapter.vinci.util
Methods in org.apache.uima.adapter.vinci.util with parameters of type AFrame Modifier and Type Method Description voidSaxVinciFrameBuilder. setParentFrame(AFrame aParentFrame)Sets the parent frame, to which frames built by the object will be added. -
Uses of AFrame in org.apache.uima.cas_data.impl.vinci
Methods in org.apache.uima.cas_data.impl.vinci with parameters of type AFrame Modifier and Type Method Description voidVinciCasDataConverter. appendVinciFrameToCasData(AFrame aCasFrame, CasData aCasData)Converts a VinciFrame to a CasData, appending to an existing CasData.voidVinciCasDataConverter. casDataToVinciFrame(CasData aCasData, AFrame aParentFrame)Converts a CasData to a VinciFrame.CasDataVinciCasDataConverter. vinciFrameToCasData(AFrame aCasFrame)Converts a VinciFrame to a CasData.voidVinciCasDataConverter. vinciFrameToCasData(AFrame aCasFrame, CasData aCasData)Deprecated.Use appendVinciFrameToCasData(Aframe, CasData) or vinciFrameToCasData(AFrame) -
Uses of AFrame in org.apache.uima.collection.impl.cpm.container.deployer
Methods in org.apache.uima.collection.impl.cpm.container.deployer that return AFrame Modifier and Type Method Description AFrameVinciTAP. sendAndReceive(AFrame aFrame)Send a given Vinci Frame to the remote vinci service and return result.Methods in org.apache.uima.collection.impl.cpm.container.deployer with parameters of type AFrame Modifier and Type Method Description static CasDataVinciTAP. 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.private voidVinciTAP. dropNamedTypes(AFrame aKeyFrame, java.lang.String[] aDropKeyList)Drop named types.private voidVinciTAP. produceXCASRequestFrame(CasData aCasData, AFrame dataFrame, java.lang.String[] aDropKeyList)Produces XCas from a given Cas.AFrameVinciTAP. sendAndReceive(AFrame aFrame)Send a given Vinci Frame to the remote vinci service and return result. -
Uses of AFrame in org.apache.uima.collection.impl.cpm.vinci
Methods in org.apache.uima.collection.impl.cpm.vinci that return AFrame Modifier and Type Method Description private AFrameVinci. getAFrame()Returns a new VinciFrame.static AFrameVinci. produceAFrame(java.lang.String cmd, java.lang.String content)Produce A frame.static AFrameVinci. replyWithAnalysis(BaseClient conn, VinciFrame requestFrame)Package theVinciFramecontaining result of the requested operation into a Vinci Data frame.static AFrameVinci. replyWithAnalysis(VinciClient conn, VinciFrame requestFrame)Package theVinciFramecontaining result of the requested operation into a Vinci Data frame.Methods in org.apache.uima.collection.impl.cpm.vinci with parameters of type AFrame Modifier and Type Method Description static java.lang.StringVinci. extractKEYSAsString(AFrame frame)Extract KEYS as string. -
Uses of AFrame in org.apache.vinci.transport.document
Methods in org.apache.vinci.transport.document that return AFrame Modifier and Type Method Description AFrameAFrame. fgetAFrame(java.lang.String key)Convenience method for fetching sub-frames when their type is known to be AFramestatic AFrameAFrame. rpc(Transportable in, java.lang.String service_name)static AFrameAFrame. rpc(Transportable in, java.lang.String service_name, int socket_timeout)static AFrameAFrame. rpc(Transportable in, java.lang.String service_name, int socket_timeout, int connect_timeout)static AFrameAFrame. toAFrame(Transportable t)Create an AFrame that is a (deep) copy of the given transportable.static AFrameXMLToVinci. xmlToAFrame(java.io.Reader r)Convert the XML document (provided as a Reader) to the AFrame document model.Methods in org.apache.vinci.transport.document with parameters of type AFrame Modifier and Type Method Description AttributesAFrame. aadd(java.lang.String key, AFrame val)Decorator method for adding Frame-valued tags.
-