|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.wago.WagoObjectLocator
public class WagoObjectLocator
Object locators for WAGO I/O system are composed of * module number * weather it is an input or output * and the channel e.g. first module (slot), first input channel "n0.input(0)" e.g. second module (slot), second output channel "n1.output(1)"
Constructor Summary | |
---|---|
WagoObjectLocator(java.lang.String locator)
|
Method Summary | |
---|---|
int |
getChannel()
|
int |
getModuleNo()
|
boolean |
isInput()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WagoObjectLocator(java.lang.String locator) throws MalformedObjectLocatorException
MalformedObjectLocatorException
Method Detail |
---|
public int getModuleNo()
public boolean isInput()
public int getChannel()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |