@@ -120,17 +120,6 @@ Base.@kwdef mutable struct PackedVariableNodeData
120
120
_version:: String = string (_getDFGVersion ())
121
121
end
122
122
123
- function Base. propertynames (x:: PackedVariableNodeData , private:: Bool = false )
124
- if private
125
- return fieldnames (PackedVariableNodeData)
126
- else
127
- return (:vecval , :dimval , :vecbw , :dimbw , :BayesNetOutVertIDs ,
128
- :dimIDs , :dims , :eliminated , :BayesNetVertID , :separator ,
129
- :variableType , :initialized , :infoPerCoord , :ismargin , :dontmargin ,
130
- :solveInProgress , :solvedCount , :solveKey , :_version )
131
- end
132
- end
133
-
134
123
StructTypes. StructType (:: Type{PackedVariableNodeData} ) = StructTypes. UnorderedStruct ()
135
124
StructTypes. idproperty (:: Type{PackedVariableNodeData} ) = :id
136
125
StructTypes. omitempties (:: Type{PackedVariableNodeData} ) = (:id ,)
@@ -166,10 +155,6 @@ Base.@kwdef struct MeanMaxPPE <: AbstractPointParametricEst
166
155
lastUpdatedTimestamp:: Union{ZonedDateTime, Nothing} = nothing
167
156
end
168
157
169
- function Base. propertynames (x:: MeanMaxPPE , private:: Bool = false )
170
- return (:solveKey , :suggested , :max , :mean , :_type , :_version )
171
- end
172
-
173
158
StructTypes. StructType (:: Type{MeanMaxPPE} ) = StructTypes. UnorderedStruct ()
174
159
StructTypes. idproperty (:: Type{MeanMaxPPE} ) = :id
175
160
StructTypes. omitempties (:: Type{MeanMaxPPE} ) = (:id ,:createdTimestamp ,:lastUpdatedTimestamp )
0 commit comments