1 package net.systemeD.potlatch2.mapfeatures.editors {
3 import net.systemeD.halcyon.connection.*;
4 import net.systemeD.potlatch2.mapfeatures.*;
5 import flash.display.*;
7 public class TurnRestrictionEditorFactory extends RelationMemberEditorFactory {
9 public function TurnRestrictionEditorFactory(inputXML:XML) {
13 override protected function createRelationMemberEditor():RelationMemberEditor {
14 return new TurnRestrictionEditor();