public interface TopicMapDocumentGeneratorIF
Modifier and Type | Method and Description |
---|---|
DocumentIF |
generate(AssociationIF assoc)
INTERNAL: Generate a document for the given association.
|
DocumentIF |
generate(AssociationRoleIF assocrl)
INTERNAL: Generate a document for the given association role.
|
DocumentIF |
generate(OccurrenceIF occurs)
INTERNAL: Generate a document for the given occurrence.
|
DocumentIF |
generate(TopicIF topic)
INTERNAL: Generate a document for the given topic.
|
DocumentIF |
generate(TopicMapIF topicmap)
INTERNAL: Generate a document for the given topic map.
|
DocumentIF |
generate(TopicNameIF basename)
INTERNAL: Generate a document for the given basename.
|
DocumentIF |
generate(VariantNameIF variant)
INTERNAL: Generate a document for the given variant name.
|
DocumentIF generate(AssociationIF assoc)
DocumentIF generate(AssociationRoleIF assocrl)
DocumentIF generate(TopicNameIF basename)
DocumentIF generate(OccurrenceIF occurs)
DocumentIF generate(TopicIF topic)
DocumentIF generate(TopicMapIF topicmap)
DocumentIF generate(VariantNameIF variant)