C# Class libsbml.SBO

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
SBO ( ) : System
checkTerm ( int sboTerm ) : bool
checkTerm ( string sboTerm ) : bool
getParentBranch ( long term ) : long
intToString ( int sboTerm ) : string
isConservationLaw ( long term ) : bool
isContinuousFramework ( long term ) : bool
isDiscreteFramework ( long term ) : bool
isEntity ( long term ) : bool
isEvent ( long term ) : bool
isFunctionalCompartment ( long term ) : bool
isFunctionalEntity ( long term ) : bool
isInteraction ( long term ) : bool
isKineticConstant ( long term ) : bool
isLogicalFramework ( long term ) : bool
isMaterialEntity ( long term ) : bool
isMathematicalExpression ( long term ) : bool
isMetadataRepresentation ( long term ) : bool
isModellingFramework ( long term ) : bool
isModifier ( long term ) : bool
isObselete ( long term ) : bool
isOccurringEntityRepresentation ( long term ) : bool
isParticipant ( long term ) : bool
isParticipantRole ( long term ) : bool
isPhysicalEntityRepresentation ( long term ) : bool
isPhysicalParticipant ( long term ) : bool
isProduct ( long term ) : bool
isQuantitativeParameter ( long term ) : bool
isQuantitativeSystemsDescriptionParameter ( long term ) : bool
isRateLaw ( long term ) : bool
isReactant ( long term ) : bool
isSteadyStateExpression ( long term ) : bool
isSystemsDescriptionParameter ( long term ) : bool
stringToInt ( string sboTerm ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SBO() public method

public SBO ( ) : System
return System

checkTerm() public static method

public static checkTerm ( int sboTerm ) : bool
sboTerm int
return bool

checkTerm() public static method

public static checkTerm ( string sboTerm ) : bool
sboTerm string
return bool

getParentBranch() public static method

public static getParentBranch ( long term ) : long
term long
return long

intToString() public static method

public static intToString ( int sboTerm ) : string
sboTerm int
return string

isConservationLaw() public static method

public static isConservationLaw ( long term ) : bool
term long
return bool

isContinuousFramework() public static method

public static isContinuousFramework ( long term ) : bool
term long
return bool

isDiscreteFramework() public static method

public static isDiscreteFramework ( long term ) : bool
term long
return bool

isEntity() public static method

public static isEntity ( long term ) : bool
term long
return bool

isEvent() public static method

public static isEvent ( long term ) : bool
term long
return bool

isFunctionalCompartment() public static method

public static isFunctionalCompartment ( long term ) : bool
term long
return bool

isFunctionalEntity() public static method

public static isFunctionalEntity ( long term ) : bool
term long
return bool

isInteraction() public static method

public static isInteraction ( long term ) : bool
term long
return bool

isKineticConstant() public static method

public static isKineticConstant ( long term ) : bool
term long
return bool

isLogicalFramework() public static method

public static isLogicalFramework ( long term ) : bool
term long
return bool

isMaterialEntity() public static method

public static isMaterialEntity ( long term ) : bool
term long
return bool

isMathematicalExpression() public static method

public static isMathematicalExpression ( long term ) : bool
term long
return bool

isMetadataRepresentation() public static method

public static isMetadataRepresentation ( long term ) : bool
term long
return bool

isModellingFramework() public static method

public static isModellingFramework ( long term ) : bool
term long
return bool

isModifier() public static method

public static isModifier ( long term ) : bool
term long
return bool

isObselete() public static method

public static isObselete ( long term ) : bool
term long
return bool

isOccurringEntityRepresentation() public static method

public static isOccurringEntityRepresentation ( long term ) : bool
term long
return bool

isParticipant() public static method

public static isParticipant ( long term ) : bool
term long
return bool

isParticipantRole() public static method

public static isParticipantRole ( long term ) : bool
term long
return bool

isPhysicalEntityRepresentation() public static method

public static isPhysicalEntityRepresentation ( long term ) : bool
term long
return bool

isPhysicalParticipant() public static method

public static isPhysicalParticipant ( long term ) : bool
term long
return bool

isProduct() public static method

public static isProduct ( long term ) : bool
term long
return bool

isQuantitativeParameter() public static method

public static isQuantitativeParameter ( long term ) : bool
term long
return bool

isQuantitativeSystemsDescriptionParameter() public static method

public static isQuantitativeSystemsDescriptionParameter ( long term ) : bool
term long
return bool

isRateLaw() public static method

public static isRateLaw ( long term ) : bool
term long
return bool

isReactant() public static method

public static isReactant ( long term ) : bool
term long
return bool

isSteadyStateExpression() public static method

public static isSteadyStateExpression ( long term ) : bool
term long
return bool

isSystemsDescriptionParameter() public static method

public static isSystemsDescriptionParameter ( long term ) : bool
term long
return bool

stringToInt() public static method

public static stringToInt ( string sboTerm ) : int
sboTerm string
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool