io.sarl.sre.janus.services.namespace
Class AgentNamespaceFinder
All Superinterfaces:
INamespaceFinder<N,O>
@javax.inject.Singleton
class AgentNamespaceFinder
extends AbstractNamespaceFinder<N,O>
Implementation of a finder of agent into the namespaces.
Maven Group Identifier:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.10
Property Summary
Modifier and type Property and description
java.lang.String scheme
Inherited: contextService
Constructor Summary
Constructor and description
new(ContextService)
Constructor.
Action Summary
Modifier and type Action and description
Agent find(AgentName)
java.lang.String getScheme
Property Details
scheme
val scheme : java.lang.String

This property is an alias for the action: getScheme

Constructor Details
new(ContextService)
new(ContextService)
Constructor.
Parameters:
service - the service that is managing the contexts and the spaces.
Action Details
find(AgentName)
def find(AgentName) : Agent
getScheme
def getScheme : java.lang.String