| 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 |
| rad2deg(rad:Number) — Package Function, starling.utils |
| Converts an angle from radions into degrees. |
| radialAcceleration — Property, class starling.extensions.PDParticle |
| |
| radialAcceleration — Property, class starling.extensions.PDParticleSystem |
| |
| radialAccelerationVariance — Property, class starling.extensions.PDParticleSystem |
| |
| Radio — class, package feathers.controls |
|
A toggleable control that exists in a set that requires a single,
exclusive toggled item. |
| Radio() — Constructor, class feathers.controls.Radio |
|
Constructor. |
| RADIO_ICON_TEXTURE — Constant Static Property, class feathers.themes.MinimalTheme |
| |
| radioInitializer(radio:feathers.controls:Radio) — method, class feathers.themes.MinimalTheme |
| |
| RADIO_SELECTED_ICON_TEXTURE — Constant Static Property, class feathers.themes.MinimalTheme |
| |
| radius — Property, class com.lookbackon.AI.steeringBehavior.Circle |
| |
| radius — Property, class starling.utils.Polygon |
| The radius of the polygon in points. |
| raiseDrawCount(value:uint) — method, class starling.core.RenderSupport |
| Raises the draw count by a specific value. |
| Rand — class, package jp.dip.hael.gameai.util |
| |
| rand2() — Static Method , class jp.dip.hael.gameai.util.Rand |
|
(-1.0, 1.0)の浮動小数乱数
|
| randomNodeLimit — Property, class com.suckatmath.machinelearning.genetic.impl.BinaryTreeGenome |
|
maximum number of random nodes to generate in newRandom - defaults to 1
|
| randomPopulation(psize:int) — method, class com.suckatmath.machinelearning.genetic.core.GeneticEngine |
|
generate a new population of psize. |
| randomPremutate(n:Array, r:Number) — Static Method , class com.godpaper.as3.utils.MathUtil |
| |
| randomPremutates(n:Array, r:Number, s:Boolean) — Static Method , class com.godpaper.as3.utils.MathUtil |
| |
| RandomWalk — class, package com.lookbackon.AI.searching |
|
This essay is a detailed explanation of one of the most important
data structures ever created for Game Artificial Intelligence. |
| RandomWalk(gamePosition:com.godpaper.as3.model.vos:PositionVO) — Constructor, class com.lookbackon.AI.searching.RandomWalk |
|
About RandomWalkAI(瞎走)
if(game over in current board position) return winner,
children = all legal moves for player from this board
if(max's turn) return maximal score of calling minimax on all the children. |
| range(values:Array) — Static Method , class ptolemy.Maths |
| |
| ratio — Property, class com.gskinner.motion.GTween |
|
The eased ratio (generally between 0-1) of the tween at the current position. |
| ratioOld — Property, class com.gskinner.motion.GTween |
|
The eased ratio (generally between 0-1) of the tween at the previous position. |
| rawChildren — Property, interface mx.managers.ISystemManager |
|
A list of all children
being parented by this ISystemManager. |
| rawData — Property, class starling.utils.VertexData |
| The raw vertex data; not a copy! |
| readExternal(input:flash.utils:IDataInput) — method, class mx.utils.ObjectProxy |
|
Since Flex only uses ObjectProxy to wrap anonymous objects,
the server flex.messaging.io.ObjectProxy instance serializes itself
as a Map that will be returned as a plain ActionScript object. |
| readHistory(page:uint, pageSize:uint, callback:Function, errorHandler:Function) — method, interface playerio.PayVault |
|
Load a page of entries from the users PayVault history in reverse chronological order. |
| readjustSize() — method, class feathers.display.Scale3Image |
|
Readjusts the dimensions of the image according to its current
textures. |
| readjustSize() — method, class feathers.display.Scale9Image |
|
Readjusts the dimensions of the image according to its current
textures. |
| readjustSize() — method, class starling.display.Image |
| Readjusts the dimensions of the image according to its current texture. |
| ready — Event, class com.adobe.cairngorm.process.Process |
| |
| READY — Constant Static Property, class com.adobe.cairngorm.process.ProcessEvent |
| |
| READY — Constant Static Property, class mochi.as3.MochiInventory |
| |
| realRange(lower:Number, upper:Number) — Static Method , class jp.dip.hael.gameai.util.Rand |
|
(lower, upper)の浮動小数乱数
|
| reason — Property, class playerio.PayVaultHistoryEntry |
|
The user-specified reason for creating the entry (used by debit/credit)
|
| recordCycle(allocation:int) — method, class org.generalrelativity.thread.diagnostic.ProcessDiagnostic |
| |
| recordError() — method, class org.generalrelativity.thread.diagnostic.ProcessDiagnostic |
| |
| recordPreCycle() — method, class org.generalrelativity.thread.diagnostic.ProcessDiagnostic |
| |
| recordPreProcessCycle(process:org.generalrelativity.thread:IRunnable) — method, class org.generalrelativity.thread.diagnostic.GreenThreadDiagnostic |
| |
| recordProcessCycle(process:org.generalrelativity.thread:IRunnable, allocation:int) — method, class org.generalrelativity.thread.diagnostic.GreenThreadDiagnostic |
| |
| rectangle — Property, class net.hires.debug.Stats |
| |
| RectangleUtil — class, package starling.utils |
| A utility class containing methods related to the Rectangle class. |
| red — Property, class com.godpaper.as3.model.vos.pgn.PGN_VO |
| |
| red — Property, class starling.extensions.ColorArgb |
| |
| RED — Constant Static Property, class com.godpaper.as3.consts.DefaultConstants |
| |
| RED — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED — Constant Static Property, class starling.utils.Color |
| |
| redBishop — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_BISHOP — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_BISHOP — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redCannon — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_CANNON — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_CANNON — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| RedChessPiecesPool — class, package com.godpaper.as3.model.pools |
|
Reusing objects reduces the need to instantiate objects, which can be expensive. |
| redComments — Property, class com.godpaper.as3.model.vos.pgn.ChessBookMoveVO |
| |
| RED_JEWEL — Constant Static Property, class com.godpaper.as3.consts.DefaultConstants |
| |
| redKnight — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_KNIGHT — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_KNIGHT — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redMarshal — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_MARSHAL — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_MARSHAL — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redMove — Property, class com.godpaper.as3.model.vos.pgn.ChessBookMoveVO |
| |
| redOffical — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_OFFICAL — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_OFFICAL — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redPawn — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_PAWN — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_PAWN — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redraw() — method, class starling.text.TextField |
| Forces the text field to be constructed right away. |
| RED_ROCK — Constant Static Property, class com.godpaper.as3.consts.DefaultConstants |
| |
| redRook — Property, class com.godpaper.as3.model.HistoryTableModel |
| |
| RED_ROOK — Constant Static Property, class com.godpaper.as3.consts.DefaultPiecesConstants |
| |
| RED_ROOK — Constant Static Property, class com.godpaper.as3.consts.ZobristConstants |
| |
| redSideHandler() — method, class com.godpaper.as3.business.managers.ChessPiecesManagerDefault |
| |
| redSideHandler() — method, class com.godpaper.tic_tac_toe.busniess.managers.ChessPiecesManager_TicTacToe |
| |
| RED_STAR — Constant Static Property, class com.godpaper.as3.consts.DefaultConstants |
| |
| redTeam — Property, class com.godpaper.as3.model.vos.pgn.PGN_VO |
| |
| reencode() — method, class mochi.as3.MochiDigits |
|
Method: reencode
Reencodes the stored number without changing its value
|
| reflect — Property, class com.gskinner.motion.GTween |
|
Indicates whether the tween should use the reflect mode when repeating. |
| refresh(callback:Function, errorHandler:Function) — method, interface playerio.PayVault |
|
Refreshes the Items and Coins from the PayVault. |
| refreshBackgroundSkin() — method, class feathers.controls.Scroller |
|
Choose the appropriate background skin based on the control's current
state. |
| refreshRoomList() — method, class com.godpaper.as3.plugins.playerIO.PlayerIoPlugin |
| |
| REGEXP_OUTER_SPACES — Constant Static Property, class com.adobe.utils.AGALMiniAssembler |
| |
| register(name:String, func:Function) — Static Method , class starling.animation.Transitions |
| Registers a new transition function under a certain name. |
| register(name:String, sourceFactor:String, destFactor:String, premultipliedAlpha:Boolean) — Static Method , class starling.display.BlendMode |
| Registeres a blending mode under a certain name and for a certain premultiplied alpha
(pma) value. |
| registerBitmapFont(bitmapFont:starling.text:BitmapFont, name:String) — Static Method , class starling.text.TextField |
| Makes a bitmap font available at any TextField in the current stage3D context. |
| registerListener(listener:Function, once:Boolean) — method, class org.osflash.signals.MonoSignal |
| |
| registerListener(listener:Function, once:Boolean) — method, class org.osflash.signals.OnceSignal |
| |
| registerListener(listener:Function, once:Boolean) — method, class org.osflash.signals.PrioritySignal |
| |
| registerListenerWithPriority(listener:Function, once:Boolean, priority:int) — method, class org.osflash.signals.PrioritySignal |
| |
| registerListenerWithPriority(listener:Function, once:Boolean, priority:int) — method, class org.osflash.signals.natives.NativeRelaySignal |
| |
| registerListenerWithPriority(listener:Function, once:Boolean, priority:int) — method, class org.osflash.signals.natives.NativeSignal |
| |
| registerProgram(name:String, vertexProgram:flash.utils:ByteArray, fragmentProgram:flash.utils:ByteArray) — method, class starling.core.Starling |
| Registers a vertex- and fragment-program under a certain name. |
| registrationPossible(listener:Function, once:Boolean) — method, class org.osflash.signals.OnceSignal |
| |
| registrationPossible(listener:Function, once:Boolean) — method, class org.osflash.signals.natives.NativeSignal |
| |
| RegularFace — class, package ptolemy.geom3D.core |
| |
| RegularFace(sides:int, length:Number, x:Number, y:Number, z:Number) — Constructor, class ptolemy.geom3D.core.RegularFace |
| |
| release() — method, class mochi.as3.MochiInventory |
| |
| remove(tween:com.gskinner.motion:GTween) — Static Method , class com.gskinner.motion.GTweener |
|
Removes a tween from being managed by GTweener. |
| remove(node:de.polygonal.ds:BinaryTreeNode) — method, class de.polygonal.ds.BinarySearchTree |
|
Removes a node from the BST. |
| remove(itr:de.polygonal.ds:DListIterator) — method, class de.polygonal.ds.DLinkedList |
|
Removes the node the iterator is pointing to while moving the
iterator to the next node. |
| remove() — method, class de.polygonal.ds.DListIterator |
|
Removes the node the iterator is pointing to. |
| remove(key:any) — method, class de.polygonal.ds.HashMap |
|
Removes a value based on a given key. |
| remove(key:any) — method, class de.polygonal.ds.HashTable |
|
Removes an entry based on a given key. |
| remove(obj:de.polygonal.ds:Prioritizable) — method, class de.polygonal.ds.PriorityQueue |
|
Removes an item. |
| remove(itr:de.polygonal.ds:SListIterator) — method, class de.polygonal.ds.SLinkedList |
|
Removes the node the iterator is pointing to while moving the
iterator to the next node. |
| remove() — method, class de.polygonal.ds.SListIterator |
|
Removes the node the iterator is pointing to. |
| remove(obj:any) — method, class de.polygonal.ds.Set |
|
Removes an item from the set. |
| remove(name:String) — method, class feathers.core.TokenList |
|
Removes a token from the list, if the token is in the list. |
| remove(listener:Function) — method, interface org.osflash.signals.IOnceSignal |
|
Unsubscribes a listener from the signal. |
| remove() — method, interface org.osflash.signals.ISlot |
|
Removes the slot from its signal. |
| remove(listener:Function) — method, class org.osflash.signals.MonoSignal |
|
Unsubscribes a listener from the signal. |
| remove(listener:Function) — method, class org.osflash.signals.OnceSignal |
|
Unsubscribes a listener from the signal. |
| remove() — method, class org.osflash.signals.Slot |
|
Removes the slot from its signal. |
| remove(listener:Function) — method, class org.osflash.signals.natives.NativeRelaySignal |
|
Unsubscribes a listener from the signal. |
| remove(listener:Function) — method, class org.osflash.signals.natives.NativeSignal |
|
Unsubscribes a listener from the signal. |
| remove(arr:Array, element:any) — Static Method , class org.spicefactory.lib.util.ArrayUtil |
|
Removes the specified instance from the Array. |
| remove(object:starling.animation:IAnimatable) — method, class starling.animation.Juggler |
| Removes an object from the juggler. |
| removeAll() — method, class feathers.data.ListCollection |
|
Removes all items from the collection. |
| removeAll() — method, interface mx.collections.IList |
|
Removes all items from the list. |
| removeAll() — method, interface org.osflash.signals.IOnceSignal |
|
Unsubscribes all listeners from the signal. |
| removeAll() — method, class org.osflash.signals.MonoSignal |
|
Unsubscribes all listeners from the signal. |
| removeAll() — method, class org.osflash.signals.OnceSignal |
|
Unsubscribes all listeners from the signal. |
| removeAll() — method, class org.osflash.signals.natives.NativeRelaySignal |
|
Unsubscribes all listeners from the signal. |
| removeAll() — method, class org.osflash.signals.natives.NativeSignal |
|
Unsubscribes all listeners from the signal. |
| removeAll() — method, class org.osflash.signals.natives.sets.NativeSignalSet |
|
Unsubscribes all listeners from all signals in the set. |
| removeAllItems() — method, class feathers.core.ToggleGroup |
|
Removes all toggles from the group. |
| removeAllTasks() — method, class org.spicefactory.lib.task.TaskGroup |
|
Removes all tasks from this TaskGroup. |
| removeArc(from:int, to:int) — method, class de.polygonal.ds.Graph |
|
Removes an arc pointing to the node located at the
'from' index to the node at the 'to' index. |
| removeArc(target:de.polygonal.ds:GraphNode) — method, class de.polygonal.ds.GraphNode |
|
Removes the arc that points to the given node. |
| removeBusyCursor() — Static Method , class pl.mateuszmackowiak.visuals.CursorManager |
| |
| removeByteArray(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain byte array, optionally disposing its memory right away. |
| removeCallback(labelOrPosition:any) — method, class com.gskinner.motion.GTweenTimeline |
|
Removes the callback(s) at the specified label or position. |
| removeChild(child:com.adobe.cairngorm.task:ITask) — method, interface com.adobe.cairngorm.task.ITaskGroup |
| |
| removeChild(child:com.adobe.cairngorm.task:ITask) — method, class com.adobe.cairngorm.task.TaskGroup |
| |
| removeChild() — method, class de.polygonal.ds.TreeIterator |
|
Unlinks the current child node from the tree. |
| removeChild(child:flash.display:DisplayObject) — method, interface mx.core.IChildList |
|
Removes the specified child DisplayObject from this child list. |
| removeChild(child:starling.display:DisplayObject, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a child from the container. |
| removeChildAt(index:int) — method, interface mx.core.IChildList |
|
Removes the child DisplayObject at the specified index
from this child list. |
| removeChildAt(index:int, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a child at a certain index. |
| removeChildren(beginIndex:int, endIndex:int, dispose:Boolean) — method, class starling.display.DisplayObjectContainer |
| Removes a range of children from the container (endIndex included). |
| removed — Property, class org.osflash.signals.natives.sets.DisplayObjectSignalSet |
| |
| removed — Event, class starling.display.DisplayObject |
| Dispatched when an object is removed from its parent. |
| REMOVED — Constant Static Property, class starling.events.Event |
| Event type for a display object that is removed from its parent. |
| removedFromStage — Property, class org.osflash.signals.natives.sets.DisplayObjectSignalSet |
| |
| removedFromStage — Event, class starling.display.DisplayObject |
| Dispatched when an object is removed from the stage and won't be rendered any longer. |
| REMOVED_FROM_STAGE — Constant Static Property, class starling.events.Event |
| Event type for a display object that is removed from the stage. |
| removeDisconnectHandler(handler:Function) — method, interface playerio.Connection |
|
Removes a handler previously attached with addDisconnectHandler
|
| removeEdge(src:int, dst:int) — method, class com.lookbackon.ds.GraphBoard |
|
Edge deletion
|
| removeEdge(src:int, dst:int) — method, class jp.dip.hael.gameai.graph.GraphEx |
|
エッジ削除
|
| removeEventListener(type:String, listener:Function) — method, interface feathers.core.IFeathersEventDispatcher |
| |
| removeEventListener(eventType:String, delegate:Function) — Static Method , class mochi.as3.MochiCoins |
| |
| removeEventListener(event:String, delegate:Function) — method, class mochi.as3.MochiEventDispatcher |
| |
| removeEventListener(eventType:String, delegate:Function) — Static Method , class mochi.as3.MochiEvents |
| |
| removeEventListener(eventType:String, delegate:Function) — Static Method , class mochi.as3.MochiInventory |
| |
| removeEventListener(eventType:String, delegate:Function) — Static Method , class mochi.as3.MochiServices |
| |
| removeEventListener(eventType:String, delegate:Function) — Static Method , class mochi.as3.MochiSocial |
| |
| removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class mx.utils.ObjectProxy |
|
Removes an event listener. |
| removeEventListener(type:String, listener:Function) — method, class starling.display.DisplayObject |
| |
| removeEventListener(type:String, listener:Function) — method, class starling.events.EventDispatcher |
| Removes an event listener from the object. |
| removeEventListeners(type:String) — method, interface feathers.core.IFeathersEventDispatcher |
| |
| removeEventListeners(type:String) — method, class starling.display.DisplayObject |
| |
| removeEventListeners(type:String) — method, class starling.events.EventDispatcher |
| Removes all event listeners with a certain type, or all of them if type is null. |
| removeFocusManager(manager:feathers.core:IFocusManager) — Static Method , class feathers.core.FocusManager |
|
Removes the specified focus manager from the stack. |
| removeFrameAt(frameID:int) — method, class starling.display.MovieClip |
| Removes the frame at a certain ID. |
| REMOVE_FROM_JUGGLER — Constant Static Property, class starling.events.Event |
| Event type for an animated object that requests to be removed from the juggler. |
| removeFromParent(dispose:Boolean) — method, interface feathers.core.IFeathersDisplayObject |
| |
| removeFromParent(dispose:Boolean) — method, class starling.display.DisplayObject |
| Removes the object from its parent, if it has one, and optionally disposes it. |
| removeFromStageHandler(event:starling.events:Event) — method, class com.godpaper.as3.views.scenes.SceneBase |
| |
| removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.HorizontalLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
| removeFromVariableVirtualCacheAtIndex(index:int) — method, interface feathers.layout.IVariableVirtualLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
| removeFromVariableVirtualCacheAtIndex(index:int) — method, class feathers.layout.VerticalLayout |
|
Removes an item in to the cache at the specified index, moving the
values at following indexes down by one. |
| removeHead() — method, class de.polygonal.ds.DLinkedList |
|
Removes the head of the list and returns the head's data or null
if the list is empty. |
| removeHead() — method, class de.polygonal.ds.SLinkedList |
|
Removes the head of the list and returns the head's data or null
if the list is empty. |
| removeItem(item:feathers.core:IToggle) — method, class feathers.core.ToggleGroup |
|
Removes a toggle from the group. |
| removeItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is removed from the collection. |
| removeItem(item:Object) — method, class feathers.data.HierarchicalCollection |
|
Removes a specific item from the collection. |
| removeItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is removed from the collection. |
| removeItem(item:Object) — method, class feathers.data.ListCollection |
|
Removes a specific item from the collection. |
| REMOVE_ITEM — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when an item is removed from the collection. |
| removeItemAt(data:Object, index:int, ... rest) — method, class feathers.data.ArrayChildrenHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.ArrayListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(index:int, ... rest) — method, class feathers.data.HierarchicalCollection |
|
Removes the item at the specified location from the collection and
returns it. |
| removeItemAt(data:Object, index:int, ... rest) — method, interface feathers.data.IHierarchicalCollectionDataDescriptor |
|
Removes the item at the specified location from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, interface feathers.data.IListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(index:int) — method, class feathers.data.ListCollection |
|
Removes the item at the specified index from the collection and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.VectorIntListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.VectorListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.VectorNumberListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.VectorUintListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(data:Object, index:int) — method, class feathers.data.XMLListListCollectionDataDescriptor |
|
Removes the item at the specified index from the data source and
returns it. |
| removeItemAt(index:int) — method, interface mx.collections.IList |
|
Removes the item at the specified index and returns it. |
| removeLabel(label:String) — method, class com.gskinner.motion.GTweenTimeline |
|
Removes the specified label. |
| removeLogger(logger:mx.logging:ILogger) — method, class mx.logging.AbstractTarget |
|
Stops this target from receiving events from the specified logger. |
| removeLogger(logger:mx.logging:ILogger) — method, interface mx.logging.ILoggingTarget |
|
Stops this target from receiving events from the specified logger. |
| removeMessageHandler(type:String, handler:Function) — method, interface playerio.Connection |
|
Removes a message handler previously attached with addMessageHandler
|
| removeNode(index:int) — method, class com.lookbackon.ds.GraphBoard |
|
Node deletion
|
| removeNode(i:int) — method, class de.polygonal.ds.Graph |
|
Removes a node from the graph at a given index. |
| removeNode(index:int) — method, class jp.dip.hael.gameai.graph.GraphEx |
|
ノード削除
|
| removeObject(name:String) — method, class starling.utils.AssetManager |
| Removes a certain object. |
| removeOnChangeCallback(callback:Function) — method, class feathers.core.PropertyProxy |
|
Removes a callback. |
| removePopUp(popUp:starling.display:DisplayObject, dispose:Boolean) — Static Method , class feathers.core.PopUpManager |
|
Removes a pop-up from the stage. |
| removeProcess(process:org.generalrelativity.thread:IRunnable) — method, class org.generalrelativity.thread.GreenThread |
|
Removes a process from the list, if actually in list
|
| removeRegion(name:String) — method, class starling.textures.TextureAtlas |
| Removes a region with a certain name. |
| removeScreen(id:String) — method, class feathers.controls.ScreenNavigator |
|
Removes an existing screen using its identifier. |
| removeSound(name:String) — method, class starling.utils.AssetManager |
| Removes a certain sound. |
| removeTail() — method, class de.polygonal.ds.DLinkedList |
|
Removes the tail of the list and returns the tail's data or null
if the list is empty. |
| removeTail() — method, class de.polygonal.ds.SLinkedList |
|
Removes the tail of the list and returns the tail's data or null
if the list is empty. |
| removeTarget(target:mx.logging:ILoggingTarget) — Static Method , class mx.logging.Log |
|
Stops the specified target from receiving notification of log
events. |
| removeTask(task:org.spicefactory.lib.task:Task) — method, class org.spicefactory.lib.task.TaskGroup |
|
Removes the specified task from this TaskGroup. |
| removeTexture(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain texture, optionally disposing it. |
| removeTextureAtlas(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain texture atlas, optionally disposing it. |
| removeTween(tween:com.gskinner.motion:GTween) — method, class com.gskinner.motion.GTweenTimeline |
|
Removes the specified tween. |
| removeTweens(target:Object) — Static Method , class com.gskinner.motion.GTweener |
|
Removes all tweens that GTweener is managing for the specified target. |
| removeTweens(target:Object) — method, class starling.animation.Juggler |
| Removes all tweens with a certain target. |
| removeXml(name:String, dispose:Boolean) — method, class starling.utils.AssetManager |
| Removes a certain Xml object, optionally disposing it. |
| renascenceState — Property, class com.godpaper.as3.business.fsm.ChessAgent |
| |
| RenascenceState — class, package com.godpaper.as3.business.fsm.states.chess |
|
RenascenceState.as class. |
| RenascenceState(agent:com.godpaper.as3.business.fsm:ChessAgent, resource:Object, description:String) — Constructor, class com.godpaper.as3.business.fsm.states.chess.RenascenceState |
| |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, interface feathers.core.IFeathersDisplayObject |
| |
| render(support:starling.core:RenderSupport, alpha:Number) — method, class feathers.display.Image |
|
Renders the display object with the help of a support object. |
| render — Property, class org.osflash.signals.natives.sets.DisplayObjectSignalSet |
| |
| render() — method, class starling.core.Starling |
| Renders the complete display list. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.DisplayObject |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.DisplayObjectContainer |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Image |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Quad |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.QuadBatch |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.display.Sprite |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, alpha:Number) — method, class starling.extensions.ParticleSystem |
| |
| render(object:starling.display:DisplayObject, support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.filters.FragmentFilter |
| Applies the filter on a certain display object, rendering the output into the current
render target. |
| render(support:starling.core:RenderSupport, parentAlpha:Number) — method, class starling.text.TextField |
| Renders the display object with the help of a support object. |
| render(support:starling.core:RenderSupport, alpha:Number) — method, class starling.utils.Polygon |
| Renders the object with the help of a 'support' object and with the accumulated alpha
of its parent object. |
| renderCustom(mvpMatrix:flash.geom:Matrix, parentAlpha:Number, blendMode:String) — method, class starling.display.QuadBatch |
| Renders the current batch with custom settings for model-view-projection matrix, alpha
and blend mode. |
| rendererAdd — Event, class feathers.controls.GroupedList |
|
Dispatched when an item renderer is added to the list. |
| rendererAdd — Event, class feathers.controls.List |
|
Dispatched when an item renderer is added to the list. |
| RENDERER_ADD — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RENDERER_ADD event type is used by
Feathers components with item renderers to indicate when a new
renderer has been added. |
| rendererRemove — Event, class feathers.controls.GroupedList |
|
Dispatched when an item renderer is removed from the list. |
| rendererRemove — Event, class feathers.controls.List |
|
Dispatched when an item renderer is removed from the list. |
| RENDERER_REMOVE — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RENDERER_REMOVE event type is used
by Feathers controls with item renderers to indicate when a renderer
is removed. |
| RenderSupport — class, package starling.core |
| A class that contains helper methods simplifying Stage3D rendering. |
| RenderSupport() — Constructor, class starling.core.RenderSupport |
| Creates a new RenderSupport object with an empty matrix stack. |
| renderTarget — Property, class starling.core.RenderSupport |
| The texture that is currently being rendered into, or 'null' to render into the
back buffer. |
| RenderTexture — class, package starling.textures |
| A RenderTexture is a dynamic texture onto which you can draw any display object. |
| RenderTexture(width:int, height:int, persistent:Boolean, scale:Number) — Constructor, class starling.textures.RenderTexture |
| Creates a new RenderTexture with a certain size. |
| repeat(str:String, n:int) — Static Method , class mx.utils.StringUtil |
|
Returns a string consisting of a specified string
concatenated with itself a specified number of times. |
| repeat — Property, class starling.filters.DisplacementMapFilter |
| Indicates how the pixels at the edge of the input image (the filtered object) will
be wrapped at the edge. |
| repeat — Property, class starling.textures.Texture |
| Indicates if the texture should repeat like a wallpaper or stretch the outermost pixels. |
| repeatCount — Property, class com.gskinner.motion.GTween |
|
The number of times this tween will run. |
| repeatCount — Property, class starling.animation.DelayedCall |
| The number of times the call will be repeated. |
| repeatCount — Property, class starling.animation.Tween |
| The number of times the tween will be executed. |
| repeatDelay — Property, class feathers.controls.ScrollBar |
|
The time, in seconds, before actions are repeated. |
| repeatDelay — Property, class feathers.controls.SimpleScrollBar |
|
The time, in seconds, before actions are repeated. |
| repeatDelay — Property, class feathers.controls.Slider |
|
The time, in seconds, before actions are repeated. |
| repeatDelay — Property, class starling.animation.Tween |
| The amount of time to wait between repeat cycles (in seconds). |
| REPLACE — Constant Static Property, class starling.filters.FragmentFilterMode |
| The filter is replacing the filtered object. |
| replaceItem — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when an item is replaced in the collection. |
| replaceItem — Event, class feathers.data.ListCollection |
|
Dispatched when an item is replaced in the collection. |
| REPLACE_ITEM — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when an item is replaced in the collection with a
different item. |
| reprioritize(obj:de.polygonal.ds:Prioritizable, newPriority:int) — method, class de.polygonal.ds.PriorityQueue |
|
Reprioritizes an item. |
| request(_operation:String, _data:flash.utils:ByteArray) — method, class mochi.as3.MochiUserData |
| |
| requestFan(properties:Object) — Static Method , class mochi.as3.MochiSocial |
|
Method: requestFan
Ask the current player to become a fan and follow your developer updates. |
| requestFunding(properties:Object) — Static Method , class mochi.as3.MochiCoins |
|
Method: requestFunding
Offers the user (asking they login first) if they wish to fund their account
|
| requestList(callbackObj:Object, callbackMethod:Object) — Static Method , class mochi.as3.MochiScores |
|
Method: requestList
Requests a listing from the server using the current game id and mode. |
| requestLogin(properties:Object) — Static Method , class mochi.as3.MochiSocial |
| |
| requiredBaseClass — Property, class feathers.core.DisplayListWatcher |
|
The minimum base class required before the AddedWatcher will check
to see if a particular display object has any initializers. |
| reset() — method, class com.gskinner.geom.ColorMatrix |
| |
| reset — Event, class feathers.data.HierarchicalCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
| reset — Event, class feathers.data.ListCollection |
|
Dispatched when the collection has changed drastically, such as when
the underlying data source is replaced completely. |
| reset(call:Function, delay:Number, args:Array) — method, class starling.animation.DelayedCall |
| Resets the delayed call to its default values, which is useful for pooling. |
| reset(target:Object, time:Number, transition:Object) — method, class starling.animation.Tween |
| Resets the tween to its default values. |
| reset() — method, class starling.display.QuadBatch |
| Resets the batch. |
| reset() — method, class starling.filters.ColorMatrixFilter |
| Changes the filter matrix back to the identity matrix. |
| RESET — Constant Static Property, class feathers.events.CollectionEventType |
|
Dispatched when the data provider's source is completely replaced. |
| resetMatrix() — method, class starling.core.RenderSupport |
| Empties the matrix stack, resets the modelview matrix to the identity matrix. |
| resetValues(values:Object) — method, class com.gskinner.motion.GTween |
|
Similar to .setValues(), but clears all previous end values
before setting the new ones. |
| resetVariableVirtualCache() — method, class feathers.layout.HorizontalLayout |
|
Clears the cached dimensions for all virtualized indices. |
| resetVariableVirtualCache() — method, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for all virtualized indices. |
| resetVariableVirtualCache() — method, class feathers.layout.VerticalLayout |
|
Clears the cached dimensions for all virtualized indices. |
| resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.HorizontalLayout |
|
Clears the cached dimensions for one specific virtualized index. |
| resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, interface feathers.layout.IVariableVirtualLayout |
|
Clears the cached dimensions for one specific virtualized index. |
| resetVariableVirtualCacheAtIndex(index:int, item:starling.display:DisplayObject) — method, class feathers.layout.VerticalLayout |
|
Clears the cached dimensions for one specific virtualized index. |
| resize(w:int, h:int) — method, class de.polygonal.ds.Array2 |
|
Resizes the array to match the given width and height. |
| resize(w:int, h:int, d:int) — method, class de.polygonal.ds.Array3 |
|
Resizes the array to match the given width, height and depth. |
| resize(size:int) — method, class de.polygonal.ds.BitVector |
|
Resizes the bit-vector to an appropriate number of bits. |
| resize — Event, class feathers.core.FeathersControl |
|
Dispatched when the width or height of the control changes. |
| resize — Event, interface feathers.core.IFeathersControl |
|
Dispatched when the width or height of the control changes. |
| resize — Property, class org.osflash.signals.natives.sets.StageSignalSet |
| |
| resize — Event, class starling.display.Stage |
| Dispatched when the Flash container is resized. |
| RESIZE — Constant Static Property, class feathers.events.FeathersEventType |
|
The FeathersEventType.RESIZE event type is meant to
be used when an IFeathersControl has resized. |
| RESIZE — Constant Static Property, class starling.events.Event |
| Event type for a resized Flash Player. |
| RESIZE — Constant Static Property, class starling.events.ResizeEvent |
| Event type for a resized Flash player. |
| ResizeEvent — class, package starling.events |
| A ResizeEvent is dispatched by the stage when the size of the Flash container changes. |
| ResizeEvent(type:String, width:int, height:int, bubbles:Boolean) — Constructor, class starling.events.ResizeEvent |
| Creates a new ResizeEvent. |
| resolution — Property, class starling.filters.FragmentFilter |
| The resolution of the filter texture. |
| resolveLabelOrPosition(labelOrPosition:any) — method, class com.gskinner.motion.GTweenTimeline |
|
Returns the position for the specified label. |
| resource — Property, class com.lookbackon.AI.FSM.states.StateBase |
| |
| resourceManager — Property, class com.godpaper.as3.views.screens.ScreenBase |
| |
| restart() — method, class com.godpaper.as3.business.managers.GameStateManagerDefault |
| |
| restartable — Property, class org.spicefactory.lib.task.Task |
|
Indicates whether this Task can be restarted. |
| restrict — Property, class feathers.controls.text.StageTextTextEditor |
|
Same as the StageText property with the same name. |
| restrict — Property, class feathers.controls.text.TextFieldTextEditor |
|
Same as the flash.text.TextField property with the same name. |
| restrict — Property, class feathers.text.StageTextField |
| |
| restrict(str:String, restrict:String) — Static Method , class mx.utils.StringUtil |
|
Removes "unallowed" characters from a string. |
| result — Property, class com.godpaper.as3.model.vos.pgn.PGN_VO |
| |
| result — Property, class org.spicefactory.lib.task.ResultTask |
|
The result produced by this Task. |
| ResultTask — class, package org.spicefactory.lib.task |
|
Abstract base class for asynchronous operations that produce a result. |
| ResultTask(propertyName:String) — Constructor, class org.spicefactory.lib.task.ResultTask |
|
Creates a new ResultTask instance. |
| resume — Event, class org.spicefactory.lib.task.Task |
|
Dispatched when a suspended Task is resumed. |
| resume() — method, class org.spicefactory.lib.task.Task |
|
Resumes this Task if it is suspended. |
| RESUME — Constant Static Property, class org.spicefactory.lib.task.events.TaskEvent |
|
Constant for the type of event fired when a Task is resumed. |
| resumeTweens(target:Object) — Static Method , class com.gskinner.motion.GTweener |
|
Resumes all tweens that GTweener is managing for the specified target. |
| returnKeyLabel — Property, class feathers.controls.text.StageTextTextEditor |
|
Same as the StageText property with the same name. |
| returnKeyLabel — Property, class feathers.text.StageTextField |
| |
| reverse() — method, class com.godpaper.as3.model.vos.ConductVO |
| |
| reverse() — method, class com.lookbackon.AI.steeringBehavior.Vector2D |
|
Reverses the direction of this vector. |
| reverse() — method, class com.lookbackon.ds.BitBoard |
| |
| reverse() — method, interface com.lookbackon.ds.IBitBoard |
| |
| reverse() — method, class de.polygonal.ds.DLinkedList |
|
Reverses the linked list in place. |
| reverse() — method, class de.polygonal.ds.SLinkedList |
|
Reverses the linked list in place. |
| reverse — Property, class ptolemy.geom3D.core.JoinedFace |
| |
| reverse — Property, class starling.animation.Tween |
| Indicates if the tween should be reversed when it is repeating. |
| rgb(red:int, green:int, blue:int) — Static Method , class starling.utils.Color |
| Creates an RGB color, stored in an unsigned integer. |
| right — Property, class com.suckatmath.machinelearning.genetic.impl.BinaryTreeGenome |
|
BinaryTreeGenome right child of this Genome
|
| right — Property, class de.polygonal.ds.BinaryTreeNode |
|
The right child node being referenced. |
| right — Property, class feathers.layout.AnchorLayoutData |
|
The position, in pixels, of the right edge relative to the right
anchor, or, if there is no right anchor, then the position is relative
to the right edge of the parent container. |
| RIGHT — Constant Static Property, class starling.utils.HAlign |
| Right alignment. |
| rightAnchorDisplayObject — Property, class feathers.layout.AnchorLayoutData |
|
The right edge of the layout object will be relative to this anchor. |
| rightArrowGap — Property, class feathers.controls.Callout |
|
The space, in pixels, between the right arrow skin and the background
skin. |
| rightArrowSkin — Property, class feathers.controls.Callout |
|
The arrow skin to display on the right edge of the callout. |
| RIGHT_BRACE — Constant Static Property, class com.godpaper.as3.serialization.PGNTokenType |
| |
| RIGHT_BRACKET — Constant Static Property, class com.godpaper.as3.serialization.PGNTokenType |
| |
| rightItems — Property, class feathers.controls.Header |
|
The UI controls that appear in the right region of the header. |
| RightShoulderFlip90MemberShipFunction — class, package com.lookbackon.AI.fuzzyLogicSystem |
|
Right shoulder flip 90 degress member ship functions
.g. |
| RightShoulderFlip90MemberShipFunction(upOffset:Number, peakPoint:Number, downOffset:Number) — Constructor, class com.lookbackon.AI.fuzzyLogicSystem.RightShoulderFlip90MemberShipFunction |
| |
| RightShoulderMemberShipFunction — class, package com.lookbackon.AI.fuzzyLogicSystem |
|
Right shoulder member ship functions
.g. |
| RightShoulderMemberShipFunction(leftOffset:Number, peakPoint:Number, rightOffset:Number) — Constructor, class com.lookbackon.AI.fuzzyLogicSystem.RightShoulderMemberShipFunction |
| |
| roleIndex — Property, class com.godpaper.as3.model.vos.UserVO |
| |
| roleName — Property, class com.godpaper.as3.model.vos.UserVO |
| |
| _roles — Property, class com.godpaper.as3.business.managers.GameStateManagerDefault |
| |
| rollOut — Property, class org.osflash.signals.natives.sets.InteractiveObjectSignalSet |
| |
| rollOver — Property, class org.osflash.signals.natives.sets.InteractiveObjectSignalSet |
| |
| RoomAlreadyExists — Constant Static Property, class playerio.PlayerIOError |
|
PlayerIOError type if you are unable to create room because there is already a room with the specified id
|
| RoomDataTooLarge — Constant Static Property, class playerio.PlayerIOError |
|
PlayerIOError type if the room data for the room was over the allowed size limit
|
| roomID — Property, class com.godpaper.as3.plugins.playerIO.PlayerIoPlugin |
| |
| RoomInfo — Interface, package playerio |
|
Class that describes a room instance. |
| RoomIsFull — Constant Static Property, class playerio.PlayerIOError |
|
PlayerIOError type if the room already has the maxmium amount of users in it. |
| roomType — Property, interface playerio.RoomInfo |
|
The room type. |
| root — Property, class de.polygonal.ds.BinarySearchTree |
|
The root node being referenced. |
| root() — method, class de.polygonal.ds.TreeIterator |
|
Moves the iterator to the root of the tree. |
| root — Property, class feathers.core.DisplayListWatcher |
|
The root of the display list that is watched for added children. |
| root — Property, interface feathers.core.IFeathersDisplayObject |
| |
| root — Static Property, class feathers.core.PopUpManager |
|
The container where pop-ups are added. |
| root — Property, interface mx.managers.IFlexDisplayObject |
| |
| root — Property, class org.spicefactory.lib.task.Task |
|
The root TaskGroup in case this Task is nested in one or more TaskGroups. |
| root — Property, class starling.core.Starling |
| The instance of the root class provided in the constructor. |
| root — Property, class starling.display.DisplayObject |
| The root object the display object is connected to (i.e. |
| root — Property, class starling.events.TouchProcessor |
| The base object that will be used for hit testing. |
| root — Property, class starling.textures.ConcreteTexture |
| The concrete (power-of-two) texture the texture is based on. |
| root — Property, class starling.textures.RenderTexture |
| The concrete (power-of-two) texture the texture is based on. |
| root — Property, class starling.textures.SubTexture |
| The concrete (power-of-two) texture the texture is based on. |
| root — Property, class starling.textures.Texture |
| The concrete (power-of-two) texture the texture is based on. |
| root2 — Constant Static Property, class ptolemy.Maths |
| |
| root2over2 — Constant Static Property, class ptolemy.Maths |
| |
| root3 — Constant Static Property, class ptolemy.Maths |
| |
| root3over2 — Constant Static Property, class ptolemy.Maths |
| |
| root3over3 — Constant Static Property, class ptolemy.Maths |
| |
| root_addedToStageHandler(event:starling.events:Event) — method, class feathers.themes.MinimalTheme |
| |
| rootCreated — Event, class starling.core.Starling |
| Dispatched when the root class has been created. |
| ROOT_CREATED — Constant Static Property, class starling.events.Event |
| Event type that indicates that the root DisplayObject has been created. |
| rotate45() — method, class com.lookbackon.ds.BitBoard |
|
notice:this function is suitable for which board column equals to row. |
| rotate45() — method, interface com.lookbackon.ds.IBitBoard |
| |
| rotate90() — method, class com.lookbackon.ds.BitBoard |
| |
| rotate90() — method, interface com.lookbackon.ds.IBitBoard |
| |
| rotateMatrix(angle:Number) — method, class starling.core.RenderSupport |
| Prepends a rotation (angle in radians) to the modelview matrix. |
| rotatePerSecond — Property, class starling.extensions.PDParticleSystem |
| |
| rotatePerSecondVariance — Property, class starling.extensions.PDParticleSystem |
| |
| rotation — Property, interface feathers.core.IFeathersDisplayObject |
| |
| rotation — Property, interface mx.managers.IFlexDisplayObject |
| |
| rotation — Property, class starling.display.DisplayObject |
| The rotation of the object in radians. |
| rotation — Property, class starling.extensions.Particle |
| |
| rotationDelta — Property, class starling.extensions.PDParticle |
| |
| Rotator — class, package ptolemy.geom3D.controls |
| |
| Rotator(master:flash.display:MovieClip, scene:ptolemy.geom3D.core:Scene, solid:ptolemy.geom3D.core:Solid, eye:ptolemy.geom3D.core:Eye, radius:int, initialAbout:ptolemy.geom3D.core:SpatialVector, initialAngularVelocity:Number) — Constructor, class ptolemy.geom3D.controls.Rotator |
| |
| ROULETTE — Constant Static Property, class com.suckatmath.machinelearning.genetic.core.GeneticEngine |
|
constant for ROULETTE selection : proportional selection. |
| round — Property, class com.godpaper.as3.model.vos.pgn.PGN_VO |
| |
| roundDownToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number down to the nearest multiple of an input. |
| roundToInt — Property, class starling.animation.Tween |
| Indicates if the numeric values should be cast to Integers. |
| roundToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number to the nearest multiple of an input. |
| roundToPrecision(number:Number, precision:int) — Package Function, feathers.utils.math |
|
Rounds a number to a certain level of precision. |
| roundUpToNearest(number:Number, nearest:Number) — Package Function, feathers.utils.math |
|
Rounds a Number up to the nearest multiple of an input. |
| route_ — Property, class com.lookbackon.ds.graph.searcher.SearcherBase |
| |
| route_ — Property, class jp.dip.hael.gameai.graph.searcher.Searcher |
| |
| row — Property, class com.lookbackon.ds.AStarNodeBoard |
| |
| row — Property, class com.lookbackon.ds.BitBoard |
| |
| rowGap — Property, class feathers.layout.MultiColumnGridLayout |
|
The size, in pixels, of the gap between rows. |
| rpc(clip:Object, callbackID:Number, arg:Object) — Static Method , class mochi.as3.MochiAd |
| |
| run() — method, class com.lookbackon.AI.searching.AlphaBeta |
| |
| run() — method, class com.lookbackon.AI.searching.AttackFalse |
| |
| run() — method, class com.lookbackon.AI.searching.MinMax |
| |
| run() — method, class com.lookbackon.AI.searching.MiniMax |
| |
| run() — method, class com.lookbackon.AI.searching.NegaMax |
| |
| run() — method, class com.lookbackon.AI.searching.NegaScout |
| |
| run() — method, class com.lookbackon.AI.searching.PVS |
| |
| run() — method, class com.lookbackon.AI.searching.Quiescence |
| |
| run() — method, class com.lookbackon.AI.searching.RandomWalk |
| |
| run() — method, class com.lookbackon.AI.searching.SearchingBase |
|
inheritDoc
|
| run() — method, class com.lookbackon.AI.searching.ShortSighted |
| |
| run() — method, class com.lookbackon.ds.aStar.AStar |
|
Like all informed search algorithms, it first searches the routes that appear to be most likely to lead towards the goal. |
| run() — method, interface org.generalrelativity.thread.IRunnable |
|
Runs the smallest chunk of the process
|
| run() — method, class org.generalrelativity.thread.process.AbstractProcess |
| |
| runAndManage(allocation:int) — method, interface org.generalrelativity.thread.IRunnable |
|
Runs and manages the process over the given allocation
|
| runAndManage(allocation:int) — method, class org.generalrelativity.thread.process.AbstractProcess |
| |
| runMethod(base:Object, methodName:String, argsArray:Array) — Static Method , class mochi.as3.MochiAd |
| |
| RUNNING — Constant Static Property, class com.adobe.cairngorm.task.TaskState |
| |
|
| 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 |