public class BehaviorName extends SarlName
Modifier | Constructor and Description |
---|---|
protected |
BehaviorName(uri : URI,
contextId : UUID,
spaceId : UUID,
agentId : UUID,
behaviorType : Class<? extends Behavior>,
behaviorIndex : int)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UUID |
getAgentId() |
int |
getBehaviorIndex() |
Class<? extends Behavior> |
getBehaviorType() |
UUID |
getContextId() |
UUID |
getSpaceId() |
compareTo, getAssociatedObject, getFragment, getScheme, hasFragment, setAssociatedObject, toString, toURI
protected new
(uri : URI,
contextId : UUID,
spaceId : UUID,
agentId : UUID,
behaviorType : Class<? extends Behavior>,
behaviorIndex : int)
uri
- the uri of the context.contextId
- the identifier of the context.spaceId
- the identifier of the space.agentId
- the identifier of the agent.behaviorType
- the type of the behavior.behaviorIndex
- the index of the behavior in the list of behaviors.Copyright © 2020 the original authors or authors.