| Name | Description |
|---|---|
| AbstractSchemeNameParser | Abstact implementation of a parser of names that is accepting URI-based syntax for a specific scheme |
| AgentSchemeNameParser | Parser of agent names that is accepting URI-based syntax. |
| ArtifactSchemeNameParser | Parser of artifact names that is accepting URI-based syntax. |
| BehaviorSchemeNameParser | Parser of behavior names that is accepting URI-based syntax. |
| ContextSchemeNameParser | Parser of context names that is accepting URI-based syntax. |
| INameParser | Parser of names that is supporting multiple URI-based schemes. |
| ISchemeNameParser | A parser of names that is accepting URI-based syntax for a specific scheme. |
| ScopedDataSchemeNameParser | Parser of scoped data names that is accepting URI-based syntax. |
| ServiceSchemeNameParser | Parser of service names that is accepting URI-based syntax. |
| SkillSchemeNameParser | Parser of skill names that is accepting URI-based syntax. |
| SpaceSchemeNameParser | Parser of space names that is accepting URI-based syntax. |
| UriBasedNameParser | Default implementation of a parser of names that is accepting URI-based syntax. |