iAnywhere Water System User Manual

Object language editor categories
244
Dependency stereotypes
A dependency has the following default stereotypes:
Stereotype Description
access Public contents of the target package that can by accessed by the
source package
bind Source object that instantiates the target template using the given
actual parameters
call Source operation that invokes the target operation
derive Source object that can be computed from the target
friend Source object that has special visibility towards the target
import Specifies that everything that is declared as public in the target
object becomes visible to the source object, as if it were part of the
source object definition
include Use case incorporates the behavior of another use case at a
location that is specified by the source
instantiate Operations on the source class create instances of the target class
refine Degree of abstraction of the source object is finer than that of the
target object
trace Specifies that there is an historical link between the source object
and the target object
use Semantics of the source object are dependent on the semantics of
the public part of the target object