// these interfaces may move at some point to something like: hep.heprep
package hep.graphics.heprep1;

import java.util.Enumeration;


/**
 *
 * @author M.Donszelmann
 *
 * @version $Id: HepRepInstance.java,v 1.2 2004/07/18 08:19:41 duns Exp $
 */

public interface HepRepInstance extends HepRepAttribute {
    public static final String cvsId = "$Id: HepRepInstance.java,v 1.2 2004/07/18 08:19:41 duns Exp $";

    public HepRepType getType();
    
    public Enumeration getTypes();
    
    public Enumeration getPrimitives();
    public Enumeration getPoints();
}
