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, writeBinary
public GeneralJSONRDF()
public static void registerRDFAnalysisProvider(String analysis, RDFAnalysisProvider analysisProvider)
analysis
- analysisProvider
- public void readASCII(Scanner in) throws IOException
ReadableASCII
in
- source to read from.IOException
- an error reading inputpublic void fillUSMF(USMFStatus status)
GeneralJSON
fillUSMF
in class GeneralJSON
status
- = USMFStatus to be filledpublic void fromUSMF(USMFStatus status)
GeneralJSON
fromUSMF
in class GeneralJSON
status
- = USMFStatus to be filledpublic void writeASCIIAnalysis(PrintWriter outputWriter, List<String> selectiveAnalysis, List<String> selectiveStatus)
GeneralJSON
writeASCIIAnalysis
in class GeneralJSON
public GeneralJSON instanceFromString(String line)
instanceFromString
in class GeneralJSON