public interface INameProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NO_NAME_STRING
A string used to indicate that no name can be determined.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName(BaseStructure structure)
Returns the pretty name of some evio structure.
|
static final java.lang.String NO_NAME_STRING
java.lang.String getName(BaseStructure structure)
structure
- the structure to find the name of.