// 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-2003, FreeHEP.
package hep.graphics.heprep;


/**
 * The HasHepRep interface.
 *
 * @author Mark Donszelmann
 */
public interface HasHepRep {

    /**
     * Returns the associated HepRep to this object.
     *
     */
    public HepRep getHepRep();
} // class or interface

