Skip to content

Instantly share code, notes, and snippets.

@hovo1990
Last active June 21, 2016 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hovo1990/8eb63c94a5feb695beb2f8ffd23be0c4 to your computer and use it in GitHub Desktop.
Save hovo1990/8eb63c94a5feb695beb2f8ffd23be0c4 to your computer and use it in GitHub Desktop.
pyjnius inside classes
from jnius import autoclass
compartment = autoclass('org.sbml.jsbml.Compartment')
>>> compartment
>>> <class 'jnius.reflect.org.sbml.jsbml.Compartment'>
dir(Compartment)
['UNKNOWN_ATTRIBUTES', 'UNKNOWN_ELEMENTS', '__class__', '__cls_storage', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__javaclass__', '__javaconstructor__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__pyx_vtable__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'addAllChangeListeners', 'addCVTerm', 'addDeclaredNamespace', 'addExtension', 'addPlugin', 'addTreeNodeChangeListener', 'allowsChildren', 'annotation', 'annotationString', 'appendAnnotation', 'appendNotes', 'cVTermCount', 'cVTerms', 'childCount', 'children', 'clearUserObjects', 'clone', 'compartmentType', 'compartmentTypeInstance', 'constant', 'containsUndeclaredUnits', 'containsUserObjectKey', 'createHistory', 'createPlugin', 'dMandatory', 'declaredNamespaces', 'derivedUnitDefinition', 'derivedUnits', 'disablePackage', 'eaf', 'elementName', 'enablePackage', 'equals', 'etAnnotation', 'etCompartmentType', 'etCompartmentTypeInstance', 'etConstant', 'etHistory', 'etId', 'etLevel', 'etLevelAndVersion', 'etMetaId', 'etName', 'etNotes', 'etOutside', 'etOutsideInstance', 'etPackageVErsion', 'etParent', 'etParentSBMLObject', 'etSBOTerm', 'etSize', 'etSpatialDimensions', 'etUnits', 'etUnitsInstance', 'etUserObjects', 'etValue', 'etVersion', 'etVolume', 'extensionCount', 'extensionPackages', 'filter', 'filterCVTerms', 'fireNodeAddedEvent', 'fireNodeRemovedEvent', 'firePropertyChange', 'getAllowsChildren', 'getAnnotation', 'getAnnotationString', 'getCVTerm', 'getCVTermCount', 'getCVTerms', 'getChildAt', 'getChildCount', 'getClass', 'getCompartmentType', 'getCompartmentTypeInstance', 'getConstant', 'getDeclaredNamespaces', 'getDerivedUnitDefinition', 'getDerivedUnits', 'getElementName', 'getExtension', 'getExtensionCount', 'getExtensionPackages', 'getHistory', 'getId', 'getIndex', 'getLevel', 'getLevelAndVersion', 'getListOfTreeNodeChangeListeners', 'getMetaId', 'getModel', 'getName', 'getNamespace', 'getNotes', 'getNotesString', 'getNumCVTerms', 'getNumChildren', 'getNumPlugins', 'getOutside', 'getOutsideInstance', 'getPackageName', 'getPackageVersion', 'getParent', 'getParentSBMLObject', 'getPlugin', 'getPredefinedUnitID', 'getRoot', 'getSBMLDocument', 'getSBOTerm', 'getSBOTermID', 'getSize', 'getSpatialDimensions', 'getSpatialDimensionsAsDouble', 'getTreeNodeChangeListenerCount', 'getURI', 'getUnits', 'getUnitsInstance', 'getUserObject', 'getValue', 'getVersion', 'getVolume', 'hasValidAnnotation', 'hasValidLevelVersionNamespaceCombination', 'hashCode', 'history', 'id', 'indexOf', 'initDefaults', 'isConstant', 'isExtendedByOtherPackages', 'isIdMandatory', 'isLeaf', 'isPackageEnabled', 'isPackageURIEnabled', 'isPkgEnabled', 'isPkgURIEnabled', 'isPredefinedUnitsID', 'isRoot', 'isSetAnnotation', 'isSetCompartmentType', 'isSetCompartmentTypeInstance', 'isSetConstant', 'isSetHistory', 'isSetId', 'isSetLevel', 'isSetLevelAndVersion', 'isSetMetaId', 'isSetName', 'isSetNotes', 'isSetOutside', 'isSetOutsideInstance', 'isSetPackageVErsion', 'isSetParent', 'isSetParentSBMLObject', 'isSetPlugin', 'isSetSBOTerm', 'isSetSize', 'isSetSpatialDimensions', 'isSetUnits', 'isSetUnitsInstance', 'isSetUserObjects', 'isSetValue', 'isSetVersion', 'isSetVolume', 'isValidId', 'isValidLevelAndVersionCombination', 'isValidMetaId', 'level', 'levelAndVersion', 'listOfTreeNodeChangeListeners', 'metaId', 'model', 'name', 'namespace', 'notes', 'notesString', 'notify', 'notifyAll', 'numCVTerms', 'numChildren', 'numPlugins', 'onstant', 'oot', 'outside', 'outsideInstance', 'packageName', 'packageVersion', 'parentSBMLObject', 'predefinedUnitID', 'putUserObject', 'readAttribute', 'registerChild', 'removeAllTreeNodeChangeListeners', 'removeCVTerm', 'removeFromParent', 'removeTreeNodeChangeListener', 'removeUserObject', 'root', 'sBMLDocument', 'sBOTerm', 'sBOTermID', 'setAnnotation', 'setCompartmentType', 'setConstant', 'setHistory', 'setId', 'setLevel', 'setMetaId', 'setName', 'setNamespace', 'setNotes', 'setOutside', 'setPackageVersion', 'setParent', 'setSBOTerm', 'setSize', 'setSpatialDimensions', 'setThisAsParentSBMLObject', 'setUnits', 'setValue', 'setVersion', 'setVolume', 'size', 'spatialDimensions', 'spatialDimensionsAsDouble', 'toString', 'treeNodeChangeListenerCount', 'uRI', 'units', 'unitsInstance', 'unregisterChild', 'unsetAnnotation', 'unsetCVTerms', 'unsetCompartmentType', 'unsetConstant', 'unsetExtension', 'unsetHistory', 'unsetId', 'unsetMetaId', 'unsetName', 'unsetNamespace', 'unsetNotes', 'unsetOutside', 'unsetPlugin', 'unsetSBOTerm', 'unsetSize', 'unsetSpatialDimensions', 'unsetUnits', 'unsetValue', 'unsetVolume', 'userObjectKeySet', 'value', 'version', 'volume', 'wait', 'writeXMLAttributes', 'xtendedByOtherPackages']
reaction = autoclass('org.sbml.jsbml.Reaction')
dir(reaction)
['UNKNOWN_ATTRIBUTES', 'UNKNOWN_ELEMENTS', '__class__', '__cls_storage', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__javaclass__', '__javaconstructor__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__pyx_vtable__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'addAllChangeListeners', 'addCVTerm', 'addDeclaredNamespace', 'addExtension', 'addModifier', 'addPlugin', 'addProduct', 'addReactant', 'addTreeNodeChangeListener', 'allowsChildren', 'annotation', 'annotationString', 'appendAnnotation', 'appendNotes', 'ast', 'cVTermCount', 'cVTerms', 'childCount', 'children', 'clearUserObjects', 'clone', 'compartment', 'containsUndeclaredUnits', 'containsUserObjectKey', 'createHistory', 'createKineticLaw', 'createModifier', 'createPlugin', 'createProduct', 'createReactant', 'dMandatory', 'declaredNamespaces', 'derivedUnitDefinition', 'derivedUnits', 'disablePackage', 'eaf', 'elementName', 'enablePackage', 'equals', 'etAnnotation', 'etCompartment', 'etCompartmentInstance', 'etFast', 'etHistory', 'etId', 'etKineticLaw', 'etLevel', 'etLevelAndVersion', 'etListOfModifiers', 'etListOfProducts', 'etListOfReactants', 'etMetaId', 'etName', 'etNotes', 'etPackageVErsion', 'etParent', 'etParentSBMLObject', 'etReversible', 'etSBOTerm', 'etUserObjects', 'etVersion', 'eversible', 'extensionCount', 'extensionPackages', 'fast', 'filter', 'filterCVTerms', 'fireNodeAddedEvent', 'fireNodeRemovedEvent', 'firePropertyChange', 'getAllowsChildren', 'getAnnotation', 'getAnnotationString', 'getCVTerm', 'getCVTermCount', 'getCVTerms', 'getChildAt', 'getChildCount', 'getClass', 'getCompartment', 'getCompartmentInstance', 'getDeclaredNamespaces', 'getDerivedUnitDefinition', 'getDerivedUnits', 'getElementName', 'getExtension', 'getExtensionCount', 'getExtensionPackages', 'getFast', 'getHistory', 'getId', 'getIndex', 'getKineticLaw', 'getLevel', 'getLevelAndVersion', 'getListOfModifiers', 'getListOfProducts', 'getListOfReactants', 'getListOfTreeNodeChangeListeners', 'getMetaId', 'getModel', 'getModifier', 'getModifierCount', 'getModifierForSpecies', 'getName', 'getNamespace', 'getNotes', 'getNotesString', 'getNumCVTerms', 'getNumChildren', 'getNumModifiers', 'getNumPlugins', 'getNumProducts', 'getNumReactants', 'getPackageName', 'getPackageVersion', 'getParent', 'getParentSBMLObject', 'getPlugin', 'getProduct', 'getProductCount', 'getProductForSpecies', 'getReactant', 'getReactantCount', 'getReactantForSpecies', 'getReversible', 'getRoot', 'getSBMLDocument', 'getSBOTerm', 'getSBOTermID', 'getTreeNodeChangeListenerCount', 'getURI', 'getUserObject', 'getVersion', 'hasModifier', 'hasProduct', 'hasReactant', 'hasValidAnnotation', 'hasValidLevelVersionNamespaceCombination', 'hashCode', 'history', 'id', 'indexOf', 'initDefaults', 'involves', 'isCompartmentMandatory', 'isExtendedByOtherPackages', 'isFast', 'isIdMandatory', 'isLeaf', 'isPackageEnabled', 'isPackageURIEnabled', 'isPkgEnabled', 'isPkgURIEnabled', 'isReversible', 'isRoot', 'isSetAnnotation', 'isSetCompartment', 'isSetCompartmentInstance', 'isSetFast', 'isSetHistory', 'isSetId', 'isSetKineticLaw', 'isSetLevel', 'isSetLevelAndVersion', 'isSetListOfModifiers', 'isSetListOfProducts', 'isSetListOfReactants', 'isSetMetaId', 'isSetName', 'isSetNotes', 'isSetPackageVErsion', 'isSetParent', 'isSetParentSBMLObject', 'isSetPlugin', 'isSetReversible', 'isSetSBOTerm', 'isSetUserObjects', 'isSetVersion', 'isValidId', 'isValidLevelAndVersionCombination', 'isValidMetaId', 'kineticLaw', 'level', 'levelAndVersion', 'listOfModifiers', 'listOfProducts', 'listOfReactants', 'listOfTreeNodeChangeListeners', 'metaId', 'model', 'modifierCount', 'name', 'namespace', 'notes', 'notesString', 'notify', 'notifyAll', 'numCVTerms', 'numChildren', 'numModifiers', 'numPlugins', 'numProducts', 'numReactants', 'ompartmentMandatory', 'oot', 'packageName', 'packageVersion', 'parentSBMLObject', 'productCount', 'putUserObject', 'reactantCount', 'readAttribute', 'registerChild', 'removeAllTreeNodeChangeListeners', 'removeCVTerm', 'removeFromParent', 'removeModifier', 'removeProduct', 'removeReactant', 'removeTreeNodeChangeListener', 'removeUserObject', 'reversible', 'root', 'sBMLDocument', 'sBOTerm', 'sBOTermID', 'setAnnotation', 'setCompartment', 'setFast', 'setHistory', 'setId', 'setKineticLaw', 'setLevel', 'setListOfModifiers', 'setListOfProducts', 'setListOfReactants', 'setMetaId', 'setName', 'setNamespace', 'setNotes', 'setPackageVersion', 'setParent', 'setReversible', 'setSBOTerm', 'setThisAsParentSBMLObject', 'setVersion', 'toString', 'treeNodeChangeListenerCount', 'uRI', 'unregisterChild', 'unsetAnnotation', 'unsetCVTerms', 'unsetCompartment', 'unsetExtension', 'unsetFast', 'unsetHistory', 'unsetId', 'unsetKineticLaw', 'unsetListOfModifiers', 'unsetListOfProducts', 'unsetListOfReactants', 'unsetMetaId', 'unsetName', 'unsetNamespace', 'unsetNotes', 'unsetPlugin', 'unsetReversible', 'unsetSBOTerm', 'userObjectKeySet', 'version', 'wait', 'writeXMLAttributes', 'xtendedByOtherPackages']
model = autoclass('org.sbml.jsbml.Model')
dir(model)
['UNKNOWN_ATTRIBUTES', 'UNKNOWN_ELEMENTS', '__class__', '__cls_storage', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__javaclass__', '__javaconstructor__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__pyx_vtable__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', 'accept', 'addAllChangeListeners', 'addCVTerm', 'addCompartment', 'addCompartmentType', 'addConstraint', 'addDeclaredNamespace', 'addEvent', 'addExtension', 'addFunctionDefinition', 'addInitialAssignment', 'addParameter', 'addPlugin', 'addReaction', 'addRule', 'addSpecies', 'addSpeciesType', 'addTreeNodeChangeListener', 'addUnitDefinition', 'addUnitDefinitionOrReturnIdenticalUnit', 'allowsChildren', 'annotation', 'annotationString', 'appendAnnotation', 'appendNotes', 'areaUnits', 'areaUnitsInstance', 'cVTermCount', 'cVTerms', 'childCount', 'children', 'clearUserObjects', 'clone', 'compartmentCount', 'compartmentTypeCount', 'constraintCount', 'containsCompartment', 'containsFunctionDefinition', 'containsParameter', 'containsQuantity', 'containsReaction', 'containsSpecies', 'containsUniqueNamedSBase', 'containsUnitDefinition', 'containsUserObjectKey', 'conversionFactor', 'conversionFactorInstance', 'createAlgebraicRule', 'createAssignmentRule', 'createCompartment', 'createCompartmentType', 'createConstraint', 'createDelay', 'createEvent', 'createEventAssignment', 'createFunctionDefinition', 'createHistory', 'createInitialAssignment', 'createKineticLaw', 'createKineticLawParameter', 'createKineticParameter', 'createModifier', 'createParameter', 'createPlugin', 'createProduct', 'createRateRule', 'createReactant', 'createReaction', 'createSpecies', 'createSpeciesType', 'createTrigger', 'createUnit', 'createUnitDefinition', 'dMandatory', 'declaredNamespaces', 'delayCount', 'disablePackage', 'eaf', 'elementName', 'enablePackage', 'equals', 'etAnnotation', 'etAreaUnits', 'etAreaUnitsInstance', 'etConversionFactor', 'etConversionFactorInstance', 'etExtentUnits', 'etExtentUnitsInstance', 'etHistory', 'etId', 'etLengthUnits', 'etLengthUnitsInstance', 'etLevel', 'etLevelAndVersion', 'etListOfCompartmentTypes', 'etListOfCompartments', 'etListOfConstraints', 'etListOfEvents', 'etListOfFunctionDefinitions', 'etListOfInitialAssignments', 'etListOfParameters', 'etListOfReactions', 'etListOfRules', 'etListOfSpecies', 'etListOfSpeciesTypes', 'etListOfUnitDefinitions', 'etMetaId', 'etModelHistory', 'etName', 'etNotes', 'etPackageVErsion', 'etParent', 'etParentSBMLObject', 'etSBOTerm', 'etSubstanceUnits', 'etSubstanceUnitsInstance', 'etTimeUnits', 'etTimeUnitsInstance', 'etUserObjects', 'etVersion', 'etVolumeUnits', 'etVolumeUnitsInstance', 'eventAssignmentCount', 'eventCount', 'extensionCount', 'extensionPackages', 'extentUnits', 'extentUnitsInstance', 'filter', 'filterCVTerms', 'findCallableSBase', 'findIdentical', 'findLocalParameters', 'findModifierSpeciesReference', 'findNamedSBase', 'findNamedSBaseWithDerivedUnit', 'findQuantity', 'findQuantityWithUnit', 'findReactionsForLocalParameter', 'findSimpleSpeciesReference', 'findSpeciesReference', 'findSymbol', 'findUniqueNamedSBase', 'findUnitDefinition', 'findVariable', 'fireNodeAddedEvent', 'fireNodeRemovedEvent', 'firePropertyChange', 'functionDefinitionCount', 'getAllowsChildren', 'getAnnotation', 'getAnnotationString', 'getAreaUnits', 'getAreaUnitsInstance', 'getCVTerm', 'getCVTermCount', 'getCVTerms', 'getChildAt', 'getChildCount', 'getClass', 'getCompartment', 'getCompartmentCount', 'getCompartmentType', 'getCompartmentTypeCount', 'getConstraint', 'getConstraintCount', 'getConversionFactor', 'getConversionFactorInstance', 'getDeclaredNamespaces', 'getDelayCount', 'getElementName', 'getEvent', 'getEventAssignmentCount', 'getEventCount', 'getExtension', 'getExtensionCount', 'getExtensionPackages', 'getExtentUnits', 'getExtentUnitsInstance', 'getFunctionDefinition', 'getFunctionDefinitionCount', 'getHistory', 'getId', 'getIndex', 'getInitialAssignment', 'getInitialAssignmentCount', 'getKineticLawCount', 'getLengthUnits', 'getLengthUnitsInstance', 'getLevel', 'getLevelAndVersion', 'getListOfCompartmentTypes', 'getListOfCompartments', 'getListOfConstraints', 'getListOfCount', 'getListOfEvents', 'getListOfFunctionDefinitions', 'getListOfInitialAssignments', 'getListOfParameters', 'getListOfPredefinedUnitDefinitions', 'getListOfReactions', 'getListOfRules', 'getListOfSpecies', 'getListOfSpeciesTypes', 'getListOfTreeNodeChangeListeners', 'getListOfUnitDefinitions', 'getLocalParameterCount', 'getMathContainerCount', 'getMetaId', 'getModel', 'getModelHistory', 'getModifierSpeciesReferenceCount', 'getModifierSpeciesReferences', 'getName', 'getNamedSBaseCount', 'getNamedSBaseWithDerivedUnitCount', 'getNamespace', 'getNotes', 'getNotesString', 'getNumCVTerms', 'getNumChildren', 'getNumCompartmentTypes', 'getNumCompartments', 'getNumConstraints', 'getNumDelays', 'getNumEventAssignments', 'getNumEvents', 'getNumFunctionDefinitions', 'getNumInitialAssignments', 'getNumKineticLaws', 'getNumListsOf', 'getNumLocalParameters', 'getNumMathContainers', 'getNumModifierSpeciesReferences', 'getNumNamedSBases', 'getNumNamedSBasesWithDerivedUnit', 'getNumParameters', 'getNumPlugins', 'getNumQuantities', 'getNumQuantitiesWithUnit', 'getNumReactions', 'getNumRules', 'getNumSBases', 'getNumSBasesWithDerivedUnit', 'getNumSpecies', 'getNumSpeciesReferences', 'getNumSpeciesTypes', 'getNumSpeciesWithBoundaryCondition', 'getNumStoichiometryMath', 'getNumSymbols', 'getNumTriggers', 'getNumUnitDefinitions', 'getNumUnits', 'getNumVariables', 'getPackageName', 'getPackageVersion', 'getParameter', 'getParameterCount', 'getParent', 'getParentSBMLObject', 'getPlugin', 'getPredefinedUnitDefinition', 'getQuantityCount', 'getQuantityWithUnitCount', 'getReaction', 'getReactionCount', 'getRoot', 'getRule', 'getRuleCount', 'getSBMLDocument', 'getSBOTerm', 'getSBOTermID', 'getSBaseCount', 'getSBaseWithDerivedUnitCount', 'getSpecies', 'getSpeciesCount', 'getSpeciesReferenceCount', 'getSpeciesType', 'getSpeciesTypeCount', 'getSpeciesWithBoundaryConditionCount', 'getStoichiometryMathCount', 'getSubstanceUnits', 'getSubstanceUnitsInstance', 'getSymbolCount', 'getTimeUnits', 'getTimeUnitsInstance', 'getTreeNodeChangeListenerCount', 'getTriggerCount', 'getURI', 'getUnitCount', 'getUnitDefinition', 'getUnitDefinitionCount', 'getUserObject', 'getVariableCount', 'getVersion', 'getVolumeUnits', 'getVolumeUnitsInstance', 'hasUnit', 'hasValidAnnotation', 'hasValidLevelVersionNamespaceCombination', 'hashCode', 'history', 'id', 'indexOf', 'initDefaults', 'initialAssignmentCount', 'isExtendedByOtherPackages', 'isIdMandatory', 'isLeaf', 'isPackageEnabled', 'isPackageURIEnabled', 'isPkgEnabled', 'isPkgURIEnabled', 'isRoot', 'isSetAnnotation', 'isSetAreaUnits', 'isSetAreaUnitsInstance', 'isSetConversionFactor', 'isSetConversionFactorInstance', 'isSetExtentUnits', 'isSetExtentUnitsInstance', 'isSetHistory', 'isSetId', 'isSetLengthUnits', 'isSetLengthUnitsInstance', 'isSetLevel', 'isSetLevelAndVersion', 'isSetListOfCompartmentTypes', 'isSetListOfCompartments', 'isSetListOfConstraints', 'isSetListOfEvents', 'isSetListOfFunctionDefinitions', 'isSetListOfInitialAssignments', 'isSetListOfParameters', 'isSetListOfReactions', 'isSetListOfRules', 'isSetListOfSpecies', 'isSetListOfSpeciesTypes', 'isSetListOfUnitDefinitions', 'isSetMetaId', 'isSetModelHistory', 'isSetName', 'isSetNotes', 'isSetPackageVErsion', 'isSetParent', 'isSetParentSBMLObject', 'isSetPlugin', 'isSetSBOTerm', 'isSetSubstanceUnits', 'isSetSubstanceUnitsInstance', 'isSetTimeUnits', 'isSetTimeUnitsInstance', 'isSetUserObjects', 'isSetVersion', 'isSetVolumeUnits', 'isSetVolumeUnitsInstance', 'isValidId', 'isValidLevelAndVersionCombination', 'isValidMetaId', 'kineticLawCount', 'lengthUnits', 'lengthUnitsInstance', 'level', 'levelAndVersion', 'listOfCompartmentTypes', 'listOfCompartments', 'listOfConstraints', 'listOfCount', 'listOfEvents', 'listOfFunctionDefinitions', 'listOfInitialAssignments', 'listOfParameters', 'listOfPredefinedUnitDefinitions', 'listOfReactions', 'listOfRules', 'listOfSpecies', 'listOfSpeciesTypes', 'listOfTreeNodeChangeListeners', 'listOfUnitDefinitions', 'localParameterCount', 'mathContainerCount', 'metaId', 'model', 'modelHistory', 'modifierSpeciesReferenceCount', 'modifierSpeciesReferences', 'name', 'namedSBaseCount', 'namedSBaseWithDerivedUnitCount', 'namespace', 'notes', 'notesString', 'notify', 'notifyAll', 'numCVTerms', 'numChildren', 'numCompartmentTypes', 'numCompartments', 'numConstraints', 'numDelays', 'numEventAssignments', 'numEvents', 'numFunctionDefinitions', 'numInitialAssignments', 'numKineticLaws', 'numListsOf', 'numLocalParameters', 'numMathContainers', 'numModifierSpeciesReferences', 'numNamedSBases', 'numNamedSBasesWithDerivedUnit', 'numParameters', 'numPlugins', 'numQuantities', 'numQuantitiesWithUnit', 'numReactions', 'numRules', 'numSBases', 'numSBasesWithDerivedUnit', 'numSpecies', 'numSpeciesReferences', 'numSpeciesTypes', 'numSpeciesWithBoundaryCondition', 'numStoichiometryMath', 'numSymbols', 'numTriggers', 'numUnitDefinitions', 'numUnits', 'numVariables', 'oot', 'packageName', 'packageVersion', 'parameterCount', 'parentSBMLObject', 'putUserObject', 'quantityCount', 'quantityWithUnitCount', 'reactionCount', 'readAttribute', 'register', 'registerChild', 'remove', 'removeAllTreeNodeChangeListeners', 'removeCVTerm', 'removeCompartment', 'removeCompartmentType', 'removeConstraint', 'removeEvent', 'removeFromParent', 'removeFunctionDefinition', 'removeInitialAssignment', 'removeParameter', 'removeReaction', 'removeRule', 'removeSpecies', 'removeSpeciesType', 'removeTreeNodeChangeListener', 'removeUnitDefinition', 'removeUserObject', 'root', 'ruleCount', 'sBMLDocument', 'sBOTerm', 'sBOTermID', 'sBaseCount', 'sBaseWithDerivedUnitCount', 'setAnnotation', 'setAreaUnits', 'setConversionFactor', 'setExtentUnits', 'setHistory', 'setId', 'setLengthUnits', 'setLevel', 'setListOfCompartmentTypes', 'setListOfCompartments', 'setListOfConstraints', 'setListOfEvents', 'setListOfFunctionDefinitions', 'setListOfInitialAssignments', 'setListOfParameters', 'setListOfReactions', 'setListOfRules', 'setListOfSpecies', 'setListOfSpeciesTypes', 'setListOfUnitDefinitions', 'setMetaId', 'setModelHistory', 'setName', 'setNamespace', 'setNotes', 'setPackageVersion', 'setParent', 'setSBOTerm', 'setSubstanceUnits', 'setThisAsParentSBMLObject', 'setTimeUnits', 'setVersion', 'setVolumeUnits', 'speciesCount', 'speciesReferenceCount', 'speciesTypeCount', 'speciesWithBoundaryConditionCount', 'stoichiometryMathCount', 'substanceUnits', 'substanceUnitsInstance', 'symbolCount', 'timeUnits', 'timeUnitsInstance', 'toString', 'treeNodeChangeListenerCount', 'triggerCount', 'uRI', 'unitCount', 'unitDefinitionCount', 'unregister', 'unregisterChild', 'unsetAnnotation', 'unsetAreaUnits', 'unsetCVTerms', 'unsetConversionFactor', 'unsetExtension', 'unsetExtentUnits', 'unsetHistory', 'unsetId', 'unsetLengthUnits', 'unsetListOfCompartmentTypes', 'unsetListOfCompartments', 'unsetListOfConstraints', 'unsetListOfEvents', 'unsetListOfFunctionDefinitions', 'unsetListOfInitialAssignments', 'unsetListOfParameters', 'unsetListOfReactions', 'unsetListOfRules', 'unsetListOfSpecies', 'unsetListOfSpeciesTypes', 'unsetListOfUnitDefinitions', 'unsetMetaId', 'unsetModelHistory', 'unsetName', 'unsetNamespace', 'unsetNotes', 'unsetPlugin', 'unsetSBOTerm', 'unsetSubstanceUnits', 'unsetTimeUnits', 'unsetVolumeUnits', 'userObjectKeySet', 'variableCount', 'version', 'volumeUnits', 'volumeUnitsInstance', 'wait', 'writeXMLAttributes', 'xtendedByOtherPackages']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment