File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
java/org/culturegraph/mf/statistics
test/java/org/culturegraph/mf/statistics Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe . stat ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import java .util .Hashtable ;
19
19
import java .util .Map ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe . stat ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import java .util .ArrayList ;
19
19
import java .util .List ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import org .culturegraph .mf .framework .FluxCommand ;
19
19
import org .culturegraph .mf .framework .StreamReceiver ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . sink ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import java .util .Collections ;
19
19
import java .util .HashMap ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import java .util .ArrayList ;
19
19
import java .util .List ;
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ collect-triples org.culturegraph.mf.triples.TripleCollect
32
32
stream-to-triples org.culturegraph.mf.triples.StreamToTriples
33
33
filter-triples org.culturegraph.mf.triples.TripleFilter
34
34
triples-to-stream org.culturegraph.mf.triples.TriplesToStream
35
- calculate-metrics org.culturegraph.mf.stream.pipe.stat .CooccurrenceMetricCalculator
35
+ calculate-metrics org.culturegraph.mf.statistics .CooccurrenceMetricCalculator
36
36
37
37
jscript org.culturegraph.mf.scripting.JScriptObjectPipe
38
38
@@ -107,7 +107,7 @@ pass-through org.culturegraph.mf.plumbing.IdentityStreamPipe
107
107
108
108
match org.culturegraph.mf.strings.StringMatcher
109
109
110
- stream-count org.culturegraph.mf.stream.pipe .Counter
110
+ stream-count org.culturegraph.mf.statistics .Counter
111
111
112
112
literal-to-object org.culturegraph.mf.mangling.LiteralToObject
113
113
object-to-literal org.culturegraph.mf.mangling.ObjectToLiteral
@@ -121,7 +121,7 @@ merge-same-ids org.culturegraph.mf.plumbing.StreamMerger
121
121
filter-strings org.culturegraph.mf.strings.StringFilter
122
122
discard-events org.culturegraph.mf.mangling.StreamEventDiscarder
123
123
124
- draw-uniform-sample org.culturegraph.mf.stream.pipe .UniformSampler
124
+ draw-uniform-sample org.culturegraph.mf.statistics .UniformSampler
125
125
126
126
catch-object-exception org.culturegraph.mf.flowcontrol.ObjectExceptionCatcher
127
127
catch-stream-exception org.culturegraph.mf.flowcontrol.StreamExceptionCatcher
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe . stat ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import static org .junit .Assert .assertEquals ;
19
19
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . sink ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import static org .junit .Assert .assertEquals ;
19
19
import static org .junit .Assert .assertFalse ;
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . pipe ;
16
+ package org .culturegraph .mf .statistics ;
17
17
18
18
import static org .mockito .Mockito .inOrder ;
19
19
You can’t perform that action at this time.
0 commit comments