Class SGatewayDefinitionImpl
- java.lang.Object
-
- org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SFlowNodeDefinitionImpl
-
- org.bonitasoft.engine.core.process.definition.model.impl.SGatewayDefinitionImpl
-
- All Implemented Interfaces:
java.io.Serializable,SBaseElement,SFlowNodeDefinition,SGatewayDefinition,SNamedElement
public class SGatewayDefinitionImpl extends SFlowNodeDefinitionImpl implements SGatewayDefinition
- Author:
- Feng Hui, Zhao Na, Matthieu Chaffotte, Celine Souchet
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
SBaseElementImpl.EQUALS_STATE
-
-
Constructor Summary
Constructors Constructor Description SGatewayDefinitionImpl(long id, java.lang.String name, SGatewayType gatewayType)SGatewayDefinitionImpl(org.bonitasoft.engine.bpm.flownode.GatewayDefinition gatewayDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SGatewayTypegetGatewayType()SFlowNodeTypegetType()booleanisExclusive()booleanisParalleleOrInclusive()-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SFlowNodeDefinitionImpl
addIncomingTransition, addOutgoingTransition, equals, getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, hashCode, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isInterrupting, isStartable, setDescription, setDisplayDescription, setDisplayName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SNamedElementImpl
checkFurtherNaiveEquality, getName
-
Methods inherited from class org.bonitasoft.engine.core.process.definition.model.impl.SBaseElementImpl
checkNaiveEquality, getId, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SBaseElement
getId
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SFlowNodeDefinition
getConnectorDefinition, getConnectors, getConnectors, getDefaultTransition, getDescription, getDisplayDescription, getDisplayDescriptionAfterCompletion, getDisplayName, getIncomingTransitions, getOutgoingTransitions, getParentContainer, getTransitionIndex, hasConnectors, hasIncomingTransitions, hasOutgoingTransitions, isBoundaryEvent, isEventSubProcess, isInterrupting, isStartable
-
Methods inherited from interface org.bonitasoft.engine.core.process.definition.model.SNamedElement
getName
-
-
-
-
Constructor Detail
-
SGatewayDefinitionImpl
public SGatewayDefinitionImpl(org.bonitasoft.engine.bpm.flownode.GatewayDefinition gatewayDefinition, java.util.Map<java.lang.String,STransitionDefinition> transitionsMap)
-
SGatewayDefinitionImpl
public SGatewayDefinitionImpl(long id, java.lang.String name, SGatewayType gatewayType)
-
-
Method Detail
-
getGatewayType
public SGatewayType getGatewayType()
- Specified by:
getGatewayTypein interfaceSGatewayDefinition
-
getType
public SFlowNodeType getType()
- Specified by:
getTypein interfaceSFlowNodeDefinition
-
isParalleleOrInclusive
public boolean isParalleleOrInclusive()
- Specified by:
isParalleleOrInclusivein interfaceSFlowNodeDefinition- Overrides:
isParalleleOrInclusivein classSFlowNodeDefinitionImpl
-
isExclusive
public boolean isExclusive()
- Specified by:
isExclusivein interfaceSFlowNodeDefinition- Overrides:
isExclusivein classSFlowNodeDefinitionImpl
-
-