C# 클래스 Ecologylab.BigSemantics.Actions.Otherwise

상속: NestedSemanticOperation
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

공개 메소드들

메소드 설명
GetOperationName ( ) : String
Otherwise ( ) : System
Perform ( Object obj ) : Object

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

메소드 상세

GetOperationName() 공개 메소드

public GetOperationName ( ) : String
리턴 String

Otherwise() 공개 메소드

public Otherwise ( ) : System
리턴 System

Perform() 공개 메소드

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