| Constructor and Description |
|---|
Experiment(Path dir,
GosuPanel gosuPanel) |
Experiment(String name,
Path dir,
GosuPanel gosuPanel) |
public Object getNativeProject()
getNativeProject in interface IProjectpublic boolean isDisposed()
isDisposed in interface IProjectpublic boolean isHeadless()
isHeadless in interface IProjectpublic boolean isShadowMode()
isShadowMode in interface IProjectpublic void setName(String name)
public Path getExperimentDir()
public void setExperimentDir(Path experimentDir)
public String getActiveFile()
public GosuPanel getGosuPanel()
public Path getOrMakeExperimentFile()
public void save()
public String makeExperimentRelativePathWithSlashes(Path file)
public static String getRelativeGosuSourcePath()
public IRunConfig getOrCreateRunConfig(IType type)
public IRunConfig findRunConfig(java.util.function.Predicate<IRunConfig> matcher)
public IRunConfig getMruRunConfig()
public void setMruRunConfig(IRunConfig runConfig)
public List<IRunConfig> getRunConfigs()
public void addRunConfig(IRunConfig runConfig)
public boolean removeRunConfig(IRunConfig runConfig)
public ISettings getMruSettings()
public void setMruSettings(ISettings settings)
public ISettings findSettings(java.util.function.Predicate<ISettings> matcher)
Copyright © 2022. All rights reserved.