public class SignalDescImpl extends Object implements SignalDesc
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static SignalDescImpl |
from(Signal signal) |
String |
getId() |
Collection<org.kie.api.definition.process.Node> |
getIncomingNodes() |
String |
getName() |
Collection<org.kie.api.definition.process.Node> |
getOutgoingNodes() |
String |
getStructureRef() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, getIncomingNodes, getName, getOutgoingNodes, getStructureRefpublic static SignalDescImpl from(Signal signal)
public String getId()
getId in interface SignalDescBasepublic String getName()
getName in interface SignalDescBasepublic String getStructureRef()
getStructureRef in interface SignalDescBasepublic Collection<org.kie.api.definition.process.Node> getIncomingNodes()
getIncomingNodes in interface SignalDescBasepublic Collection<org.kie.api.definition.process.Node> getOutgoingNodes()
getOutgoingNodes in interface SignalDescBaseCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.