Class ReactionNetworkCompartment

  • All Implemented Interfaces:
    GraphEntity

    public class ReactionNetworkCompartment
    extends ReactionNetworkEntity
    The Class ReactionNetworkCompartment representing a compartment in a reaction network.
    Author:
    Martin Scharm
    • Constructor Detail

      • ReactionNetworkCompartment

        public ReactionNetworkCompartment​(ReactionNetwork rn,
                                          String labelA,
                                          String labelB,
                                          de.unirostock.sems.xmlutils.ds.DocumentNode docA,
                                          de.unirostock.sems.xmlutils.ds.DocumentNode docB)
        Instantiates a new compartment.
        Parameters:
        rn - the reaction network
        labelA - the label of that compartment in the original document
        labelB - the label of that compartment in the modified document
        docA - the original document
        docB - the modified document