C# Class Ecologylab.BigSemantics.Actions.Otherwise

Inheritance: NestedSemanticOperation
Datei anzeigen Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method 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 method

public GetOperationName ( ) : String
return String

Otherwise() public method

public Otherwise ( ) : System
return System

Perform() public method

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