001package jmri.jmrit.logixng; 002 003/** 004 * Factory class for FemaleSocket classes. 005 * 006 * @author Daniel Bergqvist Copyright 2020 007 */ 008public interface FemaleSocketFactory { 009 010 FemaleSocketManager.SocketType getFemaleSocketType(); 011 012}