UNPKG

@finos/legend-graph

Version:
30 lines 2.27 kB
/** * Copyright (c) 2020-present, Goldman Sachs * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { type EmbeddedData, type ModelData, ModelInstanceData, ExternalFormatData, DataElementReference, ModelStoreData } from '../../../graph/metamodel/pure/data/EmbeddedData.js'; import { type RelationalCSVDataTable } from '../../../graph/metamodel/pure/data/RelationalCSVData.js'; import type { DataElement } from '../../../graph/metamodel/pure/packageableElements/data/DataElement.js'; import { type ObserverContext } from './CoreObserverHelper.js'; import { INTERNAL__UnknownEmbeddedData } from '../../../graph/metamodel/pure/data/INTERNAL__UnknownEmbeddedData.js'; export declare const observe_ExternalFormatData: (metamodel: ExternalFormatData) => ExternalFormatData; export declare const observe_DataElementReference: (metamodel: DataElementReference) => DataElementReference; export declare const observe_ModelInstanceData: (metamodel: ModelInstanceData, context: ObserverContext) => ModelInstanceData; export declare const observe_ModelData: (metamodel: ModelData, context: ObserverContext) => ModelData; export declare const observe_ModelStoreData: (metamodel: ModelStoreData, context: ObserverContext) => ModelStoreData; export declare const observe_RelationalDataTable: (metamodel: RelationalCSVDataTable) => RelationalCSVDataTable; export declare const observe_INTERNAL__UnknownEmbeddedData: (metamodel: INTERNAL__UnknownEmbeddedData) => INTERNAL__UnknownEmbeddedData; export declare function observe_EmbeddedData(metamodel: EmbeddedData, context: ObserverContext): EmbeddedData; export declare const observe_DataElement: (metamodel: DataElement, context: ObserverContext) => DataElement; //# sourceMappingURL=DSL_Data_ObserverHelper.d.ts.map