|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.ioModel.GroupedIOInformation
public class GroupedIOInformation
Class that holds IO data of an IO group.
| Constructor Summary | |
|---|---|
GroupedIOInformation(String ioGroupName,
IoInformationElement[] ioInformationElements)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getGroupName()
Get the name of the group. |
IoInformationElement[] |
getIoInformationElements()
Get a copy of the relevant data of all IOs that are contained within the group. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupedIOInformation(String ioGroupName,
IoInformationElement[] ioInformationElements)
ioGroupName - name of the IO groupioInformationElements - array of the IOs of the given group| Method Detail |
|---|
public final String getGroupName()
public final IoInformationElement[] getIoInformationElements()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||