...
- https://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/platform/Getting%20Started/Edge_Rules.html
- https://tinkerpop.apache.org/javadocs/3.3.2/core/org/apache/tinkerpop/gremlin/structure/Direction.html
- https://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html#valueOf(java.lang.String)
- Source code: aai/aai-common/aai-schema-ingest/src/main/java/org/onap/aai/edges/enums
- Source code: aai/aai-common/aai-core/src/main/java/org/onap/aai/serialization/db
- https://lists.onap.org/g/onap-discuss/message/11643
Documentation
Example | Equivalent Example | Explanation | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
| How to read "from"/"to" and "direction":
How to read the "label":
How to read "multiplicity":
How to read "contains-other-v":
How to read "delete-other-v":
|
How to read "SVC-INFRA" |
:
How to read "prevent-delete":
|
General Applicability
- EdgeRules only apply to "relationship-list" relations in the schema, since the referenced object could be anything
- EdgeRules do no apply to sub-component relations in the schema, since this is implicit and hard-coded behaviour
...