Class StdChildStructureConverter

    • Constructor Detail

      • StdChildStructureConverter

        public StdChildStructureConverter()
    • Method Detail

      • convert

        public TypeItem convert​(TypeItem type,
                                Version version,
                                Map<String,​TypeItem> earlierComputedUTypes,
                                org.eclipse.emf.ecore.resource.Resource resource)
        Description copied from interface: IUObjectConverter
        Converts TypeItem to universal type
        Parameters:
        type - converting TypeItem, can't be null
        version - actual configuration version for converting type. Can't be null
        earlierComputedUTypes - map - (type name; its universal type), can be null if universal types weren't computed earlier
        resource - actual Resource for resolving, can't be null
        Returns:
        universal type corresponding to type. Never null