Coder Social home page Coder Social logo

Comments (2)

NicolasAnquetil avatar NicolasAnquetil commented on August 16, 2024

May be I misunderstood the issue, but concretization can be a tree (even if it is rare):

If you have a generic with 2 type parameters (like Map<K,V>), then you can have a partial concretization where you specify only type (ex: MapStrings<V> extends MAP<String,V>), and then a complete concretization of this one.

from famix.

Gabriel-Darbord avatar Gabriel-Darbord commented on August 16, 2024

In the scenario you describe, there is an inheritance relationship between two concretizations:
image

A concretization tree always has a height of at most two, because an entity that is concrete can never also be generic in another concretization relation.
The following never happens:
image

There is always a single generic entity, and possibly several concrete entities:
image

The genericEntity method will always return the generic entity (the root) in a concretization relation.
This is what this method was intended to do, so this closes the issue.

Finding the root entity through multiple relations is more complicated, and most convenience methods don't take concretizations into account, see #718.

from famix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.