1 package org.opendaylight.controller.sample.kitchen.api;
3 import org.opendaylight.yang.gen.v1.http.netconfcentral.org.ns.toaster.rev091120.ToastType;
5 public interface KitchenService {
6 boolean makeBreakfast( EggsType eggs, Class<? extends ToastType> toast, int toastDoneness );
©2013 OpenDaylight, A Linux Foundation Collaborative Project. All Rights Reserved.
OpenDaylight is a registered trademark of The OpenDaylight Project, Inc.
Linux Foundation and OpenDaylight are registered trademarks of the Linux Foundation.
Linux is a registered trademark of Linus Torvalds.