public class Edge extends Object
Edge(Kind kind, Node source, Node target)
boolean
equals(Object other)
Kind
getKind()
Node
getSource()
getTarget()
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Edge(Kind kind, Node source, Node target)
public Kind getKind()
public Node getSource()
public Node getTarget()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object other)
equals
Copyright © 2024 Soot OSS. All rights reserved.