de.jreality.toolsystem.config
Class VirtualMapping

java.lang.Object
  extended by de.jreality.toolsystem.config.VirtualMapping

public class VirtualMapping
extends Object

TODO: comment this

Author:
weissman

Field Summary
static PersistenceDelegate DELEGATE
           
 
Constructor Summary
VirtualMapping(InputSlot sourceSlot, InputSlot targetSlot)
           
 
Method Summary
 InputSlot getSourceSlot()
           
 InputSlot getTargetSlot()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELEGATE

public static final PersistenceDelegate DELEGATE
Constructor Detail

VirtualMapping

public VirtualMapping(InputSlot sourceSlot,
                      InputSlot targetSlot)
Method Detail

getSourceSlot

public InputSlot getSourceSlot()

getTargetSlot

public InputSlot getTargetSlot()

toString

public String toString()
Overrides:
toString in class Object