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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
generate
DocumentIF generate(AssociationIF assoc)
INTERNAL: Generate a document for the given association.
-
generate
DocumentIF generate(AssociationRoleIF assocrl)
INTERNAL: Generate a document for the given association role.
-
generate
DocumentIF generate(TopicNameIF basename)
INTERNAL: Generate a document for the given basename.
-
generate
DocumentIF generate(OccurrenceIF occurs)
INTERNAL: Generate a document for the given occurrence.
-
generate
DocumentIF generate(TopicIF topic)
INTERNAL: Generate a document for the given topic.
-
generate
DocumentIF generate(TopicMapIF topicmap)
INTERNAL: Generate a document for the given topic map.
-
generate
DocumentIF generate(VariantNameIF variant)
INTERNAL: Generate a document for the given variant name.
-
-