de.cau.cs.kieler.dataflow.diagram.part
Class DataflowMatchingStrategy

java.lang.Object
  extended by de.cau.cs.kieler.dataflow.diagram.part.DataflowMatchingStrategy
All Implemented Interfaces:
IEditorMatchingStrategy

public class DataflowMatchingStrategy
extends Object
implements IEditorMatchingStrategy

Rating red
Generated:
This code was automatically generated.

Constructor Summary
DataflowMatchingStrategy()
           
 
Method Summary
 boolean matches(IEditorReference editorRef, IEditorInput input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataflowMatchingStrategy

public DataflowMatchingStrategy()
Method Detail

matches

public boolean matches(IEditorReference editorRef,
                       IEditorInput input)
Specified by:
matches in interface IEditorMatchingStrategy
Generated:
This code was automatically generated.