![JAR search and dependency download from the Maven repository](/logo.png)
com.lti.civil.CaptureSystemFactory Maven / Gradle / Ivy
/*
* Created on May 25, 2005
*/
package com.lti.civil;
/**
*
* @author Ken Larson
*/
public interface CaptureSystemFactory
{
public CaptureSystem createCaptureSystem() throws CaptureException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy