class MindMapInterface(object):
Known subclasses: freeplane_tools.bitbucket.MindMap2BitBucket
, freeplane_tools.github.MindMap2GithubMarkdown
Base class for Mindmaps.
Class Variable | node |
Abstract node type (subclass of BaseNode). |
Method | __init__ |
Initialize MindMapInterface with src file. |
Instance Variable | mm |
Mindmap class. |
Method | get_document |
Return assembled Document. |
Method | write_document |
Write assembled document to file. |
Method | _iternodes |
Iterate through . |
Method | _toc |
Toc values for mindmap. |
Method | _body |
Main Body for Mindmap. |
Initialize MindMapInterface with src file.
Parameters | srcfile | Undocumented (type: str ) |
freeplane_tools.bitbucket.MindMap2BitBucket
, freeplane_tools.github.MindMap2GithubMarkdown
Return assembled Document.