C# 클래스 libsbmlcs.Model

상속: SBase
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Model ( Model orig ) : System
Model ( SBMLNamespaces sbmlns ) : System
Model ( long level, long version ) : System
addCompartment ( Compartment c ) : int
addCompartmentType ( CompartmentType ct ) : int
addConstantAttribute ( ) : void
addConstraint ( Constraint c ) : int
addDefinitionsForDefaultUnits ( ) : void
addEvent ( Event e ) : int
addFunctionDefinition ( FunctionDefinition fd ) : int
addInitialAssignment ( InitialAssignment ia ) : int
addModifiers ( ) : void
addParameter ( Parameter p ) : int
addReaction ( Reaction r ) : int
addRule ( Rule r ) : int
addSpecies ( Species s ) : int
addSpeciesType ( SpeciesType st ) : int
addUnitDefinition ( UnitDefinition ud ) : int
appendAnnotation ( XMLNode annotation ) : int
appendAnnotation ( string annotation ) : int
appendFrom ( Model model ) : int
assignRequiredValues ( ) : void
clone ( ) : Model
connectToChild ( ) : void
convertL1ToL2 ( ) : void
convertL1ToL3 ( ) : void
convertL1ToL3 ( bool addDefaultUnits ) : void
convertL2ToL1 ( ) : void
convertL2ToL1 ( bool strict ) : void
convertL2ToL3 ( ) : void
convertL2ToL3 ( bool strict ) : void
convertL2ToL3 ( bool strict, bool addDefaultUnits ) : void
convertL3ToL1 ( ) : void
convertL3ToL1 ( bool strict ) : void
convertL3ToL2 ( ) : void
convertL3ToL2 ( bool strict ) : void
convertParametersToLocals ( long level, long version ) : void
convertStoichiometryMath ( ) : void
createAlgebraicRule ( ) : AlgebraicRule
createAssignmentRule ( ) : AssignmentRule
createCompartment ( ) : Compartment
createCompartmentType ( ) : CompartmentType
createConstraint ( ) : Constraint
createDelay ( ) : Delay
createEvent ( ) : Event
createEventAssignment ( ) : EventAssignment
createFunctionDefinition ( ) : FunctionDefinition
createInitialAssignment ( ) : InitialAssignment
createKineticLaw ( ) : KineticLaw
createKineticLawLocalParameter ( ) : LocalParameter
createKineticLawParameter ( ) : Parameter
createModifier ( ) : ModifierSpeciesReference
createParameter ( ) : Parameter
createProduct ( ) : SpeciesReference
createRateRule ( ) : RateRule
createReactant ( ) : SpeciesReference
createReaction ( ) : Reaction
createSpecies ( ) : Species
createSpeciesType ( ) : SpeciesType
createTrigger ( ) : Trigger
createUnit ( ) : Unit
createUnitDefinition ( ) : UnitDefinition
dealWithDefaultValues ( ) : void
dealWithEvents ( bool strict ) : void
dealWithModelUnits ( ) : void
dealWithModelUnits ( bool strict ) : void
dealWithStoichiometry ( ) : void
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
getAreaUnits ( ) : string
getAssignmentRule ( string variable ) : AssignmentRule
getAssignmentRuleByVariable ( string variable ) : AssignmentRule
getCompartment ( long n ) : Compartment
getCompartment ( string sid ) : Compartment
getCompartmentType ( long n ) : CompartmentType
getCompartmentType ( string sid ) : CompartmentType
getConstraint ( long n ) : Constraint
getConversionFactor ( ) : string
getElementByMetaId ( string metaid ) : SBase
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getEvent ( long n ) : Event
getEvent ( string sid ) : Event
getExtentUnits ( ) : string
getFormulaUnitsDataForAssignment ( string sid ) : SWIGTYPE_p_FormulaUnitsData
getFormulaUnitsDataForVariable ( string sid ) : SWIGTYPE_p_FormulaUnitsData
getFunctionDefinition ( long n ) : FunctionDefinition
getFunctionDefinition ( string sid ) : FunctionDefinition
getId ( ) : string
getInitialAssignment ( long n ) : InitialAssignment
getInitialAssignment ( string symbol ) : InitialAssignment
getInitialAssignmentBySymbol ( string symbol ) : InitialAssignment
getLengthUnits ( ) : string
getListOfCompartmentTypes ( ) : ListOfCompartmentTypes
getListOfCompartments ( ) : ListOfCompartments
getListOfConstraints ( ) : ListOfConstraints
getListOfEvents ( ) : ListOfEvents
getListOfFunctionDefinitions ( ) : ListOfFunctionDefinitions
getListOfInitialAssignments ( ) : ListOfInitialAssignments
getListOfParameters ( ) : ListOfParameters
getListOfReactions ( ) : ListOfReactions
getListOfRules ( ) : ListOfRules
getListOfSpecies ( ) : ListOfSpecies
getListOfSpeciesTypes ( ) : ListOfSpeciesTypes
getListOfUnitDefinitions ( ) : ListOfUnitDefinitions
getModifierSpeciesReference ( string sid ) : ModifierSpeciesReference
getName ( ) : string
getNumCompartmentTypes ( ) : long
getNumCompartments ( ) : long
getNumConstraints ( ) : long
getNumEvents ( ) : long
getNumFunctionDefinitions ( ) : long
getNumInitialAssignments ( ) : long
getNumParameters ( ) : long
getNumReactions ( ) : long
getNumRules ( ) : long
getNumSpecies ( ) : long
getNumSpeciesTypes ( ) : long
getNumSpeciesWithBoundaryCondition ( ) : long
getNumUnitDefinitions ( ) : long
getParameter ( long n ) : Parameter
getParameter ( string sid ) : Parameter
getRateRule ( string variable ) : RateRule
getRateRuleByVariable ( string variable ) : RateRule
getReaction ( long n ) : Reaction
getReaction ( string sid ) : Reaction
getRule ( long n ) : Rule
getRule ( string variable ) : Rule
getRuleByVariable ( string variable ) : Rule
getSpecies ( long n ) : Species
getSpecies ( string sid ) : Species
getSpeciesReference ( string sid ) : SpeciesReference
getSpeciesType ( long n ) : SpeciesType
getSpeciesType ( string sid ) : SpeciesType
getSubstanceUnits ( ) : string
getTimeUnits ( ) : string
getTypeCode ( ) : int
getUnitDefinition ( long n ) : UnitDefinition
getUnitDefinition ( string sid ) : UnitDefinition
getVolumeUnits ( ) : string
hasRequiredElements ( ) : bool
isPopulatedListFormulaUnitsData ( ) : bool
isSetAreaUnits ( ) : bool
isSetConversionFactor ( ) : bool
isSetExtentUnits ( ) : bool
isSetId ( ) : bool
isSetLengthUnits ( ) : bool
isSetName ( ) : bool
isSetSubstanceUnits ( ) : bool
isSetTimeUnits ( ) : bool
isSetVolumeUnits ( ) : bool
populateListFormulaUnitsData ( ) : void
removeCompartment ( long n ) : Compartment
removeCompartment ( string sid ) : Compartment
removeCompartmentType ( long n ) : CompartmentType
removeCompartmentType ( string sid ) : CompartmentType
removeCompartmentTypes ( ) : void
removeConstraint ( long n ) : Constraint
removeEvent ( long n ) : Event
removeEvent ( string sid ) : Event
removeFromParentAndDelete ( ) : int
removeFunctionDefinition ( long n ) : FunctionDefinition
removeFunctionDefinition ( string sid ) : FunctionDefinition
removeInitialAssignment ( long n ) : InitialAssignment
removeInitialAssignment ( string symbol ) : InitialAssignment
removeParameter ( long n ) : Parameter
removeParameter ( string sid ) : Parameter
removeParameterRuleUnits ( bool strict ) : void
removeReaction ( long n ) : Reaction
removeReaction ( string sid ) : Reaction
removeRule ( long n ) : Rule
removeRule ( string variable ) : Rule
removeRuleByVariable ( string variable ) : Rule
removeSpecies ( long n ) : Species
removeSpecies ( string sid ) : Species
removeSpeciesType ( long n ) : SpeciesType
removeSpeciesType ( string sid ) : SpeciesType
removeSpeciesTypes ( ) : void
removeUnitDefinition ( long n ) : UnitDefinition
removeUnitDefinition ( string sid ) : UnitDefinition
renameAllIds ( IdentifierTransformer idTransformer ) : int
renameAllIds ( IdentifierTransformer idTransformer, ElementFilter filter ) : int
renameIDs ( SBaseList elements, IdentifierTransformer idTransformer ) : void
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
setAnnotation ( XMLNode annotation ) : int
setAnnotation ( string annotation ) : int
setAreaUnits ( string units ) : int
setConversionFactor ( string units ) : int
setExtentUnits ( string units ) : int
setId ( string sid ) : int
setLengthUnits ( string units ) : int
setName ( string name ) : int
setSpatialDimensions ( ) : void
setSpatialDimensions ( double dims ) : void
setSpeciesReferenceConstantValueAndStoichiometry ( ) : void
setSubstanceUnits ( string units ) : int
setTimeUnits ( string units ) : int
setVolumeUnits ( string units ) : int
unsetAreaUnits ( ) : int
unsetConversionFactor ( ) : int
unsetExtentUnits ( ) : int
unsetId ( ) : int
unsetLengthUnits ( ) : int
unsetName ( ) : int
unsetSubstanceUnits ( ) : int
unsetTimeUnits ( ) : int
unsetVolumeUnits ( ) : int

