GotoNextStateBehaviors
A collection of goto next state behaviors.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the GotoNextStateBehavior.
GotoNextStateBehavior add( Object withProperties )
Creates a new GotoNextStateBehavior.
Parameters
GotoNextStateBehavior item( Mixed index )
Returns the GotoNextStateBehavior with the specified index or name.
Parameters
GotoNextStateBehavior itemByName( String name )
Returns the GotoNextStateBehavior with the specified name.
Parameters
GotoNextStateBehavior itemByID( Number id )
Returns the GotoNextStateBehavior with the specified ID.
Parameters
GotoNextStateBehavior itemByRange( Mixed from, Mixed to )
Returns the GotoNextStateBehaviors within the specified range.
Parameters
GotoNextStateBehavior firstItem()
Returns the first GotoNextStateBehavior in the collection.
GotoNextStateBehavior lastItem()
Returns the last GotoNextStateBehavior in the collection.
GotoNextStateBehavior middleItem()
Returns the middle GotoNextStateBehavior in the collection.
GotoNextStateBehavior previousItem( GotoNextStateBehavior obj )
Returns the GotoNextStateBehavior with the index previous to the specified index.
Parameters
GotoNextStateBehavior nextItem( GotoNextStateBehavior obj )
Returns the GotoNextStateBehavior whose index follows the specified GotoNextStateBehavior in the collection.
Parameters
GotoNextStateBehavior anyItem()
Returns any GotoNextStateBehavior in the collection.
GotoNextStateBehavior everyItem()
Returns every GotoNextStateBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the GotoNextStateBehavior.
GotoNextStateBehavior []( Number index )
Returns the GotoNextStateBehavior with the specified index.