C# Class DeclareBehaviorOperation, tf_client

Inheritance: Operation
Afficher le fichier Open project: wids-eria/tf_client

Protected Properties

Свойство Type Description
behaviorArgs List
behaviorName string
behaviorType string

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( TransitionInterpreter, interpreter ) : bool
interpreter TransitionInterpreter,
Résultat bool

Parse() public méthode

public Parse ( string opDesc ) : bool
opDesc string
Résultat bool

Register() public static méthode

public static Register ( OperationLibrary, library ) : void
library OperationLibrary,
Résultat void

Property Details

behaviorArgs protected_oe property

protected List behaviorArgs
Résultat List

behaviorName protected_oe property

protected string behaviorName
Résultat string

behaviorType protected_oe property

protected string behaviorType
Résultat string