Uses of Interface
repast.simphony.dataLoader.ContextBuilder
Packages that use ContextBuilder
Package
Description
-
Uses of ContextBuilder in repast.simphony.batch
Methods in repast.simphony.batch with type parameters of type ContextBuilderModifier and TypeMethodDescription<T extends ContextBuilder>
voidBatchScenario.addDataLoader
(Object contextTypeID, T loader) Adds a data loader to this scenario. -
Uses of ContextBuilder in repast.simphony.dataLoader.engine
Classes in repast.simphony.dataLoader.engine with type parameters of type ContextBuilderClasses in repast.simphony.dataLoader.engine that implement ContextBuilderModifier and TypeClassDescriptionclass
class
Builds a context based only the info in an SContext.class
class
class
ContextBuilder implementation that will delegate the building to a ContextXMLBuilder and then call a ModelInitializer class to complete the build.class
ContextBuilder that loads context from a xml serialized file.Methods in repast.simphony.dataLoader.engine that return ContextBuilderModifier and TypeMethodDescriptionContextBuilderFactory.createBuilder
(ProjectionData proj) Creates a context builder that will create the specified projection.GridProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.NetworkProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.ProjectionBuilderFactory.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.SpaceProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.ClassNameContextBuilder.getDataLoader()
ClassNameContextBuilder.getDelegateDataLoader()
Constructors in repast.simphony.dataLoader.engine with parameters of type ContextBuilder -
Uses of ContextBuilder in repast.simphony.dataLoader.ui.wizard
Methods in repast.simphony.dataLoader.ui.wizard with parameters of type ContextBuilderModifier and TypeMethodDescriptionContextXMLDataLoaderOption.createBuilder
(ContextBuilder loader) DataLoaderWizardOption.createBuilder
(ContextBuilder baseLoader) DelimitedFileDataLoaderOption.createBuilder
(ContextBuilder loader) MIContextXMLDataLoaderOption.createBuilder
(ContextBuilder loader) SpecificClassOption.createBuilder
(ContextBuilder baseLoader) XMLLoaderOption.createBuilder
(ContextBuilder baseLoader) -
Uses of ContextBuilder in repast.simphony.dataLoader.ui.wizard.builder
Classes in repast.simphony.dataLoader.ui.wizard.builder that implement ContextBuilderMethods in repast.simphony.dataLoader.ui.wizard.builder with parameters of type ContextBuilderModifier and TypeMethodDescriptionGraphicalBuilderOption.createBuilder
(ContextBuilder baseLoader) -
Uses of ContextBuilder in repast.simphony.dataLoader.wizard
Methods in repast.simphony.dataLoader.wizard with parameters of type ContextBuilder -
Uses of ContextBuilder in repast.simphony.freezedry.datasource
Classes in repast.simphony.freezedry.datasource that implement ContextBuilder -
Uses of ContextBuilder in repast.simphony.gis.dataLoader
Classes in repast.simphony.gis.dataLoader that implement ContextBuilderModifier and TypeClassDescriptionclass
TODO Geotools: re-work this into the ContextBuilderFactory context.xml dataloader mechanismMethods in repast.simphony.gis.dataLoader that return ContextBuilderModifier and TypeMethodDescriptionGeographyProjectionBuilder.getBuilder
(ProjectionData proj) Gets a ContextBuilder to build the specified Projection.