C# Class libsbmlcs.AlgebraicRule

Inheritance: Rule
ファイルを表示 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
AlgebraicRule ( SBMLNamespaces sbmlns ) : System
AlgebraicRule ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : AlgebraicRule
hasRequiredAttributes ( ) : bool

Private Methods

Method Description
AlgebraicRule ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AlgebraicRule obj ) : HandleRef
getCPtrAndDisown ( AlgebraicRule obj ) : HandleRef

Method Details

AlgebraicRule() public method

public AlgebraicRule ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

AlgebraicRule() public method

public AlgebraicRule ( long level, long version ) : System
level long
version long
return System

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : AlgebraicRule
return AlgebraicRule

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool