GitBucket
Toggle navigation
Sign in
Files
Branches
42
Releases
Issues
10
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 1
nitta-lab
/
AlgebraicDataflowArchitectureModel
Transfer to URL with SHA
Find file
Newer
Older
tree:
60b044223c
Switch branches
×
ASE2022submit
FACS2023
Models2024
SimulatorVisualization
bug-pathParam
bug-swingNativeReceiver
controlFlowModeling
dynamicResourceCreation
experiment20231128
experiment_2023_1_25
extendForWebServices
feature-addTableUI
feature-keyboard-shortcuts
feature_addLoggerToCFD
fix
fix-window-position
fixSerializeException
fix_connectionAnEdgeAtDependsOnMediator
forMultipleOutputResources
forWebServices
gameEngine
gameEngine-DTRAM
gameEngine2
generatorBugFix4
hieararchicalLayout
htmlGUi
importVisualModelingUpdates
master
moveCharacters
ohta
ohta2
ota
outputChannelAsAClass
refactor
simulationLayout
simulator
simulatorAddFunctions
swingInterface
test
two-stage-modeling
update-dtram-parser
updateHierarchicalResources
AlgebraicDataflowArchitectureModel
/
AlgebraicDataflowArchitectureModel
/
src
/
models
/ EdgeAttribute.java
k-fujii
on 23 Nov 2023
109 bytes
図形移動時にNot Serialize Exceptionが発生するのを抑制.
Raw
Blame
History
package models; import java.io.Serializable; public class EdgeAttribute implements Serializable{ }