Class AppDef<APP extends OpenemsApp,PROPERTY extends Nameable,PARAMETER>

java.lang.Object
io.openems.edge.core.appmanager.AppDef<APP,PROPERTY,PARAMETER>
Type Parameters:
APP - the type of the app
PROPERTY - the type of the property
PARAMETER - the type of the paramters
All Implemented Interfaces:
OnlyIf<AppDef<APP,PROPERTY,PARAMETER>>, Self<AppDef<APP,PROPERTY,PARAMETER>>

public class AppDef<APP extends OpenemsApp,PROPERTY extends Nameable,PARAMETER> extends Object implements OnlyIf<AppDef<APP,PROPERTY,PARAMETER>>, Self<AppDef<APP,PROPERTY,PARAMETER>>
AppDef short for definition of a property for an app.