com.pmease.quickbuild.resource.nodeselection
Class NotSelection

java.lang.Object
  extended by com.pmease.quickbuild.resource.nodeselection.NotSelection
All Implemented Interfaces:
NodeSelection, java.io.Serializable

public class NotSelection
extends java.lang.Object
implements NodeSelection

See Also:
Serialized Form

Constructor Summary
NotSelection()
           
 
Method Summary
 NodeSelection getCriteria()
           
 boolean matches(GridNode node)
           
 void setCriteria(NodeSelection criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotSelection

public NotSelection()
Method Detail

getCriteria

@NotNull
public NodeSelection getCriteria()

setCriteria

public void setCriteria(NodeSelection criteria)

matches

public boolean matches(GridNode node)
Specified by:
matches in interface NodeSelection


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.