Package | Description |
---|---|
org.apache.ctakes.utils.xcas_comparison |
Modifier and Type | Method and Description |
---|---|
XcasFile |
XcasProcessor.process(File f)
Parses the specified file and returns a parsed
XcasFile object. |
static XcasFile |
XcasFile.process(String f)
Creates a new
XcasFile object from the specified file. |
XcasFile |
XcasProcessor.process(String f)
Parses the specified file and returns a parsed
XcasFile object. |
Modifier and Type | Method and Description |
---|---|
static void |
XcasDiff.printDiff(XcasFile f1,
XcasFile f2)
Prints elements that are unique to each XCAS file to
stdout . |
static void |
XcasDiff.printHTML(XcasFile f1,
XcasFile f2,
Writer w)
Writes an HTML summary of the comparison of the two specified XCAS files.
|
Constructor and Description |
---|
XcasDiff(XcasFile xf1,
XcasFile xf2)
Construct an
XCASDiff object from two XcasFile
objects. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.