Uses of Interface
org.jactr.core.model.IModel

Packages that use IModel
org.jactr.core.buffer   
org.jactr.core.chunk   
org.jactr.core.chunk.basic   
org.jactr.core.chunk.four   
org.jactr.core.chunktype   
org.jactr.core.chunktype.basic   
org.jactr.core.chunktype.five   
org.jactr.core.concurrent   
org.jactr.core.extensions   
org.jactr.core.logging   
org.jactr.core.logging.impl   
org.jactr.core.model   
org.jactr.core.model.basic   
org.jactr.core.model.event   
org.jactr.core.model.six   
org.jactr.core.module   
org.jactr.core.module.declarative.four.learning   
org.jactr.core.module.procedural.four.learning   
org.jactr.core.module.procedural.map.template   
org.jactr.core.module.procedural.six.learning   
org.jactr.core.production   
org.jactr.core.production.basic   
org.jactr.core.production.condition   
org.jactr.core.production.five   
org.jactr.core.production.four   
org.jactr.core.production.request   
org.jactr.core.production.six   
org.jactr.core.queue   
org.jactr.core.reality.connector   
org.jactr.core.runtime   
org.jactr.core.runtime.controller   
org.jactr.core.runtime.controller.debug   
org.jactr.core.runtime.controller.debug.event   
org.jactr.core.runtime.controller.impl   
org.jactr.core.runtime.event   
org.jactr.core.runtime.profile   
org.jactr.core.utils   
org.jactr.core.utils.parameter   
org.jactr.instrument   
org.jactr.modules.pm.aural.memory.impl.map   
org.jactr.modules.pm.common.memory.impl   
org.jactr.modules.pm.common.memory.map   
org.jactr.modules.pm.motor.command   
org.jactr.modules.pm.motor.command.translators   
org.jactr.modules.pm.visual.memory.impl.map   
org.jactr.scripting   
org.jactr.scripting.condition   
 

Uses of IModel in org.jactr.core.buffer
 

Methods in org.jactr.core.buffer that return IModel
 IModel IActivationBuffer.getModel()
           
 IModel AbstractActivationBuffer.getModel()
           
 

Constructors in org.jactr.core.buffer with parameters of type IModel
AbstractActivationBuffer(java.lang.String name, IModel model, IModule module)
           
 

Uses of IModel in org.jactr.core.chunk
 

Methods in org.jactr.core.chunk that return IModel
 IModel IChunk.getModel()
          get the model that is responsible for this chunk, note: the chunk may not have been encoded yet
 

Uses of IModel in org.jactr.core.chunk.basic
 

Methods in org.jactr.core.chunk.basic that return IModel
 IModel ChunkData.getModel()
           
 IModel AbstractChunk.getModel()
           
 

Constructors in org.jactr.core.chunk.basic with parameters of type IModel
AbstractChunk(IModel model)
           
ChunkData(IModel model)
           
 

Uses of IModel in org.jactr.core.chunk.four
 

Methods in org.jactr.core.chunk.four with parameters of type IModel
static void Link.resetAllLinks(IModel m)
          Reset all the Link strengths in a given model.
 

Uses of IModel in org.jactr.core.chunktype
 

Methods in org.jactr.core.chunktype that return IModel
 IModel IChunkType.getModel()
          get the model that contains this chunktype
 

Uses of IModel in org.jactr.core.chunktype.basic
 

Methods in org.jactr.core.chunktype.basic that return IModel
 IModel AbstractChunkType.getModel()
           
 

Constructors in org.jactr.core.chunktype.basic with parameters of type IModel
AbstractChunkType(IModel model)
           
 

Uses of IModel in org.jactr.core.chunktype.five
 

Constructors in org.jactr.core.chunktype.five with parameters of type IModel
DefaultChunkType5(IModel model)
          Constructor for the DefaultChunkType5 object
DefaultChunkType5(IModel model, IChunkType parent)
           
 

Uses of IModel in org.jactr.core.concurrent
 

Constructors in org.jactr.core.concurrent with parameters of type IModel
ModelCycleExecutor(IModel model, ModelCycleExecutor.When when)
           
 

