Uses of Interface
org.goplanit.converter.demands.DemandsWriter
-
Packages that use DemandsWriter Package Description org.goplanit.converter.demands org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD files -
-
Uses of DemandsWriter in org.goplanit.converter.demands
Methods in org.goplanit.converter.demands that return DemandsWriter Modifier and Type Method Description DemandsWriter
DemandsConverter. getWriter()
get the writerMethods in org.goplanit.converter.demands with parameters of type DemandsWriter Modifier and Type Method Description static DemandsConverter
DemandsConverterFactory. create(DemandsReader reader, DemandsWriter writer)
Create the demands converterConstructors in org.goplanit.converter.demands with parameters of type DemandsWriter Constructor Description DemandsConverter(DemandsReader reader, DemandsWriter writer)
constructor -
Uses of DemandsWriter in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement DemandsWriter Modifier and Type Class Description class
PlanitDemandsWriter
A class that takes a PLANit demands and persists it to file in the PLANit native XML format.
-