Creating a relationship from one object to another

About this task

ccm relate -n|-name relationship_name -f|-from from_object_spec
           -t|-to to_object_spec
-f|-from from_object_spec
Specifies the object from which the new relation will be created. You can set the from_object_spec to a single object.
-n|-name relationship_name
Specifies the name of the new relation to create.
t|-to to_object_spec
Specifies the object to which the new relation is created. You can set the to_object_spec to a single object.

Examples

About this task

  • Make clear-2 a successor to clear-1.

    ccm relate -n successor -f clear-1 -t clear-2

  • Link version 5.1.1 of print.c to version 6.

    ccm relate -name successor -from print.c-5.1.1:csrc:1 -to print.c-6:csrc:1


Feedback