Uses of Interface
repast.simphony.context.Context
Package
Description
-
Uses of Context in repast.simphony.context
Modifier and TypeClassDescriptionclass
Abstract base class implementation of theContext
interface.class
class
class
class
Modifier and TypeMethodDescriptionContextFactory.createContext
(Object contextId) Creates a newContext
with 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) Modifier and TypeMethodDescriptionAbstractContext.getSubContexts()
Context.getSubContexts()
FormerDefaultContext.getSubContexts()
Modifier and TypeMethodDescriptionvoid
AbstractContext.addSubContext
(Context<? extends T> context) void
Context.addSubContext
(Context<? extends T> context) void
FormerDefaultContext.addSubContext
(Context<? extends T> context) protected void
AbstractContext.fireSubContextAdded
(Context<? extends T> context) protected void
AbstractContext.fireSubContextRemoved
(Context<? extends T> context) void
AbstractContext.removeSubContext
(Context<? extends T> context) void
Context.removeSubContext
(Context<? extends T> context) void
FormerDefaultContext.removeSubContext
(Context<? extends T> context) ModifierConstructorDescriptionContextEvent
(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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionabstract NetworkGenerator
NetworkFileFormat.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.ModifierConstructorDescriptionContextJungNetwork
(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
Modifier and TypeMethodDescriptionprotected void
protected 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
Modifier 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
Modifier and TypeMethodDescriptionBuilds and returns a context. -
Uses of Context in repast.simphony.dataLoader.engine
Modifier and TypeMethodDescriptionBuilds and returns a context.Builds and returns a context.Context<?>
Builds and returns a context.Modifier and TypeMethodDescriptionBuilds and returns a context.Builds and returns a context.Context<?>
Builds and returns a context.void
void
FreezeDryedContextBuilder.load
(FreezeDryedRegistry registry, Context context) -
Uses of Context in repast.simphony.dataLoader.ui.wizard.builder
Modifier and TypeMethodDescriptionBuilds and returns a context. -
Uses of Context in repast.simphony.dataLoader.util
Modifier and TypeMethodDescriptionDataLoaderUtilities.findContext
(Context context, Object id) Depth first search starting with context for context with specified id.Modifier 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
Modifier and TypeMethodDescriptionstatic Context
AbstractControllerAction.findContextInRunState
(RunState runState, Object contextId) Modifier and TypeMethodDescriptionContextTraverser.getSuccessors
(Context previousContext, Context currentContext) Returns the subContexts of the currentContext.Modifier and TypeMethodDescriptionprotected Iterable
DefaultContextSchedulableControllerAction.getContextFilter
(Context context, org.apache.commons.collections15.Predicate filter) double
ContextTraverser.getDistance
(Context fromNode, Context toNode) Currently just returns 0.ContextTraverser.getSuccessors
(Context previousContext, Context currentContext) Returns the subContexts of the currentContext.abstract void
AbstractControllerAction.runCleanup
(RunState runState, Context<? extends T> context) void
NullAbstractControllerAction.runCleanup
(RunState runState, Context<? extends T> context) Does nothing.abstract void
AbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) void
DefaultContextSchedulableControllerAction.runInitialize
(RunState runState, Context context, Parameters runParams) Schedules on the model schedule the descriptor's iterable with it executing the descriptor's method name.void
NullAbstractControllerAction.runInitialize
(RunState runState, Context<? extends T> context, Parameters runParams) Does nothing. -
Uses of Context in repast.simphony.engine.environment
Modifier and TypeMethodDescriptionRunState.getMasterContext()
Retrieves the master context for the simulation.static Context
RunState.getSafeMasterContext()
Modifier and TypeMethodDescriptionvoid
RunState.setMasterContext
(Context masterContext) Sets the master context for the simulation.static void
RunState.setSafeMasterContext
(Context safeMasterContext) -
Uses of Context in repast.simphony.engine.watcher
Modifier and TypeMethodDescriptionvoid
WatchAnnotationReader.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
Modifier 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) ModifierConstructorDescriptionColocatedBooleanExpression
(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
Modifier and TypeMethodDescriptionstatic Context
RepastEssentials.AddAgentToContext
(String parentContextPath, Object agent) static Context
RepastEssentials.CreateContext
(String parentContextPath, String newContextName) static Context
RepastEssentials.FindContext
(String contextPath) static Context
RepastEssentials.FindParentContext
(String contextPath) static Context
RepastEssentials.RemoveAgentFromContext
(String parentContextPath, Object agent) static Context
RepastEssentials.RemoveAgentFromModel
(Object agent) static Context
RepastEssentials.RemoveContext
(String contextPath) -
Uses of Context in repast.simphony.freezedry.freezedryers
Modifier and TypeMethodDescriptionprotected void
ContextFreezeDryer.loadNormalProjections
(FreezeDryedObject fdo, Context context) protected void
ContextFreezeDryer.loadProjections
(FreezeDryedObject fdo, Context context) protected void
ContextFreezeDryer.loadPropertyProjections
(FreezeDryedObject fdo, Context context) protected void
ContextFreezeDryer.storeChildren
(FreezeDryedObject fdo, Context context) protected void
ContextFreezeDryer.storeProjections
(FreezeDryedObject fdo, Context<?> context) -
Uses of Context in repast.simphony.freezedry.freezedryers.proj
Modifier and TypeMethodDescriptionprotected void
ContinuousProjectionDryer.addProperties
(Context<?> context, ContinuousSpace<?> t, Map<String, Object> map) Stores the spaces's agent locations, dimensions, adder, and translator.protected void
Stores the spaces's agent locations, dimensions, adder, and translator.protected void
Stores the network's directedness and edges (each edges as a tuple of (source, target, weight)).protected abstract void
Called 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 aDefaultContinuousSpace
with the projection's name and dimensions.protected DefaultGrid<?>
GridProjectionDryer2.instantiate
(Context<?> context, Map<String, Object> properties) Builds aDefaultContinuousSpace
with 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 T
ProjectionDryer.instantiate
(Context<?> context, Map<String, Object> properties) Should createa a Projection for the given context.protected void
ContinuousProjectionDryer.loadAgents
(Context<?> context, ContinuousSpace proj, Map<String, Object> properties) protected void
protected void
ContinuousProjectionDryer.loadProperties
(Context<?> context, ContinuousSpace<?> proj, Map<String, Object> properties) Loads the space's agents.protected void
GridProjectionDryer2.loadProperties
(Context<?> context, Grid<?> proj, Map<String, Object> properties) Loads the space's agents.protected void
NetworkProjectionDryer.loadProperties
(Context<?> context, Network<?> proj, Map<String, Object> properties) Loads in the network's edges.protected void
This handles loading of properties into the instantiated projection. -
Uses of Context in repast.simphony.gis.dataLoader
-
Uses of Context in repast.simphony.gis.freezedry
Modifier and TypeMethodDescriptionprotected void
GeographyProjectionDryer.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 aDefaultContinuousSpace
with the projection's name and dimensions.protected void
GeographyProjectionDryer.loadAgents
(Context<?> context, Geography proj, Map<String, Object> properties) protected void
GeographyProjectionDryer.loadProperties
(Context<?> context, Geography<?> proj, Map<String, Object> properties) Loads the space's agents. -
Uses of Context in repast.simphony.gis.ui
-
Uses of Context in repast.simphony.gis.visualization.engine
Modifier and TypeFieldDescriptionprotected Context<?>
DisplayCreator3DGIS.context
protected Context<?>
DisplayCreatorGIS.context
Deprecated.Modifier and TypeMethodDescriptionDisplayCreatorFactory3DGIS.createDisplayCreator
(Context context, GISDisplayDescriptor descriptor) DisplayCreatorFactoryGIS.createDisplayCreator
(Context context, GISDisplayDescriptor descriptor) Deprecated.void
GISStyleRegistrar.registerAllStyles
(GISDisplayDescriptor descriptor, Context<?> context) void
GISStyleRegistrar.registerNetworkStyles
(GISDisplayDescriptor descriptor, Context<?> context) ModifierConstructorDescriptionDisplayCreator3DGIS
(Context<?> context, GISDisplayDescriptor descriptor) DisplayCreatorGIS
(Context<?> context, GISDisplayDescriptor descriptor) Deprecated.GISDisplayData
(Context<T> context) -
Uses of Context in repast.simphony.query
Modifier 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.ModifierConstructorDescriptionAbstractPropertyQuery
(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.protected
WithinDistance
(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
Modifier 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.ModifierConstructorDescriptionContinuousWithin
(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
ModifierConstructorDescriptionprotected
AbstractNetworkQuery
(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
Modifier 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.ModifierConstructorDescriptionGridWithin
(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
Modifier and TypeMethodDescriptionvoid
AbstractObserver.initializeBaseObserver
(String observerID, Context context, TurtleFactory tf, PatchFactory pf, LinkFactory lf, RLWorldDimensions rLD) void
AbstractObserver.setContext
(Context context) -
Uses of Context in repast.simphony.relogo.factories
ModifierConstructorDescriptionReLogoWorldFactory
(Context parentContext, String worldID, RLWorldDimensions rLWorldDimensions, TurtleFactory turtleFactory, PatchFactory patchFactory, LinkFactory linkFactory) -
Uses of Context in repast.simphony.space.gis
ModifierConstructorDescriptionGISNetworkListener
(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
-
Uses of Context in repast.simphony.ui.widget
-
Uses of Context in repast.simphony.util
Modifier 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 Context
ContextUtils.getContext
(Object o) Retrieves the context a given object is in.static Context
ContextUtils.getContext
(Context<?> startingContext, Object o) Retrieves the context of the specified object starting with the specified Context.static Context
ContextUtils.getParentContext
(Context context) Starting with the master context, search for and return the parent context of the specified context.static Context
ContextUtils.getParentContext
(Context startingContext, Context context) Starting with the specified starting context, search for and return the parent context of the specified context.Modifier 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 Context
ContextUtils.getContext
(Context<?> startingContext, Object o) Retrieves the context of the specified object starting with the specified Context.static Context
ContextUtils.getParentContext
(Context context) Starting with the master context, search for and return the parent context of the specified context.static Context
ContextUtils.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
ModifierConstructorDescriptionDefaultDisplayData
(Context<T> context) Creates a DefaultDisplayData that delegates its methods to the specified context. -
Uses of Context in repast.simphony.visualization.engine
Modifier and TypeMethodDescriptionDisplayCreatorFactory.createDisplayCreator
(Context<?> context, T descriptor) void
NetworkStyleRegistrar.registerNetworkStyles
(NetworkStyleRegistrar.Registrar<T> registrar, DisplayDescriptor descriptor, Context<?> context) void
VLStyleRegistrar.registerValueLayerStyle
(VLStyleRegistrar.Registrar<T> registrar, CartesianDisplayDescriptor descriptor, Context<?> context) ModifierConstructorDescriptionAbstractCartesianDisplayCreator
(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
Modifier and TypeMethodDescriptionvoid
DisplayServerGISStyleRegistrar.registerAllStyles
(GISDisplayDescriptor descriptor, Context<?> context) void
DisplayServerGISStyleRegistrar.registerNetworkStyles
(GISDisplayDescriptor descriptor, Context<?> context) ModifierConstructorDescriptionServerDisplayCreatorGIS
(String outgoingAddr, Context<?> context, GISDisplayDescriptor descriptor)