Methods in hep.wired.cut that return Cut.Result |
Cut.Result |
Cut.pass(Map<String,org.freehep.util.Value> data,
boolean invert)
Tells the client whether this cut is satisfied by the supplied data. |
Cut.Result |
Cut.pass(Map<String,org.freehep.util.Value> data,
Object moreData,
boolean invert)
Tells the client whether this cut is satisfied by the supplied data. |
static Cut.Result |
Cut.Result.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Cut.Result[] |
Cut.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared. |