Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OCL でマップを使用するにはどうすればよいですか。たとえば、ユーザー c1 のすべての請求書を取得したいのですが、マップの「購入」は次のようになり Map <Date, Bill>ます。
Map <Date, Bill>
c1.purchases.Bill? これは可能ですか?
よろしく