de.cau.cs.kieler.kies.scoping
Class ScopeFunction<T>
java.lang.Object
de.cau.cs.kieler.kies.scoping.ScopeFunction<T>
- Type Parameters:
T
-
public abstract class ScopeFunction<T>
- extends Object
interface specifying a scoping function. Determines the way an element is handled and which
information is extracted and added to the list of scope elements.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeFunction
public ScopeFunction()
merge
public ScopeFunction<T> merge(ScopeFunction<T> other)
- merges this function with the one passed as argument and returns a new instance.
- Parameters:
other
- other function
- Returns:
- merged ScopeFunction