Uses of IModel in org.jactr.core.extensions
 

Methods in org.jactr.core.extensions that return IModel
 IModel IExtension.getModel()
          return the IModel
 

Methods in org.jactr.core.extensions with parameters of type IModel
 void IExtension.install(IModel model)
          Install this extension into this model.
 void IExtension.uninstall(IModel model)
          remove this extension from the model
 

Uses of IModel in org.jactr.core.logging
 

Methods in org.jactr.core.logging that return IModel
 IModel LogEvent.getModel()
           
 

Methods in org.jactr.core.logging with parameters of type IModel
static void Logger.addLogger(IModel model, ILogger logger)
          loggers are always added on the background executor
static void Logger.addLogger(IModel model, ILogger logger, java.util.concurrent.Executor executor)
           
static boolean Logger.hasLoggers(IModel model)
           
static void Logger.log(IModel model, Logger.Stream stream, java.lang.String message)
           
static void Logger.log(IModel model, java.lang.String stream, java.lang.String message)
           
static void Logger.removeLogger(IModel model, ILogger logger)
           
 

Constructors in org.jactr.core.logging with parameters of type IModel
LogEvent(IModel model, java.lang.String streamName, java.lang.String message)
           
 

Uses of IModel in org.jactr.core.logging.impl
 

Methods in org.jactr.core.logging.impl with parameters of type IModel
 void DefaultModelLogger.install(IModel model)
           
 void DefaultModelLogger.uninstall(IModel model)
           
 

Uses of IModel in org.jactr.core.model
 

Methods in org.jactr.core.model with parameters of type IModel
 double ICycleProcessor.cycle(IModel model, boolean eventsHaveFired)
          run a single cycle of the model returning the time that the next cycle should start at.
 

Uses of IModel in org.jactr.core.model.basic
 

Classes in org.jactr.core.model.basic that implement IModel
 class BasicModel
           
 

Uses of IModel in org.jactr.core.model.event
 

Constructors in org.jactr.core.model.event with parameters of type IModel
ModelEvent(IModel model, IActivationBuffer buffer)
           
ModelEvent(IModel model, IExtension extension)
           
ModelEvent(IModel model, IInstrument instrument)
           
ModelEvent(IModel model, IModule module)
           
ModelEvent(IModel model, ModelEvent.Type type)
           
ModelEvent(IModel model, ModelEvent.Type type, java.lang.Throwable thrown)
           
ModelEvent(IModel model, java.lang.Throwable thrown)
           
 

Uses of IModel in org.jactr.core.model.six
 

Methods in org.jactr.core.model.six with parameters of type IModel
 double DefaultCycleProcessor6.cycle(IModel model, boolean eventsHaveFired)
          run a single cycle of the model
 

Uses of IModel in org.jactr.core.module
 

Methods in org.jactr.core.module that return IModel
 IModel IModule.getModel()
          return the model this module is installed into
 IModel AbstractModule.getModel()
           
 

Methods in org.jactr.core.module with parameters of type IModel
 void IModule.install(IModel model)
          called from the model during IModel.install(IModule).
 void AbstractModule.install(IModel model)
           
 void AbstractModule.uninstall(IModel model)
           
 

Uses of IModel in org.jactr.core.module.declarative.four.learning
 

Methods in org.jactr.core.module.declarative.four.learning with parameters of type IModel
 double IBaseLevelActivationEquation.computeBaseLevelActivation(IModel model, IChunk c)
          compute the base level activation for the chunk c in the model model.
 double DefaultBaseLevelActivationEquation.computeBaseLevelActivation(IModel model, IChunk c)
          Description of the Method
 void DefaultDeclarativeLearningModule4.install(IModel model)
           
 

Constructors in org.jactr.core.module.declarative.four.learning with parameters of type IModel
DefaultBaseLevelActivationEquation(IModel model)
           
 

Uses of IModel in org.jactr.core.module.procedural.four.learning
 

