FlowRule

Kind of class: public class
Package:
Inherits from:
  • none
Classpath: org.asaplibrary.management.flow.FlowRule
File last modified: Wednesday, 11 May 2011, 18:40:17
Behavior rule for FlowManager when traversing from one state to the other. See FlowManager for examples.

Summary

Instance properties
Instance methods

Instance properties

callback

callback:Function(read,write)

mode

mode:uint(read,write)

name

name:String(read,write)

type

type:uint(read,write)

Instance methods

copy

function copy() : FlowRule

Creates a copy of an existing FlowRule.

toString

function toString() : String