Core Implementation

This component implements the core algorithms in modelant, namely:

Formatting and Printing

  • FormatWrapText
    • FormatWrapTextJavaDoc
  • FormatWordsString
    • FormatAbbreviated
    • FormatAllCapital
    • FormatAllLower
    • FormatFirstCapital
    • FormatFirstLower
    • FormatHumanReadable
    • FormatPackageName
  • PrintElementRestricted
    • PrintMof14ModelElement
    • PrintUml13ModelElement
    • PrintUml14ModelElement
  • PrintModelElement

Quering the model

  • Selector<A, T>
    • SelectAllObjects
    • SelectByQualifiedName
    • SelectFixedElements<A, T>
    • SelectMetaClass
    • SelectMetaclassInstances
    • SelectMetaPackage