Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added state-transition table representation and support for CFG #13

Merged
merged 57 commits into from
Oct 7, 2024

Conversation

IgorFilimonov
Copy link
Collaborator

No description provided.

@IgorFilimonov IgorFilimonov requested a review from IlyaMuravjov May 8, 2024 20:59
Comment on lines 41 to 49
tab("Graph representation") {
add(graphTab)
}
tab("State-transition table representation") {
add(tableTab)
}
tab("Adjacency matrix representation") {
add(matrixTab)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Эти вкладки перекрываются описанием выделенного состояния/перехода
image

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Задача #18

val transitions: MutableMap<K, SimpleObjectProperty<List<Transition>>> = mutableMapOf()
)

class SourceCell<T: TableTransitionView, K>(
Copy link
Collaborator

@IlyaMuravjov IlyaMuravjov May 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Циклические зависимости между классами AutomatonTableView, SourceCell, TransitionsCell. Затрудняют понимание кода. Рекомендую выделить интерфейс из класса AutomatonTableView, чтобы SourceCell и TransitionsCell зависли нет от самого AutomatonTableView, а от небольшого интерфейса.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: #23

@@ -0,0 +1,12 @@
package automaton.constructor.view
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Слишком много классов в этом пакете, надо разбить на подпакеты

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue: #23

@IgorFilimonov IgorFilimonov changed the base branch from testsAndExamples to develop September 9, 2024 21:30
@IgorFilimonov
Copy link
Collaborator Author

Давай, как и договаривались, смерджим и, если еще есть, оставшиеся проблемы записывать в Issues

@IlyaMuravjov
Copy link
Collaborator

IlyaMuravjov commented Sep 15, 2024

Давай, как и договаривались, смерджим и, если еще есть, оставшиеся проблемы записывать в Issues

Хорошо, тогда жду, когда заведёшь задачи для актуальных комментариев и других известных тебе проблем, например, неактуального состояния README и Wiki. Шаблоны issue я сделал и для первого незакрытого комментария задачу уже завёл.

@IlyaMuravjov IlyaMuravjov merged commit 059f742 into develop Oct 7, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants