JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jgrasp.viewer.presentation
Interface NameTest
All Known Implementing Classes:
AndNameTest
,
SingleNameTest
public interface
NameTest
A name requirement test.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
matches
(
String
testName)
Checks to see if a name passes this test.
Method Detail
matches
boolean matches(
String
testName)
Checks to see if a name passes this test.
Parameters:
testName
- the name to be tested.
Returns:
true if the name passes this test, false otherwise.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method