public class ReachabilityChecked extends VisitorGoal
vcorequisites, job, name, prerequisites, stateATTEMPTED, REACHED, RUNNING, UNREACHABLE, UNREACHABLE_THIS_RUN, UNREACHED| Modifier | Constructor and Description |
|---|---|
protected |
ReachabilityChecked(Job job,
TypeSystem ts,
NodeFactory nf) |
| Modifier and Type | Method and Description |
|---|---|
static Goal |
create(Scheduler scheduler,
Job job,
TypeSystem ts,
NodeFactory nf) |
java.util.Collection<Goal> |
prerequisiteGoals(Scheduler scheduler)
Goals that must be completed before attempting this goal.
|
createPass, equals, hashCode, toString, visitoraddCorequisiteGoal, addPrerequisiteGoal, checkCycles, conflictsWith, corequisiteGoals, hasBeenReached, isReachable, job, name, setState, setUnreachable, setUnreachableThisRun, state, stateStringprotected ReachabilityChecked(Job job, TypeSystem ts, NodeFactory nf)
public static Goal create(Scheduler scheduler, Job job, TypeSystem ts, NodeFactory nf)
public java.util.Collection<Goal> prerequisiteGoals(Scheduler scheduler)
GoalprerequisiteGoals in interface GoalprerequisiteGoals in class AbstractGoal