public class GeneralJSONRDF extends GeneralJSON
analysis, gson| Constructor and Description |
|---|
GeneralJSONRDF() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillUSMF(USMFStatus status)
This is the method that will be called by USMFStatus to fill itself with
the matching values from the extending class.
|
void |
fromUSMF(USMFStatus status)
This is the method that will be called to allow this object
to fill itself from a USMF object.
|
GeneralJSON |
instanceFromString(String line) |
void |
readASCII(Scanner in)
Read internal state from in.
|
static void |
registerRDFAnalysisProvider(String analysis,
RDFAnalysisProvider analysisProvider)
Registers an analysis provider to be used when some analysis key is met
|
void |
writeASCIIAnalysis(PrintWriter outputWriter,
List<String> selectiveAnalysis,
List<String> selectiveStatus)
Convenience to allow writing of just the analysis and some status
information to a writer
|
addAnalysis, analysisToJSON, asciiHeader, binaryHeader, fillAnalysis, getAnalysis, readBinary, writeASCII, writeASCIIAnalysis, writeBinarypublic GeneralJSONRDF()
public static void registerRDFAnalysisProvider(String analysis, RDFAnalysisProvider analysisProvider)
analysis - analysisProvider - public void readASCII(Scanner in) throws IOException
ReadableASCIIin - source to read from.IOException - an error reading inputpublic void fillUSMF(USMFStatus status)
GeneralJSONfillUSMF in class GeneralJSONstatus - = USMFStatus to be filledpublic void fromUSMF(USMFStatus status)
GeneralJSONfromUSMF in class GeneralJSONstatus - = USMFStatus to be filledpublic void writeASCIIAnalysis(PrintWriter outputWriter, List<String> selectiveAnalysis, List<String> selectiveStatus)
GeneralJSONwriteASCIIAnalysis in class GeneralJSONpublic GeneralJSON instanceFromString(String line)
instanceFromString in class GeneralJSON