package husacct.analyse.task.reconstruct.algorithms.hu.components; import husacct.analyse.domain.IModelQueryService; import husacct.analyse.task.reconstruct.algorithms.Algorithm_SuperClass; public abstract class AlgorithmComponentsAndSubSystems extends Algorithm_SuperClass{ protected AlgorithmComponentsAndSubSystems(IModelQueryService queryService) { super(queryService); } }