Interface STransitionDefinition
-
- All Superinterfaces:
SBaseElement,java.io.Serializable,SNamedElement
- All Known Implementing Classes:
STransitionDefinitionImpl
public interface STransitionDefinition extends SNamedElement
- Author:
- Elias Ricken de Medeiros, Celine Souchet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExpressiongetCondition()longgetSource()longgetTarget()booleanhasCondition()-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Method Detail
-
getSource
long getSource()
-
getTarget
long getTarget()
-
getCondition
SExpression getCondition()
-
hasCondition
boolean hasCondition()
-
-