|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.linkedin.glu.provisioner.impl.planner.Transition
class Transition
Describes a transition in the environment author: Riccardo Ferretti created: Sep 14, 2009
Property Summary | |
---|---|
boolean |
isDestructive
Whether the transition is destructive or not |
java.lang.String |
name
The name of the transition |
Installation |
target
The target of the transition |
Method Summary | |
---|---|
boolean
|
getExecuteParentToChild()
Return if this transition should be executed first for the parent and then the children or the other way around |
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() |
Property Detail |
---|
boolean isDestructive
java.lang.String name
Installation target
Method Detail |
---|
boolean getExecuteParentToChild()
Groovy Documentation