N
- the type of the name that is the result of the decoding.public interface ISchemeNameParser<N extends SarlName>
Modifier and Type | Method and Description |
---|---|
N |
decode(name : URI)
Decode the name.
|
NameScheme |
getScheme()
Replies the name scheme that is supported by this parser.
|
URI |
refactor(name : URI)
Refactor the given URI in order to fit the name specification.
|
@Pure
def
getScheme() : NameScheme
ISchemeNameParser
@Pure
def
refactor(name : URI) : URI
ISchemeNameParser
@Pure
def
decode(name : URI) : N
ISchemeNameParser
Copyright © 2020 the original authors or authors.