/* * Created on 09.11.2005 for PIROL * * SVN header information: * $Author: LBST-PF-3\orahn $ * $Rev: 2434 $ * $Date: 2006-09-12 12:31:50 +0200 (Di, 12 Sep 2006) $ * $Id: RoleOutline.java 2434 2006-09-12 10:31:50Z LBST-PF-3\orahn $ */ package org.openjump.core.apitools.objecttyperoles; /** * TODO: comment class * * @author Ole Rahn * <br> * <br>FH Osnabrück - University of Applied Sciences Osnabrück, * <br>Project: PIROL (2005), * <br>Subproject: Daten- und Wissensmanagement * * @version $Rev: 2434 $ * */ public class RoleOutline extends FeatureCollectionRole { /** * */ public RoleOutline() { super(FeatureCollectionRoleTypes.OUTLINE); } }