C# Class PushBehaviorOperation, tf_client

Inheritance: Operation
ファイルを表示 Open project: wids-eria/tf_client

Protected Properties

Property Type Description
behaviorName string

Public Methods

Method Description
Execute ( TransitionInterpreter, interpreter ) : bool
Parse ( string opDesc ) : bool
Register ( OperationLibrary library ) : void

Method Details

Execute() public method

public Execute ( TransitionInterpreter, interpreter ) : bool
interpreter TransitionInterpreter,
return bool

Parse() public method

public Parse ( string opDesc ) : bool
opDesc string
return bool

Register() public static method

public static Register ( OperationLibrary library ) : void
library OperationLibrary
return void

Property Details

behaviorName protected_oe property

protected string behaviorName
return string