public class MergeDependency extends Object implements Dependency
| Constructor and Description |
|---|
MergeDependency(aterm.ATermAppl ind,
aterm.ATermAppl mergedIntoInd)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Equals method
|
aterm.ATermAppl |
getInd()
Get the individual that is merged into the other
|
aterm.ATermAppl |
getmergedIntoInd()
Get the individual that has ind merged into it
|
int |
hashCode()
Hashcode method
TODO: this may not be sufficient
|
String |
toString()
ToString method
|
public MergeDependency(aterm.ATermAppl ind,
aterm.ATermAppl mergedIntoInd)
ind - mergedIntoInd - Copyright © 2019. All rights reserved.