getId() of mooseObj should be exposed in python level
Created by: hrani
import moose t = moose.Neutral('/test') t.getId() returns vector of the object instead Id of the moose object <moose.vec: class=Neutral, id=458, path=/test>
This is useful to get at python level. while writing to SBML I have issue as mooseObject with same name might exist with different compartment. If I get Id of the object as number, then appending this along with name would be easy