C# Class Ecologylab.BigSemantics.Actions.Otherwise

Inheritance: NestedSemanticOperation
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
GetOperationName ( ) : String
Otherwise ( ) : System
Perform ( Object obj ) : Object

Otherwise.perform() does not do anything since Otherwise is merely a container for nested semantic actions.

Method Details

GetOperationName() public méthode

public GetOperationName ( ) : String
Résultat String

Otherwise() public méthode

public Otherwise ( ) : System
Résultat System

Perform() public méthode

Otherwise.perform() does not do anything since Otherwise is merely a container for nested semantic actions.
public Perform ( Object obj ) : Object
obj Object
Résultat Object