| Package | Description |
|---|---|
| dk.dma.ais.message | |
| dk.dma.ais.proprietary | |
| dk.dma.ais.sentence |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<IProprietaryTag> |
AisMessage.getTags()
Get all tags
|
| Modifier and Type | Method and Description |
|---|---|
void |
AisMessage.setTag(IProprietaryTag tag)
Add tag (to front)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AisMessage.setTags(LinkedList<IProprietaryTag> tags)
Sets tags.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IProprietarySourceTag
Interface for proprietary source tags
|
| Modifier and Type | Class and Description |
|---|---|
class |
GatehouseSourceTag
An implementation of a IProprietarySourceTag for Gatehouse source tag
|
| Modifier and Type | Method and Description |
|---|---|
IProprietaryTag |
GatehouseFactory.getTag(SentenceLine sl)
Return the tag for line, if matches, otherwise null is returned
|
abstract IProprietaryTag |
ProprietaryFactory.getTag(SentenceLine sl)
Return the tag for line, if matches, otherwise null is returned
|
static IProprietaryTag |
ProprietaryFactory.parseTag(SentenceLine sl)
Parse tag proprietary tag.
|
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<IProprietaryTag> |
Sentence.tags
The Tags.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<IProprietaryTag> |
Sentence.getTags()
Get all tags
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sentence.setTag(IProprietaryTag tag)
Add tag (to front)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sentence.setTags(LinkedList<IProprietaryTag> tags)
Sets tags.
|
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.