비공개 메소드들

메소드 설명
Model ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Model obj ) : HandleRef
getCPtrAndDisown ( Model obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Model() 공개 메소드

public Model ( Model orig ) : System
orig Model
리턴 System

Model() 공개 메소드

public Model ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
리턴 System

Model() 공개 메소드

public Model ( long level, long version ) : System
level long
version long
리턴 System

addCompartment() 공개 메소드

public addCompartment ( Compartment c ) : int
c Compartment
리턴 int

addCompartmentType() 공개 메소드

public addCompartmentType ( CompartmentType ct ) : int
ct CompartmentType
리턴 int

addConstantAttribute() 공개 메소드

public addConstantAttribute ( ) : void
리턴 void

addConstraint() 공개 메소드

public addConstraint ( Constraint c ) : int
c Constraint
리턴 int

addDefinitionsForDefaultUnits() 공개 메소드

public addDefinitionsForDefaultUnits ( ) : void
리턴 void

addEvent() 공개 메소드

public addEvent ( Event e ) : int
e Event
리턴 int

addFunctionDefinition() 공개 메소드

public addFunctionDefinition ( FunctionDefinition fd ) : int
fd FunctionDefinition
리턴 int

addInitialAssignment() 공개 메소드

public addInitialAssignment ( InitialAssignment ia ) : int
ia InitialAssignment
리턴 int

addModifiers() 공개 메소드

public addModifiers ( ) : void
리턴 void

addParameter() 공개 메소드

public addParameter ( Parameter p ) : int
p Parameter
리턴 int

addReaction() 공개 메소드

public addReaction ( Reaction r ) : int
r Reaction
리턴 int

addRule() 공개 메소드

public addRule ( Rule r ) : int
r Rule
리턴 int

addSpecies() 공개 메소드

public addSpecies ( Species s ) : int
s Species
리턴 int

addSpeciesType() 공개 메소드

public addSpeciesType ( SpeciesType st ) : int
st SpeciesType
리턴 int

addUnitDefinition() 공개 메소드

public addUnitDefinition ( UnitDefinition ud ) : int
ud UnitDefinition
리턴 int

appendAnnotation() 공개 메소드

public appendAnnotation ( XMLNode annotation ) : int
annotation XMLNode
리턴 int

appendAnnotation() 공개 메소드

public appendAnnotation ( string annotation ) : int
annotation string
리턴 int

appendFrom() 공개 메소드

public appendFrom ( Model model ) : int
model Model
리턴 int

assignRequiredValues() 공개 메소드

public assignRequiredValues ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : Model
리턴 Model

connectToChild() 공개 메소드

public connectToChild ( ) : void
리턴 void

convertL1ToL2() 공개 메소드

public convertL1ToL2 ( ) : void
리턴 void

convertL1ToL3() 공개 메소드

public convertL1ToL3 ( ) : void
리턴 void

convertL1ToL3() 공개 메소드

public convertL1ToL3 ( bool addDefaultUnits ) : void
addDefaultUnits bool
리턴 void

convertL2ToL1() 공개 메소드

public convertL2ToL1 ( ) : void
리턴 void

convertL2ToL1() 공개 메소드

public convertL2ToL1 ( bool strict ) : void
strict bool
리턴 void

convertL2ToL3() 공개 메소드

public convertL2ToL3 ( ) : void
리턴 void

convertL2ToL3() 공개 메소드

public convertL2ToL3 ( bool strict ) : void
strict bool
리턴 void

convertL2ToL3() 공개 메소드

public convertL2ToL3 ( bool strict, bool addDefaultUnits ) : void
strict bool
addDefaultUnits bool
리턴 void

convertL3ToL1() 공개 메소드

public convertL3ToL1 ( ) : void
리턴 void

convertL3ToL1() 공개 메소드

public convertL3ToL1 ( bool strict ) : void
strict bool
리턴 void

convertL3ToL2() 공개 메소드

public convertL3ToL2 ( ) : void
리턴 void

convertL3ToL2() 공개 메소드

public convertL3ToL2 ( bool strict ) : void
strict bool
리턴 void

convertParametersToLocals() 공개 메소드

public convertParametersToLocals ( long level, long version ) : void
level long
version long
리턴 void

convertStoichiometryMath() 공개 메소드

public convertStoichiometryMath ( ) : void
리턴 void

createAlgebraicRule() 공개 메소드

public createAlgebraicRule ( ) : AlgebraicRule
리턴 AlgebraicRule

createAssignmentRule() 공개 메소드

public createAssignmentRule ( ) : AssignmentRule
리턴 AssignmentRule

createCompartment() 공개 메소드

public createCompartment ( ) : Compartment
리턴 Compartment

createCompartmentType() 공개 메소드

public createCompartmentType ( ) : CompartmentType
리턴 CompartmentType

createConstraint() 공개 메소드

public createConstraint ( ) : Constraint
리턴 Constraint

createDelay() 공개 메소드

public createDelay ( ) : Delay
리턴 Delay

createEvent() 공개 메소드

public createEvent ( ) : Event
리턴 Event

createEventAssignment() 공개 메소드

public createEventAssignment ( ) : EventAssignment
리턴 EventAssignment

createFunctionDefinition() 공개 메소드

public createFunctionDefinition ( ) : FunctionDefinition
리턴 FunctionDefinition

createInitialAssignment() 공개 메소드

public createInitialAssignment ( ) : InitialAssignment
리턴 InitialAssignment

createKineticLaw() 공개 메소드

public createKineticLaw ( ) : KineticLaw
리턴 KineticLaw

createKineticLawLocalParameter() 공개 메소드

public createKineticLawLocalParameter ( ) : LocalParameter
리턴 LocalParameter

createKineticLawParameter() 공개 메소드

public createKineticLawParameter ( ) : Parameter
리턴 Parameter

createModifier() 공개 메소드

public createModifier ( ) : ModifierSpeciesReference
리턴 ModifierSpeciesReference

createParameter() 공개 메소드

public createParameter ( ) : Parameter
리턴 Parameter

createProduct() 공개 메소드

public createProduct ( ) : SpeciesReference
리턴 SpeciesReference

createRateRule() 공개 메소드

public createRateRule ( ) : RateRule
리턴 RateRule

createReactant() 공개 메소드

public createReactant ( ) : SpeciesReference
리턴 SpeciesReference

createReaction() 공개 메소드

public createReaction ( ) : Reaction
리턴 Reaction

createSpecies() 공개 메소드

public createSpecies ( ) : Species
리턴 Species

createSpeciesType() 공개 메소드

public createSpeciesType ( ) : SpeciesType
리턴 SpeciesType

createTrigger() 공개 메소드

public createTrigger ( ) : Trigger
리턴 Trigger

createUnit() 공개 메소드

public createUnit ( ) : Unit
리턴 Unit

createUnitDefinition() 공개 메소드

public createUnitDefinition ( ) : UnitDefinition
리턴 UnitDefinition

dealWithDefaultValues() 공개 메소드

public dealWithDefaultValues ( ) : void
리턴 void

dealWithEvents() 공개 메소드

public dealWithEvents ( bool strict ) : void
strict bool
리턴 void

dealWithModelUnits() 공개 메소드

public dealWithModelUnits ( ) : void
리턴 void

dealWithModelUnits() 공개 메소드

public dealWithModelUnits ( bool strict ) : void
strict bool
리턴 void

dealWithStoichiometry() 공개 메소드

public dealWithStoichiometry ( ) : void
리턴 void

enablePackageInternal() 공개 메소드

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
리턴 void

getAreaUnits() 공개 메소드

public getAreaUnits ( ) : string
리턴 string

getAssignmentRule() 공개 메소드

public getAssignmentRule ( string variable ) : AssignmentRule
variable string
리턴 AssignmentRule

getAssignmentRuleByVariable() 공개 메소드

public getAssignmentRuleByVariable ( string variable ) : AssignmentRule
variable string
리턴 AssignmentRule

getCompartment() 공개 메소드

public getCompartment ( long n ) : Compartment
n long
리턴 Compartment

getCompartment() 공개 메소드

public getCompartment ( string sid ) : Compartment
sid string
리턴 Compartment

getCompartmentType() 공개 메소드

public getCompartmentType ( long n ) : CompartmentType
n long
리턴 CompartmentType

getCompartmentType() 공개 메소드

public getCompartmentType ( string sid ) : CompartmentType
sid string
리턴 CompartmentType

getConstraint() 공개 메소드

public getConstraint ( long n ) : Constraint
n long
리턴 Constraint

getConversionFactor() 공개 메소드

public getConversionFactor ( ) : string
리턴 string

getElementByMetaId() 공개 메소드

public getElementByMetaId ( string metaid ) : SBase
metaid string
리턴 SBase

getElementBySId() 공개 메소드

public getElementBySId ( string id ) : SBase
id string
리턴 SBase

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getEvent() 공개 메소드

public getEvent ( long n ) : Event
n long
리턴 Event

getEvent() 공개 메소드

public getEvent ( string sid ) : Event
sid string
리턴 Event

getExtentUnits() 공개 메소드

public getExtentUnits ( ) : string
리턴 string

getFormulaUnitsDataForAssignment() 공개 메소드

public getFormulaUnitsDataForAssignment ( string sid ) : SWIGTYPE_p_FormulaUnitsData
sid string
리턴 SWIGTYPE_p_FormulaUnitsData

getFormulaUnitsDataForVariable() 공개 메소드

public getFormulaUnitsDataForVariable ( string sid ) : SWIGTYPE_p_FormulaUnitsData
sid string
리턴 SWIGTYPE_p_FormulaUnitsData

getFunctionDefinition() 공개 메소드

public getFunctionDefinition ( long n ) : FunctionDefinition
n long
리턴 FunctionDefinition

getFunctionDefinition() 공개 메소드

public getFunctionDefinition ( string sid ) : FunctionDefinition
sid string
리턴 FunctionDefinition

getId() 공개 메소드

public getId ( ) : string
리턴 string

getInitialAssignment() 공개 메소드

public getInitialAssignment ( long n ) : InitialAssignment
n long
리턴 InitialAssignment

getInitialAssignment() 공개 메소드

public getInitialAssignment ( string symbol ) : InitialAssignment
symbol string
리턴 InitialAssignment

getInitialAssignmentBySymbol() 공개 메소드

public getInitialAssignmentBySymbol ( string symbol ) : InitialAssignment
symbol string
리턴 InitialAssignment

getLengthUnits() 공개 메소드

public getLengthUnits ( ) : string
리턴 string

getListOfCompartmentTypes() 공개 메소드

public getListOfCompartmentTypes ( ) : ListOfCompartmentTypes
리턴 ListOfCompartmentTypes

getListOfCompartments() 공개 메소드

public getListOfCompartments ( ) : ListOfCompartments
리턴 ListOfCompartments

getListOfConstraints() 공개 메소드

public getListOfConstraints ( ) : ListOfConstraints
리턴 ListOfConstraints

getListOfEvents() 공개 메소드

public getListOfEvents ( ) : ListOfEvents
리턴 ListOfEvents

getListOfFunctionDefinitions() 공개 메소드

public getListOfFunctionDefinitions ( ) : ListOfFunctionDefinitions
리턴 ListOfFunctionDefinitions

getListOfInitialAssignments() 공개 메소드

public getListOfInitialAssignments ( ) : ListOfInitialAssignments
리턴 ListOfInitialAssignments

getListOfParameters() 공개 메소드

public getListOfParameters ( ) : ListOfParameters
리턴 ListOfParameters

getListOfReactions() 공개 메소드

public getListOfReactions ( ) : ListOfReactions
리턴 ListOfReactions

getListOfRules() 공개 메소드

public getListOfRules ( ) : ListOfRules
리턴 ListOfRules

getListOfSpecies() 공개 메소드

public getListOfSpecies ( ) : ListOfSpecies
리턴 ListOfSpecies

getListOfSpeciesTypes() 공개 메소드

public getListOfSpeciesTypes ( ) : ListOfSpeciesTypes
리턴 ListOfSpeciesTypes

getListOfUnitDefinitions() 공개 메소드

public getListOfUnitDefinitions ( ) : ListOfUnitDefinitions
리턴 ListOfUnitDefinitions

getModifierSpeciesReference() 공개 메소드

public getModifierSpeciesReference ( string sid ) : ModifierSpeciesReference
sid string
리턴 ModifierSpeciesReference

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNumCompartmentTypes() 공개 메소드

public getNumCompartmentTypes ( ) : long
리턴 long

getNumCompartments() 공개 메소드

public getNumCompartments ( ) : long
리턴 long

getNumConstraints() 공개 메소드

public getNumConstraints ( ) : long
리턴 long

getNumEvents() 공개 메소드

public getNumEvents ( ) : long
리턴 long

getNumFunctionDefinitions() 공개 메소드

public getNumFunctionDefinitions ( ) : long
리턴 long

getNumInitialAssignments() 공개 메소드

public getNumInitialAssignments ( ) : long
리턴 long

getNumParameters() 공개 메소드

public getNumParameters ( ) : long
리턴 long

getNumReactions() 공개 메소드

public getNumReactions ( ) : long
리턴 long

getNumRules() 공개 메소드

public getNumRules ( ) : long
리턴 long

getNumSpecies() 공개 메소드

public getNumSpecies ( ) : long
리턴 long

getNumSpeciesTypes() 공개 메소드

public getNumSpeciesTypes ( ) : long
리턴 long

getNumSpeciesWithBoundaryCondition() 공개 메소드

public getNumSpeciesWithBoundaryCondition ( ) : long
리턴 long

getNumUnitDefinitions() 공개 메소드

public getNumUnitDefinitions ( ) : long
리턴 long

getParameter() 공개 메소드

public getParameter ( long n ) : Parameter
n long
리턴 Parameter

getParameter() 공개 메소드

public getParameter ( string sid ) : Parameter
sid string
리턴 Parameter

getRateRule() 공개 메소드

public getRateRule ( string variable ) : RateRule
variable string
리턴 RateRule

getRateRuleByVariable() 공개 메소드

public getRateRuleByVariable ( string variable ) : RateRule
variable string
리턴 RateRule

getReaction() 공개 메소드

public getReaction ( long n ) : Reaction
n long
리턴 Reaction

getReaction() 공개 메소드

public getReaction ( string sid ) : Reaction
sid string
리턴 Reaction

getRule() 공개 메소드

public getRule ( long n ) : Rule
n long
리턴 Rule

getRule() 공개 메소드

public getRule ( string variable ) : Rule
variable string
리턴 Rule

getRuleByVariable() 공개 메소드

public getRuleByVariable ( string variable ) : Rule
variable string
리턴 Rule

getSpecies() 공개 메소드

public getSpecies ( long n ) : Species
n long
리턴 Species

getSpecies() 공개 메소드

public getSpecies ( string sid ) : Species
sid string
리턴 Species

getSpeciesReference() 공개 메소드

public getSpeciesReference ( string sid ) : SpeciesReference
sid string
리턴 SpeciesReference

getSpeciesType() 공개 메소드

public getSpeciesType ( long n ) : SpeciesType
n long
리턴 SpeciesType

getSpeciesType() 공개 메소드

public getSpeciesType ( string sid ) : SpeciesType
sid string
리턴 SpeciesType

getSubstanceUnits() 공개 메소드

public getSubstanceUnits ( ) : string
리턴 string

getTimeUnits() 공개 메소드

public getTimeUnits ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

getUnitDefinition() 공개 메소드

public getUnitDefinition ( long n ) : UnitDefinition
n long
리턴 UnitDefinition

getUnitDefinition() 공개 메소드

public getUnitDefinition ( string sid ) : UnitDefinition
sid string
리턴 UnitDefinition

getVolumeUnits() 공개 메소드

public getVolumeUnits ( ) : string
리턴 string

hasRequiredElements() 공개 메소드

public hasRequiredElements ( ) : bool
리턴 bool

isPopulatedListFormulaUnitsData() 공개 메소드

public isPopulatedListFormulaUnitsData ( ) : bool
리턴 bool

isSetAreaUnits() 공개 메소드

public isSetAreaUnits ( ) : bool
리턴 bool

isSetConversionFactor() 공개 메소드

public isSetConversionFactor ( ) : bool
리턴 bool

isSetExtentUnits() 공개 메소드

public isSetExtentUnits ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetLengthUnits() 공개 메소드

public isSetLengthUnits ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

isSetSubstanceUnits() 공개 메소드

public isSetSubstanceUnits ( ) : bool
리턴 bool

isSetTimeUnits() 공개 메소드

public isSetTimeUnits ( ) : bool
리턴 bool

isSetVolumeUnits() 공개 메소드

public isSetVolumeUnits ( ) : bool
리턴 bool

populateListFormulaUnitsData() 공개 메소드

public populateListFormulaUnitsData ( ) : void
리턴 void

removeCompartment() 공개 메소드

public removeCompartment ( long n ) : Compartment
n long
리턴 Compartment

removeCompartment() 공개 메소드

public removeCompartment ( string sid ) : Compartment
sid string
리턴 Compartment

removeCompartmentType() 공개 메소드

public removeCompartmentType ( long n ) : CompartmentType
n long
리턴 CompartmentType

removeCompartmentType() 공개 메소드

public removeCompartmentType ( string sid ) : CompartmentType
sid string
리턴 CompartmentType

removeCompartmentTypes() 공개 메소드

public removeCompartmentTypes ( ) : void
리턴 void

removeConstraint() 공개 메소드

public removeConstraint ( long n ) : Constraint
n long
리턴 Constraint

removeEvent() 공개 메소드

public removeEvent ( long n ) : Event
n long
리턴 Event

removeEvent() 공개 메소드

public removeEvent ( string sid ) : Event
sid string
리턴 Event

removeFromParentAndDelete() 공개 메소드

public removeFromParentAndDelete ( ) : int
리턴 int

removeFunctionDefinition() 공개 메소드

public removeFunctionDefinition ( long n ) : FunctionDefinition
n long
리턴 FunctionDefinition

removeFunctionDefinition() 공개 메소드

public removeFunctionDefinition ( string sid ) : FunctionDefinition
sid string
리턴 FunctionDefinition

removeInitialAssignment() 공개 메소드

public removeInitialAssignment ( long n ) : InitialAssignment
n long
리턴 InitialAssignment

removeInitialAssignment() 공개 메소드

public removeInitialAssignment ( string symbol ) : InitialAssignment
symbol string
리턴 InitialAssignment

removeParameter() 공개 메소드

public removeParameter ( long n ) : Parameter
n long
리턴 Parameter

removeParameter() 공개 메소드

public removeParameter ( string sid ) : Parameter
sid string
리턴 Parameter

removeParameterRuleUnits() 공개 메소드

public removeParameterRuleUnits ( bool strict ) : void
strict bool
리턴 void

removeReaction() 공개 메소드

public removeReaction ( long n ) : Reaction
n long
리턴 Reaction

removeReaction() 공개 메소드

public removeReaction ( string sid ) : Reaction
sid string
리턴 Reaction

removeRule() 공개 메소드

public removeRule ( long n ) : Rule
n long
리턴 Rule

removeRule() 공개 메소드

public removeRule ( string variable ) : Rule
variable string
리턴 Rule

removeRuleByVariable() 공개 메소드

public removeRuleByVariable ( string variable ) : Rule
variable string
리턴 Rule

removeSpecies() 공개 메소드

public removeSpecies ( long n ) : Species
n long
리턴 Species

removeSpecies() 공개 메소드

public removeSpecies ( string sid ) : Species
sid string
리턴 Species

removeSpeciesType() 공개 메소드

public removeSpeciesType ( long n ) : SpeciesType
n long
리턴 SpeciesType

removeSpeciesType() 공개 메소드

public removeSpeciesType ( string sid ) : SpeciesType
sid string
리턴 SpeciesType

removeSpeciesTypes() 공개 메소드

public removeSpeciesTypes ( ) : void
리턴 void

removeUnitDefinition() 공개 메소드

public removeUnitDefinition ( long n ) : UnitDefinition
n long
리턴 UnitDefinition

removeUnitDefinition() 공개 메소드

public removeUnitDefinition ( string sid ) : UnitDefinition
sid string
리턴 UnitDefinition

renameAllIds() 공개 메소드

public renameAllIds ( IdentifierTransformer idTransformer ) : int
idTransformer IdentifierTransformer
리턴 int

renameAllIds() 공개 메소드

public renameAllIds ( IdentifierTransformer idTransformer, ElementFilter filter ) : int
idTransformer IdentifierTransformer
filter ElementFilter
리턴 int

renameIDs() 공개 메소드

public renameIDs ( SBaseList elements, IdentifierTransformer idTransformer ) : void
elements SBaseList
idTransformer IdentifierTransformer
리턴 void

renameSIdRefs() 공개 메소드

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

renameUnitSIdRefs() 공개 메소드

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

setAnnotation() 공개 메소드

public setAnnotation ( XMLNode annotation ) : int
annotation XMLNode
리턴 int

setAnnotation() 공개 메소드

public setAnnotation ( string annotation ) : int
annotation string
리턴 int

setAreaUnits() 공개 메소드

public setAreaUnits ( string units ) : int
units string
리턴 int

setConversionFactor() 공개 메소드

public setConversionFactor ( string units ) : int
units string
리턴 int

setExtentUnits() 공개 메소드

public setExtentUnits ( string units ) : int
units string
리턴 int

setId() 공개 메소드

public setId ( string sid ) : int
sid string
리턴 int

setLengthUnits() 공개 메소드

public setLengthUnits ( string units ) : int
units string
리턴 int

setName() 공개 메소드

public setName ( string name ) : int
name string
리턴 int

setSpatialDimensions() 공개 메소드

public setSpatialDimensions ( ) : void
리턴 void

setSpatialDimensions() 공개 메소드

public setSpatialDimensions ( double dims ) : void
dims double
리턴 void

setSpeciesReferenceConstantValueAndStoichiometry() 공개 메소드

public setSpeciesReferenceConstantValueAndStoichiometry ( ) : void
리턴 void

setSubstanceUnits() 공개 메소드

public setSubstanceUnits ( string units ) : int
units string
리턴 int

setTimeUnits() 공개 메소드

public setTimeUnits ( string units ) : int
units string
리턴 int

setVolumeUnits() 공개 메소드

public setVolumeUnits ( string units ) : int
units string
리턴 int

unsetAreaUnits() 공개 메소드

public unsetAreaUnits ( ) : int
리턴 int

unsetConversionFactor() 공개 메소드

public unsetConversionFactor ( ) : int
리턴 int

unsetExtentUnits() 공개 메소드

public unsetExtentUnits ( ) : int
리턴 int

unsetId() 공개 메소드

public unsetId ( ) : int
리턴 int

unsetLengthUnits() 공개 메소드

public unsetLengthUnits ( ) : int
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int

unsetSubstanceUnits() 공개 메소드

public unsetSubstanceUnits ( ) : int
리턴 int

unsetTimeUnits() 공개 메소드

public unsetTimeUnits ( ) : int
리턴 int

unsetVolumeUnits() 공개 메소드

public unsetVolumeUnits ( ) : int
리턴 int