// AID-GENERATED // ========================================================================= // This class was generated by AID - Abstract Interface Definition // DO NOT MODIFY, but use the org.freehep.aid.Aid utility to regenerate it. // ========================================================================= // Copyright 2000-2005, FreeHEP. package hep.graphics.heprep; /** * The HasHepRep interface. * * @author Mark Donszelmann */ public interface HasHepRep { /** * Returns the associated HepRep to this object. * @return associated HepRep */ public HepRep getHepRep(); } // class or interface