A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
readSnapshot(snapshot:any) — method, interface impression.simulation.ISnapshotReader
Reads a snapshot and updates the simulation state.
readSnapshotString(snapshot:String) — method, interface impression.simulation.ISnapshotStringReader
Reads a snapshot and updates the simulation state.
readSnapshotXML(snapshot:XML) — method, interface impression.simulation.ISnapshotXMLReader
Reads a snapshot and updates the simulation state.
reason — Property, class impression.events.LessonMapViewerEvent
Indicates why the event occurred.
reason — Property, class impression.events.LessonMapViewerRequestEvent
Indicates why the event occurred.
reason — Property, class impression.events.TreeViewEvent
Indicates why the event occurred.
reason — Property, class impression.events.TreeViewRequestEvent
Indicates why the event occurred.
RECTANGLE — Static Property, class impression.players.CanvasElementShapeTypes
The shape should be rendered as a rectangle.
redraw() — method, class impression.players.CanvasElement
Redraws the element.
redraw() — method, class impression.players.RenderingPlayer
Forces a complete redraw of the content.
redraw() — method, class impression.utilities.TreeNode
Redraws the node.
redraw() — method, class impression.utilities.TreeView
Forces a complete redraw of the tree.
registerOwner(owner:any) — method, class impression.resolver.AssetResolver
Registers an object as an owner with this resolver.
relatedObject — Property, class impression.events.ResolverEvent
A reference to the related object.
relativeCount — Property, class impression.utilities.LessonMapController
The number of siblings of currentStoryboard.
relativeCountOf(item:any) — method, class impression.persistence.LessonMap
Returns the number of siblings of an item.
RelativeLocations — class, package impression.persistence.properties
The RelativeLocations class provides static constants for supported relative locations.
relativeOf(item:any, relativeLocation:String, storyboards:impression.persistence:StoryboardCollection) — method, class impression.persistence.LessonMap
Returns the relative of an item.
relativeOf(sb:impression.persistence:Storyboard, relativeLocation:String) — method, class impression.utilities.LessonMapController
Returns the relative of an item.
relativePath — Property, class impression.utilities.LessonMapController
The dot-separated list of relative positions of currentStoryboard and its ancestors.
relativePathOf(item:any) — method, class impression.persistence.LessonMap
Returns a dot-seperated list of relative positions for an item.
relativePosition — Property, class impression.utilities.LessonMapController
The relative position of currentStoryboard.
relativePositionOf(item:any) — method, class impression.persistence.LessonMap
Returns the relative position of an item.
relativeXMLOf(source:XML, relativeLocation:String) — method, class impression.persistence.LessonMap
Returns an XML object for the specified relation of the passed in source XML object.
RELCOUNT — Constant Static Property, class impression.utilities.LessonMapController
The number of siblings of the storyboard in the map.
RELPATH — Constant Static Property, class impression.utilities.LessonMapController
The dot-seperated list of relative positions for the storyboard in the map.
RELPOS — Constant Static Property, class impression.utilities.LessonMapController
The relative position of the storyboard in the map.
REMEDIATE — Static Property, class impression.events.LocationChangeRequestTypes
The request is to change the location as part of a remediation strategy.
remediationCount — Property, class impression.events.RemediationRequestEvent
The number of times remediation requests have occurred for the storyboard.
remediationCount — Property, class impression.players.SimulationPlayer
The number of times that a remediation event has occurred for the current storyboard.
remediationData — Property, class impression.events.RemediationRequestEvent
Additional remediation data.
remediationData — Property, class impression.events.RulesEngineRemediationRequestEvent
Additional remediation data.
remediationRequest — Event, class impression.players.SimulationPlayer
Dispatched when the rules engine determines that remediation should occur.
REMEDIATION_REQUEST — Constant Static Property, class impression.events.RemediationRequestEvent
The RemediationRequestEvent.REMEDIATION_REQUEST constant defines the value of the type property of a remediation request event object.
RemediationRequestEvent — class, package impression.events
The SimulationPlayer dispatches a RemediationRequestEvent object when remediation should be performed.
RemediationRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, message:String, remediationData:any, remediationCount:Number) — Constructor, class impression.events.RemediationRequestEvent
Creates a new instance of a RemediationRequestEvent object.
remove(item:any) — method, class impression.persistence.ChildElementCollection
Removes an item from the collection.
remove(item:any, deep:Boolean) — method, class impression.persistence.LessonMap
Removes an item from the map.
remove(item:any) — method, class impression.persistence.LessonMapCollection
Removes an item from the collection.
remove(propertyName:String) — method, class impression.persistence.PersistedPropertiesCollection
Removes an item from the collection.
remove(sb:impression.persistence:Storyboard) — method, class impression.persistence.StoryboardCollection
Removes an item from the collection.
remove(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes the first occurrence of a substring from source and returns the modified string.
removeAfterFirst(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes everything after the first occurrence of item from source and returns the modified string.
removeAfterFirstIncluding(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes everything after and including the first occurrence of item from source and returns the modified string.
removeAfterLast(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes everything after the last occurrence of item from source and returns the modified string.
removeAfterLastIncluding(source:String, end:String) — Static Method , class impression.utilities.StringUtils
Removes everything after and including the last occurrence of item from source and returns the modified string.
removeAll(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes all occurrences of a substring from source and returns the modified string.
removeAllBetweenIncluding(source:String, start:String, end:String) — Static Method , class impression.utilities.StringUtils
Removes all occurrences of the substring bound by start and end from source.
removeBeforeFirst(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes everything before the first occurrence of item from source and returns the modified string.
removeBeforeFirstIncluding(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes everything before and including the first occurrence of item from source and returns the modified string.
removeBetweenIncluding(source:String, start:String, end:String) — Static Method , class impression.utilities.StringUtils
Removes everything from and including the first occurrence of start to the first occurrence of end from source and returns the modified string.
removeBetweenOuterIncluding(source:String, start:String, end:String) — Static Method , class impression.utilities.StringUtils
Removes everything from and including the first occurrence of start to the last occurrence of end from source and returns the modified string.
removeCompleteRemainingCriteria() — method, class impression.players.BasePlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.CanvasPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.FlashObjectPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.MatchingPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.MenuPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.MultipleChoicePlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.MultipleSelectPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.SWFVideoPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.SimulationPlayer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.sequencers.AudioSequencer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.sequencers.CommandSequencer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeCompleteRemainingCriteria() — method, class impression.players.sequencers.TimeSequencer
Removes known completion criteria from the CompleteRemaining storyboard persisted property.
removeIn(source:impression.persistence:PersistedPropertiesCollection) — method, class impression.persistence.PersistedPropertiesCollection
Removes all properties from this instance where the property name is present in source.
removeLast(source:String, item:String) — Static Method , class impression.utilities.StringUtils
Removes the last occurrence of a substring from source and returns the modified string.
renderBackground() — method, class impression.players.RenderingPlayer
Draws the background rectangle onto the rendering surface.
renderContent() — method, class impression.players.CanvasPlayer
Renders the content onto the surface.
renderContent() — method, class impression.players.FlashObjectPlayer
Renders the content onto the surface.
renderContent() — method, class impression.players.RTFPlayer
Renders the content onto the surface.
renderContent() — method, class impression.players.RenderingPlayer
Renders the content onto the rendering surface.
renderContent() — method, class impression.players.SWFVideoPlayer
Renders the content onto the surface.
RenderingPlayer — class, package impression.players
The RenderingPlayer class is the base class for all players that render content on a surface.
RenderingPlayer(renderingSurface:flash.display:Sprite, resolver:impression.resolver:AssetResolver) — Constructor, class impression.players.RenderingPlayer
Creates a new instance of the RenderingPlayer.
renderingSurface — Property, class impression.players.RenderingPlayer
The object to render content on.
renderingSurface — Property, class impression.players.SWFVideoPlayer
The object to render content on.
replace(source:String, item:String, replace:String) — Static Method , class impression.utilities.StringUtils
Replaces the first occurrence of a string with another string and returns the modified string.
replaceAll(source:String, item:String, replace:String) — Static Method , class impression.utilities.StringUtils
Replaces all occurrences of a string with another string and returns the modified string.
request — Property, class impression.events.SimulationDataRequestEvent
The data change request.
requestDataChange(changeData:Object) — method, class impression.players.SimulationPlayer
Processes a request for a change to the simulation data.
REQUEST_REMEDIATION — Constant Static Property, class impression.events.RulesEngineRemediationRequestEvent
The RulesEngineRemediationRequestEvent.REQUEST_REMEDIATION constant defines the value of the type property of a remediation request event object.
requestType — Property, class impression.events.LocationChangeRequestEvent
The type of change request.
reset(type:any) — method, interface impression.simulation.ISimulationEx
Resets the simulation.
resetEvaluatedValues(restoreSelections:Boolean) — method, class impression.players.MultipleSelectPlayer
Resets the evaluated response properties for each response.
resetEvaluationOnSelection — Property, class impression.players.MatchingPlayer
Specifies how the class should handle selection of previously evaulated questions.
resetIncorrectResponses() — method, class impression.players.MatchingPlayer
Resets the selected and evaluated response properties for each question that has been evaulated and is not correct.
resetResponse() — method, class impression.players.MultipleChoicePlayer
Resets the selected and evaluated reponse values.
resetResponseAt(questionIndex:Number) — method, class impression.players.MatchingPlayer
Resets the selected and evaluated reponse for the question at questionIndex.
resetResponseAt(index:Number) — method, class impression.players.MultipleSelectPlayer
Resets the selected and evaluated response properties for each response.
resetResponses() — method, class impression.players.MatchingPlayer
Resets the selected and evaluated response properties for each question.
resetResponses() — method, class impression.players.MultipleSelectPlayer
Resets the selected and evaluated response properties for each response.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.BasePlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.CanvasPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.FlashObjectPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MatchingPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MenuPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MultipleChoicePlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.MultipleSelectPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.RTFPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.RenderingPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.SWFVideoPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.SimulationPlayer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.AudioSequencer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.CommandSequencer
Removes all properties set by the player.
resetStoryboard(sb:impression.persistence:Storyboard) — Static Method , class impression.players.sequencers.TimeSequencer
Removes all properties set by the player.
resize — Event, class impression.utilities.TreeNode
Dispatched when the node is resized.
resolveFilename(item:any) — method, class impression.resolver.AssetResolver
Returns a fully qualified URI for an item.
resolveLocation(location:impression.persistence.properties:LocationData, current:any) — method, class impression.persistence.LessonMap
Returns a resolved version of a LocationData object.
resolveLocation(location:impression.persistence.properties:LocationData, currentStoryboard:any, currentMap:impression.persistence:LessonMap) — method, class impression.persistence.LessonMapCollection
Returns a resolved version of a LocationData object.
resolveLocation(map:impression.persistence:LessonMap, currentSBID:String) — method, class impression.persistence.properties.LocationData
Returns a new LocationData object where any relative locations in the current object have been replaced with sbid values from the passed map.
resolveLocation(location:impression.persistence.properties:LocationData) — method, class impression.utilities.LessonMapController
Returns a resolved version of a LocationData object.
RESOLVE_LOCATION — Constant Static Property, class impression.events.ResolveLocationRequestEvent
The ResolveLocationRequestEvent.RESOLVE_LOCATION constant defines the value of the type property of resolve location event object.
ResolveLocationRequestEvent — class, package impression.events
An object dispatches a ResolveLocationRequestEvent object when a location needs to be resolved.
ResolveLocationRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, sb:impression.persistence:Storyboard, location:impression.persistence.properties:LocationData) — Constructor, class impression.events.ResolveLocationRequestEvent
Creates a new instance of a ResolveLocationRequestEvent object.
resolver — Property, class impression.players.CanvasElement
The AssetResolver associated with this object.
resolver — Property, class impression.players.CanvasPlayer
The AssetResolver to use to request external assets.
resolver — Property, class impression.players.RenderingPlayer
The AssetResolver to use to request external assets.
resolver — Property, class impression.players.SimulationPlayer
The AssetResolver to use to request external assets.
resolver — Property, class impression.players.sequencers.AudioSequencer
The AssetResolver to use to request audio files.
resolver — Property, class impression.resolver.LoaderEx
The AssetResolver associated with the object.
resolver — Property, class impression.resolver.ResolverInfo
The AssetResolver object associated with this instance.
resolver — Property, class impression.resolver.SoundEx
The AssetResolver associated with the object.
resolver — Property, class impression.resolver.URLLoaderEx
The AssetResolver associated with the object.
ResolverEvent — class, package impression.events
An object dispatches a ResolverEvent object when resolver-related actions occur.
ResolverEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObject:any) — Constructor, class impression.events.ResolverEvent
Creates a new instance of a ResolverEvent object.
resolverInfo — Property, class impression.resolver.AssetResolver
The ResolverInfo object for the resolver.
ResolverInfo — class, package impression.resolver
The ResolverInfo class provides aggregate status information and events for multiple requests.
responseAt(index:Number) — method, class impression.players.MatchingPlayer
Returns the persisted property name of the response at index.
responseAt(index:Number) — method, class impression.players.MultipleChoicePlayer
Returns the persisted property name of the response at index.
responseAt(index:Number) — method, class impression.players.MultipleSelectPlayer
Returns the persisted property name of the response at index.
responseEvaluated — Property, class impression.players.MatchingQuestionDetails
Indicates whether a response has been evaluated for the question.
responseIndex — Property, class impression.events.MatchingSelectionEvent
The index of the selected response.
responseSelected — Property, class impression.players.MatchingQuestionDetails
Indicates whether a response has been selected for the question.
responseValueAt(index:Number, defaultValue:any) — method, class impression.players.MatchingPlayer
Returns the persisted property value of the response at index.
responseValueAt(index:Number, defaultValue:any) — method, class impression.players.MultipleChoicePlayer
Returns the persisted property value of the response at index.
responseValueAt(index:Number, defaultValue:any) — method, class impression.players.MultipleSelectPlayer
Returns the persisted property value of the response at index.
RETURN — Static Property, class impression.events.LocationChangeRequestTypes
The request is to change the location and return to the previous lesson flow.
rightTrim(source:String) — Static Method , class impression.utilities.StringUtils
Removes all trailing whitespace from source.
RTFConverter — class, package impression.utilities
The RTFConverter class converts a subset of the Rich Text Format specification to Flash-conformant HTML.
RTFConverter() — Constructor, class impression.utilities.RTFConverter
Creates a new instance of the RTFConverter class.
RTFPlayer — class, package impression.players
The RTFPlayer class manages the display of RichText storyboards.
RTFPlayer(renderingSurface:flash.display:Sprite, resolver:impression.resolver:AssetResolver) — Constructor, class impression.players.RTFPlayer
Creates a new instance of the RTFPlayer.
rulesEngine — Property, class impression.players.SimulationPlayer
The simulation rules engine.
RULES_ENGINE — Constant Static Property, class impression.events.SimulationObjectTypes
The object implements IRulesEngine.
RulesEngineRemediationRequestEvent — class, package impression.events
An object that implements IRulesEngine dispatches a RulesEngineRemediationRequestEvent object when remediation should be performed.
RulesEngineRemediationRequestEvent(type:String, bubbles:Boolean, cancelable:Boolean, message:String, remediationData:any) — Constructor, class impression.events.RulesEngineRemediationRequestEvent
Creates a new instance of a RemediationRequestEvent object.
rulesEngineRequestRemediation — Event, interface impression.simulation.IRulesEngine
Dispatch when an interaction should be remediated.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z