A C D E F G H I L M O P R S T U V W 

A

accept(T) - Method in interface com.ur.urcap.api.domain.util.Filter
 
addAllItems(List<?>) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
addItem(Object) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
addItem(Object) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
analogFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
AnalogIO - Interface in com.ur.urcap.api.domain.io
This interface provides support for analog I/Os.
appendLine(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
 
appendRaw(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
 
assign(String, String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Variable assignment.

C

clearSelection() - Method in interface com.ur.urcap.api.ui.component.SelectList
unselect currently selected item(s)
closeView() - Method in interface com.ur.urcap.api.contribution.InstallationNodeContribution
Called each time the user exits this URCap in the Installation Tab.
closeView() - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
Called when this node is unselected in the program tree or when navigating to another view.
com.ur.urcap.api.contribution - package com.ur.urcap.api.contribution
 
com.ur.urcap.api.domain - package com.ur.urcap.api.domain
 
com.ur.urcap.api.domain.data - package com.ur.urcap.api.domain.data
 
com.ur.urcap.api.domain.feature - package com.ur.urcap.api.domain.feature
 
com.ur.urcap.api.domain.io - package com.ur.urcap.api.domain.io
 
com.ur.urcap.api.domain.robot - package com.ur.urcap.api.domain.robot
 
com.ur.urcap.api.domain.script - package com.ur.urcap.api.domain.script
 
com.ur.urcap.api.domain.util - package com.ur.urcap.api.domain.util
 
com.ur.urcap.api.domain.value - package com.ur.urcap.api.domain.value
 
com.ur.urcap.api.ui.annotation - package com.ur.urcap.api.ui.annotation
 
com.ur.urcap.api.ui.component - package com.ur.urcap.api.ui.component
 
createInstallationNode(URCapAPI, DataModel) - Method in interface com.ur.urcap.api.contribution.InstallationNodeService
Creates a new installation node instance.
createNode(URCapAPI, DataModel) - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
Creates a new program node contribution instance.

D

DaemonContribution - Interface in com.ur.urcap.api.contribution
Defines an API definition that gives control of a daemon that belongs to a URCap.
DaemonContribution.State - Enum in com.ur.urcap.api.contribution
RUNNING - The daemon is running STOPPED - The daemon is stopped ERROR - The daemon should be running but it is not
DaemonService - Interface in com.ur.urcap.api.contribution
Defines an API that makes it possible to define daemons of a URCap within PolyScope.
DataModel - Interface in com.ur.urcap.api.domain.data
Provides methods for: adding, removing, retrieving, and changing values in a dictionary.
defineFunction(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
 
defineThread(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Start a thread definition with a given thread name.
digitalFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
digitalInputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
DigitalIO - Interface in com.ur.urcap.api.domain.io
This interface provides support for digital I/Os.
digitalOutputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
Div - Annotation Type in com.ur.urcap.api.ui.annotation
Used for HTML 'div' tags (a division or section)
DivComponent - Interface in com.ur.urcap.api.ui.component
Represents a contributed div UI component

E

elseCondition() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Adds an else branch.
elseIfCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Adds an else-if branch.
end() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Insert an end.
epsilonEquals(Pose, double) - Method in interface com.ur.urcap.api.domain.value.Pose
 
equals(Object) - Method in interface com.ur.urcap.api.domain.value.Pose
 
equals(Object) - Method in interface com.ur.urcap.api.domain.value.Position
 
equals(Object) - Method in interface com.ur.urcap.api.domain.value.Rotation
 

F

Feature - Interface in com.ur.urcap.api.domain.feature
Support for PolyScope features.
FeatureLine - Interface in com.ur.urcap.api.domain.feature
Support for PolyScope feature lines.
FeatureModel - Interface in com.ur.urcap.api.domain.feature
Provides methods that returns features from the current robot installation.
FeaturePlane - Interface in com.ur.urcap.api.domain.feature
Support for PolyScope feature planes.
FeaturePoint - Interface in com.ur.urcap.api.domain.feature
Support for PolyScope feature points.
Filter<T> - Interface in com.ur.urcap.api.domain.util
 

G

generateScript(ScriptWriter) - Method in interface com.ur.urcap.api.contribution.InstallationNodeContribution
Defines script code that is added to the beginning of the script code executed when a program is launched.
generateScript(ScriptWriter) - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
Defines the script code to be generated by this program node within the program.
generateScript() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
 
get(String, boolean) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, int) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, long) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, float) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, double) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, String) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, boolean[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, int[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, long[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, float[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, double[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
get(String, String[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
getBugfixVersion() - Method in interface com.ur.urcap.api.domain.SoftwareVersion
 
getBuildNumber() - Method in interface com.ur.urcap.api.domain.SoftwareVersion
 
getComponent() - Method in interface com.ur.urcap.api.ui.component.InputEvent
 
getComponent() - Method in interface com.ur.urcap.api.ui.component.SelectEvent
 
getDefaultName() - Method in interface com.ur.urcap.api.domain.io.IO
 
getEvent() - Method in interface com.ur.urcap.api.ui.component.SelectEvent
 
getEventType() - Method in interface com.ur.urcap.api.ui.component.InputEvent
 
getExecutable() - Method in interface com.ur.urcap.api.contribution.DaemonService
Implement getExecutable so that it returns an URL to the daemon executable resource inside the jar that contains the implementation of DaemonService.
getFeatures() - Method in interface com.ur.urcap.api.domain.URCapAPI
 
getGeomFeatures() - Method in interface com.ur.urcap.api.domain.feature.FeatureModel
 
getGeomFeatures(Class<T>) - Method in interface com.ur.urcap.api.domain.feature.FeatureModel
 
getGeomFeatures(Filter<Feature>) - Method in interface com.ur.urcap.api.domain.feature.FeatureModel
 
getHTML() - Method in interface com.ur.urcap.api.contribution.InstallationNodeService
 
getHTML() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
 
getId() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
Get the unique identifier for this kind of program node.
getImage() - Method in interface com.ur.urcap.api.ui.component.ImgComponent
 
getImage() - Method in interface com.ur.urcap.api.ui.component.InputButton
 
getImage() - Method in interface com.ur.urcap.api.ui.component.LabelComponent
 
getInstallationNode(Class<T>) - Method in interface com.ur.urcap.api.domain.URCapAPI
 
getInterfaceType() - Method in interface com.ur.urcap.api.domain.io.IO
 
getIOs() - Method in interface com.ur.urcap.api.domain.io.IOModel
 
getIOs(Class<T>) - Method in interface com.ur.urcap.api.domain.io.IOModel
 
getIOs(Filter<IO>) - Method in interface com.ur.urcap.api.domain.io.IOModel
 
getIOs() - Method in interface com.ur.urcap.api.domain.URCapAPI
 
getIpAddress() - Method in interface com.ur.urcap.api.domain.io.ModbusIO
 
getItemCount() - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
getItemCount() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getItems() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getMajorVersion() - Method in interface com.ur.urcap.api.domain.SoftwareVersion
 
getMaxRangeValue() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
 
getMinorVersion() - Method in interface com.ur.urcap.api.domain.SoftwareVersion
 
getMinRangeValue() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
 
getName() - Method in interface com.ur.urcap.api.domain.feature.Feature
 
getName() - Method in interface com.ur.urcap.api.domain.io.IO
 
getPoint1() - Method in interface com.ur.urcap.api.domain.feature.FeatureLine
 
getPoint1() - Method in interface com.ur.urcap.api.domain.feature.FeaturePlane
 
getPoint2() - Method in interface com.ur.urcap.api.domain.feature.FeatureLine
 
getPoint2() - Method in interface com.ur.urcap.api.domain.feature.FeaturePlane
 
getPoint3() - Method in interface com.ur.urcap.api.domain.feature.FeaturePlane
 
getPose() - Method in interface com.ur.urcap.api.domain.feature.FeaturePoint
 
getPosition() - Method in interface com.ur.urcap.api.domain.value.Pose
 
getRobotModel() - Method in interface com.ur.urcap.api.domain.URCapAPI
 
getRobotType() - Method in interface com.ur.urcap.api.domain.robot.RobotModel
 
getRotation() - Method in interface com.ur.urcap.api.domain.value.Pose
 
getRX() - Method in interface com.ur.urcap.api.domain.value.Rotation
 
getRY() - Method in interface com.ur.urcap.api.domain.value.Rotation
 
getRZ() - Method in interface com.ur.urcap.api.domain.value.Rotation
 
getSelectedIndex() - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
getSelectedIndex() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getSelectedIndices() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getSelectedItem() - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
getSelectedItem() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getSelectedItems() - Method in interface com.ur.urcap.api.ui.component.SelectList
 
getSerialNumber() - Method in interface com.ur.urcap.api.domain.robot.RobotModel
 
getSignalAddress() - Method in interface com.ur.urcap.api.domain.io.ModbusIO
 
getSoftwareVersion() - Method in interface com.ur.urcap.api.domain.URCapAPI
 
getState() - Method in interface com.ur.urcap.api.contribution.DaemonContribution
 
getText() - Method in interface com.ur.urcap.api.ui.component.InputButton
 
getText() - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
 
getText() - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
 
getText() - Method in interface com.ur.urcap.api.ui.component.InputTextField
 
getText() - Method in interface com.ur.urcap.api.ui.component.LabelComponent
 
getTitle() - Method in interface com.ur.urcap.api.contribution.InstallationNodeService
The text displayed for this URCap in the Installation Tab.
getTitle() - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
The text displayed in the Program Tree for the program node.
getTitle() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
The text displayed in the Structure Tab for program nodes created by this factory.
getTranslatedText(Locale) - Method in interface com.ur.urcap.api.ui.component.Translatable
 
getType() - Method in interface com.ur.urcap.api.domain.io.IO
 
getValue() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
 
getValue() - Method in interface com.ur.urcap.api.domain.io.DigitalIO
 
getValue() - Method in interface com.ur.urcap.api.domain.io.ModbusIO
 
getValueStr() - Method in interface com.ur.urcap.api.domain.io.IO
 
getX() - Method in interface com.ur.urcap.api.domain.value.Position
 
getY() - Method in interface com.ur.urcap.api.domain.value.Position
 
getZ() - Method in interface com.ur.urcap.api.domain.value.Position
 
globalVariable(String, String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Global variable assignment.

H

hashCode() - Method in interface com.ur.urcap.api.domain.value.Pose
 
HTMLComponent - Interface in com.ur.urcap.api.ui.component
Represents a contributed UI component

I

ifCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Start an if-conditional.
ifNotCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Start a negated if-conditional
Img - Annotation Type in com.ur.urcap.api.ui.annotation
Used for HTML 'img' tags (image inclusion)
ImgComponent - Interface in com.ur.urcap.api.ui.component
Represents a contributed image UI component
init(DaemonContribution) - Method in interface com.ur.urcap.api.contribution.DaemonService
The init method is called from PolyScope when the daemon service is registered by PolyScope.
Input - Annotation Type in com.ur.urcap.api.ui.annotation
Used for HTML 'input' tags
InputButton - Interface in com.ur.urcap.api.ui.component
Represents an input button UI component
InputCheckBox - Interface in com.ur.urcap.api.ui.component
Represents an input checkbox UI component
InputEvent - Interface in com.ur.urcap.api.ui.component
Support for input events from UI component
InputEvent.EventType - Enum in com.ur.urcap.api.ui.component
ON_CHANGE - an event of this type is issued when an input widgets changes state.
inputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
InputRadioButton - Interface in com.ur.urcap.api.ui.component
Represents an input radio button UI component
InputTextField - Interface in com.ur.urcap.api.ui.component
Represents an input textfield UI component
InstallationNodeContribution - Interface in com.ur.urcap.api.contribution
API for installation node contributions.
InstallationNodeService - Interface in com.ur.urcap.api.contribution
Defines an API required for definition of an installation node and screen of a URCap.
installResource(URL) - Method in interface com.ur.urcap.api.contribution.DaemonContribution
The method installResource method installs the resource folder/file specified by an url.
integerFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
integerInputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
integerOutputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
IO - Interface in com.ur.urcap.api.domain.io
API for IO support.
IO.InterfaceType - Enum in com.ur.urcap.api.domain.io
 
IO.IOType - Enum in com.ur.urcap.api.domain.io
 
IOFilterFactory - Class in com.ur.urcap.api.domain.io
API with predefined filters that be used when searching for particular sorts of IOs.
IOFilterFactory() - Constructor for class com.ur.urcap.api.domain.io.IOFilterFactory
 
IOModel - Interface in com.ur.urcap.api.domain.io
Provides methods that returns IOs from the current robot installation.
isChildrenAllowed() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
By returning true it is possible for the program node to have child nodes.
isCurrent() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
 
isDefined() - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
Should return true if this program node is complete, and false otherwise.
isDefined() - Method in interface com.ur.urcap.api.domain.feature.Feature
 
isDeprecated() - Method in interface com.ur.urcap.api.contribution.ProgramNodeService
By returning true it is not possible for the user to create new program nodes of this type.
isEnabled() - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
 
isInput() - Method in interface com.ur.urcap.api.domain.io.IO
 
isJoggable() - Method in interface com.ur.urcap.api.domain.feature.Feature
 
isSelected() - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
 
isSelected() - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
 
isSet(String) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
isVariable() - Method in interface com.ur.urcap.api.domain.feature.Feature
 
isVisible() - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
 
isVoltage() - Method in interface com.ur.urcap.api.domain.io.AnalogIO
 

L

Label - Annotation Type in com.ur.urcap.api.ui.annotation
Used for HTML 'label' tags
LabelComponent - Interface in com.ur.urcap.api.ui.component
Represents a label UI component

M

modbusFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
ModbusIO - Interface in com.ur.urcap.api.domain.io
This interface provides support for MODBUS I/Os.

O

openView() - Method in interface com.ur.urcap.api.contribution.InstallationNodeContribution
Called each time the user opens this URCap in the Installation Tab.
openView() - Method in interface com.ur.urcap.api.contribution.ProgramNodeContribution
Called when this node is selected in the program tree.
outputFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 

P

Pose - Interface in com.ur.urcap.api.domain.value
Support for poses.
Position - Interface in com.ur.urcap.api.domain.value
Representation of positions.
ProgramNodeContribution - Interface in com.ur.urcap.api.contribution
Defines an API required for specifying a URCap Program Node within PolyScope.
ProgramNodeService - Interface in com.ur.urcap.api.contribution
Defines an API required for adding a new type of program nodes to PolyScope.

R

refresh() - Method in interface com.ur.urcap.api.ui.component.SelectList
Update the rendering of the list element
remove(String) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
removeAllItems() - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
Remove all items
removeAllItems() - Method in interface com.ur.urcap.api.ui.component.SelectList
Remove all items
removeItem(Object) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
returnMethod() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Return from method.
RobotModel - Interface in com.ur.urcap.api.domain.robot
With this API you can determine the robot type and other properties of the underlying robot.
RobotModel.RobotType - Enum in com.ur.urcap.api.domain.robot
 
Rotation - Interface in com.ur.urcap.api.domain.value
Support for rotation vectors
runThread(String, String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Start a previously defined thread.

S

ScriptWriter - Interface in com.ur.urcap.api.domain.script
This API adds support for generating URScript code from URCaps.
Select - Annotation Type in com.ur.urcap.api.ui.annotation
Used for HTML 'select' tags (drop-down lists)
SelectDropDownList - Interface in com.ur.urcap.api.ui.component
Represents a select list (drop down style) UI component
SelectEvent - Interface in com.ur.urcap.api.ui.component
 
SelectEvent.EventType - Enum in com.ur.urcap.api.ui.component
ON_SELECT - an event of this type is issued when an element is selected.
selectItem(Object) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
selectItemAtIndex(int) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
selectItems(Object...) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
selectItemsAtIndices(int...) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
SelectList - Interface in com.ur.urcap.api.ui.component
Represents a selection list UI component
set(String, boolean) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, int) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, long) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, float) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, double) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, String) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, boolean[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, int[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, long[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, float[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, double[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set(String, String[]) - Method in interface com.ur.urcap.api.domain.data.DataModel
 
set_payload(double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Sets the payload mass.
set_payload(double, double, double, double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Sets the mass and center of gravity of the payload.
set_tcp(double, double, double, double, double, double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Set the Tool Center Point.
setEnabled(boolean) - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
 
setImage(Image) - Method in interface com.ur.urcap.api.ui.component.ImgComponent
 
setImage(Image) - Method in interface com.ur.urcap.api.ui.component.InputButton
 
setImage(Image) - Method in interface com.ur.urcap.api.ui.component.LabelComponent
 
setItems(List<?>) - Method in interface com.ur.urcap.api.ui.component.SelectDropDownList
 
setItems(List<?>) - Method in interface com.ur.urcap.api.ui.component.SelectList
 
setSelected(boolean) - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
 
setSelected() - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
Sets radio button to selected.
setText(String) - Method in interface com.ur.urcap.api.ui.component.InputButton
 
setText(String) - Method in interface com.ur.urcap.api.ui.component.InputCheckBox
 
setText(String) - Method in interface com.ur.urcap.api.ui.component.InputRadioButton
 
setText(String) - Method in interface com.ur.urcap.api.ui.component.InputTextField
 
setText(String) - Method in interface com.ur.urcap.api.ui.component.LabelComponent
 
setValue(double) - Method in interface com.ur.urcap.api.domain.io.AnalogIO
Set analog I/O output signal.
setValue(boolean) - Method in interface com.ur.urcap.api.domain.io.DigitalIO
Set digital I/O output signal.
setValue(int) - Method in interface com.ur.urcap.api.domain.io.ModbusIO
 
setVisible(boolean) - Method in interface com.ur.urcap.api.ui.component.HTMLComponent
 
sleep(double) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Sleep for a number of seconds
SoftwareVersion - Interface in com.ur.urcap.api.domain
This interface provides information about the Software version.
start() - Method in interface com.ur.urcap.api.contribution.DaemonContribution
Start the daemon.
stop() - Method in interface com.ur.urcap.api.contribution.DaemonContribution
Stop the daemon.
sync() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Uses up the remaining ”physical” time a thread has in the current frame.

T

toArray() - Method in interface com.ur.urcap.api.domain.value.Pose
 
toolFilter() - Static method in class com.ur.urcap.api.domain.io.IOFilterFactory
 
toString() - Method in interface com.ur.urcap.api.domain.value.Pose
 
Translatable - Interface in com.ur.urcap.api.ui.component
 

U

URCapAPI - Interface in com.ur.urcap.api.domain
Provides access to the domain model.

V

valueOf(String) - Static method in enum com.ur.urcap.api.contribution.DaemonContribution.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ur.urcap.api.domain.io.IO.InterfaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ur.urcap.api.domain.io.IO.IOType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ur.urcap.api.domain.robot.RobotModel.RobotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ur.urcap.api.ui.component.InputEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ur.urcap.api.ui.component.SelectEvent.EventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ur.urcap.api.contribution.DaemonContribution.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ur.urcap.api.domain.io.IO.InterfaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ur.urcap.api.domain.io.IO.IOType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ur.urcap.api.domain.robot.RobotModel.RobotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ur.urcap.api.ui.component.InputEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ur.urcap.api.ui.component.SelectEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

whileCondition(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Starts a while-loop with a loop invariant.
whileNot(String) - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Starts a while-loop with a negated loop invariant.
whileTrue() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Starts a while true loop.
writeChildren() - Method in interface com.ur.urcap.api.domain.script.ScriptWriter
Use this method when generating code for a node that has children nodes.
A C D E F G H I L M O P R S T U V W 

Copyright © 2016. All rights reserved.