Interface TopicMapDocumentGeneratorIF
- All Known Implementing Classes:
DefaultTopicMapDocumentGenerator
public interface TopicMapDocumentGeneratorIF
INTERNAL: A document generator interface that can be implemented to
generate DocumentIFs for topic map objects.
-
Method Summary
Modifier and TypeMethodDescriptiongenerate(AssociationIF assoc) INTERNAL: Generate a document for the given association.generate(AssociationRoleIF assocrl) INTERNAL: Generate a document for the given association role.generate(OccurrenceIF occurs) INTERNAL: Generate a document for the given occurrence.INTERNAL: Generate a document for the given topic.generate(TopicMapIF topicmap) INTERNAL: Generate a document for the given topic map.generate(TopicNameIF basename) INTERNAL: Generate a document for the given basename.generate(VariantNameIF variant) INTERNAL: Generate a document for the given variant name.
-
Method Details
-
generate
INTERNAL: Generate a document for the given association. -
generate
INTERNAL: Generate a document for the given association role. -
generate
INTERNAL: Generate a document for the given basename. -
generate
INTERNAL: Generate a document for the given occurrence. -
generate
INTERNAL: Generate a document for the given topic. -
generate
INTERNAL: Generate a document for the given topic map. -
generate
INTERNAL: Generate a document for the given variant name.
-