Methods in org.jactr.core.module.procedural.four.learning with parameters of type IModel
 double ICostEquation.computeCost(IModel model, IProduction p)
          Description of the Method
 double DefaultCostEquation.computeCost(IModel model, IProduction prod)
          Description of the Method
 double IProbabilityEquation.computeProbability(IModel model, IProduction p)
          Description of the Method
 double DefaultProbabilityEquation.computeProbability(IModel model, IProduction prod)
          Description of the Method
 

Uses of IModel in org.jactr.core.module.procedural.map.template
 

Methods in org.jactr.core.module.procedural.map.template that return types with arguments of type IModel
 IInstaniationMap<IModel> ModelInstantiationMapTemplate.instantiate(java.lang.Object... params)
           
 

Constructors in org.jactr.core.module.procedural.map.template with parameters of type IModel
ModelInstantiationMapTemplate(IModel root)
           
 

Uses of IModel in org.jactr.core.module.procedural.six.learning
 

Methods in org.jactr.core.module.procedural.six.learning that return IModel
 IModel UtilityNoiseLearningExtension.getModel()
           
 

Methods in org.jactr.core.module.procedural.six.learning with parameters of type IModel
 double IExpectedUtilityEquation.computeExpectedUtility(IProduction production, IModel model, double reward)
          compute the expected utility for the production given the discounted reward.
 void UtilityNoiseLearningExtension.install(IModel model)
           
 void UtilityNoiseLearningExtension.uninstall(IModel model)
           
 

Uses of IModel in org.jactr.core.production
 

Methods in org.jactr.core.production that return IModel
 IModel IProduction.getModel()
          get the model that this production is associated with
 

Uses of IModel in org.jactr.core.production.basic
 

Methods in org.jactr.core.production.basic that return IModel
 IModel AbstractProduction.getModel()
           
 IModel AbstractInstantiation.getModel()
           
 

Constructors in org.jactr.core.production.basic with parameters of type IModel
AbstractProduction(IModel model)
           
BasicSubsymbolicProduction(IProduction parent, IModel model)
           
BasicSymbolicProduction(AbstractProduction production, IModel model)
           
 

Uses of IModel in org.jactr.core.production.condition
 

Methods in org.jactr.core.production.condition with parameters of type IModel
 int VariableCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 int SystemPropertyCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 int QueryCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 int ProxyCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean iterativeCall)
           
 int ICondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
          Iteratively perform the resolution and binding for this condition.
 int ChunkTypeCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 int ChunkPattern.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 int ChunkCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
          bind and create a new ChunkCondition with the variables fully resolved
 VariableCondition VariableCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 ICondition SystemPropertyCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings)
           
 QueryCondition QueryCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 ProxyCondition ProxyCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings)
           
 ICondition ICondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings)
          attempt to clone this condition before it will be bound in the instantiation phase.
 ChunkTypeCondition ChunkTypeCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 ChunkPattern ChunkPattern.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings)
           
 ChunkCondition ChunkCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 

Uses of IModel in org.jactr.core.production.five
 

Constructors in org.jactr.core.production.five with parameters of type IModel
DefaultProduction5(IModel m)
          Constructor for the DefaultProduction5 object
DefaultSubsymbolicProduction5(DefaultProduction5 p, IModel parentModel)
          Constructor for the DefaultSubsymbolicProduction5 object
DefaultSymbolicProduction5(AbstractProduction prod, IModel parentModel)
           
 

Uses of IModel in org.jactr.core.production.four
 

Constructors in org.jactr.core.production.four with parameters of type IModel
DefaultSubsymbolicProduction4(IProduction parent, IModel model)
           
 

Uses of IModel in org.jactr.core.production.request
 

Methods in org.jactr.core.production.request with parameters of type IModel
 int ChunkTypeRequest.bind(IChunk testChunk, IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings, boolean iterativeCall)
          same idea as IRequest.bind(IModel, Map, boolean)
 int SlotBasedRequest.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings, boolean iterativeCall)
           
 int IRequest.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings, boolean iterativeCall)
          attempt to resolve and bind any variables within this request.
 int SlotBasedRequest.bind(IModel model, java.lang.String containerName, IUniqueSlotContainer container, java.util.Map<java.lang.String,java.lang.Object> bindings, boolean iterativeCall)
          bind the slot values in this request against those slots contained in the container.
 

