fr.emn.reactiveinput
Class MissingOut

java.lang.Object
  extended byfr.emn.reactiveinput.Slot
      extended byfr.emn.reactiveinput.Out
          extended byfr.emn.reactiveinput.MissingOut

public class MissingOut
extends Out

A slot that was not found. Not added to the device.


Field Summary
 
Fields inherited from class fr.emn.reactiveinput.Out
oldValue
 
Fields inherited from class fr.emn.reactiveinput.Slot
description, dynamic, help, mutable, name, owner, supertype, type
 
Constructor Summary
MissingOut(Device owner, java.lang.String name)
           
 
Method Summary
 java.lang.String getDescription()
           
 boolean isValid()
          USE: Design / Execution.
 
Methods inherited from class fr.emn.reactiveinput.Out
getConnected, getConnectedType, sendSignal, setBooleanValue, setBooleanValue, setDoubleValue, setDoubleValue, setIntValue, setIntValue, setObjectValue, setObjectValue, setStringValue
 
Methods inherited from class fr.emn.reactiveinput.Slot
flatten, flatten, flatten, getHelp, getName, getParent, getProperties, getSupertype, getType, isDynamic, isMutable, remove, rename, setDescription, setHelp, setInfo, setProperties, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingOut

public MissingOut(Device owner,
                  java.lang.String name)
Method Detail

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class Slot

isValid

public boolean isValid()
Description copied from class: Out
USE: Design / Execution. Returns true if this slot will be able to produce values.

An output slot is valid if it belongs to an openable device.

Overrides:
isValid in class Out