All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.html.emf.RepresentationProcessor Maven / Gradle / Ivy

There is a newer version: 2024.8.0
Show newest version
package org.nasdanika.html.emf;

import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.EObject;
import org.nasdanika.common.Composeable;
import org.nasdanika.common.ProgressMonitor;
import org.nasdanika.drawio.Document;
import org.nasdanika.html.model.app.Action;

public interface RepresentationProcessor {
	
	default Document processDrawioRepresentation(
			Document document, 
			Action action, 
			java.util.function.Function semanticLinkResolver,
			org.nasdanika.html.emf.EObjectActionResolver.Context context, 
			ProgressMonitor progressMonitor) {
		
		return document;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy