Interface TopicMapDocumentGeneratorIF
-
- All Known Implementing Classes:
DefaultTopicMapDocumentGenerator
public interface TopicMapDocumentGeneratorIFINTERNAL: 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 DocumentIFgenerate(AssociationIF assoc)INTERNAL: Generate a document for the given association.DocumentIFgenerate(AssociationRoleIF assocrl)INTERNAL: Generate a document for the given association role.DocumentIFgenerate(OccurrenceIF occurs)INTERNAL: Generate a document for the given occurrence.DocumentIFgenerate(TopicIF topic)INTERNAL: Generate a document for the given topic.DocumentIFgenerate(TopicMapIF topicmap)INTERNAL: Generate a document for the given topic map.DocumentIFgenerate(TopicNameIF basename)INTERNAL: Generate a document for the given basename.DocumentIFgenerate(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.
-
-