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, wait
getId, getIncomingNodes, getName, getOutgoingNodes, getStructureRef
public static SignalDescImpl from(Signal signal)
public String getId()
getId
in interface SignalDescBase
public String getName()
getName
in interface SignalDescBase
public String getStructureRef()
getStructureRef
in interface SignalDescBase
public Collection<org.kie.api.definition.process.Node> getIncomingNodes()
getIncomingNodes
in interface SignalDescBase
public Collection<org.kie.api.definition.process.Node> getOutgoingNodes()
getOutgoingNodes
in interface SignalDescBase
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.