public class SignalTuple extends Object
| Constructor and Description |
|---|
SignalTuple(String _type,
String _name,
String _object,
String _source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Set<SignalTuple> |
getAllPossibleTuples(String _type,
String _name,
String _object,
String _source)
Get a
Set of all possible SignalTuples that we can have, given the 4 parameters. |
int |
hashCode() |
String |
toString() |
public static Set<SignalTuple> getAllPossibleTuples(String _type, String _name, String _object, String _source)
Set of all possible SignalTuples that we can have, given the 4 parameters._type - interface type_name - name_object - object_source - sourceSet of SignalTuple, never nullCopyright © 2020. All rights reserved.