Mattamorphic / Mattamorphic/DataCruncher
Encapsulate Processors
Open
bug
- Dominant language
- PHP
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Add a parent object for the sub processors.
```
Query extends Segmentation
Statistic extends Analysis
Analysis extends Processor
Segmentation extends Processor
Processor {
fromSource
toJson
toArray
toString
...
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.