Uses of Interface
repast.simphony.integration.OutputBuilder
Packages that use OutputBuilder
-
Uses of OutputBuilder in repast.simphony.integration
Classes in repast.simphony.integration that implement OutputBuilderModifier and TypeClassDescriptionclass
Writes data to a Bean.class
This is anOutputBuilder
that will output to a JDOM Document.Methods in repast.simphony.integration that return OutputBuilderMethods in repast.simphony.integration with parameters of type OutputBuilderModifier and TypeMethodDescriptionstatic List<org.jdom.Element>
DataFileElementReader.fakeRecord
(DataFileReader parserInst, OutputBuilder<?, ?> outWriter, org.jdom.Element recordElement) abstract Object[]
DataFileElementReader.handle
(DataFileReader parserInst, OutputBuilder<?, ?> outWriter, org.jdom.Element nodeToHandle) Handles the specified node.void
DataFileReader.setoutputBuilder
(OutputBuilder<?, ?> outputBuilder) Constructors in repast.simphony.integration with parameters of type OutputBuilderModifierConstructorDescriptionDataFileReader
(OutputBuilder<?, ?> outputBuilder) Instantiates this reader with the specifiedOutputBuilder
used to build the object generated from the file.