C# Class DeclareBehaviorOperation, tf_client

Inheritance: Operation
Mostra file Open project: wids-eria/tf_client

Protected Properties

Property Type Description
behaviorArgs List
behaviorName string
behaviorType 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

behaviorArgs protected_oe property

protected List behaviorArgs
return List

behaviorName protected_oe property

protected string behaviorName
return string

behaviorType protected_oe property

protected string behaviorType
return string