public class CHESS2SANRunner
extends java.lang.Object
implements org.eclipse.jface.operation.IRunnableWithProgress
Constructor and Description |
---|
CHESS2SANRunner() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.resource.Resource |
getChessResource()
Gets the chess resource.
|
org.eclipse.emf.common.util.URI |
getModelURI()
Gets the model URI.
|
org.eclipse.emf.ecore.resource.Resource |
getSANResource()
Gets the SAN resource.
|
org.eclipse.core.resources.IContainer |
getTargetFolder()
Gets the target folder.
|
void |
run(org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
setAnalysisContextQualifiedName(java.lang.String analysisContextQN)
Sets the analysis context qualified name.
|
void |
setChessResource(org.eclipse.emf.ecore.resource.Resource chessResource)
Sets the chess resource.
|
void |
setDiagramEditPart(org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagramEditPart)
Sets the diagram edit part.
|
void |
setModelURI(org.eclipse.emf.common.util.URI modelURI)
Sets the model URI.
|
void |
setRootComponent(java.lang.String rootComponentQualifiedName)
Sets the root component.
|
void |
setSANResource(org.eclipse.emf.ecore.resource.Resource sanResource)
Sets the SAN resource.
|
void |
setTargetFolder(org.eclipse.core.resources.IContainer targetFolder)
Sets the target folder.
|
public org.eclipse.core.resources.IContainer getTargetFolder()
public void setTargetFolder(org.eclipse.core.resources.IContainer targetFolder)
targetFolder
- the new target folderpublic org.eclipse.emf.common.util.URI getModelURI()
public void setModelURI(org.eclipse.emf.common.util.URI modelURI)
modelURI
- the new model URIpublic void setAnalysisContextQualifiedName(java.lang.String analysisContextQN)
analysisContextQN
- the new analysis context qualified namepublic void setRootComponent(java.lang.String rootComponentQualifiedName)
rootComponentQualifiedName
- the new root componentpublic org.eclipse.emf.ecore.resource.Resource getChessResource()
public void setChessResource(org.eclipse.emf.ecore.resource.Resource chessResource)
chessResource
- the new chess resourcepublic void setDiagramEditPart(org.eclipse.gmf.runtime.diagram.ui.editparts.DiagramEditPart diagramEditPart)
diagramEditPart
- the new diagram edit partpublic void run(org.eclipse.core.runtime.IProgressMonitor monitor) throws java.lang.reflect.InvocationTargetException, java.lang.InterruptedException
run
in interface org.eclipse.jface.operation.IRunnableWithProgress
java.lang.reflect.InvocationTargetException
java.lang.InterruptedException
public org.eclipse.emf.ecore.resource.Resource getSANResource()
public void setSANResource(org.eclipse.emf.ecore.resource.Resource sanResource)
sanResource
- the new SAN resource