Class SimuComNature
- java.lang.Object
-
- de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComNature
-
- All Implemented Interfaces:
IProjectNature
public class SimuComNature extends Object implements IProjectNature
Class for the SimuCom Project Nature. This project nature is attached to every project that is generated before the SimuCom Simulation starts. This is an implementation of org.eclipse.core.resources.natures extension point and was only intended to support de.uka.ipd.sdq.simucom.rerunsimulation plug-in
-
-
Constructor Summary
Constructors Constructor Description SimuComNature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure()voiddeconfigure()IProjectgetProject()voidsetProject(IProject project)
-
-
-
Field Detail
-
NATURE_ID
public static final String NATURE_ID
The id of this project nature. Can be used to search for projects containing this nature- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure() throws CoreException- Specified by:
configurein interfaceIProjectNature- Throws:
CoreException
-
deconfigure
public void deconfigure() throws CoreException- Specified by:
deconfigurein interfaceIProjectNature- Throws:
CoreException
-
getProject
public IProject getProject()
- Specified by:
getProjectin interfaceIProjectNature
-
setProject
public void setProject(IProject project)
- Specified by:
setProjectin interfaceIProjectNature
-
-