All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tum.ei.lkn.eces.routing.mappers.DoNotRouteMapper Maven / Gradle / Ivy

package de.tum.ei.lkn.eces.routing.mappers;

import de.tum.ei.lkn.eces.core.Controller;
import de.tum.ei.lkn.eces.core.Mapper;
import de.tum.ei.lkn.eces.routing.DoNotRoute;

public class DoNotRouteMapper extends Mapper {
	public DoNotRouteMapper(Controller controller) {
		super(controller);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy