Class PathVariable
java.lang.Object
com.nomagic.magicdraw.pathvariables.PathVariable
Path Variable definition.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PathVariable
Constructor.- Parameters:
name
- variable name.path
- path.description
- description.
-
-
Method Details
-
getName
Get variable name.- Returns:
- name.
-
getPath
Get variable path.- Returns:
- path.
-
getDescription
Get variable description.- Returns:
- description.
-