Structure of the class "modelorg_irrev". Objects of that class are
returned by the function mod2irrev.
Objects can be created by calls of the function modelorg_irrev:
test <- modelorg_irrev(id = "foo", name = "bar").
irrev:Object of class "logical" indicating if the model is in
irreversible format.
matchrev:Object of class "integer" matching of forward and backward
reactions of a reversible reaction.
rev2irrev:Object of class "matrix" containing the reaction id's of the
corresponding reactions in irreversible format.
irrev2rev:Object of class "integer" containing the reaction id's of the
corresponding reaction in reversible format.
irrev<-:signature(object = "modelorg_irrev"): sets the irrev slot.
irrev:signature(object = "modelorg_irrev"): gets the irrev slot.
matchrev<-:signature(object = "modelorg_irrev"): sets the matchrev
slot.
matchrev:signature(object = "modelorg_irrev"): gets the matchrev
slot.
rev2irrev<-:signature(object = "modelorg_irrev"): sets the rev2irrev
slot.
rev2irrev:signature(object = "modelorg_irrev"): gets the rev2irrev
slot.
irrev2rev<-:signature(object = "modelorg_irrev"): sets the irrev2rev
slot.
irrev2rev:signature(object = "modelorg_irrev"): gets the irrev2rev
slot.
# NOT RUN {
showClass("modelorg_irrev")
# }
Run the code above in your browser using DataLab