N
- the type of name that is supported by this finder.O
- the type of object that is searching for.public interface INamespaceFinder<N extends SarlName,O>
Modifier and Type | Method and Description |
---|---|
O |
find(name : N)
Find and replies the object with the given name.
|
NameScheme |
getScheme()
Replies the name scheme supported by this finder.
|
@Pure
def
getScheme() : NameScheme
INamespaceFinder
@Pure
def
find(name : N) : O
INamespaceFinder
name
- the name of the object to search for.null
if the object is not found.Copyright © 2020 the original authors or authors.