public class Node extends AbstractNode implements Cloneable
controlFlowGraph, defined, elementChapter, id, inUnused, inUsed, killed, operations, outUnused, outUsed, parentElement, predecessors, successors, used| Constructor and Description |
|---|
Node(ControlFlowGraph controlFlowGraph,
BpmnElement parentElement,
soot.toolkits.graph.Block block,
ElementChapter elementChapter) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
soot.toolkits.graph.Block |
getBlock() |
void |
setPreds()
Set the predecessor nodes of the current node
|
void |
setSuccs()
Set the successor nodes of the current node
|
addDefined, addOperation, addPredecessor, addSourceCodeAnomaly, addSuccessor, clearPredecessors, clearSuccessors, createIds, getAnomalies, getBaseElement, getControlFlowGraph, getDefined, getId, getInUnused, getInUsed, getKilled, getOperations, getOutUnused, getOutUsed, getParentElement, getPredecessors, getSuccessors, getUsed, removeOperation, removePredecessor, removeSuccessor, setDefined, setId, setInUnused, setInUsed, setKilled, setOperations, setOutUnused, setOutUsed, setPredecessors, setSuccessors, setUsedpublic Node(ControlFlowGraph controlFlowGraph, BpmnElement parentElement, soot.toolkits.graph.Block block, ElementChapter elementChapter)
public void setPreds()
public void setSuccs()
public soot.toolkits.graph.Block getBlock()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.