viper.descriptors.attributes
Class Attribute_polygon.Sizer

java.lang.Object
  extended byviper.descriptors.attributes.Attribute_polygon.Sizer
All Implemented Interfaces:
Filterable.Rule
Enclosing class:
Attribute_polygon

protected static class Attribute_polygon.Sizer
extends java.lang.Object
implements Filterable.Rule

Checks that the current value's size.


Method Summary
 boolean isShortCircuit()
          Tells the filter whether to apply short circuiting.
 boolean passes(Measurable o)
          The function method of this object, passes determines if the filterable object passes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

passes

public boolean passes(Measurable o)
Description copied from interface: Filterable.Rule
The function method of this object, passes determines if the filterable object passes.

Specified by:
passes in interface Filterable.Rule
Parameters:
o - the measurable object to test
Returns:
true if the Filterable object passes the rule.

toString

public java.lang.String toString()

isShortCircuit

public boolean isShortCircuit()
Tells the filter whether to apply short circuiting.

Specified by:
isShortCircuit in interface Filterable.Rule
Returns:
true