- FIELDSFORMAT - Static variable in class com.nomagic.magicdraw.magicreport.CommandLine
-
The valid fields format.
- FILE_PROTOCOL - Static variable in class com.nomagic.magicdraw.magicreport.tools.ExportTool2
-
- fileImporter(Object, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
Gets the String content of the import.
- filter(Collection<Element>, String, Collection<?>) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Return the collection from the element list filtered by specified property name.
- filterClassName(Collection<BaseElement>, Collection<String>) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Return the collection from the element list filtered by short name for class types.
- filterDiagram(Collection<Diagram>, Collection<String>) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Return the collection from the diagram list filtered by types.
- filterElement(Collection<BaseElement>, Collection<String>) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Return the collection from the element list filtered by human types.
- filterElementType(Collection<BaseElement>, Collection<String>) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Return the collection from the element list filtered by element types.
- findElementByName(Collection<Element>, String) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Search and return the elements from name by regular expression.
- findElementIds(Project, List<String>) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the element id by matching the given element name and element name in project.
- findElementIds(Project, List<String>, String, List<String>, Boolean) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the element id by matching the given element name and element name in project.
- findElementIds(Project, List<String>, String, List<String>, Boolean, Boolean) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the element id by matching the given element name and element name in project.
- findElementInCollection(Collection<? extends Element>, String) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Search and return the element in the collection by element name.
- findPackageAndElementIds(Project, String, List<String>, List<String>, List<String>, List<String>, Boolean, boolean) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the element and package id by matching the given element/pacakge name and element/package name in
project.
- findPackageIds(Project, List<String>) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the package id by matching the given package name and package name in project.
- findPackageIds(Project, List<String>, String, List<String>, Boolean) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the package id by matching the given package name and package name in project.
- findPackageIds(Project, List<String>, String, List<String>, Boolean, Boolean) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find the package id by matching the given package name and package name in project.
- findRelationship(Package) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Search and return a collection of relationship element inside package.
- findRelationship(Package, boolean) - Method in class com.nomagic.magicdraw.magicreport.helper.ReportHelper
-
Search and return a collection of relationship element inside package.
- findReportBean(TemplateBean, String) - Method in class com.nomagic.magicdraw.magicreport.CommandLine
-
Find and return instance of ReportBean from given TemplateBean and report name.
- findSmartPackage() - Method in class com.nomagic.reportwizard.tools.QueryTool
-
- findSuite(String) - Method in class com.nomagic.reportwizard.tools.ModelValidationTool
-
Find the suite package from given suite name.
- finished() - Method in class com.nomagic.magicdraw.magicreport.GenerateTask
-
This method is call automatically when task has been finishing.
- firePropertyChange(Object, String, Object, Object) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Report a bound property update to any registered listeners.
- firePropertyChange(PropertyChangeEvent) - Static method in class com.nomagic.magicdraw.magicreport.helper.TemplateHelper
-
Fire an existing PropertyChangeEvent to any registered listeners.
- first() - Method in class com.nomagic.reportwizard.tools.query.QueryList
-
Return the first element from collection.
- FIT_AND_ROTATE_IMAGE_CLOCKWISE - Static variable in class com.nomagic.magicdraw.magicreport.ui.bean.OutputFitImageBean
-
Static reference to FIT AND ROTATE(Clockwise) IMAGE bean.
- FIT_AND_ROTATE_IMAGE_COUNTER_CLOCKWISE - Static variable in class com.nomagic.magicdraw.magicreport.ui.bean.OutputFitImageBean
-
Static reference to FIT AND ROTATE(Counter-Clockwise) IMAGE bean.
- FIT_IMAGE - Static variable in class com.nomagic.magicdraw.magicreport.ui.bean.OutputFitImageBean
-
Static reference to FIT IMAGE bean.
- floor(double) - Static method in class com.nomagic.reportwizard.tools.MathTool
-
Returns the largest (closest to positive infinity) double
value that is less than or equal to
the argument and is equal to a mathematical integer.
- format(String) - Method in class com.nomagic.reportwizard.tools.docbook.DocBookTool
-
Format the input text into docbook tags.
- formatToCamelCase(String) - Static method in class com.nomagic.reportwizard.tools.query.QueryPattern
-
Convert text to camel-case.