Logg inn
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
Diskusjonsforum hovedside
Siste innlegg
Statistikk
Svar
(
Fjern markering
)
Marker som et svar
« Tilbake til University of La Plata
Inherit relations
Tråder [
Forrige
|
Neste
]
Inherit relations
Anonym
27.03.14 12:10
RE: Inherit relations
Sabin Popescu
08.01.14 07:31
Anonym
Inherit relations
community
relation
documentation
Svar
27.03.14 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?
Logg inn for å stemme
Topp
Sabin Popescu
Stilling:
Junior Member
Innlegg:
77
Startdato:
18.03.13
Siste innlegg
RE: Inherit relations
relation
inherit
Svar
08.01.14 07:31 Postet som et svar til
melding #{1}
av {2}
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
.
Logg inn for å stemme
Topp