Uses of Interface
repast.simphony.context.Context
Packages that use Context
Package
Description
-
Uses of Context in repast.simphony.context
Subinterfaces of Context in repast.simphony.contextClasses in repast.simphony.context that implement ContextModifier and TypeClassDescriptionclassAbstract base class implementation of theContextinterface.classclassclassclassFields in repast.simphony.context declared as ContextFields in repast.simphony.context with type parameters of type ContextMethods in repast.simphony.context that return ContextModifier and TypeMethodDescriptionContextFactory.createContext(Object contextId) Creates a newContextwith the given identifier.static <T> Context<T>Contexts.createContext(Class<T> type, Object id) DefaultContextFactory.createContext(Object contextId) AbstractContext.findContext(Object id) This searches the specified context and its descendants for the context with the specified id.Context.findContext(Object id) FormerDefaultContext.findContext(Object id) This searches the specified context and its descendants for the context with the specified id.AbstractContext.findParent(Object o) Retrieves the context of the specified object starting with the specified Context.Context.findParent(Object o) FormerDefaultContext.findParent(Object o) Retrieves the context of the specified object starting with the specified Context.ContextEvent.getContext()Get the context to which the event occured.AbstractContext.getSubContext(Object id) Context.getSubContext(Object id) ContextEvent.getSubContext()Gets the subcontext that was the target of the event, assuming this was a subcontext event.FormerDefaultContext.getSubContext(Object id) Methods in repast.simphony.context that return types with arguments of type ContextModifier and TypeMethodDescriptionAbstractContext.getSubContexts()Context.getSubContexts()FormerDefaultContext.getSubContexts()Methods in repast.simphony.context with parameters of type ContextModifier and TypeMethodDescriptionvoidAbstractContext.addSubContext(Context<? extends T> context) voidContext.addSubContext(Context<? extends T> context) voidFormerDefaultContext.addSubContext(Context<? extends T> context) protected voidAbstractContext.fireSubContextAdded(Context<? extends T> context) protected voidAbstractContext.fireSubContextRemoved(Context<? extends T> context) voidAbstractContext.removeSubContext(Context<? extends T> context) voidContext.removeSubContext(Context<? extends T> context) voidFormerDefaultContext.removeSubContext(Context<? extends T> context) Constructors in repast.simphony.context with parameters of type ContextModifierConstructorDescriptionContextEvent(ContextEvent.EventType type, Context<T> context, Context<? extends T> subContext) Creates a new instance of ContextEvent with a given type, context and sub-Context.ContextEvent(ContextEvent.EventType type, Context<T> context, Projection<? super T> projection) Creates a new instance of ContextEvent with a given type, context and Projection.ContextEvent(ContextEvent.EventType type, Context<T> context, T target) Creates a new instance of ContextEvent with a given type, context and target.ContextIterable(IndexedIterable<T> iter, long count, Context<T> context) Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable. -
Uses of Context in repast.simphony.context.space.continuous
Methods in repast.simphony.context.space.continuous with parameters of type ContextModifier and TypeMethodDescriptionprotected void<T> ContinuousSpace<T>ContinuousSpaceFactory.createContinuousSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> ContinuousSpace<T>ContinuousSpaceFactory.createContinuousSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) <T> ContinuousSpace<T>DefaultContinuousSpaceFactory.createContinuousSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> ContinuousSpace<T>DefaultContinuousSpaceFactory.createContinuousSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) -
Uses of Context in repast.simphony.context.space.gis
Methods in repast.simphony.context.space.gis with parameters of type ContextModifier and TypeMethodDescription<T> Geography<T>DefaultGeographyFactory.createGeography(String name, Context<T> context, GeographyParameters<T> params) <T> Geography<T>GeographyFactory.createGeography(String name, Context<T> context, GeographyParameters<T> params) -
Uses of Context in repast.simphony.context.space.graph
Methods in repast.simphony.context.space.graph with parameters of type ContextModifier and TypeMethodDescriptionabstract NetworkGeneratorNetworkFileFormat.createLoader(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex) <T> Network<T>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected) Creates a Network that will contain the specified class of objects.<T> Network<T>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected, NetworkGenerator<T> generator, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>DefaultNetworkFactory.createNetwork(String netName, Context<T> context, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.<T> Network<T>NetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected) Creates a Network that will contain the specified class of objects.<T> Network<T>NetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected, NetworkGenerator<T> generator, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>NetworkFactory.createNetwork(String netName, Context<T> context, boolean isDirected, EdgeCreator<? extends RepastEdge<T>, T> edgeCreator) Creates a Network that will contain the specified class of objects.<T> Network<T>NetworkFactory.createNetwork(String netName, Context<T> context, NetworkGenerator<T> generator, boolean isDirected) Creates a Network that will contain the specified class of objects.Constructors in repast.simphony.context.space.graph with parameters of type ContextModifierConstructorDescriptionContextJungNetwork(JungNetwork<T> net, Context<T> context) DLNetworkLoader(Context context, InputStream stream, Class agentClass, int matrixIndex) DLNetworkLoader(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex) ExcelNetworkLoader(Context context, InputStream stream, Class agentClass, int matrixIndex) ExcelNetworkLoader(Context context, InputStream stream, NodeCreator nodeCreator, int matrixIndex) MatrixNetworkLoader(Context context, InputStream stream, Class agentClass, int matrixIndex) MatrixNetworkLoader(Context context, InputStream stream, NodeCreator<T> nodeCreator, int matrixIndex) NetworkBuilder(String networkName, Context<T> context, boolean isDirected) -
Uses of Context in repast.simphony.context.space.grid
Methods in repast.simphony.context.space.grid with parameters of type ContextModifier and TypeMethodDescriptionprotected voidprotected void<T> Grid<T>DefaultGridFactory.createGrid(String name, Context<T> context, GridBuilderParameters<T> params) <T> Grid<T>GridFactory.createGrid(String name, Context<T> context, GridBuilderParameters<T> params) -
Uses of Context in repast.simphony.context.space.physics
Methods in repast.simphony.context.space.physics with parameters of type ContextModifier and TypeMethodDescriptionprotected void<T> PhysicsSpace<T>DefaultPhysicsSpaceFactory.createPhysicsSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> PhysicsSpace<T>DefaultPhysicsSpaceFactory.createPhysicsSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) <T> PhysicsSpace<T>DefaultPhysicsSpaceFactory.createPhysicsSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double xdim, double ydim, double zdim) <T> PhysicsSpace<T>PhysicsSpaceFactory.createPhysicsSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double... size) <T> PhysicsSpace<T>PhysicsSpaceFactory.createPhysicsSpace(String name, Context<T> context, ContinuousAdder<T> adder, PointTranslator translator, double[] size, double[] origin) -
Uses of Context in repast.simphony.dataLoader
Methods in repast.simphony.dataLoader that return ContextModifier and TypeMethodDescriptionBuilds and returns a context.Methods in repast.simphony.dataLoader with parameters of type Context -
Uses of Context in repast.simphony.dataLoader.engine
Methods in repast.simphony.dataLoader.engine that return ContextModifier and TypeMethodDescriptionBuilds and returns a context.Builds and returns a context.Context<?>Builds and returns a context.Methods in repast.simphony.dataLoader.engine with parameters of type ContextModifier and TypeMethodDescriptionBuilds and returns a context.Builds and returns a context.Context<?>Builds and returns a context.voidvoidFreezeDryedContextBuilder.load(FreezeDryedRegistry registry, Context context) -
Uses of Context in repast.simphony.dataLoader.ui.wizard.builder
Methods in repast.simphony.dataLoader.ui.wizard.builder that return ContextModifier and TypeMethodDescriptionBuilds and returns a context.Methods in repast.simphony.dataLoader.ui.wizard.builder with parameters of type Context -
Uses of Context in repast.simphony.dataLoader.util
Methods in repast.simphony.dataLoader.util that return ContextModifier and TypeMethodDescriptionDataLoaderUtilities.findContext(Context context, Object id) Depth first search starting with context for context with specified id.Methods in repast.simphony.dataLoader.util with parameters of type ContextModifier and TypeMethodDescriptionDataLoaderUtilities.findContext(Context context, Object id) Depth first search starting with context for context with specified id. -
Uses of Context in repast.simphony.engine.controller
Methods in repast.simphony.engine.controller that return ContextModifier and TypeMethodDescriptionstatic ContextAbstractControllerAction.findContextInRunState(RunState runState, Object contextId) Methods in repast.simphony.engine.controller that return types with arguments of type ContextModifier and TypeMethodDescriptionContextTraverser.getSuccessors(Context previousContext, Context currentContext) Returns the subContexts of the currentContext.Methods in repast.simphony.engine.controller with parameters of type ContextModifier and TypeMethodDescriptionprotected IterableDefaultContextSchedulableControllerAction.getContextFilter(Context context, org.apache.commons.collections15.Predicate filter) doubleContextTraverser.getDistance(Context fromNode, Context toNode) Currently just returns 0.ContextTraverser.getSuccessors(Context previousContext, Context currentContext) Returns the subContexts of the currentContext.abstract voidAbstractControllerAction.runCleanup(RunState runState, Context<? extends T> context) voidNullAbstractControllerAction.runCleanup(RunState runState, Context<? extends T> context) Does nothing.abstract voidAbstractControllerAction.runInitialize(RunState runState, Context<? extends T> context, Parameters runParams) voidDefaultContextSchedulableControllerAction.runInitialize(RunState runState, Context context, Parameters runParams) Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.voidNullAbstractControllerAction.runInitialize(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing. -
Uses of Context in repast.simphony.engine.environment
Fields in repast.simphony.engine.environment declared as ContextMethods in repast.simphony.engine.environment that return ContextModifier and TypeMethodDescriptionRunState.getMasterContext()Retrieves the master context for the simulation.static ContextRunState.getSafeMasterContext()Methods in repast.simphony.engine.environment with parameters of type ContextModifier and TypeMethodDescriptionvoidRunState.setMasterContext(Context masterContext) Sets the master context for the simulation.static voidRunState.setSafeMasterContext(Context safeMasterContext) -
Uses of Context in repast.simphony.engine.watcher
Methods in repast.simphony.engine.watcher with parameters of type ContextModifier and TypeMethodDescriptionvoidWatchAnnotationReader.processObjectAsWatcher(Object object, ISchedule schedule, Context<Object> context) Examines the specified object to see if it should be a watcher and if so sets up accordingly. -
Uses of Context in repast.simphony.engine.watcher.query
Methods in repast.simphony.engine.watcher.query with parameters of type ContextModifier and TypeMethodDescriptionASTAndExpression.buildExpression(Context context) ASTColocated.buildExpression(Context context) ASTLinked.buildExpression(Context context) ASTLinkedFrom.buildExpression(Context context) ASTLinkedTo.buildExpression(Context context) ASTNot.buildExpression(Context context) ASTOrExpression.buildExpression(Context context) ASTStart.buildExpression(Context context) ASTWithin.buildExpression(Context context) ASTWithinMoore.buildExpression(Context context) ASTWithinVN.buildExpression(Context context) BooleanExpressionBuilder.buildExpression(Context context) SimpleNode.buildExpression(Context context) Constructors in repast.simphony.engine.watcher.query with parameters of type ContextModifierConstructorDescriptionColocatedBooleanExpression(Context context) LinkedBooleanExpression(Context context) LinkedFromBooleanExpression(Context context) LinkedToBooleanExpression(Context context) NamedLinkedBooleanExpression(String name, Context context) NamedLinkedFromBooleanExpression(String name, Context context) NamedLinkedToBooleanExpression(String name, Context context) NamedWithinBooleanExpression(double distance, String name, Context context) NamedWithinMooreBooleanExpression(double distance, String name, Context context) NamedWithinVNBooleanExpression(double distance, String name, Context context) WithinBooleanExpression(double distance, Context context) WithinMooreBooleanExpression(double distance, Context context) WithinVNBooleanExpression(double distance, Context context) -
Uses of Context in repast.simphony.essentials
Methods in repast.simphony.essentials that return ContextModifier and TypeMethodDescriptionstatic ContextRepastEssentials.AddAgentToContext(String parentContextPath, Object agent) static ContextRepastEssentials.CreateContext(String parentContextPath, String newContextName) static ContextRepastEssentials.FindContext(String contextPath) static ContextRepastEssentials.FindParentContext(String contextPath) static ContextRepastEssentials.RemoveAgentFromContext(String parentContextPath, Object agent) static ContextRepastEssentials.RemoveAgentFromModel(Object agent) static ContextRepastEssentials.RemoveContext(String contextPath) -
Uses of Context in repast.simphony.freezedry.freezedryers
Methods in repast.simphony.freezedry.freezedryers with parameters of type ContextModifier and TypeMethodDescriptionprotected voidContextFreezeDryer.loadNormalProjections(FreezeDryedObject fdo, Context context) protected voidContextFreezeDryer.loadProjections(FreezeDryedObject fdo, Context context) protected voidContextFreezeDryer.loadPropertyProjections(FreezeDryedObject fdo, Context context) protected voidContextFreezeDryer.storeChildren(FreezeDryedObject fdo, Context context) protected voidContextFreezeDryer.storeProjections(FreezeDryedObject fdo, Context<?> context) -
Uses of Context in repast.simphony.freezedry.freezedryers.proj
Methods in repast.simphony.freezedry.freezedryers.proj with parameters of type ContextModifier and TypeMethodDescriptionprotected voidContinuousProjectionDryer.addProperties(Context<?> context, ContinuousSpace<?> t, Map<String, Object> map) Stores the spaces's agent locations, dimensions, adder, and translator.protected voidStores the spaces's agent locations, dimensions, adder, and translator.protected voidStores the network's directedness and edges (each edges as a tuple of (source, target, weight)).protected abstract voidCalled when attempting to save the given projection.ProjectionDryer.buildAndAddProjection(Context<?> context, Map<String, Object> properties) Creates a projection based on the given properties.ProjectionDryer.getProperties(Context<?> context, T t) Retrieves the serializable properties for a given projection that is a member of the given context.protected ContinuousSpace<?>ContinuousProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpacewith the projection's name and dimensions.protected DefaultGrid<?>GridProjectionDryer2.instantiate(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpacewith the projection's name and dimensions.Network<?>NetworkProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) This instantiates the network using theDefaultNetworkFactory, based on the network's name, and directedness (determined from the properties).protected abstract TProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) Should createa a Projection for the given context.protected voidContinuousProjectionDryer.loadAgents(Context<?> context, ContinuousSpace proj, Map<String, Object> properties) protected voidprotected voidContinuousProjectionDryer.loadProperties(Context<?> context, ContinuousSpace<?> proj, Map<String, Object> properties) Loads the space's agents.protected voidGridProjectionDryer2.loadProperties(Context<?> context, Grid<?> proj, Map<String, Object> properties) Loads the space's agents.protected voidNetworkProjectionDryer.loadProperties(Context<?> context, Network<?> proj, Map<String, Object> properties) Loads in the network's edges.protected voidThis handles loading of properties into the instantiated projection. -
Uses of Context in repast.simphony.gis.dataLoader
Methods in repast.simphony.gis.dataLoader that return ContextMethods in repast.simphony.gis.dataLoader with parameters of type Context -
Uses of Context in repast.simphony.gis.freezedry
Methods in repast.simphony.gis.freezedry with parameters of type ContextModifier and TypeMethodDescriptionprotected voidGeographyProjectionDryer.addProperties(Context<?> context, Geography<?> geog, Map<String, Object> map) Stores the spaces's agent locations, dimensions, adder, and translator.protected Geography<?>GeographyProjectionDryer.instantiate(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpacewith the projection's name and dimensions.protected voidGeographyProjectionDryer.loadAgents(Context<?> context, Geography proj, Map<String, Object> properties) protected voidGeographyProjectionDryer.loadProperties(Context<?> context, Geography<?> proj, Map<String, Object> properties) Loads the space's agents. -
Uses of Context in repast.simphony.gis.ui
Methods in repast.simphony.gis.ui with parameters of type Context -
Uses of Context in repast.simphony.gis.visualization.engine
Fields in repast.simphony.gis.visualization.engine declared as ContextModifier and TypeFieldDescriptionprotected Context<?>DisplayCreator3DGIS.contextprotected Context<?>DisplayCreatorGIS.contextDeprecated.Methods in repast.simphony.gis.visualization.engine with parameters of type ContextModifier and TypeMethodDescriptionDisplayCreatorFactory3DGIS.createDisplayCreator(Context context, GISDisplayDescriptor descriptor) DisplayCreatorFactoryGIS.createDisplayCreator(Context context, GISDisplayDescriptor descriptor) Deprecated.voidGISStyleRegistrar.registerAllStyles(GISDisplayDescriptor descriptor, Context<?> context) voidGISStyleRegistrar.registerNetworkStyles(GISDisplayDescriptor descriptor, Context<?> context) Constructors in repast.simphony.gis.visualization.engine with parameters of type ContextModifierConstructorDescriptionDisplayCreator3DGIS(Context<?> context, GISDisplayDescriptor descriptor) DisplayCreatorGIS(Context<?> context, GISDisplayDescriptor descriptor) Deprecated.GISDisplayData(Context<T> context) -
Uses of Context in repast.simphony.query
Methods in repast.simphony.query with parameters of type ContextModifier and TypeMethodDescriptionWithinDistance.createIterable(Context<T> context) Creates an iterable over all the relevant objects in the context.protected abstract org.apache.commons.collections15.Predicate<T>AbstractPropertyQuery.createPredicate(Context<T> context, String propertyName) Deprecated.Implemented by subclasses to return the appropriate Predicate.protected org.apache.commons.collections15.Predicate<T>PropertyEquals.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests for property equality.protected org.apache.commons.collections15.Predicate<T>PropertyGreaterThan.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests if a numeric property is greater than some value.protected org.apache.commons.collections15.Predicate<T>PropertyGreaterThanEquals.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests if a numeric property is greater than some value.protected org.apache.commons.collections15.Predicate<T>PropertyLessThan.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests if a numeric property is less than some value.protected org.apache.commons.collections15.Predicate<T>PropertyLessThanEquals.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests if a numeric property is less than some value.protected org.apache.commons.collections15.Predicate<T>PropertyNotEquals.createPredicate(Context<T> context, String propertyName) Deprecated.Creates a Predicate that tests for property equality.Constructors in repast.simphony.query with parameters of type ContextModifierConstructorDescriptionAbstractPropertyQuery(Context<T> context, String propertyName, Object propertyValue) Deprecated.Creates an AbstractProperty query to query the specified contexts using the specified property name and value.InstanceOfQuery(Context<T> context, Class type) Deprecated.Creates an InstanceofQuery to query the specified context for objects of the specified type.Deprecated.Creates a NotQuery whose results will contain all the members of the specified context that are not in the specified query's results.PropertyEquals(Context<T> context, String propertyName, Object propertyValue) Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.PropertyEquals(Context<T> context, String propertyName, Object propertyValue, PropertyEqualsPredicate predicate) Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.PropertyGreaterThan(Context<T> context, String propertyName, Number propertyValue) Deprecated.Creates a PropertyGreaterThan query to query the specified context for objects with the specified property where that property is greater than the specified value.PropertyGreaterThanEquals(Context<T> context, String propertyName, Number propertyValue) Deprecated.Creates a PropertyGreaterThan query to query the specified context for objects with the specified property where that property is greater than the specified value.PropertyLessThan(Context<T> context, String propertyName, Number propertyValue) Deprecated.Creates a PropertyLessThan query to query the specified context for objects with the specified property where that property is less than the specified value.PropertyLessThanEquals(Context<T> context, String propertyName, Number propertyValue) Deprecated.Creates a PropertyLessThan query to query the specified context for objects with the specified property where that property is less than the specified value.PropertyNotEquals(Context<T> context, String propertyName, Object propertyValue) Deprecated.Creates a PropertyEquals query to query the specified context for objects with the specified property where that property is equal to the specified value.protectedWithinDistance(Context<T> context, double distance, T obj) Creates a WithinDistance query whose results will be all the objects in all the projections of a particular type in the context within some distance of the specified object. -
Uses of Context in repast.simphony.query.space.continuous
Methods in repast.simphony.query.space.continuous with parameters of type ContextModifier and TypeMethodDescriptionContinuousWithin.createIterable(Context<T> context) Creates an iterable over all the objects within the specified distance in all the continuoous spaces in the context.Constructors in repast.simphony.query.space.continuous with parameters of type ContextModifierConstructorDescriptionContinuousWithin(Context<T> context, T obj, double distance) Creates a ContinuousWithin query that will find all the objects within the specified distance of the specified object in all the continuous spaces in the specified context. -
Uses of Context in repast.simphony.query.space.graph
Constructors in repast.simphony.query.space.graph with parameters of type ContextModifierConstructorDescriptionprotectedAbstractNetworkQuery(Context<T> context, T obj) Creates a network query that will query any networks in the specified context using the specified object.NetPathWithin(Context<T> context, T obj, double distance) Creates a NetPathWithin query that returns all nodes within the specified path length of the specified node in all the networks in the specified context.NetworkAdjacent(Context<T> context, T obj) Creates a NetworkAdjacent query that will query any networks in the specified context for the nodes adjacent to the specified object.NetworkPredecessor(Context<T> context, T obj) Creates a NetworkAdjacent query that will query any networks in the specified context for the predecessor nodes of the specified object.NetworkSuccessor(Context<T> context, T obj) Creates a NetworkAdjacent query that will query any networks in the specified context for the successor nodes of the specified object. -
Uses of Context in repast.simphony.query.space.grid
Methods in repast.simphony.query.space.grid with parameters of type ContextModifier and TypeMethodDescriptionGridWithin.createIterable(Context<T> context) Creates an iterable over all the objects within the specified distance in all the continuoous spaces in the context.Constructors in repast.simphony.query.space.grid with parameters of type ContextModifierConstructorDescriptionGridWithin(Context<T> context, T obj, double distance) Creates a GridWithin query that will find all the objects within the specified distance of the specified object in all the grid spaces in the specified context. -
Uses of Context in repast.simphony.relogo
Methods in repast.simphony.relogo that return ContextMethods in repast.simphony.relogo with parameters of type ContextModifier and TypeMethodDescriptionvoidAbstractObserver.initializeBaseObserver(String observerID, Context context, TurtleFactory tf, PatchFactory pf, LinkFactory lf, RLWorldDimensions rLD) voidAbstractObserver.setContext(Context context) -
Uses of Context in repast.simphony.relogo.factories
Methods in repast.simphony.relogo.factories that return ContextConstructors in repast.simphony.relogo.factories with parameters of type ContextModifierConstructorDescriptionReLogoWorldFactory(Context parentContext, String worldID, RLWorldDimensions rLWorldDimensions, TurtleFactory turtleFactory, PatchFactory patchFactory, LinkFactory linkFactory) -
Uses of Context in repast.simphony.space.gis
Constructors in repast.simphony.space.gis with parameters of type ContextModifierConstructorDescriptionGISNetworkListener(Context c, Geography g, Network n) Creates a shapefile loader for agents of the specified class and whose data source is the specified shapefile. -
Uses of Context in repast.simphony.sql
Methods in repast.simphony.sql with parameters of type Context -
Uses of Context in repast.simphony.ui.widget
Methods in repast.simphony.ui.widget with parameters of type Context -
Uses of Context in repast.simphony.util
Methods in repast.simphony.util that return ContextModifier and TypeMethodDescriptionstatic <T> Context<? extends T>ContextUtils.findContext(Context<T> start, Object id) This searches the specified context and its descendants for the context with the specified id.static ContextContextUtils.getContext(Object o) Retrieves the context a given object is in.static ContextContextUtils.getContext(Context<?> startingContext, Object o) Retrieves the context of the specified object starting with the specified Context.static ContextContextUtils.getParentContext(Context context) Starting with the master context, search for and return the parent context of the specified context.static ContextContextUtils.getParentContext(Context startingContext, Context context) Starting with the specified starting context, search for and return the parent context of the specified context.Methods in repast.simphony.util with parameters of type ContextModifier and TypeMethodDescriptionstatic <T> Context<? extends T>ContextUtils.findContext(Context<T> start, Object id) This searches the specified context and its descendants for the context with the specified id.static ContextContextUtils.getContext(Context<?> startingContext, Object o) Retrieves the context of the specified object starting with the specified Context.static ContextContextUtils.getParentContext(Context context) Starting with the master context, search for and return the parent context of the specified context.static ContextContextUtils.getParentContext(Context startingContext, Context context) Starting with the specified starting context, search for and return the parent context of the specified context. -
Uses of Context in repast.simphony.visualization
Constructors in repast.simphony.visualization with parameters of type ContextModifierConstructorDescriptionDefaultDisplayData(Context<T> context) Creates a DefaultDisplayData that delegates its methods to the specified context. -
Uses of Context in repast.simphony.visualization.engine
Fields in repast.simphony.visualization.engine declared as ContextMethods in repast.simphony.visualization.engine with parameters of type ContextModifier and TypeMethodDescriptionDisplayCreatorFactory.createDisplayCreator(Context<?> context, T descriptor) voidNetworkStyleRegistrar.registerNetworkStyles(NetworkStyleRegistrar.Registrar<T> registrar, DisplayDescriptor descriptor, Context<?> context) voidVLStyleRegistrar.registerValueLayerStyle(VLStyleRegistrar.Registrar<T> registrar, CartesianDisplayDescriptor descriptor, Context<?> context) Constructors in repast.simphony.visualization.engine with parameters of type ContextModifierConstructorDescriptionAbstractCartesianDisplayCreator(Context<?> context, CartesianDisplayDescriptor descriptor) DisplayCreator2D(Context<?> context, CartesianDisplayDescriptor descriptor) DisplayCreator3D(Context<?> context, CartesianDisplayDescriptor descriptor) DisplayCreatorOGL2D(Context<?> context, CartesianDisplayDescriptor descriptor) -
Uses of Context in repast.simphony.ws.gis
Fields in repast.simphony.ws.gis declared as ContextMethods in repast.simphony.ws.gis with parameters of type ContextModifier and TypeMethodDescriptionvoidDisplayServerGISStyleRegistrar.registerAllStyles(GISDisplayDescriptor descriptor, Context<?> context) voidDisplayServerGISStyleRegistrar.registerNetworkStyles(GISDisplayDescriptor descriptor, Context<?> context) Constructors in repast.simphony.ws.gis with parameters of type ContextModifierConstructorDescriptionServerDisplayCreatorGIS(String outgoingAddr, Context<?> context, GISDisplayDescriptor descriptor)