Uses of Class
fr.emn.reactiveinput.Slot

Packages that use Slot
fr.emn.inputeditor   
fr.emn.reactiveinput   
fr.emn.reactiveinput.devices   
 

Uses of Slot in fr.emn.inputeditor
 

Methods in fr.emn.inputeditor that return Slot
protected static Slot Proxy.getSlot(LiteSlot slot)
           
 

Methods in fr.emn.inputeditor with parameters of type Slot
protected static LiteSlot Proxy.getLiteSlot(LiteNode n, Slot s)
           
protected static java.util.Vector Proxy.getLiteSlots(Slot s)
          Returns a Vector of LiteNode objects
 

Uses of Slot in fr.emn.reactiveinput
 

Subclasses of Slot in fr.emn.reactiveinput
 class In
          Input slot.
 class MissingIn
          A slot that was not found.
 class MissingOut
          A slot that was not found.
 class Out
          Pending: there are 3 types defined: type, supertype and value.type.
 

Methods in fr.emn.reactiveinput that return Slot
static Slot DeviceUtilities.getSlot(Device d, java.lang.String name, boolean inSlot, boolean outSlot)
           
protected  Slot InPin.getSlot()
           
 Slot Configuration.getSlot(java.lang.String fullSlotAlias, boolean inSlot, boolean outSlot)
          Returns the slot having the given full alias (devAlias.slotAlias).
abstract  Slot[] AbstractMutableDevice.getMutationTriggers()
          Returns the mutation triggers for this mutable device, i.e. all input or output slots that trigger a mutation when it is connected to another type.
 Slot[] MutableDevice.getMutationTriggers()
          Returns the mutation triggers for this mutable device, i.e. all input or output slots that trigger a mutation when they are connected to another type.
protected  Slot OutPin.getSlot()
           
 Slot[] CompoundDevice.getMutationTriggers()
           
protected abstract  Slot Pin.getSlot()
           
 Slot[] Pin.getMutationTriggers()
           
static Slot Finder.retreiveSlot(Device d, java.lang.String alias)
          Retrieves the device slot that has been assigned the given alias since the last call to find(DeviceFolder, DeviceDescriptor), findAll(DeviceFolder, DeviceDescriptor), or findMatch(DeviceFolder, DeviceDescriptor[]).
static Slot Finder.retreiveSlot(java.lang.String fullAlias)
          Retrieves the slot that has been assigned the given alias since the last call to findMatch(DeviceFolder, DeviceDescriptor[]).
 

Methods in fr.emn.reactiveinput with parameters of type Slot
static int SlotType.getInfType(Slot[] slots)
          Utility method used in Out.getConnectedType()
static int SlotType.getSupType(Slot[] slots)
          Utility method
 boolean Configuration.canConnect(Slot slot1, Slot slot2)
          Returns true if a connection can be made between given slots, disregard the compatibility between them.
 boolean Configuration.canConnect(Slot slot1, Slot slot2, Slot disconnect1, Slot disconnect2)
          Returns true if a connection can be made between given slots, after the given link has been disconnected.
 boolean Configuration.connect(Slot slot1, Slot slot2)
          Connects this input slot to an output slot.
 java.lang.String Configuration.getAlias(Slot s)
          Returns the single alias of the slot, or null if the slot has no alias.
static int Configuration.getCompatibility(Slot slot1, Slot slot2)
          Returns the type of compatibility between those 2 slots.
 java.lang.String Configuration.getCustomDescription(Slot obj)
          Returns contextual description on object.
 java.lang.String Configuration.getCustomHelp(Slot obj)
          Returns contextual help on object.
 java.lang.String Configuration.getFullAlias(Slot s)
          Returns the full slot alias (devAlias.slotAlias).
 void Configuration.setAlias(Slot s, java.lang.String alias)
          Sets/replaces a slot alias.
 void Configuration.setCustomDescription(Slot obj, java.lang.String value)
          Assigns a custom contextual description to the slot.
 void Configuration.setCustomHelp(Slot obj, java.lang.String value)
          Assigns a custom contextual help to the slot.
protected  void AbstractDevice.insertBefore(Slot s)
          Insert next slots before the specified slot.
protected  int AbstractDevice.getIndex(Slot s)
           
protected  void AbstractMutableDevice.remove(Slot s)
          Removes a slot from the device.
static java.lang.String Finder.retreiveAlias(Slot slot)
           
static java.lang.String Finder.retreiveFullAlias(Slot slot)
           
 

Uses of Slot in fr.emn.reactiveinput.devices
 

Methods in fr.emn.reactiveinput.devices that return Slot
 Slot[] DWatcher.getMutationTriggers()
           
 Slot[] DFirstThen.getMutationTriggers()
           
 Slot[] DPass.getMutationTriggers()
           
 Slot[] DDelay.getMutationTriggers()
           
 Slot[] DChanged.getMutationTriggers()
           
 Slot[] DThreshold.getMutationTriggers()
           
 Slot[] DSwitch.getMutationTriggers()
           
 Slot[] DTyper.getMutationTriggers()
           
 Slot[] DMul.getMutationTriggers()
           
 Slot[] DPlus.getMutationTriggers()
           
 Slot[] DAutoRepeat.getMutationTriggers()
           
 Slot[] DWintabTablet.getMutationTriggers()
           
 Slot[] DDelta.getMutationTriggers()
           
 Slot[] DScript.getMutationTriggers()
           
 Slot[] DPrint.getMutationTriggers()
           
 Slot[] DCycle.getMutationTriggers()
           
 Slot[] DInputRecorder.getMutationTriggers()
           
 Slot[] DLinearFunc.getMutationTriggers()
           
 Slot[] DMinus.getMutationTriggers()
           
 Slot[] DSignalUpdated.getMutationTriggers()
           
 Slot[] DSum.getMutationTriggers()
           
 Slot[] DToolglass.getMutationTriggers()
           
 Slot[] DConst.getMutationTriggers()
          Returns nothing
 Slot[] DPoller.getMutationTriggers()
           
 Slot[] DCursor.getMutationTriggers()
           
 Slot[] DFreeze.getMutationTriggers()
           
 Slot[] DLastValue.getMutationTriggers()
           
 Slot[] DInertia.getMutationTriggers()
           
 Slot[] DHasSignal.getMutationTriggers()
           
 Slot[] DVirtualUser.getMutationTriggers()
           
 Slot[] DMultiOr.getMutationTriggers()
           
 Slot[] DAdapter.getMutationTriggers()