public interface ModelFinder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
findAttributeValue(java.lang.String className,
java.lang.String attributeName)
Returns value of first attribute
attributeName of first class
className when found, null otherwise. |
java.io.File |
findDiagramFile(java.lang.String containerName,
java.lang.String diagramName)
Returns file containing the first
diagramName on the first container
containerName when found, null otherwise. |
java.lang.String |
findQualifiedClassName(java.lang.String packageName,
java.lang.String className,
java.lang.String separator)
Returns the
packageName separator className of the first
class and package combination when found, null otherwise. |
java.lang.String findAttributeValue(java.lang.String className, java.lang.String attributeName)
attributeName
of first class
className
when found, null otherwise.java.io.File findDiagramFile(java.lang.String containerName, java.lang.String diagramName)
diagramName
on the first container
containerName
when found, null otherwise. Note that the diagram container could
be either package or class; if there is a diagram with the same name on a package and on a
class, the package diagram is returned.java.lang.String findQualifiedClassName(java.lang.String packageName, java.lang.String className, java.lang.String separator)
packageName
separator
className
of the first
class and package combination when found, null otherwise.Copyright 2009-2015 Tatjana (Tanja) Kostic