sema
Class Nature.GoodKind

java.lang.Object
  extended bymodelling.Selector
      extended bysema.Nature.GoodKind
Enclosing class:
Nature

protected class Nature.GoodKind
extends Selector

Generic Selector to select the elements of a given kind.


Constructor Summary
protected Nature.GoodKind(java.lang.String kind)
           
 
Method Summary
 boolean isFiting(Element el)
          Computes whether the given element is fiting the requirement of the selector.
 
Methods inherited from class modelling.Selector
and, not, or
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nature.GoodKind

protected Nature.GoodKind(java.lang.String kind)
Method Detail

isFiting

public boolean isFiting(Element el)
Description copied from class: Selector
Computes whether the given element is fiting the requirement of the selector.

Specified by:
isFiting in class Selector