@import org.silkframework.workspace.Project @import org.silkframework.runtime.activity.UserContext @(id: String, isSource: Boolean, path: String, x: Int, y: Int, display: Boolean, project: Project)(implicit userContext: UserContext) @import org.silkframework.runtime.plugin.ClassPluginDescription @operatorBox( opType = if(isSource) "Source" else "Target", id = id, plugin = new ClassPluginDescription(id, Seq.empty, "Path", "Path", "", Seq.empty, null, Seq.empty, None), parameterValues = Seq.empty, x = x, y = y, display = display, project = project) { }