public interface ITCRegistry
Modifier and Type | Method and Description |
---|---|
void |
addTC(IRespectTC tc) |
java.util.Map<java.lang.String,? extends IRespectTC> |
getMap() |
IRespectTC |
getTC(TupleCentreId id) |
void addTC(IRespectTC tc)
tc
- the ReSpecT tuple centre to registerjava.util.Map<java.lang.String,? extends IRespectTC> getMap()
IRespectTC getTC(TupleCentreId id) throws InstantiationNotPossibleException
id
- the identifier of the tuple centre to retrieveInstantiationNotPossibleException
- if the tuple centre cannot be instantiated