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 classStreamMiningAlgorithm<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 classDirectlyFollowsRelationThis class represents a directly follows relation as produced byInfiniteSizeDirectlyFollowsMapper.classGraphvizResponseA refinedResponsethat can be rendered in Graphviz using the Dot language.classStringResponseA simpleResponsecontaining just a string
-