CommonHeapType.java

/**
 * 
 */
package edu.udel.cis.vsl.civl.model.common.type;

import edu.udel.cis.vsl.civl.model.IF.type.HeapType;

/**
 * @author zirkel
 *
 */
public class CommonHeapType implements HeapType {

	/**
	 * A heap type.
	 */
	public CommonHeapType() {
	}

}