public static final class ExplodedGraph.Edge extends Object
Modifier and Type | Method and Description |
---|---|
ExplodedGraph.Node |
child() |
boolean |
equals(Object o) |
int |
hashCode() |
Set<LearnedAssociation> |
learnedAssociations() |
Set<LearnedConstraint> |
learnedConstraints() |
ExplodedGraph.Node |
parent() |
Set<MethodYield> |
yields() |
public ExplodedGraph.Node child()
public ExplodedGraph.Node parent()
public Set<LearnedConstraint> learnedConstraints()
public Set<LearnedAssociation> learnedAssociations()
public Set<MethodYield> yields()
Copyright © 2012–2017 SonarSource. All rights reserved.