public static class SVInstantiations.UpdateLabelPair extends Object
Modifier and Type | Field and Description |
---|---|
private Term |
update |
private ImmutableArray<TermLabel> |
updateApplicationlabels |
Constructor and Description |
---|
UpdateLabelPair(Term update,
ImmutableArray<TermLabel> updateApplicationlabels) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Term |
getUpdate() |
ImmutableArray<TermLabel> |
getUpdateApplicationlabels() |
int |
hashCode() |
private Term update
private ImmutableArray<TermLabel> updateApplicationlabels
public UpdateLabelPair(Term update, ImmutableArray<TermLabel> updateApplicationlabels)