Uses of IModel in org.jactr.core.production.six
 

Constructors in org.jactr.core.production.six with parameters of type IModel
DefaultProduction6(IModel m)
          Constructor for the DefaultProduction5 object
DefaultSubsymbolicProduction6(IProduction parent, IModel model)
           
 

Uses of IModel in org.jactr.core.queue
 

Methods in org.jactr.core.queue that return IModel
 IModel TimedEventQueue.getModel()
           
 

Constructors in org.jactr.core.queue with parameters of type IModel
TimedEventQueue(IModel model)
           
 

Uses of IModel in org.jactr.core.reality.connector
 

Methods in org.jactr.core.reality.connector with parameters of type IModel
 void LocalConnector.connect(IModel model)
           
 void IConnector.connect(IModel model)
           
 void CommonRealityConnector.connect(IModel model)
           
 void LocalConnector.disconnect(IModel model)
           
 void IConnector.disconnect(IModel model)
           
 void CommonRealityConnector.disconnect(IModel model)
           
 org.commonreality.agents.IAgent LocalConnector.getAgent(IModel model)
           
 org.commonreality.agents.IAgent IConnector.getAgent(IModel model)
           
 org.commonreality.agents.IAgent CommonRealityConnector.getAgent(IModel model)
           
 org.commonreality.time.IClock LocalConnector.getClock(IModel model)
           
 org.commonreality.time.IClock IConnector.getClock(IModel model)
           
 org.commonreality.time.IClock CommonRealityConnector.getClock(IModel model)
           
 

Uses of IModel in org.jactr.core.runtime
 

Methods in org.jactr.core.runtime that return types with arguments of type IModel
 java.util.Collection<IModel> ACTRRuntime.getModels()
          return all the models associated with the runtime
 

Methods in org.jactr.core.runtime with parameters of type IModel
 void ACTRRuntime.addModel(IModel model)
          add a model to this runtime.
 org.commonreality.time.IClock ACTRRuntime.getClock(IModel model)
          return the clock for the model in this runtime.
 void ACTRRuntime.removeModel(IModel model)
          remove this model, assuming that it is not running.
 

Constructors in org.jactr.core.runtime with parameters of type IModel
DefaultModelRunner(java.util.concurrent.ExecutorService service, IModel model, ICycleProcessor cycleRunner)
           
 

Uses of IModel in org.jactr.core.runtime.controller
 

Methods in org.jactr.core.runtime.controller that return types with arguments of type IModel
 java.util.Collection<IModel> OldController.getRunningModels()
          return all the models that are currently running
 java.util.Collection<IModel> IController.getRunningModels()
           
 java.util.Collection<IModel> DefaultController.getRunningModels()
           
 java.util.Collection<IModel> OldController.getSuspendedModels()
          return all the models that are suspended
 java.util.Collection<IModel> IController.getSuspendedModels()
           
 java.util.Collection<IModel> DefaultController.getSuspendedModels()
           
 java.util.Collection<IModel> OldController.getTerminatedModels()
          return all the models that have termianted
 java.util.Collection<IModel> IController.getTerminatedModels()
           
 java.util.Collection<IModel> DefaultController.getTerminatedModels()
           
 

Uses of IModel in org.jactr.core.runtime.controller.debug
 

Methods in org.jactr.core.runtime.controller.debug with parameters of type IModel
 void IDebugController.addBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
          add a breakpoint
 void DebugController.addBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
           
 void IDebugController.clearBreakpoints(IModel model, BreakpointType type)
          clear the specified breakpoints
 void DebugController.clearBreakpoints(IModel model, BreakpointType type)
           
 boolean IDebugController.isBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
          is this object a breakpoint
 boolean DebugController.isBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
           
 void IDebugController.removeBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
          remove a breakpoint
 void DebugController.removeBreakpoint(IModel model, BreakpointType type, java.lang.Object value)
           
 

