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 TypeClassDescriptionclassWrites data to a Bean.classThis is anOutputBuilderthat 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.voidDataFileReader.setoutputBuilder(OutputBuilder<?, ?> outputBuilder) Constructors in repast.simphony.integration with parameters of type OutputBuilderModifierConstructorDescriptionDataFileReader(OutputBuilder<?, ?> outputBuilder) Instantiates this reader with the specifiedOutputBuilderused to build the object generated from the file.