Package gov.nasa.jpl.output.adaptation
Class JSONDictionaryWriter
java.lang.Object
gov.nasa.jpl.output.adaptation.AdaptationWriter
gov.nasa.jpl.output.adaptation.JSONDictionaryWriter
-
Field Summary
Fields inherited from class gov.nasa.jpl.output.adaptation.AdaptationWriter
writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityTypeToJson
(String thisType) void
writeFileContents
(List<String> actTypeList, ResourceList resList, ConstraintInstanceList conList) Methods inherited from class gov.nasa.jpl.output.adaptation.AdaptationWriter
closeFile, createFile, writeAdaptationDictionary
-
Constructor Details
-
JSONDictionaryWriter
public JSONDictionaryWriter()
-
-
Method Details
-
writeFileContents
public void writeFileContents(List<String> actTypeList, ResourceList resList, ConstraintInstanceList conList) - Specified by:
writeFileContents
in classAdaptationWriter
-
activityTypeToJson
-