Uses of IModel in org.jactr.core.runtime.controller.debug.event
 

Constructors in org.jactr.core.runtime.controller.debug.event with parameters of type IModel
BreakpointEvent(IModel model, BreakpointType type, java.lang.Object details)
           
 

Uses of IModel in org.jactr.core.runtime.controller.impl
 

Methods in org.jactr.core.runtime.controller.impl with parameters of type IModel
 void RuntimeState.resumed(IModel model)
           
 void RuntimeState.starting(IModel model)
          called just before a model starts to execute..
 void RuntimeState.stopped(IModel model)
           
 void RuntimeState.suspended(IModel model)
           
 void ModelListener.suspendModel(IModel model)
           
 

Method parameters in org.jactr.core.runtime.controller.impl with type arguments of type IModel
 void RuntimeState.getRunning(java.util.Collection<IModel> running)
           
 void RuntimeState.getSuspended(java.util.Collection<IModel> suspended)
           
 void RuntimeState.getTerminated(java.util.Collection<IModel> terminated)
           
 

Uses of IModel in org.jactr.core.runtime.event
 

Methods in org.jactr.core.runtime.event that return IModel
 IModel ACTRRuntimeEvent.getModel()
           
 

Constructors in org.jactr.core.runtime.event with parameters of type IModel
ACTRRuntimeEvent(IModel model, ACTRRuntimeEvent.Type type)
           
ACTRRuntimeEvent(IModel model, ACTRRuntimeEvent.Type type, java.lang.Exception exception)
           
 

Uses of IModel in org.jactr.core.runtime.profile
 

Constructors in org.jactr.core.runtime.profile with parameters of type IModel
ProfilingModelRunner(java.util.concurrent.ExecutorService service, IModel model, ICycleProcessor cycleRunner)
           
 

Uses of IModel in org.jactr.core.utils
 

Methods in org.jactr.core.utils with parameters of type IModel
 void IInstallable.install(IModel model)
          called by the model during the install(IInstallable) call.
 void IInstallable.uninstall(IModel model)
          remove the element from this model.
 

Uses of IModel in org.jactr.core.utils.parameter
 

Methods in org.jactr.core.utils.parameter with parameters of type IModel
 java.lang.Object ACTRParameterHandler.coerce(java.lang.String value, IModel model)
           
 

Constructors in org.jactr.core.utils.parameter with parameters of type IModel
ACTRParameterHandler(IModel model)
           
 

Uses of IModel in org.jactr.instrument
 

Methods in org.jactr.instrument with parameters of type IModel
 void IInstrument.install(IModel model)
          Description of the Method
 void IInstrument.uninstall(IModel model)
          Description of the Method
 

Uses of IModel in org.jactr.modules.pm.aural.memory.impl.map
 

Constructors in org.jactr.modules.pm.aural.memory.impl.map with parameters of type IModel
FINSTAuralFeatureMap(IModel model)
           
 

Uses of IModel in org.jactr.modules.pm.common.memory.impl
 

Constructors in org.jactr.modules.pm.common.memory.impl with parameters of type IModel
DelayableAfferentObjectListener(IModel model, org.commonreality.agents.IAgent agent, java.util.concurrent.Executor executor)
           
 

Uses of IModel in org.jactr.modules.pm.common.memory.map
 

Constructors in org.jactr.modules.pm.common.memory.map with parameters of type IModel
DefaultFINSTFeatureMap(IModel model, java.lang.String attendedSlotName)
           
 

Uses of IModel in org.jactr.modules.pm.motor.command
 

