public class GoalSet extends Object implements Serializable
| Constructor and Description |
|---|
GoalSet(ProcMan procMan) |
GoalSet(ProcMan procMan,
Vector goals,
String name,
String desc,
String infoURL,
String logURL,
int debugLevel,
boolean outputToConsole) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGoal(Goal goal) |
Goal |
findGoal(String goalName) |
ProcProxy |
findProcProxy(String goalName,
int procId) |
ProcProxy |
findReadyProc(String goalName) |
int |
getDebugLevel() |
String |
getDesc() |
Vector |
getGoals() |
String |
getInfoURL() |
String |
getLogURL() |
String |
getName() |
boolean |
getOutputToConsole() |
ProcMan |
getProcMan() |
void |
print() |
void |
removeGoal(Goal goal) |
void |
setDebugLevel(int debugLevel) |
void |
setDesc(String desc) |
void |
setInfoURL(String infoURL) |
void |
setLogURL(String logURL) |
void |
setName(String name) |
void |
setOutputToConsole(boolean outputToConsole) |
void |
setProcMan(ProcMan procMan) |
void |
stopAllGoals() |
public GoalSet(ProcMan procMan, Vector goals, String name, String desc, String infoURL, String logURL, int debugLevel, boolean outputToConsole)
public GoalSet(ProcMan procMan)
public ProcMan getProcMan()
public void setProcMan(ProcMan procMan)
public Vector getGoals()
public String getName()
public void setName(String name)
public String getDesc()
public void setDesc(String desc)
public String getInfoURL()
public void setInfoURL(String infoURL)
public String getLogURL()
public void setLogURL(String logURL)
public int getDebugLevel()
public void setDebugLevel(int debugLevel)
public boolean getOutputToConsole()
public void setOutputToConsole(boolean outputToConsole)
public void addGoal(Goal goal)
public void removeGoal(Goal goal)
public void stopAllGoals()
public void print()
Copyright © 1996-2013 FreeHEP. All Rights Reserved.