Uses of Interface
backend.speech.interfaces.IProtocol
Packages that use IProtocol
-
Uses of IProtocol in backend.plenarprotocol
Methods in backend.plenarprotocol that return IProtocolModifier and TypeMethodDescriptionIPlenarprotocol.getProtocol()Plenarprotocol_impl.getProtocol()Gibt die Protokolldaten zurück.Methods in backend.plenarprotocol with parameters of type IProtocolModifier and TypeMethodDescriptionvoidIPlenarprotocol.setProtocol(IProtocol protocol) voidPlenarprotocol_impl.setProtocol(IProtocol protocol) Setzt die Protokolldaten.Constructors in backend.plenarprotocol with parameters of type IProtocolModifierConstructorDescriptionPlenarprotocol_impl(String _id, IProtocol protocol, List<ISpeech> speeches) -
Uses of IProtocol in backend.speech
Classes in backend.speech that implement IProtocolMethods in backend.speech that return IProtocolMethods in backend.speech with parameters of type IProtocolConstructors in backend.speech with parameters of type IProtocol -
Uses of IProtocol in backend.speech.interfaces
Methods in backend.speech.interfaces that return IProtocolMethods in backend.speech.interfaces with parameters of type IProtocolModifier and TypeMethodDescriptionvoidISpeech.setProtocol(IProtocol protocol) Setzt Protocol Speech -
Uses of IProtocol in backend.utility
Methods in backend.utility that return IProtocolModifier and TypeMethodDescriptionstatic IProtocolFactory.createProtocol(org.bson.Document document)