Methods in org.jactr.modules.pm.motor.command with parameters of type IModel
 void ICommandTranslator.adjust(ChunkTypeRequest request, org.commonreality.object.delta.DeltaTracker tracker, org.commonreality.efferent.IEfferentCommand command, IModel model)
          adjust a command midflight
 void DefaultCommandTranslator.adjust(ChunkTypeRequest request, org.commonreality.object.delta.DeltaTracker tracker, org.commonreality.efferent.IEfferentCommand command, IModel model)
           
 org.commonreality.object.IEfferentObject ICommandTranslator.getMuscle(ChunkTypeRequest request, IModel model)
          translates a set of slot values into a IEfferentObject that represents a muscle defined within the pattern.
 org.commonreality.object.IEfferentObject DefaultCommandTranslator.getMuscle(ChunkTypeRequest request, IModel model)
           
 org.commonreality.object.IEfferentObject ICommandTranslator.getMuscle(java.lang.String muscleName, IModel model)
          translate a string name into an IEfferentObject that represents the muscle.
 org.commonreality.object.IEfferentObject DefaultCommandTranslator.getMuscle(java.lang.String muscleName, IModel model)
           
 org.commonreality.efferent.IEfferentCommand ICommandTranslator.translate(ChunkTypeRequest request, org.commonreality.object.IEfferentObject muscle, IModel model)
          translate a ChunkPattern into an appropriate IEfferentCommand.
 org.commonreality.efferent.IEfferentCommand DefaultCommandTranslator.translate(ChunkTypeRequest request, org.commonreality.object.IEfferentObject muscle, IModel model)
           
 

Uses of IModel in org.jactr.modules.pm.motor.command.translators
 

Methods in org.jactr.modules.pm.motor.command.translators with parameters of type IModel
 void AbstractTranslator.adjust(ChunkTypeRequest request, org.commonreality.object.delta.DeltaTracker tracker, org.commonreality.efferent.IEfferentCommand command, IModel model)
           
 org.commonreality.object.IEfferentObject AbstractManualTranslator.getMuscle(ChunkTypeRequest request, IModel model)
          translates a set of slot values into a IEfferentObject that represents a muscle defined within the pattern.
 org.commonreality.object.IEfferentObject AbstractTranslator.getMuscle(java.lang.String muscleName, IModel model)
          translate a string name into an IEfferentObject that represents the muscle.
 org.commonreality.efferent.IEfferentCommand PunchTranslator.translate(ChunkTypeRequest request, org.commonreality.object.IEfferentObject muscle, IModel model)
           
 org.commonreality.efferent.IEfferentCommand PeckTranslator.translate(ChunkTypeRequest request, org.commonreality.object.IEfferentObject muscle, IModel model)
           
 org.commonreality.efferent.IEfferentCommand PeckRecoilTranslator.translate(ChunkTypeRequest request, org.commonreality.object.IEfferentObject muscle, IModel model)
           
 

Uses of IModel in org.jactr.modules.pm.visual.memory.impl.map
 

Constructors in org.jactr.modules.pm.visual.memory.impl.map with parameters of type IModel
ColorChunkCache(IModel model)
           
ColorFeatureMap(IModel model)
           
FINSTVisualFeatureMap(IModel model)
           
 

Uses of IModel in org.jactr.scripting
 

Methods in org.jactr.scripting that return IModel
 IModel ScriptSupport.getModel()
           
 IModel JavascriptParser.loadModel(java.lang.String modelName)
          Description of the Method
 

Methods in org.jactr.scripting with parameters of type IModel
static org.mozilla.javascript.Scriptable ScopeManager.getScopeForModel(IModel m)
          Gets the scopeForModel attribute of the ScopeManager class
 void JavascriptParser.run(IModel model)
          Main processing method for the JavascriptParser object
 void JavascriptParser.step(IModel model)
          Description of the Method
 void JavascriptParser.step(IModel model, int cycles)
          Description of the Method
 

Constructors in org.jactr.scripting with parameters of type IModel
ScriptSupport(IModel model, IInstantiation instantiation)
           
ScriptSupport(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)
           
 

Uses of IModel in org.jactr.scripting.condition
 

Methods in org.jactr.scripting.condition with parameters of type IModel
 int ScriptableCondition.bind(IModel model, java.util.Map<java.lang.String,java.lang.Object> variableBindings, boolean isIterative)
           
 ScriptableCondition ScriptableCondition.clone(IModel model, java.util.Map<java.lang.String,java.lang.Object> bindings)