Skip to content

DependencyDefintion only applicable to TokenComponents

Currently, the DependencyDefinition is defined as

DependencyDefinition ::= <ID>;
rel DependencyDefinition.Source <-> TokenComponent.DependencySourceDefinition*;
rel DependencyDefinition.Target -> TokenComponent;

For types to work, at least the target has to not only be TokenComponent, but also a TypeComponent.