Uses of Interface
org.goplanit.converter.demands.DemandsReader
-
Packages that use DemandsReader Package Description org.goplanit.converter.demands org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.tntp.converter.demands -
-
Uses of DemandsReader in org.goplanit.converter.demands
Methods in org.goplanit.converter.demands that return DemandsReader Modifier and Type Method Description DemandsReader
DemandsConverter. getReader()
get the readerMethods in org.goplanit.converter.demands with parameters of type DemandsReader 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 DemandsReader Constructor Description DemandsConverter(DemandsReader reader, DemandsWriter writer)
constructor -
Uses of DemandsReader in org.goplanit.io.converter.demands
Classes in org.goplanit.io.converter.demands that implement DemandsReader Modifier and Type Class Description class
PlanitDemandsReader
Reader to parse PLANit demands from native XML format -
Uses of DemandsReader in org.goplanit.tntp.converter.demands
Classes in org.goplanit.tntp.converter.demands that implement DemandsReader Modifier and Type Class Description class
TntpDemandsReader
Demands reader component for TNTP data format
-