Package org.jbpm.kie.services.impl.model
Class SignalDescImpl
- java.lang.Object
-
- org.jbpm.kie.services.impl.model.SignalDescImpl
-
- All Implemented Interfaces:
Serializable,SignalDesc,SignalDescBase
public class SignalDescImpl extends Object implements SignalDesc
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static SignalDescImplfrom(Signal signal)StringgetId()Collection<org.kie.api.definition.process.Node>getIncomingNodes()StringgetName()Collection<org.kie.api.definition.process.Node>getOutgoingNodes()StringgetStructureRef()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jbpm.services.api.model.SignalDescBase
getId, getIncomingNodes, getName, getOutgoingNodes, getStructureRef
-
-
-
-
Method Detail
-
from
public static SignalDescImpl from(Signal signal)
-
getId
public String getId()
- Specified by:
getIdin interfaceSignalDescBase
-
getName
public String getName()
- Specified by:
getNamein interfaceSignalDescBase
-
getStructureRef
public String getStructureRef()
- Specified by:
getStructureRefin interfaceSignalDescBase
-
getIncomingNodes
public Collection<org.kie.api.definition.process.Node> getIncomingNodes()
- Specified by:
getIncomingNodesin interfaceSignalDescBase
-
getOutgoingNodes
public Collection<org.kie.api.definition.process.Node> getOutgoingNodes()
- Specified by:
getOutgoingNodesin interfaceSignalDescBase
-
-