@Singleton public class BehaviorNamespaceFinder extends AbstractNamespaceFinder<BehaviorName,Behavior>
Constructor and Description |
---|
BehaviorNamespaceFinder(service : ContextService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Behavior |
find(name : BehaviorName)
Find and replies the object with the given name.
|
String |
getScheme()
Replies the name scheme supported by this finder.
|
findAgent, getContextService
@Inject
public new
(service : ContextService)
service
- the service that is managing the contexts and the spaces.@Pure
public def
getScheme() : String
INamespaceFinder
public def
find(name : BehaviorName) : Behavior
INamespaceFinder
name
- the name of the object to search for.null
if the object is not found.Copyright © 2021 the original authors or authors.