A B C D I O R V

A

AppFwApplicationCategory - Annotation Type in com.kuka.appframework
Task category that describes an application framework application.
ApplicationBlock<E extends Enum<?>> - Class in com.kuka.appframework
The ApplicationBlock is the code behind a Block in the BlockModel.
ApplicationBlock() - Constructor for class com.kuka.appframework.ApplicationBlock
 

B

BlockIcon - Enum in com.kuka.appframework
This enum contains a list of available block icons.

C

check(boolean, String) - Method in interface com.kuka.appframework.IChecker
Handles a check.
checkPreconditions(IChecker) - Method in class com.kuka.appframework.ApplicationBlock
This method is executed before ApplicationBlock.run() method.
com.kuka.appframework - package com.kuka.appframework
This package contains the API for using the KUKA Application Framework.
CyclicPreconditionCheck - Annotation Type in com.kuka.appframework
The CyclicPreconditionCheck allows the AppFramework to cyclically check the precondition of a ApplicationBlock.

D

dispose() - Method in interface com.kuka.appframework.IAppFwApplication
Will be called when the application is about to be disposed, for example if the application is being asked to stop.

I

IAppFwApplication - Interface in com.kuka.appframework
Interface for an ApplicationFramework application.
IChecker - Interface in com.kuka.appframework
This interface allows to check conditions.
Icon - Annotation Type in com.kuka.appframework
Annotation for icons on application block classes.
initialize() - Method in interface com.kuka.appframework.IAppFwApplication
Will be called when the task is initialized.
Input - Annotation Type in com.kuka.appframework
Annotation for an input in the ApplicationBlock.

O

Output - Annotation Type in com.kuka.appframework
Annotation for an output value in an ApplicationBlock.

R

run() - Method in class com.kuka.appframework.ApplicationBlock
The run method.

V

valueOf(String) - Static method in enum com.kuka.appframework.BlockIcon
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kuka.appframework.BlockIcon
Returns an array containing the constants of this enum type, in the order they are declared.

A B C D I O R V

Copyright © 2018. All rights reserved.