001package com.credibledoc.substitution.doc.module.substitution.report; 002 003import com.credibledoc.substitution.reporting.reportdocument.ReportDocumentType; 004 005/** 006 * An UML diagram. A part of other document, for example launching.md. 007 * 008 * @author Kyrylo Semenko 009 */ 010public interface UmlDiagramType extends ReportDocumentType { 011}