|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.orchestration.engine.planner.impl.Transition
public abstract class Transition
Nested Class Summary | |
---|---|
static class |
Transition.TransitionComparator
|
Field Summary | |
---|---|
protected SkippableTransition |
_skipRootCause
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
protected SkippableTransition _skipRootCause
Method Detail |
---|
public java.lang.Object Transition(SingleDeltaTransitionPlan transitionPlan, java.lang.String key)
public void addSteps(ICompositeStepBuilder builder)
protected LeafStep buildStep(InternalActionDescriptor actionDescriptor)
public void clearVirtual()
protected java.util.Collection collectLinearTransitions(java.lang.String entryKey, java.util.Collection linearTransitions)
public MultiStepsSingleEntryTransition convertToMultiSteps()
@Override public boolean equals(java.lang.Object o)
public void executeAfter(Transition transition)
public Transition findSingleExecuteAfter()
public Transition findSingleExecuteBefore()
public ActionDescriptorAdjuster getActionDescriptorAdjuster()
public java.util.Set getExecuteAfter()
public java.util.Set getExecuteBefore()
public java.lang.String getFabric()
public java.lang.String getKey()
public SkippableTransition getSkipRootCause()
public InternalSystemModelDelta getSystemModelDelta()
public SingleDeltaTransitionPlan getTransitionPlan()
public int getTransitionPlanSequenceNumber()
@Override public int hashCode()
public boolean isRoot()
public boolean isVirtual()
protected T populateActionDescriptor(T actionDescriptor)
public boolean shouldSkip()
public void skip(SkippableTransition rootCause)
@Override public java.lang.String toString()
Groovy Documentation