/* * 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: RoleStandardFeatureCollection.java 2434 2006-09-12 10:31:50Z LBST-PF-3\orahn $ */ package org.openjump.core.apitools.objecttyperoles; /** * Standard Role with no special capabilities * * @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 RoleStandardFeatureCollection extends FeatureCollectionRole { /** * */ public RoleStandardFeatureCollection() { super(FeatureCollectionRoleTypes.STANDARD); } }