Uses of Interface
org.infai.emo.matcher.diff.Input

Packages that use Input
org.infai.emo.matcher.diff   
org.infai.emo.matcher.diff.impl   
org.infai.emo.matcher.diff.util   
org.infai.emo.matcher.editor   
 

Uses of Input in org.infai.emo.matcher.diff
 

Methods in org.infai.emo.matcher.diff that return Input
 Input DiffFactory.createInput()
          Returns a new object of class 'Input'
 

Uses of Input in org.infai.emo.matcher.diff.impl
 

Classes in org.infai.emo.matcher.diff.impl that implement Input
 class InputImpl
          An implementation of the model object 'Input'
 

Methods in org.infai.emo.matcher.diff.impl that return Input
 Input DiffFactoryImpl.createInput()
           
 

Uses of Input in org.infai.emo.matcher.diff.util
 

Methods in org.infai.emo.matcher.diff.util with parameters of type Input
 T DiffSwitch.caseInput(Input object)
          Returns the result of interpreting the object as an instance of 'Input'
 

Uses of Input in org.infai.emo.matcher.editor
 

Fields in org.infai.emo.matcher.editor declared as Input
private  Input ModelMatcherEditor.input
          The Editor Input used for a reload of a saved difference.
 

Methods in org.infai.emo.matcher.editor with parameters of type Input
private  void ModelMatcherEditor.loadDiffModel(Input input)
          This method loads the difference-model from the given input.