Uses of Interface
omix.lang.model.BioNode

Packages that use BioNode 
Package Description
omix.lang.model
This package contains all network components as OVL extendable types.
  • Uses of BioNode in omix.lang.model

    Subinterfaces of BioNode in omix.lang.model 
    Modifier and Type Interface Description
    interface  Metabolite
    Represents all instances of a metabolite pool in the metabolic network diagram.
    interface  Reaction
    This type represents reactions in OVL.
    Methods in omix.lang.model that return BioNode 
    Modifier and Type Method Description
    BioNode FluxEdge.dst()
    returns the destination node this edge is connected with.
    BioNode FluxEdge.src()
    returns the source node this edge is connected with.