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.lang.String |
findClassName(java.lang.String packageName,
java.lang.String className)
Returns the name of the first class
className withing the first package
packageName 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. |
TextDescription |
findDiagramNote(java.lang.String containerName,
java.lang.String diagramName)
Returns the note (description) of the first
diagramName on the first container
containerName when found, null otherwise. |
java.lang.String |
findIec61850NsName(java.lang.String className)
Returns the name space name for the IEC 61850 namespace class
className 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.TextDescription findDiagramNote(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 findClassName(java.lang.String packageName, java.lang.String className)
className
withing the first package
packageName
when found, null otherwise.java.lang.String findIec61850NsName(java.lang.String className)
className
when
found, null otherwise.Copyright 2009-2016 Tatjana (Tanja) Kostic