// FIXME: There is no element in the IntrospectionOntology
// corresponding to this event
}
public synchronized void addedMTP(MTPEvent ev) {
Channel ch = ev.getChannel();
ContainerID cid = ev.getPlace();
String proto = ch.getProtocol();
String address = ch.getAddress();
// Generate a suitable AMS event
AddedMTP amtp = new AddedMTP();
amtp.setAddress(address);
amtp.setProto(proto);