Uses of Interface
repast.simphony.integration.Queryable
Packages that use Queryable
-
Uses of Queryable in repast.simphony.integration
Subinterfaces of Queryable in repast.simphony.integrationModifier and TypeInterfaceDescriptioninterfaceOutputBuilder<X,Y> Interface representing a type that builds the "output" data read in from a Reader.Classes in repast.simphony.integration that implement QueryableModifier and TypeClassDescriptionclassWrites data to a Bean.classA queryable that works on Beans using JXPath.classclassThis is anOutputBuilderthat will output to a JDOM Document.classA queryable that works with JDOM.Methods in repast.simphony.integration with parameters of type QueryableModifier and TypeMethodDescriptionstatic StringDataFileUtils.findBestValue(Queryable queryable, org.jdom.Element element, String attributeName) Same asfindBestValue(queryable, element, attributeName, true)static StringDataFileUtils.findBestValue(Queryable queryable, org.jdom.Element nodeToHandle, String attributeName, boolean useXPath) Tries to retrieve an attribute from the nodeToHandle based on the target.static ObjectDataFileUtils.findExplicitTargetParent(Queryable queryable, String targetPath) static StringDataFileElements.ARRAY_ATTRS.getColDelimiter(Queryable outWriter, org.jdom.Element node) static intstatic intstatic StringDataFileElements.DATA_ATTRS.getDelimiter(Queryable outWriter, org.jdom.Element nodeToHandle, String type) static intstatic intstatic StringDataFileElements.DATA_ATTRS.getPattern(Queryable outWriter, org.jdom.Element nodeToHandle) static StringDataFileElements.ARRAY_ATTRS.getRowDelimiter(Queryable outWriter, org.jdom.Element node) static intstatic intstatic Stringstatic Stringstatic Stringstatic Stringstatic StringvoidDataFileWriter.setWrittenObject(Queryable queryable) voidDefaultDataFile.setWrittenObject(Queryable queryable) voidDefaultExtProgRunner.setWrittenObject(Queryable queryable) Performs a setWriteObject on all the integration sources.voidWriter.setWrittenObject(Queryable queryable) Constructors in repast.simphony.integration with parameters of type Queryable