org.openmuc.wago
Class WagoObjectLocator

java.lang.Object
  extended by org.openmuc.wago.WagoObjectLocator

public class WagoObjectLocator
extends java.lang.Object

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

WagoObjectLocator

public WagoObjectLocator(java.lang.String locator)
                  throws MalformedObjectLocatorException
Throws:
MalformedObjectLocatorException
Method Detail

getModuleNo

public int getModuleNo()

isInput

public boolean isInput()

getChannel

public int getChannel()