@Deprecated public class NewDependingOn extends Object
Modifier and Type | Field and Description |
---|---|
private SchemaVariable |
first
Deprecated.
|
private SchemaVariable |
second
Deprecated.
|
Constructor and Description |
---|
NewDependingOn(SchemaVariable first,
SchemaVariable second)
Deprecated.
constructs a pair of variables given two SchemaVariables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
SchemaVariable |
first()
Deprecated.
returns the first SchemaVariable of the pair.
|
int |
hashCode()
Deprecated.
|
SchemaVariable |
second()
Deprecated.
returns the second SchemaVariable of the pair.
|
String |
toString()
Deprecated.
|
private SchemaVariable first
private SchemaVariable second
public NewDependingOn(SchemaVariable first, SchemaVariable second)
public SchemaVariable first()
public SchemaVariable second()