Skip to content

docs(edge): add comprehensive Javadoc to edge class and undocumented methods#88

Open
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
docs/add-missing-javadoc-edge-class
Open

docs(edge): add comprehensive Javadoc to edge class and undocumented methods#88
sauravbhattacharya001 wants to merge 1 commit intomasterfrom
docs/add-missing-javadoc-edge-class

Conversation

@sauravbhattacharya001
Copy link
Owner

Summary

Adds proper Javadoc documentation to the �dge class:

  • Class-level doc: Describes purpose, lists all 5 edge types (f, fs, c, s, sg), and explains the data model
  • setWeight/getWeight: Documents weight semantics (interaction strength = frequency x duration)
  • setLabel/getLabel: Documents display label usage in visualizations

The timestamp-related methods (setTimestamp, getTimestamp, setEndTimestamp, getEndTimestamp, isActiveAt, isActiveDuring) and the constructor/getters already had good Javadoc, so those are left untouched.

Changes

  • �dge.java: +35 lines of documentation, 0 logic changes

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions bot added visualization Graph visualization and UI size/s labels Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s visualization Graph visualization and UI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant