com.sas.models
Class NodeExpandedTextPredicate

com.sas.models.NodeExpandedTextPredicate
All Implemented Interfaces:
com.sas.util.PredicateInterface

public class NodeExpandedTextPredicate
implements com.sas.util.PredicateInterface

NodeExpandedTextPredicate provides a means of finding a NodeInterface object with a specific nodeExpandedText property value.

See Also:
NodeInterface, NodeView, TreeView.getNodeView(NodeInterface, int)

Constructor Summary
NodeExpandedTextPredicate(java.lang.String nodeExpandedText)
          Constructs a NodeExpandedTextPredicate with the specified string.
 
Method Summary
 boolean predicate(java.lang.Object object)
           
 

Constructor Detail

NodeExpandedTextPredicate

public NodeExpandedTextPredicate(java.lang.String nodeExpandedText)
Constructs a NodeExpandedTextPredicate with the specified string.

Method Detail

predicate

public boolean predicate(java.lang.Object object)
Specified by:
predicate in interface com.sas.util.PredicateInterface
See Also:
PredicateInterface.predicate(java.lang.Object)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.