// 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: HepRepPrimitive.java,v 1.2 2004/07/18 08:19:41 duns Exp $
 */

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

    public HepRepInstance getInstance() throws Throwable;

    public Enumeration getPoints();
}
