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 TypeInterfaceDescriptioninterface
OutputBuilder<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 TypeClassDescriptionclass
Writes data to a Bean.class
A queryable that works on Beans using JXPath.class
class
This is anOutputBuilder
that will output to a JDOM Document.class
A queryable that works with JDOM.Methods in repast.simphony.integration with parameters of type QueryableModifier and TypeMethodDescriptionstatic String
DataFileUtils.findBestValue
(Queryable queryable, org.jdom.Element element, String attributeName) Same asfindBestValue(queryable, element, attributeName, true)
static String
DataFileUtils.findBestValue
(Queryable queryable, org.jdom.Element nodeToHandle, String attributeName, boolean useXPath) Tries to retrieve an attribute from the nodeToHandle based on the target.static Object
DataFileUtils.findExplicitTargetParent
(Queryable queryable, String targetPath) static String
DataFileElements.ARRAY_ATTRS.getColDelimiter
(Queryable outWriter, org.jdom.Element node) static int
static int
static String
DataFileElements.DATA_ATTRS.getDelimiter
(Queryable outWriter, org.jdom.Element nodeToHandle, String type) static int
static int
static String
DataFileElements.DATA_ATTRS.getPattern
(Queryable outWriter, org.jdom.Element nodeToHandle) static String
DataFileElements.ARRAY_ATTRS.getRowDelimiter
(Queryable outWriter, org.jdom.Element node) static int
static int
static String
static String
static String
static String
static String
void
DataFileWriter.setWrittenObject
(Queryable queryable) void
DefaultDataFile.setWrittenObject
(Queryable queryable) void
DefaultExtProgRunner.setWrittenObject
(Queryable queryable) Performs a setWriteObject on all the integration sources.void
Writer.setWrittenObject
(Queryable queryable) Constructors in repast.simphony.integration with parameters of type Queryable