C# Class libsbml.CVTerm

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
CVTerm ( ) : System
CVTerm ( CVTerm orig ) : System
CVTerm ( XMLNode node ) : System
CVTerm ( int type ) : System
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
addNestedCVTerm ( CVTerm term ) : int
addResource ( string resource ) : int
clone ( ) : CVTerm
getBiologicalQualifierType ( ) : int
getListNestedCVTerms ( ) : SWIGTYPE_p_List
getModelQualifierType ( ) : int
getNestedCVTerm ( long n ) : CVTerm
getNumNestedCVTerms ( ) : long
getNumResources ( ) : long
getQualifierType ( ) : int
getResourceURI ( long n ) : string
getResources ( ) : XMLAttributes
hasBeenModified ( ) : bool
hasRequiredAttributes ( ) : bool
operator ( ) : bool
removeNestedCVTerm ( long n ) : CVTerm
removeResource ( string resource ) : int
resetModifiedFlags ( ) : void
setBiologicalQualifierType ( int type ) : int
setBiologicalQualifierType ( string qualifier ) : int
setModelQualifierType ( int type ) : int
setModelQualifierType ( string qualifier ) : int
setQualifierType ( int type ) : int

Private Methods

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

Method Details

CVTerm() public method

public CVTerm ( ) : System
return System

CVTerm() public method

public CVTerm ( CVTerm orig ) : System
orig CVTerm
return System

CVTerm() public method

public CVTerm ( XMLNode node ) : System
node XMLNode
return System

CVTerm() public method

public CVTerm ( int type ) : System
type int
return System

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Object sb ) : bool
sb Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

addNestedCVTerm() public method

public addNestedCVTerm ( CVTerm term ) : int
term CVTerm
return int

addResource() public method

public addResource ( string resource ) : int
resource string
return int

clone() public method

public clone ( ) : CVTerm
return CVTerm

getBiologicalQualifierType() public method

public getBiologicalQualifierType ( ) : int
return int

getListNestedCVTerms() public method

public getListNestedCVTerms ( ) : SWIGTYPE_p_List
return SWIGTYPE_p_List

getModelQualifierType() public method

public getModelQualifierType ( ) : int
return int

getNestedCVTerm() public method

public getNestedCVTerm ( long n ) : CVTerm
n long
return CVTerm

getNumNestedCVTerms() public method

public getNumNestedCVTerms ( ) : long
return long

getNumResources() public method

public getNumResources ( ) : long
return long

getQualifierType() public method

public getQualifierType ( ) : int
return int

getResourceURI() public method

public getResourceURI ( long n ) : string
n long
return string

getResources() public method

public getResources ( ) : XMLAttributes
return XMLAttributes

hasBeenModified() public method

public hasBeenModified ( ) : bool
return bool

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

removeNestedCVTerm() public method

public removeNestedCVTerm ( long n ) : CVTerm
n long
return CVTerm

removeResource() public method

public removeResource ( string resource ) : int
resource string
return int

resetModifiedFlags() public method

public resetModifiedFlags ( ) : void
return void

setBiologicalQualifierType() public method

public setBiologicalQualifierType ( int type ) : int
type int
return int

setBiologicalQualifierType() public method

public setBiologicalQualifierType ( string qualifier ) : int
qualifier string
return int

setModelQualifierType() public method

public setModelQualifierType ( int type ) : int
type int
return int

setModelQualifierType() public method

public setModelQualifierType ( string qualifier ) : int
qualifier string
return int

setQualifierType() public method

public setQualifierType ( int type ) : int
type int
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool