C# Class Nuve.Orthographic.Action.ActionFactory

Show file Open project: hrzafer/nuve

Public Methods

Method Description
Create ( string name, Alphabet alphabet, string operandOne, string operandTwo, string flag ) : BaseAction

Method Details

Create() public static method

public static Create ( string name, Alphabet alphabet, string operandOne, string operandTwo, string flag ) : BaseAction
name string
alphabet Alphabet
operandOne string
operandTwo string
flag string
return BaseAction