Uses of Interface
de.fraunhofer.iese.mydata.reactive.common.RxPep
Packages that use RxPep
- 
Uses of RxPep in de.fraunhofer.iese.mydata.reactiveClasses in de.fraunhofer.iese.mydata.reactive that implement RxPepModifier and TypeClassDescriptionclassBase Implementation of a RxPep.classReactivePep<T>The Class RxPep is one implementation for Reactive Pep.Methods in de.fraunhofer.iese.mydata.reactive that return RxPepModifier and TypeMethodDescriptionstatic <T> RxPep<T>RxPepFactory.createRxPep(IMyDataEnvironment myDataEnvironment, ComponentId componentId, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from parameterstatic <T> RxPep<T>RxPepFactory.createRxPep(IMyDataEnvironment myDataEnvironment, DecisionEnforcer decisionEnforcer, ComponentId componentId, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from parameterstatic <T> RxPep<T>RxPepFactory.createRxPep(IMyDataEnvironment myDataEnvironment, DecisionEnforcer decisionEnforcer, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from the @PepServiceDescriptionannotation.static <T> RxPep<T>RxPepFactory.createRxPep(IMyDataEnvironment myDataEnvironment, Class<T> pepDocumentationApi) Creates a new ReactivePep object, takes the componentId from the @PepServiceDescriptionannotation.