Skip to content

Commit 9f8d0fc

Browse files
author
Nodar Tchumbadze
committed
Data matrix
contains usefull methods to manipulate with data of matrix type
1 parent 48aced4 commit 9f8d0fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+23959
-0
lines changed

.classpath

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src" />
4+
<classpathentry kind="con"
5+
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" />
6+
<classpathentry kind="output" path="bin" />
7+
</classpath>

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>datamatrix</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

.settings/org.eclipse.jdt.core.prefs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.7
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.7

ClassDiagram.png

325 KB
Loading

ClassDiagram.ucls

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<class-diagram version="1.1.4" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
3+
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
4+
<interface id="1" language="java" name="com.nodrex.datamatrix.IDataMatrix" project="datamatrix"
5+
file="/datamatrix/src/com/nodrex/datamatrix/IDataMatrix.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="2943" width="325" x="-28" y="-1310"/>
7+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
8+
visibility="true">
9+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
10+
<operations public="true" package="true" protected="true" private="false" static="true"/>
11+
</display>
12+
</interface>
13+
<class id="2" language="java" name="com.nodrex.datamatrix.DataMatrix" project="datamatrix"
14+
file="/datamatrix/src/com/nodrex/datamatrix/DataMatrix.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="-1" width="-1" x="658" y="408"/>
16+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
17+
visibility="true">
18+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
19+
<operations public="true" package="true" protected="true" private="false" static="true"/>
20+
</display>
21+
</class>
22+
<interface id="3" language="java" name="com.nodrex.datamatrix.DataMatrix.ExceptionMessages" project="datamatrix"
23+
file="/datamatrix/src/com/nodrex/datamatrix/DataMatrix.java" binary="false" corner="BOTTOM_RIGHT">
24+
<position height="-1" width="-1" x="1058" y="595"/>
25+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
26+
visibility="true">
27+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
28+
<operations public="true" package="true" protected="true" private="false" static="true"/>
29+
</display>
30+
</interface>
31+
<interface id="4" language="java" name="com.nodrex.datamatrix.Matrix.MatrixExceptionMessages" project="datamatrix"
32+
file="/datamatrix/src/com/nodrex/datamatrix/Matrix.java" binary="false" corner="BOTTOM_RIGHT">
33+
<position height="-1" width="-1" x="1523" y="-569"/>
34+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
35+
visibility="true">
36+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
37+
<operations public="true" package="true" protected="true" private="false" static="true"/>
38+
</display>
39+
</interface>
40+
<class id="5" language="java" name="com.nodrex.datamatrix.Matrix" project="datamatrix"
41+
file="/datamatrix/src/com/nodrex/datamatrix/Matrix.java" binary="false" corner="BOTTOM_RIGHT">
42+
<position height="-1" width="-1" x="1129" y="-571"/>
43+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
44+
visibility="true">
45+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
46+
<operations public="true" package="true" protected="true" private="false" static="true"/>
47+
</display>
48+
</class>
49+
<enumeration id="6" language="java" name="com.nodrex.datamatrix.MatrixTypes" project="datamatrix"
50+
file="/datamatrix/src/com/nodrex/datamatrix/MatrixTypes.java" binary="false" corner="BOTTOM_RIGHT">
51+
<position height="-1" width="-1" x="1445" y="-1187"/>
52+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" accessors="true"
53+
visibility="true">
54+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
55+
<operations public="true" package="true" protected="true" private="false" static="true"/>
56+
</display>
57+
</enumeration>
58+
<nesting id="7">
59+
<end type="SOURCE" refId="2"/>
60+
<end type="TARGET" refId="3"/>
61+
</nesting>
62+
<generalization id="8">
63+
<end type="SOURCE" refId="5"/>
64+
<end type="TARGET" refId="2"/>
65+
</generalization>
66+
<realization id="9">
67+
<end type="SOURCE" refId="2"/>
68+
<end type="TARGET" refId="1"/>
69+
</realization>
70+
<nesting id="10">
71+
<end type="SOURCE" refId="5"/>
72+
<end type="TARGET" refId="4"/>
73+
</nesting>
74+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
75+
accessors="true" visibility="true">
76+
<attributes public="true" package="true" protected="true" private="false" static="true"/>
77+
<operations public="true" package="true" protected="true" private="false" static="true"/>
78+
</classifier-display>
79+
<association-display labels="true" multiplicity="true"/>
80+
</class-diagram>
Binary file not shown.
58.5 KB
Binary file not shown.
7.3 KB
Binary file not shown.
Binary file not shown.
22.2 KB
Binary file not shown.
1.36 KB
Binary file not shown.
742 Bytes
Binary file not shown.
2.92 KB
Binary file not shown.

doc/allclasses-frame.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (version 1.7.0_45) on Thu Feb 13 01:13:47 GET 2014 -->
6+
<title>All Classes</title>
7+
<meta name="date" content="2014-02-13">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
</head>
10+
<body>
11+
<h1 class="bar">All Classes</h1>
12+
<div class="indexContainer">
13+
<ul>
14+
<li><a href="com/nodrex/datamatrix/DataMatrix.html" title="class in com.nodrex.datamatrix" target="classFrame">DataMatrix</a></li>
15+
<li><a href="com/nodrex/datamatrix/IDataMatrix.html" title="interface in com.nodrex.datamatrix" target="classFrame"><i>IDataMatrix</i></a></li>
16+
<li><a href="com/nodrex/datamatrix/Matrix.html" title="class in com.nodrex.datamatrix" target="classFrame">Matrix</a></li>
17+
<li><a href="com/nodrex/datamatrix/MatrixTypes.html" title="enum in com.nodrex.datamatrix" target="classFrame">MatrixTypes</a></li>
18+
</ul>
19+
</div>
20+
</body>
21+
</html>

doc/allclasses-noframe.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc (version 1.7.0_45) on Thu Feb 13 01:13:47 GET 2014 -->
6+
<title>All Classes</title>
7+
<meta name="date" content="2014-02-13">
8+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
9+
</head>
10+
<body>
11+
<h1 class="bar">All Classes</h1>
12+
<div class="indexContainer">
13+
<ul>
14+
<li><a href="com/nodrex/datamatrix/DataMatrix.html" title="class in com.nodrex.datamatrix">DataMatrix</a></li>
15+
<li><a href="com/nodrex/datamatrix/IDataMatrix.html" title="interface in com.nodrex.datamatrix"><i>IDataMatrix</i></a></li>
16+
<li><a href="com/nodrex/datamatrix/Matrix.html" title="class in com.nodrex.datamatrix">Matrix</a></li>
17+
<li><a href="com/nodrex/datamatrix/MatrixTypes.html" title="enum in com.nodrex.datamatrix">MatrixTypes</a></li>
18+
</ul>
19+
</div>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)