qx.util.fsm
Class Transition

java.lang.Object
  extended by qx.core.Object
      extended by qx.util.fsm.Transition

public class Transition
extends Object

Create a new possible transition from one state to another.


Constructor Summary
Transition()
           
Transition(java.lang.String transitionName)
           
Transition(java.lang.String transitionName, java.lang.Object transitionInfo)
           
 
Method Summary
 java.lang.Object getAutoActionsAfterOntransition()
          Returns the (computed) value of the property autoActionsAfterOntransition.
 java.lang.Object getAutoActionsBeforeOntransition()
          Returns the (computed) value of the property autoActionsBeforeOntransition.
 java.lang.String getName()
          Returns the (computed) value of the property name.
 java.lang.Object getNextState()
          Returns the (computed) value of the property nextState.
 java.lang.Object getOntransition()
          Returns the (computed) value of the property ontransition.
 java.lang.Object getPredicate()
          Returns the (computed) value of the property predicate.
 void initAutoActionsAfterOntransition(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property autoActionsAfterOntransition with the default value defined by the class developer.
 void initAutoActionsBeforeOntransition(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property autoActionsBeforeOntransition with the default value defined by the class developer.
 void initName(java.lang.String arg)
          Calls the apply method and dispatches the change event of the property name with the default value defined by the class developer.
 void initNextState(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property nextState with the default value defined by the class developer.
 void initOntransition(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property ontransition with the default value defined by the class developer.
 void initPredicate(java.lang.Object arg)
          Calls the apply method and dispatches the change event of the property predicate with the default value defined by the class developer.
 void resetAutoActionsAfterOntransition()
          Resets the user value of the property autoActionsAfterOntransition.
 void resetAutoActionsBeforeOntransition()
          Resets the user value of the property autoActionsBeforeOntransition.
 void resetName()
          Resets the user value of the property name.
 void resetNextState()
          Resets the user value of the property nextState.
 void resetOntransition()
          Resets the user value of the property ontransition.
 void resetPredicate()
          Resets the user value of the property predicate.
 void setAutoActionsAfterOntransition(java.lang.Object arg)
          Sets the user value of the property autoActionsAfterOntransition.
 void setAutoActionsBeforeOntransition(java.lang.Object arg)
          Sets the user value of the property autoActionsBeforeOntransition.
 void setName(java.lang.String arg)
          Sets the user value of the property name.
 void setNextState(java.lang.Object arg)
          Sets the user value of the property nextState.
 void setOntransition(java.lang.Object arg)
          Sets the user value of the property ontransition.
 void setPredicate(java.lang.Object arg)
          Sets the user value of the property predicate.
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transition

public Transition()

Transition

public Transition(java.lang.String transitionName)

Transition

public Transition(java.lang.String transitionName,
                  java.lang.Object transitionInfo)
Method Detail

getAutoActionsAfterOntransition

public java.lang.Object getAutoActionsAfterOntransition()

Returns the (computed) value of the property autoActionsAfterOntransition.

For further details take a look at the property definition: autoActionsAfterOntransition.


getAutoActionsBeforeOntransition

public java.lang.Object getAutoActionsBeforeOntransition()

Returns the (computed) value of the property autoActionsBeforeOntransition.

For further details take a look at the property definition: autoActionsBeforeOntransition.


getName

public java.lang.String getName()

Returns the (computed) value of the property name.

For further details take a look at the property definition: name.


getNextState

public java.lang.Object getNextState()

Returns the (computed) value of the property nextState.

For further details take a look at the property definition: nextState.


getOntransition

public java.lang.Object getOntransition()

Returns the (computed) value of the property ontransition.

For further details take a look at the property definition: ontransition.


getPredicate

public java.lang.Object getPredicate()

Returns the (computed) value of the property predicate.

For further details take a look at the property definition: predicate.


initAutoActionsAfterOntransition

public void initAutoActionsAfterOntransition(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property autoActionsAfterOntransition with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: autoActionsAfterOntransition.


initAutoActionsBeforeOntransition

public void initAutoActionsBeforeOntransition(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property autoActionsBeforeOntransition with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: autoActionsBeforeOntransition.


initName

public void initName(java.lang.String arg)

Calls the apply method and dispatches the change event of the property name with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: name.


initNextState

public void initNextState(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property nextState with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: nextState.


initOntransition

public void initOntransition(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property ontransition with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: ontransition.


initPredicate

public void initPredicate(java.lang.Object arg)

Calls the apply method and dispatches the change event of the property predicate with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: predicate.


resetAutoActionsAfterOntransition

public void resetAutoActionsAfterOntransition()

Resets the user value of the property autoActionsAfterOntransition.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: autoActionsAfterOntransition.


resetAutoActionsBeforeOntransition

public void resetAutoActionsBeforeOntransition()

Resets the user value of the property autoActionsBeforeOntransition.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: autoActionsBeforeOntransition.


resetName

public void resetName()

Resets the user value of the property name.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: name.


resetNextState

public void resetNextState()

Resets the user value of the property nextState.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: nextState.


resetOntransition

public void resetOntransition()

Resets the user value of the property ontransition.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: ontransition.


resetPredicate

public void resetPredicate()

Resets the user value of the property predicate.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: predicate.


setAutoActionsAfterOntransition

public void setAutoActionsAfterOntransition(java.lang.Object arg)

Sets the user value of the property autoActionsAfterOntransition.

For further details take a look at the property definition: autoActionsAfterOntransition.


setAutoActionsBeforeOntransition

public void setAutoActionsBeforeOntransition(java.lang.Object arg)

Sets the user value of the property autoActionsBeforeOntransition.

For further details take a look at the property definition: autoActionsBeforeOntransition.


setName

public void setName(java.lang.String arg)

Sets the user value of the property name.

For further details take a look at the property definition: name.


setNextState

public void setNextState(java.lang.Object arg)

Sets the user value of the property nextState.

For further details take a look at the property definition: nextState.


setOntransition

public void setOntransition(java.lang.Object arg)

Sets the user value of the property ontransition.

For further details take a look at the property definition: ontransition.


setPredicate

public void setPredicate(java.lang.Object arg)

Sets the user value of the property predicate.

For further details take a look at the property definition: predicate.



Copyright © 2008 1&1. All Rights Reserved.