sema
Class Nature.CanSee

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

public class Nature.CanSee
extends Selector

Selector determinating if his element can see some other. Determinates also if some elements hide him.


Constructor Summary
Nature.CanSee(Element ag)
           
 
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.CanSee

public Nature.CanSee(Element ag)
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