org.eclipse.emf.texo.json.ModelJSONConverter Maven / Gradle / Ivy
The newest version!
/**
*
*
* Copyright (c) 2012 Springsite BV (The Netherlands) and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Martin Taal - Initial API and implementation
*
*
*
* $Id: ModelEMFConverter.java,v 1.27 2011/09/14 15:35:53 mtaal Exp $
*/
package org.eclipse.emf.texo.json;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EStructuralFeature;
import org.eclipse.emf.ecore.util.FeatureMapUtil;
import org.eclipse.emf.texo.model.ModelFeatureMapEntry;
import org.eclipse.emf.texo.model.ModelObject;
import org.eclipse.emf.texo.model.ModelResolver;
import org.eclipse.emf.texo.utils.ModelUtils;
/**
* Converts a Texo object to a JSON object.
*
* @author Martin Taal
* @see ModelObject
*/
public class ModelJSONConverter extends BaseModelJSONConverter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy