C# Class MatrixVariableDeclaration, pinac

Inheritance: Element
ファイルを表示 Open project: shranjan/pinac Class Usage Examples

Public Methods

Method Description
Accept ( Visitor, visitor ) : void
addValue ( Element, val ) : void
getColumn ( ) : IntegerElement,
getError ( ) : bool
getList ( ) : List
getRow ( ) : IntegerElement,
getType ( ) : String
getVar ( ) : VariableElement,
getdoubleValue ( ) : ].double[
getdoubleValueat ( int r, int c ) : double
getintValue ( ) : ].int[
getintValueat ( int r, int c ) : int
setColumn ( IntegerElement, c ) : void
setDoubleMatrix ( double matrix ) : bool
setIntMatrix ( int matrix ) : bool
setRow ( IntegerElement, r ) : void
setType ( String type ) : void
setValue ( ) : void
setVar ( VariableElement, val ) : void
setdoubleValueat ( int r, int c, double value ) : void
setintValueat ( int r, int c, int value ) : void

Private Methods

Method Description
main ( string args ) : void

Method Details

Accept() public method

public Accept ( Visitor, visitor ) : void
visitor Visitor,
return void

addValue() public method

public addValue ( Element, val ) : void
val Element,
return void

getColumn() public method

public getColumn ( ) : IntegerElement,
return IntegerElement,

getError() public method

public getError ( ) : bool
return bool

getList() public method

public getList ( ) : List
return List

getRow() public method

public getRow ( ) : IntegerElement,
return IntegerElement,

getType() public method

public getType ( ) : String
return String

getVar() public method

public getVar ( ) : VariableElement,
return VariableElement,

getdoubleValue() public method

public getdoubleValue ( ) : ].double[
return ].double[

getdoubleValueat() public method

public getdoubleValueat ( int r, int c ) : double
r int
c int
return double

getintValue() public method

public getintValue ( ) : ].int[
return ].int[

getintValueat() public method

public getintValueat ( int r, int c ) : int
r int
c int
return int

setColumn() public method

public setColumn ( IntegerElement, c ) : void
c IntegerElement,
return void

setDoubleMatrix() public method

public setDoubleMatrix ( double matrix ) : bool
matrix double
return bool

setIntMatrix() public method

public setIntMatrix ( int matrix ) : bool
matrix int
return bool

setRow() public method

public setRow ( IntegerElement, r ) : void
r IntegerElement,
return void

setType() public method

public setType ( String type ) : void
type String
return void

setValue() public method

public setValue ( ) : void
return void

setVar() public method

public setVar ( VariableElement, val ) : void
val VariableElement,
return void

setdoubleValueat() public method

public setdoubleValueat ( int r, int c, double value ) : void
r int
c int
value double
return void

setintValueat() public method

public setintValueat ( int r, int c, int value ) : void
r int
c int
value int
return void