source: java/main/src/test/resources/info/Joint.info @ 86

Last change on this file since 86 was 86, checked in by psniegowski, 11 years ago

HIGHLIGHTS:

  • use java annotations to mark classes and fields to be used when:
    • using java classes with ReflectionAccess? to represent remote objects with FramsClass? description found by "info ..." requests
    • to build up FramsClass? representation of objects not present at remote server
  • allow using primitive types (instead of wraping counterparts) in reflected classes
  • rework FramsClass? creation process (add FramsClassBuilder?)
  • add more tests

CHANGELOG:
Prepare model.World class.

Minor change.

Use primitive types for Genotype and Creature classes.

Use primitive types in model.Neuro* classes.

Use primitive types in model.Joint* classes.

Use primitive types in model.Part* classes.

Fix primitive values.

Extract FramsClassBuilder?.

Add tests of Model classes.

More fixes.

Refactorize out ParamCandidate?.

Several fixes.

Fix all regressions after introducing annotations.

Use annotations throughout the project.

Add exception classes.

Improve creation of FramsClass?.

More changes.

Many changes regarding annotations.

Annotate classes in com.framsticks.model package.

Remove manual FramsClass? constructor.

Construct FramsClass? for Creature. Add test.

Add default values to the ParamAnnotation?.

Add ParamBuilderTest? and ParamAnnotation?.

Add FramsClassAnnotation?.

File size: 757 bytes
Line 
1class:
2id:Joint
3
4prop:
5name:part1 ref#
6id:p1
7type:d
8flags:1024
9
10prop:
11name:part2 ref#
12id:p2
13type:d
14flags:1024
15
16prop:
17name:rotation.x
18id:rx
19type:f
20flags:0
21
22prop:
23name:rotation.y
24id:ry
25type:f
26flags:1024
27
28prop:
29name:rotation.z
30id:rz
31type:f
32flags:1024
33
34prop:
35name:delta.x
36id:dx
37type:f
38flags:0
39
40prop:
41name:delta.y
42id:dy
43type:f
44flags:1024
45
46prop:
47name:delta.z
48id:dz
49type:f
50flags:1024
51
52prop:
53name:stiffness
54id:stif
55type:f
56flags:0
57
58prop:
59name:rotation stiffness
60id:rotstif
61type:f
62flags:0
63
64prop:
65name:stamina
66id:stam
67type:f
68flags:0
69
70prop:
71name:info
72id:i
73type:s
74flags:0
75
76prop:
77name:vis_style
78id:Vstyle
79type:s
80flags:0
81
82prop:
83name:red component
84id:vr
85type:f
86flags:0
87
88prop:
89name:green component
90id:vg
91type:f
92flags:1024
93
94prop:
95name:blue component
96id:vb
97type:f
98flags:1024
99
Note: See TracBrowser for help on using the repository browser.