-
Notifications
You must be signed in to change notification settings - Fork 5
Capturing
Capturing adalah pengejawantahan dari uraian tentang Formasi 1-5-7 berupa detil konsep dan modul² yang dipakai sebagai dasar pemrograman.
Untuk menghindari duplikasi dalam identifikasi serta untuk indikasi class
maka nama pewarisan dibedakan dan pelabelan dilakukan secara kumulatif.
Berdasarkan hal di atas maka Piramida data disusun identifikasinya pada file² collections berikut ini:
Path: _feeds/section/skema/route
├── tiers.md
├── lexers.md
├── controllers.md
├── viewers.md
├── parsers.md
├── syntaxes.md
├── modles.md
├── tiers/
│ ├── tiers1.md
│ ├── tiers2.md
│ ├── tiers2.md
│ └── tiers3.md
├── lexers/
│ ├── lexers1.md
│ ├── lexers2.md
│ ├── lexers3.md
│ └── lexers4.md
├── controllers/
│ ├── controllers1.md
│ └── controllers2.md
├── viewers/
│ ├── viewers1.md
│ ├── viewers2.md
│ └── viewers3.md
├── parsers/
│ ├── parsers1.md
│ ├── parsers2.md
│ ├── parsers3.md
│ └── parsers4.md
├── syntaxes/
│ ├── syntaxes1.md
│ ├── syntaxes2.md
│ └── syntaxes3.md
├── modles/
│ ├── models1.md
│ ├── models2.md
│ ├── models3.md
│ ├── models4.md
│ ├── models5.md
│ ├── models6.md
│ ├── models7.md
│ ├── models8.md
│ └── models9.md
└── tree.md
Sesuai pola maka identifikasi dalam realisasi dari instance yang dimodelkan pada implementasi via data untuk skema dari diagram ini disetel di collections dan disusun dengan konfigurasi berikut:
Track | Route | Internal | Interface | Eksternal | All | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Get | Input | Interaksi Input (Query) | Interaksi Output (Result) | Output | Set | |||||||
Fix | Let | Uji | Let | Uji | Fix* | |||||||
Start | tiers | - | 7 | - | - | - | - | - | - | - | - | 7 |
controllers | - | - | - | 13 | - | - | - | - | - | - | 20 | |
viewers | - | - | - | - | 20 | - | - | - | - | - | 40 | |
models | - | - | - | - | - | - | - | 28 | - | - | 68 | |
Input | tiers1 | - | 3 | - | - | - | - | - | - | - | - | 71 |
tiers2 | - | 4 | - | - | - | - | - | - | - | - | 75 | |
tiers3 | - | 6 | - | - | - | - | - | - | - | - | 81 | |
tiers4 | - | 6 | - | - | - | - | - | - | - | - | 87 | |
Fix Input | lexers1 | - | - | 5 | - | - | - | - | - | - | - | 92 |
lexers2 | - | - | 3 | - | - | - | - | - | - | - | 95 | |
lexers3 | - | - | 2 | - | - | - | - | - | - | - | 97 | |
lexers4 | - | - | 7 | - | - | - | - | - | - | - | 104 | |
Sub Input | controllers1 | - | - | - | 6 | - | - | - | - | - | - | 110 |
controllers2 | - | - | - | 6 | - | - | - | - | - | - | 116 | |
Uji Input | viewers1 | - | - | - | - | 3 | - | - | - | - | - | 119 |
viewers2 | - | - | - | - | 3 | - | - | - | - | - | 122 | |
viewers3 | - | - | - | - | 5 | - | - | - | - | - | 127 | |
Sub Output | parsers1 | - | - | - | - | - | 4 | - | - | - | - | 131 |
parsers2 | - | - | - | - | - | 4 | - | - | - | - | 135 | |
parsers3 | - | - | - | - | - | 5 | - | - | - | - | 140 | |
parsers4 | - | - | - | - | - | 6 | - | - | - | - | 146 | |
Uji Hasil | syntaxes1 | - | - | - | - | - | - | 5 | - | - | - | 151 |
syntaxes2 | - | - | - | - | - | - | 5 | - | - | - | 156 | |
syntaxes3 | - | - | - | - | - | - | 8 | - | - | - | 164 | |
Fix Output* | models1 | - | - | - | - | - | - | - | 3 | - | - | 167 |
models2 | - | - | - | - | - | - | - | 5 | - | - | 172 | |
models3 | - | - | - | - | - | - | - | 5 | - | - | 177 | |
models4 | - | - | - | - | - | - | - | 5 | - | - | 182 | |
models5 | - | - | - | - | - | - | - | 3 | - | - | 185 | |
models6 | - | - | - | - | - | - | - | 7 | - | - | 192 | |
models7 | - | - | - | - | - | - | - | 5 | - | - | 197 | |
models8 | - | - | - | - | - | - | - | 3 | - | - | 200 | |
models9 | - | - | - | - | - | - | - | 7 | - | - | 207 | |
Output | lexers | - | - | 29 | - | - | - | - | - | - | - | 236 |
parsers | - | - | - | - | - | 28 | - | - | - | - | 264 | |
syntaxes | - | - | - | - | - | - | 20 | - | - | - | 284 | |
End | tree | - | - | - | - | - | - | - | - | 2 | - | 286 |
Konfigurasi | - | ![]() |
- | - | - | - | - | 50 | ![]() |
107 | 157 |
Catatan (lihat tanda bintang (*)
pada tabel di atas & no. 7 pada bagan di bawah):
- Agar mengacu ke Konsep Dasar maka pewarisan dipasangkan dengan turunan dari object lain yang berkaitan mengikuti pola Diagram Flowchart. Contoh: 4
tiers
dariInput
dipasangkan dengan 4array
dariFix Input
viacontrollers1
dancontrollers2
dariSub Input
. - Baik
Uji Input
maupunUji Hasil
memiliki tiga (3) turunan. KarenaFix Output
mempunyai koneksi paralel maka tiapUji Hasil
disetel triple (total 9). Dengan demikianSub Output
danFix Intput
memiliki 4 pewarisan: 1 dariUji Input
dan 3 dariFix Output
.
Berikutnya kita akan melakukan pewarisan ini dengan menggunakan Diagram Tree.
Sekian.
SALAM Sukses!
© Chetabahana Project
This documentation is mapped under Mapping and licensed under Apache License, Version 2.0.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2018-2020 Chetabahana Project