Uses of Interface
de.fraunhofer.iese.mydata.reactive.common.RxPep
-
Packages that use RxPep Package Description de.fraunhofer.iese.mydata.reactive -
-
Uses of RxPep in de.fraunhofer.iese.mydata.reactive
Classes in de.fraunhofer.iese.mydata.reactive that implement RxPep Modifier and Type Class Description classAbstractRxPep<T>Base Implementation of a RxPep.classReactivePep<T>The Class RxPep is one implementation for Reactive Pep.Methods in de.fraunhofer.iese.mydata.reactive that return RxPep Modifier and Type Method Description static <T> RxPep<T>RxPepFactory. createRxPep(IMyDataEnvironment myDataEnvironment, de.fraunhofer.iese.mydata.component.ComponentId componentId, Class<T> pepDocumentationApi)Creates a new ReactivePep object, takes the componentId from parameterstatic <T> RxPep<T>RxPepFactory. createRxPep(IMyDataEnvironment myDataEnvironment, DecisionEnforcer decisionEnforcer, de.fraunhofer.iese.mydata.component.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.
-