CAG
From HEWIKI
Contents |
Create Association Group
CAG <association group name>; description=<association group description> +/-exclusive package=<distribution package>
Arguments
-
<asssociation group name>
- The name of the association group being created
-
-
<association group description>
- (optional) A text comment describing the new group
-
-
+/-exclusive
- A flag that indicates whether or not this group should be the only one to have the same source and target. When set to TRUE, all other associations with the same source and target as the new group are removed.
-
- <distribution package>
- (optional) One of the following distribution packages:
- Required
- Core
- Optional
- OptionalGame
- Game (default)
Description
This is a CLI command that creates an association group with the given name. The exclusive flag indicates that when an actual association is created with a source and target and an association type that is in the group, all associations with the same source and target, and association types that are within the same group will be removed.
Example
: CAG "container_assocations"