登入
www.adoxx.org
Welcome
Download
Tutorial
Olive Webinar
Introduction Webinar
Interaction with external API webinar
ADOxx Training Registration
ADOxx Training Overview
Frequently Asked Questions
Developer Community
Realization Cases
Falcon
Building Blocks_
Documentation
Introduction to ADOxx
Modelling Language Implementation
Mechanisms and Algorithms Implementation on ADOxx
ADOxx Development Tools And Services
ADOxx Development Languages
ADOxx Development Languages: Syntax Support in Notepad++
ADOxx Development Languages: Syntax Support in Microsoft Visual Studio Code
AdoScript Documentation
CoChaCo4ADOxx
Contact
ADOxx.org
Frequently Asked Questions
University of La Plata
Inherit relations
討論板首頁
最近崗位
統計
答覆
(
取消標記
)
標記作为答復
« 回到University of La Plata
Inherit relations
相關串連 [
前一個
|
下一個
]
Inherit relations
匿名
2014/3/27 下午 12:10
RE: Inherit relations
Sabin Popescu
2014/1/8 上午 7:31
匿名
Inherit relations
community
relation
documentation
答覆
2014/3/27 下午 12:10
I have two clases: one called "A" and the other called "B". The last one has two sub-clases "BA" and "BB" and there´s also a relation between A and B (aPb). I would like to know if there is the possibility to also relate "A" with "BA" or "BB" without defining two other relations.
What I mean is that I want "BA" and "BB" sub-classes inherit the relation aPb
.
I've been trying some things but i couldn't make them work. How should I define the relation?
签到投票。
上面
Sabin Popescu
等級:
Junior Member
崗位:
77
加入日期:
2013/3/18
最近崗位
RE: Inherit relations
relation
inherit
答覆
2014/1/8 上午 7:31 作為回覆給匿名
If you have class
A
, class
B
and relation class
aPb
from
A
to
B
and then you derive class
BA
from class
B
, you can draw a connector of type
aPb
from an instance of class
A
to an instance of class
BA
.
签到投票。
上面