Interface EMFFormsSegmentGenerator

    • Method Detail

      • generateSegments

        java.util.List<VDomainModelReferenceSegment> generateSegments​(VDomainModelReference reference)
        Takes a VDomainModelReference and generates the list of equivalent DMR Segments. Equivalent means that a DMR using the generated segments resolves exactly the same as the given DMR.

        The segment generation is side-effect free. This means neither the given DMR nor any of its contained or referenced elements is changed.

        Parameters:
        reference - The VDomainModelReference to generate the segments for
        Returns:
        The list of generated segments; might return an empty list if the given DMR does not specify any path but never null