Uses of Class
beamline.models.responses.Response
-
Packages that use Response Package Description beamline.models.algorithms This package contains all classes of the framework necessary to have mining algorithms functioning.beamline.models.responses This package contains all classes of the framework necessary to handle the responses of mining algorithms. -
-
Uses of Response in beamline.models.algorithms
Classes in beamline.models.algorithms with type parameters of type Response Modifier and Type Class Description class
StreamMiningAlgorithm<T extends Response>
This abstract class defines the root of the mining algorithms hierarchy. -
Uses of Response in beamline.models.responses
Subclasses of Response in beamline.models.responses Modifier and Type Class Description class
DirectlyFollowsRelation
This class represents a directly follows relation as produced byInfiniteSizeDirectlyFollowsMapper
.class
GraphvizResponse
A refinedResponse
that can be rendered in Graphviz using the Dot language.class
StringResponse
A simpleResponse
containing just a string
-