public static class SVInstantiations.UpdateLabelPair
extends java.lang.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(java.lang.Object obj)  | 
Term | 
getUpdate()  | 
ImmutableArray<TermLabel> | 
getUpdateApplicationlabels()  | 
int | 
hashCode()  | 
private Term update
private ImmutableArray<TermLabel> updateApplicationlabels
public UpdateLabelPair(Term update, ImmutableArray<TermLabel> updateApplicationlabels)
public Term getUpdate()
public ImmutableArray<TermLabel> getUpdateApplicationlabels()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object