The results are similar to those found with
print bus Guide “Owners Manual” 2004 select to[N*,S*].from.name to[N*,S*].from.revision; business object Guide Owners Manual 2004 to[New].from[Chapter].name = Chapter 2 to[New].from[Photo].name = ‘2004 Red Camry’ to[Same].from[Chapter].name = Chapter 4 to[New].from[Chapter].revision = 5 to[New].from[Photo].revision = 1 to[Same].from[Chapter].revision = 2 If there are no connections that meet the criteria, such as if
business object Guide Owners Manual 2004 to[X*] = False You can add a pattern for the type, further filtering the output as follows: print bus Guide “Owners Manual” 2004 select to[N*,S*].from[Ch*].name to[N*,S*].from[Ch*].revision; business object Guide Owners Manual 2004 to[New].from[Chapter].name = Chapter 2 to[New].from[Chapter].revision = 5 to[Same].from[Chapter].name = Chapter 4 to[Same].from[Chapter].revision = 2 About type patterns:
|