|
• An item is always visible to other items that share the same parent Package.
• Modeler does not prevent you from linking to an item that is not visible.
In the Packages pane, the following symbols indicate the visibility of each item:
+ Means the item has Public Visibility.
# Means the item has Protected Visibility.
- Means the item has Private Visibility.
~ Means the item has Package Visibility.
By default, the Visibility property is set to Public.
• Interface scoped Classes, Exceptions and Type Definitions must have Public visibility. If you copy a Class, Exception or Type Definition to an Interface, Modeler sets its Visibility to Public.
|