Class SimulizarNature
- java.lang.Object
-
- org.palladiosimulator.simulizar.ui.wizards.nature.SimulizarNature
-
- All Implemented Interfaces:
IProjectNature
public class SimulizarNature extends Object implements IProjectNature
-
-
Constructor Summary
Constructors Constructor Description SimulizarNature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure()
void
deconfigure()
IProject
getProject()
void
setProject(IProject project)
-
-
-
Field Detail
-
NATURE_ID
public static final String NATURE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure() throws CoreException
- Specified by:
configure
in interfaceIProjectNature
- Throws:
CoreException
-
deconfigure
public void deconfigure() throws CoreException
- Specified by:
deconfigure
in interfaceIProjectNature
- Throws:
CoreException
-
getProject
public IProject getProject()
- Specified by:
getProject
in interfaceIProjectNature
-
setProject
public void setProject(IProject project)
- Specified by:
setProject
in interfaceIProjectNature
-
-