hmi.graphics.scenegraph
Interface GNode.Predicate

Enclosing class:
GNode

public static interface GNode.Predicate

GNode.Predicates are Objects that implement a boolean test on GNodes, in the form of their "valid" method. If some GNode vo satifies some predicate pred, then pred.valid(vo) should yield "true".


Method Summary
 boolean valid(GNode obj)
           
 

Method Detail

valid

boolean valid(GNode obj)