Class PMREntityReferenceImpl

java.lang.Object
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMRNodeImpl
org.episteme.natural.chemistry.loaders.cml.dom.pmr.PMREntityReferenceImpl
All Implemented Interfaces:
EntityReference, Node

public class PMREntityReferenceImpl extends PMRNodeImpl implements EntityReference
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PMREntityReferenceImpl

      public PMREntityReferenceImpl()
      Creates a new PMREntityReferenceImpl object.
    • PMREntityReferenceImpl

      public PMREntityReferenceImpl(EntityReference er, PMRDocument doc)
      Creates a new PMREntityReferenceImpl object.
      Parameters:
      er - the generic W3C entity reference to delegate to
      doc - the owner CML document