Class BiGGDB.ForeignReaction

java.lang.Object
de.uni_halle.informatik.biodata.mp.db.bigg.BiGGDB.ForeignReaction
Enclosing class:
BiGGDB

public class BiGGDB.ForeignReaction extends Object
Represents a reaction from an external data source mapped to the BiGG database, including its compartment details. "Foreign" in this context refers to the origin of the reaction data from a source outside of the primary BiGG database schema, typically involving cross-referencing with external databases or data sources.
  • Field Details

    • reactionId

      public final String reactionId
    • compartmentId

      public final String compartmentId
    • compartmentName

      public final String compartmentName
  • Constructor Details

    • ForeignReaction

      public ForeignReaction(String reactionId, String compartmentId, String compartmentName)
      Constructs a new ForeignReaction instance.
      Parameters:
      reactionId - The BiGG ID of the reaction.
      compartmentId - The BiGG ID of the compartment.
      compartmentName - The name of the compartment.