From 97c4d6e906c5f374fbf460d1b72a8cb89ed84616 Mon Sep 17 00:00:00 2001 From: Francesco Ficarola Date: Mon, 7 May 2012 01:28:01 +0200 Subject: [PATCH] Version 0.3.1 - Javadoc have been added - Bug fix for the not-inclusion of the timeformat attribute in static graphs - Smart names for the method parameters - Two examples about static and dynamic graphs have been added - README.md udpated --- .classpath | 8 + .project | 17 + README.md | 234 +++- doc/allclasses-frame.html | 171 +++ doc/allclasses-noframe.html | 171 +++ doc/constant-values.html | 192 +++ doc/deprecated-list.html | 146 +++ doc/help-doc.html | 223 ++++ doc/index-files/index-1.html | 187 +++ doc/index-files/index-10.html | 157 +++ doc/index-files/index-11.html | 418 ++++++ doc/index-files/index-12.html | 145 +++ doc/index-files/index-13.html | 201 +++ doc/index-files/index-14.html | 148 +++ doc/index-files/index-15.html | 145 +++ doc/index-files/index-16.html | 145 +++ doc/index-files/index-2.html | 325 +++++ doc/index-files/index-3.html | 157 +++ doc/index-files/index-4.html | 151 +++ doc/index-files/index-5.html | 520 ++++++++ doc/index-files/index-6.html | 268 ++++ doc/index-files/index-7.html | 151 +++ doc/index-files/index-8.html | 154 +++ doc/index-files/index-9.html | 160 +++ doc/index.html | 39 + .../dis/wiserver/gexf4j/core/Edge.html | 824 ++++++++++++ .../dis/wiserver/gexf4j/core/EdgeType.html | 342 +++++ .../dis/wiserver/gexf4j/core/Gexf.html | 392 ++++++ .../dis/wiserver/gexf4j/core/GexfReader.html | 212 ++++ .../dis/wiserver/gexf4j/core/GexfWriter.html | 220 ++++ .../dis/wiserver/gexf4j/core/Graph.html | 440 +++++++ .../dis/wiserver/gexf4j/core/HasNodes.html | 281 ++++ .../dis/wiserver/gexf4j/core/IDType.html | 322 +++++ .../wiserver/gexf4j/core/IntervalType.html | 322 +++++ .../dis/wiserver/gexf4j/core/Metadata.html | 524 ++++++++ .../dis/wiserver/gexf4j/core/Mode.html | 326 +++++ .../dis/wiserver/gexf4j/core/Node.html | 910 +++++++++++++ .../wiserver/gexf4j/core/SpellableDatum.html | 214 ++++ .../wiserver/gexf4j/core/class-use/Edge.html | 518 ++++++++ .../gexf4j/core/class-use/EdgeType.html | 290 +++++ .../wiserver/gexf4j/core/class-use/Gexf.html | 319 +++++ .../gexf4j/core/class-use/GexfReader.html | 180 +++ .../gexf4j/core/class-use/GexfWriter.html | 180 +++ .../wiserver/gexf4j/core/class-use/Graph.html | 317 +++++ .../gexf4j/core/class-use/HasNodes.html | 225 ++++ .../gexf4j/core/class-use/IDType.html | 258 ++++ .../gexf4j/core/class-use/IntervalType.html | 433 +++++++ .../gexf4j/core/class-use/Metadata.html | 365 ++++++ .../wiserver/gexf4j/core/class-use/Mode.html | 348 +++++ .../wiserver/gexf4j/core/class-use/Node.html | 644 ++++++++++ .../gexf4j/core/class-use/SpellableDatum.html | 262 ++++ .../wiserver/gexf4j/core/data/Attribute.html | 414 ++++++ .../gexf4j/core/data/AttributeClass.html | 322 +++++ .../gexf4j/core/data/AttributeList.html | 402 ++++++ .../gexf4j/core/data/AttributeType.html | 418 ++++++ .../gexf4j/core/data/AttributeValue.html | 281 ++++ .../gexf4j/core/data/AttributeValueList.html | 260 ++++ .../dis/wiserver/gexf4j/core/data/Datum.html | 219 ++++ .../gexf4j/core/data/class-use/Attribute.html | 405 ++++++ .../core/data/class-use/AttributeClass.html | 240 ++++ .../core/data/class-use/AttributeList.html | 397 ++++++ .../core/data/class-use/AttributeType.html | 334 +++++ .../core/data/class-use/AttributeValue.html | 302 +++++ .../data/class-use/AttributeValueList.html | 264 ++++ .../gexf4j/core/data/class-use/Datum.html | 241 ++++ .../gexf4j/core/data/package-frame.html | 53 + .../gexf4j/core/data/package-summary.html | 191 +++ .../gexf4j/core/data/package-tree.html | 171 +++ .../gexf4j/core/data/package-use.html | 336 +++++ .../wiserver/gexf4j/core/dynamic/Dynamic.html | 457 +++++++ .../wiserver/gexf4j/core/dynamic/Spell.html | 197 +++ .../gexf4j/core/dynamic/Spellable.html | 227 ++++ .../gexf4j/core/dynamic/TimeFormat.html | 314 +++++ .../core/dynamic/class-use/Dynamic.html | 442 +++++++ .../gexf4j/core/dynamic/class-use/Spell.html | 337 +++++ .../core/dynamic/class-use/Spellable.html | 299 +++++ .../core/dynamic/class-use/TimeFormat.html | 144 +++ .../gexf4j/core/dynamic/package-frame.html | 47 + .../gexf4j/core/dynamic/package-summary.html | 179 +++ .../gexf4j/core/dynamic/package-tree.html | 160 +++ .../gexf4j/core/dynamic/package-use.html | 332 +++++ .../wiserver/gexf4j/core/impl/EdgeImpl.html | 929 ++++++++++++++ .../wiserver/gexf4j/core/impl/GexfImpl.html | 476 +++++++ .../wiserver/gexf4j/core/impl/GraphImpl.html | 599 +++++++++ .../gexf4j/core/impl/MetadataImpl.html | 632 +++++++++ .../wiserver/gexf4j/core/impl/NodeImpl.html | 1125 +++++++++++++++++ .../wiserver/gexf4j/core/impl/SpellImpl.html | 554 ++++++++ .../gexf4j/core/impl/SpellableDatumBase.html | 303 +++++ .../gexf4j/core/impl/StaxGraphReader.html | 261 ++++ .../gexf4j/core/impl/StaxGraphWriter.html | 270 ++++ .../gexf4j/core/impl/class-use/EdgeImpl.html | 144 +++ .../gexf4j/core/impl/class-use/GexfImpl.html | 144 +++ .../gexf4j/core/impl/class-use/GraphImpl.html | 144 +++ .../core/impl/class-use/MetadataImpl.html | 144 +++ .../gexf4j/core/impl/class-use/NodeImpl.html | 144 +++ .../gexf4j/core/impl/class-use/SpellImpl.html | 144 +++ .../impl/class-use/SpellableDatumBase.html | 188 +++ .../core/impl/class-use/StaxGraphReader.html | 144 +++ .../core/impl/class-use/StaxGraphWriter.html | 144 +++ .../gexf4j/core/impl/data/AttributeImpl.html | 508 ++++++++ .../core/impl/data/AttributeListImpl.html | 791 ++++++++++++ .../core/impl/data/AttributeValueImpl.html | 341 +++++ .../impl/data/AttributeValueListImpl.html | 339 +++++ .../impl/data/class-use/AttributeImpl.html | 144 +++ .../data/class-use/AttributeListImpl.html | 144 +++ .../data/class-use/AttributeValueImpl.html | 144 +++ .../class-use/AttributeValueListImpl.html | 144 +++ .../gexf4j/core/impl/data/package-frame.html | 38 + .../core/impl/data/package-summary.html | 169 +++ .../gexf4j/core/impl/data/package-tree.html | 169 +++ .../gexf4j/core/impl/data/package-use.html | 144 +++ .../gexf4j/core/impl/dynamic/DynamicBase.html | 551 ++++++++ .../gexf4j/core/impl/dynamic/SpellImpl.html | 246 ++++ .../core/impl/dynamic/SpellableBase.html | 280 ++++ .../impl/dynamic/class-use/DynamicBase.html | 262 ++++ .../impl/dynamic/class-use/SpellImpl.html | 144 +++ .../impl/dynamic/class-use/SpellableBase.html | 196 +++ .../core/impl/dynamic/package-frame.html | 34 + .../core/impl/dynamic/package-summary.html | 161 +++ .../core/impl/dynamic/package-tree.html | 157 +++ .../gexf4j/core/impl/dynamic/package-use.html | 214 ++++ .../gexf4j/core/impl/package-frame.html | 46 + .../gexf4j/core/impl/package-summary.html | 185 +++ .../gexf4j/core/impl/package-tree.html | 169 +++ .../gexf4j/core/impl/package-use.html | 170 +++ .../impl/reader/AbstractEntityParser.html | 227 ++++ .../core/impl/reader/EdgeEntityParser.html | 224 ++++ .../core/impl/reader/EdgesEntityParser.html | 224 ++++ .../core/impl/reader/GexfEntityParser.html | 224 ++++ .../core/impl/reader/GraphEntityParser.html | 224 ++++ .../core/impl/reader/MetaEntityParser.html | 224 ++++ .../core/impl/reader/NodeEntityParser.html | 227 ++++ .../core/impl/reader/NodesEntityParser.html | 227 ++++ .../core/impl/reader/StringEntityParser.html | 272 ++++ .../class-use/AbstractEntityParser.html | 196 +++ .../reader/class-use/EdgeEntityParser.html | 144 +++ .../reader/class-use/EdgesEntityParser.html | 144 +++ .../reader/class-use/GexfEntityParser.html | 144 +++ .../reader/class-use/GraphEntityParser.html | 144 +++ .../reader/class-use/MetaEntityParser.html | 144 +++ .../reader/class-use/NodeEntityParser.html | 144 +++ .../reader/class-use/NodesEntityParser.html | 144 +++ .../reader/class-use/StringEntityParser.html | 144 +++ .../core/impl/reader/package-frame.html | 48 + .../core/impl/reader/package-summary.html | 189 +++ .../gexf4j/core/impl/reader/package-tree.html | 155 +++ .../gexf4j/core/impl/reader/package-use.html | 170 +++ .../gexf4j/core/impl/viz/ColorImpl.html | 416 ++++++ .../gexf4j/core/impl/viz/NodeShapeImpl.html | 398 ++++++ .../gexf4j/core/impl/viz/PositionImpl.html | 416 ++++++ .../core/impl/viz/class-use/ColorImpl.html | 144 +++ .../impl/viz/class-use/NodeShapeImpl.html | 144 +++ .../core/impl/viz/class-use/PositionImpl.html | 144 +++ .../gexf4j/core/impl/viz/package-frame.html | 36 + .../gexf4j/core/impl/viz/package-summary.html | 165 +++ .../gexf4j/core/impl/viz/package-tree.html | 156 +++ .../gexf4j/core/impl/viz/package-use.html | 144 +++ .../impl/writer/AbstractEntityWriter.html | 229 ++++ .../impl/writer/AttValueEntityWriter.html | 228 ++++ .../impl/writer/AttValuesEntityWriter.html | 227 ++++ .../impl/writer/AttributeEntityWriter.html | 227 ++++ .../impl/writer/AttributesEntityWriter.html | 228 ++++ .../core/impl/writer/ColorEntityWriter.html | 227 ++++ .../core/impl/writer/DynamicEntityWriter.html | 230 ++++ .../core/impl/writer/EdgeEntityWriter.html | 230 ++++ .../core/impl/writer/EdgesEntityWriter.html | 227 ++++ .../core/impl/writer/GexfEntityWriter.html | 227 ++++ .../core/impl/writer/GraphEntityWriter.html | 228 ++++ .../impl/writer/MetadataEntityWriter.html | 227 ++++ .../core/impl/writer/NodeEntityWriter.html | 230 ++++ .../impl/writer/NodeShapeEntityWriter.html | 227 ++++ .../core/impl/writer/NodesEntityWriter.html | 227 ++++ .../core/impl/writer/ParentEntityWriter.html | 227 ++++ .../core/impl/writer/ParentsEntityWriter.html | 227 ++++ .../impl/writer/PositionEntityWriter.html | 227 ++++ .../core/impl/writer/SpellEntityWriter.html | 228 ++++ .../writer/SpellableDatumEntityWriter.html | 232 ++++ .../impl/writer/SpellableEntityWriter.html | 231 ++++ .../core/impl/writer/SpellsEntityWriter.html | 227 ++++ .../core/impl/writer/StringEntityWriter.html | 229 ++++ .../core/impl/writer/ValueEntityWriter.html | 229 ++++ .../class-use/AbstractEntityWriter.html | 356 ++++++ .../class-use/AttValueEntityWriter.html | 144 +++ .../class-use/AttValuesEntityWriter.html | 144 +++ .../class-use/AttributeEntityWriter.html | 144 +++ .../class-use/AttributesEntityWriter.html | 144 +++ .../writer/class-use/ColorEntityWriter.html | 144 +++ .../writer/class-use/DynamicEntityWriter.html | 236 ++++ .../writer/class-use/EdgeEntityWriter.html | 144 +++ .../writer/class-use/EdgesEntityWriter.html | 144 +++ .../writer/class-use/GexfEntityWriter.html | 144 +++ .../writer/class-use/GraphEntityWriter.html | 144 +++ .../class-use/MetadataEntityWriter.html | 144 +++ .../writer/class-use/NodeEntityWriter.html | 144 +++ .../class-use/NodeShapeEntityWriter.html | 144 +++ .../writer/class-use/NodesEntityWriter.html | 144 +++ .../writer/class-use/ParentEntityWriter.html | 144 +++ .../writer/class-use/ParentsEntityWriter.html | 144 +++ .../class-use/PositionEntityWriter.html | 144 +++ .../writer/class-use/SpellEntityWriter.html | 144 +++ .../class-use/SpellableDatumEntityWriter.html | 188 +++ .../class-use/SpellableEntityWriter.html | 196 +++ .../writer/class-use/SpellsEntityWriter.html | 144 +++ .../writer/class-use/StringEntityWriter.html | 144 +++ .../writer/class-use/ValueEntityWriter.html | 144 +++ .../core/impl/writer/package-frame.html | 78 ++ .../core/impl/writer/package-summary.html | 249 ++++ .../gexf4j/core/impl/writer/package-tree.html | 161 +++ .../gexf4j/core/impl/writer/package-use.html | 188 +++ .../wiserver/gexf4j/core/package-frame.html | 63 + .../wiserver/gexf4j/core/package-summary.html | 211 ++++ .../wiserver/gexf4j/core/package-tree.html | 180 +++ .../dis/wiserver/gexf4j/core/package-use.html | 446 +++++++ .../dis/wiserver/gexf4j/core/viz/Color.html | 326 +++++ .../wiserver/gexf4j/core/viz/EdgeShape.html | 370 ++++++ .../wiserver/gexf4j/core/viz/NodeShape.html | 386 ++++++ .../gexf4j/core/viz/NodeShapeEntity.html | 326 +++++ .../wiserver/gexf4j/core/viz/Position.html | 326 +++++ .../gexf4j/core/viz/class-use/Color.html | 407 ++++++ .../gexf4j/core/viz/class-use/EdgeShape.html | 279 ++++ .../gexf4j/core/viz/class-use/NodeShape.html | 258 ++++ .../core/viz/class-use/NodeShapeEntity.html | 343 +++++ .../gexf4j/core/viz/class-use/Position.html | 375 ++++++ .../gexf4j/core/viz/package-frame.html | 49 + .../gexf4j/core/viz/package-summary.html | 183 +++ .../gexf4j/core/viz/package-tree.html | 161 +++ .../wiserver/gexf4j/core/viz/package-use.html | 336 +++++ .../gexf4j/examples/DynamicGexfGraph.html | 252 ++++ .../gexf4j/examples/StaticGexfGraph.html | 252 ++++ .../examples/class-use/DynamicGexfGraph.html | 144 +++ .../examples/class-use/StaticGexfGraph.html | 144 +++ .../gexf4j/examples/package-frame.html | 34 + .../gexf4j/examples/package-summary.html | 161 +++ .../gexf4j/examples/package-tree.html | 153 +++ .../wiserver/gexf4j/examples/package-use.html | 144 +++ doc/overview-frame.html | 60 + doc/overview-summary.html | 187 +++ doc/overview-tree.html | 246 ++++ doc/package-list | 10 + doc/resources/inherit.gif | Bin 0 -> 57 bytes doc/serialized-form.html | 241 ++++ doc/stylesheet.css | 29 + pom.xml | 18 +- .../gexf4j/examples/DynamicGexfGraph.java | 205 +++ .../gexf4j/examples/StaticGexfGraph.java | 92 ++ src/main/java/com/ojn/gexf4j/core/Edge.java | 40 - .../java/com/ojn/gexf4j/core/EdgeType.java | 8 - src/main/java/com/ojn/gexf4j/core/Gexf.java | 18 - .../java/com/ojn/gexf4j/core/GexfReader.java | 9 - .../java/com/ojn/gexf4j/core/GexfWriter.java | 9 - src/main/java/com/ojn/gexf4j/core/Graph.java | 23 - .../java/com/ojn/gexf4j/core/HasNodes.java | 12 - src/main/java/com/ojn/gexf4j/core/IDType.java | 7 - .../com/ojn/gexf4j/core/IntervalType.java | 6 - .../java/com/ojn/gexf4j/core/Metadata.java | 27 - src/main/java/com/ojn/gexf4j/core/Mode.java | 7 - src/main/java/com/ojn/gexf4j/core/Node.java | 48 - .../com/ojn/gexf4j/core/SpellableDatum.java | 8 - .../com/ojn/gexf4j/core/data/Attribute.java | 22 - .../ojn/gexf4j/core/data/AttributeClass.java | 7 - .../ojn/gexf4j/core/data/AttributeList.java | 20 - .../ojn/gexf4j/core/data/AttributeValue.java | 11 - .../gexf4j/core/data/AttributeValueList.java | 10 - .../java/com/ojn/gexf4j/core/data/Datum.java | 6 - .../com/ojn/gexf4j/core/dynamic/Dynamic.java | 20 - .../com/ojn/gexf4j/core/dynamic/Spell.java | 5 - .../ojn/gexf4j/core/impl/StaxGraphReader.java | 17 - .../gexf4j/core/impl/dynamic/SpellImpl.java | 15 - .../impl/reader/AbstractEntityParser.java | 63 - .../core/impl/reader/EdgeEntityParser.java | 74 -- .../core/impl/reader/EdgesEntityParser.java | 41 - .../core/impl/reader/GexfEntityParser.java | 52 - .../core/impl/reader/GraphEntityParser.java | 61 - .../core/impl/reader/MetaEntityParser.java | 68 - .../core/impl/reader/NodeEntityParser.java | 59 - .../core/impl/reader/NodesEntityParser.java | 47 - .../core/impl/reader/StringEntityParser.java | 48 - .../java/com/ojn/gexf4j/core/viz/Color.java | 13 - .../ojn/gexf4j/core/viz/NodeShapeEntity.java | 12 - .../com/ojn/gexf4j/core/viz/Position.java | 13 - .../dis/wiserver/gexf4j/core/Edge.java | 162 +++ .../dis/wiserver/gexf4j/core/EdgeType.java | 12 + .../dis/wiserver/gexf4j/core/Gexf.java | 64 + .../dis/wiserver/gexf4j/core/GexfWriter.java | 19 + .../dis/wiserver/gexf4j/core/Graph.java | 71 ++ .../dis/wiserver/gexf4j/core/HasNodes.java | 31 + .../dis/wiserver/gexf4j/core/IDType.java | 7 + .../wiserver/gexf4j/core/IntervalType.java | 6 + .../dis/wiserver/gexf4j/core/Metadata.java | 104 ++ .../dis/wiserver/gexf4j/core/Mode.java | 11 + .../dis/wiserver/gexf4j/core/Node.java | 185 +++ .../wiserver/gexf4j/core/SpellableDatum.java | 8 + .../wiserver/gexf4j/core/data/Attribute.java | 73 ++ .../gexf4j/core/data/AttributeClass.java | 7 + .../gexf4j/core/data/AttributeList.java | 66 + .../gexf4j/core/data/AttributeType.java | 2 +- .../gexf4j/core/data/AttributeValue.java | 29 + .../gexf4j/core/data/AttributeValueList.java | 26 + .../dis/wiserver/gexf4j/core/data/Datum.java | 14 + .../wiserver/gexf4j/core/dynamic/Dynamic.java | 82 ++ .../wiserver/gexf4j/core/dynamic/Spell.java | 9 + .../gexf4j/core/dynamic/Spellable.java | 2 +- .../gexf4j/core/dynamic/TimeFormat.java | 2 +- .../wiserver}/gexf4j/core/impl/EdgeImpl.java | 26 +- .../wiserver}/gexf4j/core/impl/GexfImpl.java | 16 +- .../wiserver}/gexf4j/core/impl/GraphImpl.java | 29 +- .../gexf4j/core/impl/MetadataImpl.java | 13 +- .../wiserver}/gexf4j/core/impl/NodeImpl.java | 29 +- .../wiserver}/gexf4j/core/impl/SpellImpl.java | 18 +- .../gexf4j/core/impl/SpellableDatumBase.java | 10 +- .../gexf4j/core/impl/StaxGraphWriter.java | 14 +- .../gexf4j/core/impl/data/AttributeImpl.java | 20 +- .../core/impl/data/AttributeListImpl.java | 24 +- .../core/impl/data/AttributeValueImpl.java | 17 +- .../impl/data/AttributeValueListImpl.java | 21 +- .../gexf4j/core/impl/dynamic/DynamicBase.java | 10 +- .../core/impl/dynamic/SpellableBase.java | 7 +- .../gexf4j/core/impl/viz/ColorImpl.java | 16 +- .../gexf4j/core/impl/viz/NodeShapeImpl.java | 18 +- .../gexf4j/core/impl/viz/PositionImpl.java | 15 +- .../impl/writer/AbstractEntityWriter.java | 5 +- .../impl/writer/AttValueEntityWriter.java | 5 +- .../impl/writer/AttValuesEntityWriter.java | 5 +- .../impl/writer/AttributeEntityWriter.java | 5 +- .../impl/writer/AttributesEntityWriter.java | 7 +- .../core/impl/writer/ColorEntityWriter.java | 5 +- .../core/impl/writer/DynamicEntityWriter.java | 8 +- .../core/impl/writer/EdgeEntityWriter.java | 7 +- .../core/impl/writer/EdgesEntityWriter.java | 5 +- .../core/impl/writer/GexfEntityWriter.java | 5 +- .../core/impl/writer/GraphEntityWriter.java | 16 +- .../impl/writer/MetadataEntityWriter.java | 5 +- .../core/impl/writer/NodeEntityWriter.java | 5 +- .../impl/writer/NodeShapeEntityWriter.java | 5 +- .../core/impl/writer/NodesEntityWriter.java | 5 +- .../core/impl/writer/ParentEntityWriter.java | 5 +- .../core/impl/writer/ParentsEntityWriter.java | 5 +- .../impl/writer/PositionEntityWriter.java | 5 +- .../core/impl/writer/SpellEntityWriter.java | 5 +- .../writer/SpellableDatumEntityWriter.java | 5 +- .../impl/writer/SpellableEntityWriter.java | 5 +- .../core/impl/writer/SpellsEntityWriter.java | 5 +- .../core/impl/writer/StringEntityWriter.java | 2 +- .../core/impl/writer/ValueEntityWriter.java | 2 +- .../dis/wiserver/gexf4j/core/viz/Color.java | 47 + .../wiserver}/gexf4j/core/viz/EdgeShape.java | 2 +- .../wiserver}/gexf4j/core/viz/NodeShape.java | 2 +- .../gexf4j/core/viz/NodeShapeEntity.java | 46 + .../wiserver/gexf4j/core/viz/Position.java | 47 + .../java/com/ojn/gexf4j/core/EdgeTest.java | 100 -- .../com/ojn/gexf4j/core/GraphReaderTest.java | 24 - .../java/com/ojn/gexf4j/core/GraphTest.java | 95 -- .../com/ojn/gexf4j/core/GraphWriterTest.java | 77 -- .../java/com/ojn/gexf4j/core/NodeTest.java | 147 --- .../ojn/gexf4j/core/data/AttributeTest.java | 76 -- .../gexf4j/core/data/AttributeValueTest.java | 44 - .../ojn/gexf4j/core/impl/EdgeImplTest.java | 20 - .../ojn/gexf4j/core/impl/GraphImplTest.java | 12 - .../ojn/gexf4j/core/impl/NodeImplTest.java | 12 - .../gexf4j/core/impl/StaxGraphWriterTest.java | 22 - .../core/impl/data/AttributeImplTest.java | 15 - .../impl/data/AttributeValueImplTest.java | 22 - .../core/testgraphs/BasicGraphBuilder.java | 29 - .../core/testgraphs/DataGraphBuilder.java | 73 -- .../core/testgraphs/DynamicGraphBuilder.java | 116 -- .../gexf4j/core/testgraphs/GexfBuilder.java | 26 - .../testgraphs/HierarchyInlineBuilder.java | 52 - .../core/testgraphs/HierarchyPIDBuilder.java | 60 - .../core/testgraphs/PhylogenyBuilder.java | 31 - .../core/testgraphs/VisualizationBuilder.java | 36 - 370 files changed, 59985 insertions(+), 2197 deletions(-) create mode 100644 .classpath create mode 100644 .project create mode 100644 doc/allclasses-frame.html create mode 100644 doc/allclasses-noframe.html create mode 100644 doc/constant-values.html create mode 100644 doc/deprecated-list.html create mode 100644 doc/help-doc.html create mode 100644 doc/index-files/index-1.html create mode 100644 doc/index-files/index-10.html create mode 100644 doc/index-files/index-11.html create mode 100644 doc/index-files/index-12.html create mode 100644 doc/index-files/index-13.html create mode 100644 doc/index-files/index-14.html create mode 100644 doc/index-files/index-15.html create mode 100644 doc/index-files/index-16.html create mode 100644 doc/index-files/index-2.html create mode 100644 doc/index-files/index-3.html create mode 100644 doc/index-files/index-4.html create mode 100644 doc/index-files/index-5.html create mode 100644 doc/index-files/index-6.html create mode 100644 doc/index-files/index-7.html create mode 100644 doc/index-files/index-8.html create mode 100644 doc/index-files/index-9.html create mode 100644 doc/index.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Edge.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfReader.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Graph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/IDType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Mode.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/Node.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Edge.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/EdgeType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Gexf.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfReader.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Graph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/HasNodes.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IDType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IntervalType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Metadata.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Mode.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Node.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/SpellableDatum.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Attribute.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeClass.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeList.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeType.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValue.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValueList.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Datum.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Dynamic.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spell.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spellable.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/TimeFormat.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphReader.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/EdgeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GexfImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GraphImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/MetadataImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/NodeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellableDatumBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphReader.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeListImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueListImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/DynamicBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellableBase.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/AbstractEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgeEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgesEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GexfEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GraphEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/MetaEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodeEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodesEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/StringEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/AbstractEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgeEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgesEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GexfEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GraphEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/MetaEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodeEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodesEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/StringEntityParser.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/ColorImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/NodeShapeImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/PositionImpl.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AbstractEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValueEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValuesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ColorEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/DynamicEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GexfEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GraphEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/MetadataEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeShapeEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodesEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentsEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/PositionEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableDatumEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellsEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/StringEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ValueEntityWriter.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Color.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/EdgeShape.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShape.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShapeEntity.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Position.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-use.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/DynamicGexfGraph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/StaticGexfGraph.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-frame.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-summary.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-tree.html create mode 100644 doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-use.html create mode 100644 doc/overview-frame.html create mode 100644 doc/overview-summary.html create mode 100644 doc/overview-tree.html create mode 100644 doc/package-list create mode 100644 doc/resources/inherit.gif create mode 100644 doc/serialized-form.html create mode 100644 doc/stylesheet.css create mode 100644 src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.java create mode 100644 src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Edge.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/EdgeType.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Gexf.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/GexfReader.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/GexfWriter.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Graph.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/HasNodes.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/IDType.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/IntervalType.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Metadata.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Mode.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/Node.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/SpellableDatum.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/Attribute.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/AttributeClass.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/AttributeList.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/AttributeValue.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/AttributeValueList.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/data/Datum.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/dynamic/Dynamic.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/dynamic/Spell.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/StaxGraphReader.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellImpl.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/AbstractEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/EdgeEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/EdgesEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/GexfEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/GraphEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/MetaEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/NodeEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/NodesEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/impl/reader/StringEntityParser.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/viz/Color.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/viz/NodeShapeEntity.java delete mode 100644 src/main/java/com/ojn/gexf4j/core/viz/Position.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Edge.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Graph.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IDType.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Mode.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Node.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.java rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/data/AttributeType.java (67%) create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.java rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/dynamic/Spellable.java (68%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/dynamic/TimeFormat.java (80%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/EdgeImpl.java (83%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/GexfImpl.java (80%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/GraphImpl.java (74%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/MetadataImpl.java (90%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/NodeImpl.java (88%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/SpellImpl.java (86%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/SpellableDatumBase.java (50%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/StaxGraphWriter.java (70%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/data/AttributeImpl.java (79%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/data/AttributeListImpl.java (85%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/data/AttributeValueImpl.java (62%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/data/AttributeValueListImpl.java (59%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/dynamic/DynamicBase.java (90%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/dynamic/SpellableBase.java (64%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/viz/ColorImpl.java (80%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/viz/NodeShapeImpl.java (70%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/viz/PositionImpl.java (66%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/AbstractEntityWriter.java (94%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/AttValueEntityWriter.java (86%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/AttValuesEntityWriter.java (85%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/AttributeEntityWriter.java (92%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/AttributesEntityWriter.java (84%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/ColorEntityWriter.java (89%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/DynamicEntityWriter.java (94%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/EdgeEntityWriter.java (91%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/EdgesEntityWriter.java (88%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/GexfEntityWriter.java (92%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/GraphEntityWriter.java (79%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/MetadataEntityWriter.java (92%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/NodeEntityWriter.java (93%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/NodeShapeEntityWriter.java (87%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/NodesEntityWriter.java (88%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/ParentEntityWriter.java (85%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/ParentsEntityWriter.java (86%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/PositionEntityWriter.java (88%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/SpellEntityWriter.java (74%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java (79%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/SpellableEntityWriter.java (83%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/SpellsEntityWriter.java (85%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/StringEntityWriter.java (92%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/impl/writer/ValueEntityWriter.java (92%) create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.java rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/viz/EdgeShape.java (58%) rename src/main/java/{com/ojn => it/uniroma1/dis/wiserver}/gexf4j/core/viz/NodeShape.java (61%) create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.java create mode 100644 src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/EdgeTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/GraphReaderTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/GraphTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/GraphWriterTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/NodeTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeValueTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/EdgeImplTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/GraphImplTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/NodeImplTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/StaxGraphWriterTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeImplTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeValueImplTest.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/BasicGraphBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DataGraphBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DynamicGraphBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/GexfBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyInlineBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyPIDBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/PhylogenyBuilder.java delete mode 100644 src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/VisualizationBuilder.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..d215dfa --- /dev/null +++ b/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..1ded657 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + gexf4j + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/README.md b/README.md index 66c581d..5cd0785 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -gexf4j - The new java library for the latest .gexf file format +gexf4j - A java library for the GEXF file format ================= -Latest Version: [0.3.0-ALPHA](http://github.com/francesco-ficarola/gexf4j) +Latest Version: [0.3.1-ALPHA](http://github.com/francesco-ficarola/gexf4j) About ------------------ @@ -18,6 +18,13 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +Version 0.3.1 - ALPHA (by Francesco Ficarola) +------------------ +The following changes were applied: + +* Javadoc was added +* Bug fix for the not-inclusion of the timeformat attribute in static graphs + Version 0.3.0 - ALPHA (by Francesco Ficarola) ------------------ The following changes were applied: @@ -42,64 +49,63 @@ The underlying API has changed dramatically. Gexf4j now supports the entire GEXF * Phylogeny * Visualization -Also introduced in 0.2 is a chaining API, allowing for a more descriptive interaction with the API. Here's an example: - - Node gephi = gexf.getGraph().createNode("0"); - gephi - .setLabel("Gephi") - .setStartDate(toDate("2009-03-01")) - .getAttributeValues() - .addValue(attUrl, "http://gephi.org") - .addValue(attIndegree, "1"); - Installing ------------------ You have two options: -1. Download the latest JAR files from the download page +1. Download the latest version of the JAR file from the [download page](https://github.com/francesco-ficarola/gexf4j/downloads) 2. Download the source, and compile/install using maven2 (mvn clean && mvn package) +Dependecies +------------------ +Gexf4j library needs [com.google.common.base.Preconditions](http://code.google.com/p/guava-libraries/). You can find a version of that library in the lib directory, too. + Sample Code ------------------ -The following code creates the same graph located on: http://gexf.net/format/data.html +The following code builds [this static graph](https://github.com/downloads/francesco-ficarola/gexf4j/static_graph_sample.gexf). Gexf gexf = new GexfImpl(); + Calendar date = Calendar.getInstance(); gexf.getMetadata() - .setLastModified(toDate("2009-03-20")) + .setLastModified(date.getTime()) .setCreator("Gephi.org") .setDescription("A Web network"); + + Graph graph = gexf.getGraph(); + graph.setDefaultEdgeType(EdgeType.UNDIRECTED).setMode(Mode.STATIC); AttributeList attrList = new AttributeListImpl(AttributeClass.NODE); - gexf.getGraph().getAttributeLists().add(attrList); + graph.getAttributeLists().add(attrList); Attribute attUrl = attrList.createAttribute("0", AttributeType.STRING, "url"); Attribute attIndegree = attrList.createAttribute("1", AttributeType.FLOAT, "indegree"); Attribute attFrog = attrList.createAttribute("2", AttributeType.BOOLEAN, "frog") .setDefaultValue("true"); + - Node gephi = gexf.getGraph().createNode("0"); + Node gephi = graph.createNode("0"); gephi .setLabel("Gephi") .getAttributeValues() .addValue(attUrl, "http://gephi.org") .addValue(attIndegree, "1"); - Node webatlas = gexf.getGraph().createNode("1"); + Node webatlas = graph.createNode("1"); webatlas .setLabel("Webatlas") .getAttributeValues() .addValue(attUrl, "http://webatlas.fr") .addValue(attIndegree, "2"); - Node rtgi = gexf.getGraph().createNode("2"); + Node rtgi = graph.createNode("2"); rtgi .setLabel("RTGI") .getAttributeValues() .addValue(attUrl, "http://rtgi.fr") .addValue(attIndegree, "1"); - Node blab = gexf.getGraph().createNode("3"); + Node blab = graph.createNode("3"); blab .setLabel("BarabasiLab") .getAttributeValues() @@ -112,3 +118,191 @@ The following code creates the same graph located on: http://gexf.net/format/dat webatlas.connectTo("2", gephi); rtgi.connectTo("3", webatlas); gephi.connectTo("4", blab); + + StaxGraphWriter graphWriter = new StaxGraphWriter(); + File f = new File("static_graph_sample.gexf"); + FileOutputStream fos; + try { + fos = new FileOutputStream(f, false); + graphWriter.writeToStream(gexf, fos); + System.out.println(f.getAbsolutePath()); + } catch (IOException e) { + e.printStackTrace(); + } + + +The following code builds [this dynamic graph](https://github.com/downloads/francesco-ficarola/gexf4j/dynamic_graph_sample.gexf). + + Gexf gexf = new GexfImpl(); + Calendar date = Calendar.getInstance(); + + gexf.getMetadata() + .setLastModified(date.getTime()) + .setCreator("Gephi.org") + .setDescription("A Web network"); + + + Graph graph = gexf.getGraph(); + graph. + setDefaultEdgeType(EdgeType.UNDIRECTED) + .setMode(Mode.DYNAMIC) + .setTimeType(TimeFormat.XSDDATETIME); + + AttributeList attrList = new AttributeListImpl(AttributeClass.NODE); + graph.getAttributeLists().add(attrList); + + Attribute attUrl = attrList.createAttribute("0", AttributeType.STRING, "url"); + Attribute attIndegree = attrList.createAttribute("1", AttributeType.FLOAT, "indegree"); + Attribute attFrog = attrList.createAttribute("2", AttributeType.BOOLEAN, "frog") + .setDefaultValue("true"); + + + /** Node Gephi */ + Node gephi = graph.createNode("0"); + gephi + .setLabel("Gephi") + .getAttributeValues() + .addValue(attUrl, "http://gephi.org") + .addValue(attIndegree, "1"); + + Spell spellGephi = new SpellImpl(); + date.set(2012, 3, 28, 16, 10, 0); + date.set(Calendar.MILLISECOND, 0); + spellGephi.setStartValue(date.getTime()); + gephi.getSpells().add(spellGephi); + + + /** Node Webatlas */ + Node webatlas = graph.createNode("1"); + webatlas + .setLabel("Webatlas") + .getAttributeValues() + .addValue(attUrl, "http://webatlas.fr") + .addValue(attIndegree, "2"); + + Spell spellWebatlas1 = new SpellImpl(); + date.set(Calendar.MINUTE, 15); + spellWebatlas1.setStartValue(date.getTime()); + date.set(2012, 3, 28, 18, 57, 2); + spellWebatlas1.setEndValue(date.getTime()); + webatlas.getSpells().add(spellWebatlas1); + + Spell spellWebatlas2 = new SpellImpl(); + date.set(2012, 3, 28, 20, 31, 10); + spellWebatlas2.setStartValue(date.getTime()).setStartIntervalType(IntervalType.OPEN); + date.set(Calendar.MINUTE, 45); + date.set(Calendar.SECOND, 21); + spellWebatlas2.setEndValue(date.getTime()); + webatlas.getSpells().add(spellWebatlas2); + + Spell spellWebatlas3 = new SpellImpl(); + date.set(2012, 3, 28, 21, 0, 0); + spellWebatlas3.setStartValue(date.getTime()); + date.set(2012, 4, 11, 10, 49, 27); + spellWebatlas3.setEndValue(date.getTime()).setEndIntervalType(IntervalType.OPEN); + webatlas.getSpells().add(spellWebatlas3); + + + /** Node RTGI */ + Node rtgi = graph.createNode("2"); + rtgi + .setLabel("RTGI") + .getAttributeValues() + .addValue(attUrl, "http://rtgi.fr") + .addValue(attIndegree, "1"); + + Spell spellRtgi = new SpellImpl(); + date.set(2012, 3, 27, 6, 0, 0); + spellRtgi.setStartValue(date.getTime()); + date.set(2012, 4, 19); + spellRtgi.setEndValue(date.getTime()); + rtgi.getSpells().add(spellRtgi); + + + /** Node BarabasiLab */ + Node blab = graph.createNode("3"); + blab + .setLabel("BarabasiLab") + .getAttributeValues() + .addValue(attUrl, "http://barabasilab.com") + .addValue(attIndegree, "3") + .addValue(attFrog, "false"); + + + /** Node foobar */ + Node foobar = graph.createNode("4"); + foobar + .setLabel("FooBar") + .getAttributeValues() + .addValue(attUrl, "http://foo.bar") + .addValue(attIndegree, "1") + .addValue(attFrog, "false"); + + + /** Edge 0 [gephi, webatlas] */ + Edge edge0 = gephi.connectTo("0", webatlas); + + Spell spellEdge0 = new SpellImpl(); + date.set(2012, 3, 28, 16, 15, 36); + spellEdge0.setStartValue(date.getTime()); + date.set(2012, 3, 28, 17, 41, 5); + spellEdge0.setEndValue(date.getTime()); + edge0.getSpells().add(spellEdge0); + + + /** Edge 1 [gephi, rtgi] */ + Edge edge1 = gephi.connectTo("1", rtgi); + + Spell spellEdge1 = new SpellImpl(); + date.set(2012, 3, 30, 11, 16, 6); + spellEdge1.setStartValue(date.getTime()); + date.set(2012, 4, 3, 11, 52, 6); + spellEdge1.setEndValue(date.getTime()); + edge1.getSpells().add(spellEdge1); + + + /** Edge 2 [rtgi, webatlas] */ + Edge edge2 = rtgi.connectTo("2", webatlas); + Spell spellEdge2 = new SpellImpl(); + date.set(2012, 4, 1, 11, 0, 0); + spellEdge2.setStartValue(date.getTime()).setStartIntervalType(IntervalType.OPEN); + date.set(2012, 4, 5, 11, 9, 44); + spellEdge2.setEndValue(date.getTime()); + edge2.getSpells().add(spellEdge2); + + + /** Edge 3 [gephi, blab] */ + Edge edge3 = gephi.connectTo("3", blab); + Spell spellEdge3 = new SpellImpl(); + date.set(2012, 3, 30, 12, 13, 22); + spellEdge3.setStartValue(date.getTime()); + date.set(Calendar.MINUTE, 58); + date.set(Calendar.SECOND, 24); + spellEdge3.setEndValue(date.getTime()); + edge3.getSpells().add(spellEdge3); + + + /** Edge 4 [webatlas, blab] */ + Edge edge4 = webatlas.connectTo("4", blab); + Spell spellEdge4 = new SpellImpl(); + date.set(2012, 3, 30, 21, 2, 37); + spellEdge4.setStartValue(date.getTime()); + date.set(Calendar.MINUTE, 13); + spellEdge4.setEndValue(date.getTime()); + edge4.getSpells().add(spellEdge4); + + + /** Edge 5 [foobar, blab] */ + foobar.connectTo("5", blab); + + + StaxGraphWriter graphWriter = new StaxGraphWriter(); + File f = new File("dynamic_graph_sample.gexf"); + FileOutputStream fos; + try { + fos = new FileOutputStream(f, false); + graphWriter.writeToStream(gexf, fos); + System.out.println(f.getAbsolutePath()); + } catch (IOException e) { + e.printStackTrace(); + } diff --git a/doc/allclasses-frame.html b/doc/allclasses-frame.html new file mode 100644 index 0000000..1886608 --- /dev/null +++ b/doc/allclasses-frame.html @@ -0,0 +1,171 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractEntityWriter +
+Attribute +
+AttributeClass +
+AttributeEntityWriter +
+AttributeImpl +
+AttributeList +
+AttributeListImpl +
+AttributesEntityWriter +
+AttributeType +
+AttributeValue +
+AttributeValueImpl +
+AttributeValueList +
+AttributeValueListImpl +
+AttValueEntityWriter +
+AttValuesEntityWriter +
+Color +
+ColorEntityWriter +
+ColorImpl +
+Datum +
+Dynamic +
+DynamicBase +
+DynamicEntityWriter +
+DynamicGexfGraph +
+Edge +
+EdgeEntityWriter +
+EdgeImpl +
+EdgesEntityWriter +
+EdgeShape +
+EdgeType +
+Gexf +
+GexfEntityWriter +
+GexfImpl +
+GexfWriter +
+Graph +
+GraphEntityWriter +
+GraphImpl +
+HasNodes +
+IDType +
+IntervalType +
+Metadata +
+MetadataEntityWriter +
+MetadataImpl +
+Mode +
+Node +
+NodeEntityWriter +
+NodeImpl +
+NodesEntityWriter +
+NodeShape +
+NodeShapeEntity +
+NodeShapeEntityWriter +
+NodeShapeImpl +
+ParentEntityWriter +
+ParentsEntityWriter +
+Position +
+PositionEntityWriter +
+PositionImpl +
+Spell +
+Spellable +
+SpellableBase +
+SpellableDatum +
+SpellableDatumBase +
+SpellableDatumEntityWriter +
+SpellableEntityWriter +
+SpellEntityWriter +
+SpellImpl +
+SpellsEntityWriter +
+StaticGexfGraph +
+StaxGraphWriter +
+StringEntityWriter +
+TimeFormat +
+ValueEntityWriter +
+
+ + + diff --git a/doc/allclasses-noframe.html b/doc/allclasses-noframe.html new file mode 100644 index 0000000..2750e8f --- /dev/null +++ b/doc/allclasses-noframe.html @@ -0,0 +1,171 @@ + + + + + + +All Classes + + + + + + + + + + + +All Classes +
+ + + + + +
AbstractEntityWriter +
+Attribute +
+AttributeClass +
+AttributeEntityWriter +
+AttributeImpl +
+AttributeList +
+AttributeListImpl +
+AttributesEntityWriter +
+AttributeType +
+AttributeValue +
+AttributeValueImpl +
+AttributeValueList +
+AttributeValueListImpl +
+AttValueEntityWriter +
+AttValuesEntityWriter +
+Color +
+ColorEntityWriter +
+ColorImpl +
+Datum +
+Dynamic +
+DynamicBase +
+DynamicEntityWriter +
+DynamicGexfGraph +
+Edge +
+EdgeEntityWriter +
+EdgeImpl +
+EdgesEntityWriter +
+EdgeShape +
+EdgeType +
+Gexf +
+GexfEntityWriter +
+GexfImpl +
+GexfWriter +
+Graph +
+GraphEntityWriter +
+GraphImpl +
+HasNodes +
+IDType +
+IntervalType +
+Metadata +
+MetadataEntityWriter +
+MetadataImpl +
+Mode +
+Node +
+NodeEntityWriter +
+NodeImpl +
+NodesEntityWriter +
+NodeShape +
+NodeShapeEntity +
+NodeShapeEntityWriter +
+NodeShapeImpl +
+ParentEntityWriter +
+ParentsEntityWriter +
+Position +
+PositionEntityWriter +
+PositionImpl +
+Spell +
+Spellable +
+SpellableBase +
+SpellableDatum +
+SpellableDatumBase +
+SpellableDatumEntityWriter +
+SpellableEntityWriter +
+SpellEntityWriter +
+SpellImpl +
+SpellsEntityWriter +
+StaticGexfGraph +
+StaxGraphWriter +
+StringEntityWriter +
+TimeFormat +
+ValueEntityWriter +
+
+ + + diff --git a/doc/constant-values.html b/doc/constant-values.html new file mode 100644 index 0000000..ea626db --- /dev/null +++ b/doc/constant-values.html @@ -0,0 +1,192 @@ + + + + + + +Constant Field Values + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Constant Field Values

+
+
+Contents + + + + + + +
+it.uniroma1.*
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat
+public static final java.lang.StringDATE"date"
+public static final java.lang.StringDOUBLE"double"
+public static final java.lang.StringINTEGER"integer"
+public static final java.lang.StringXSDDATETIME"dateTime"
+ +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/deprecated-list.html b/doc/deprecated-list.html new file mode 100644 index 0000000..5e74fc9 --- /dev/null +++ b/doc/deprecated-list.html @@ -0,0 +1,146 @@ + + + + + + +Deprecated List + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Deprecated API

+
+
+Contents + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/help-doc.html b/doc/help-doc.html new file mode 100644 index 0000000..8311604 --- /dev/null +++ b/doc/help-doc.html @@ -0,0 +1,223 @@ + + + + + + +API Help + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+How This API Document Is Organized

+
+This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

+Overview

+
+ +

+The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

+

+Package

+
+ +

+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

+
+

+Class/Interface

+
+ +

+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+ +

+Annotation Type

+
+ +

+Each annotation type has its own separate page with the following sections:

+
+ +

+Enum

+
+ +

+Each enum has its own separate page with the following sections:

+
+

+Use

+
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+

+Tree (Class Hierarchy)

+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object. +
+

+Deprecated API

+
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+

+Index

+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+

+Prev/Next

+These links take you to the next or previous class, interface, package, or related page.

+Frames/No Frames

+These links show and hide the HTML frames. All pages are available with or without frames. +

+

+Serialized Form

+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. +

+

+Constant Field Values

+The Constant Field Values page lists the static final fields and their values. +

+ + +This help file applies to API documentation generated using the standard doclet. + +
+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/index-files/index-1.html b/doc/index-files/index-1.html new file mode 100644 index 0000000..3d5a0ca --- /dev/null +++ b/doc/index-files/index-1.html @@ -0,0 +1,187 @@ + + + + + + +A-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+A

+
+
AbstractEntityWriter<T> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
AbstractEntityWriter(XMLStreamWriter, T) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter +
  +
addAttribute(AttributeType, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Creates and adds an Attribute to the AttributeList +
addAttribute(String, AttributeType, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Creates and adds an Attribute to the AttributeList +
addAttribute(AttributeType, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
addAttribute(String, AttributeType, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
addValue(Attribute, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList +
Adds a value in the list +
addValue(Attribute, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl +
  +
Attribute - Interface in it.uniroma1.dis.wiserver.gexf4j.core.data
Interface for the Attributes.
AttributeClass - Enum in it.uniroma1.dis.wiserver.gexf4j.core.data
 
AttributeEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
AttributeEntityWriter(XMLStreamWriter, Attribute) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributeEntityWriter +
  +
AttributeImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
AttributeImpl class is an implementation of the Attribute interface.
AttributeImpl(String, AttributeType, String) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
Constructs an Attribute object with ID, type and title +
AttributeList - Interface in it.uniroma1.dis.wiserver.gexf4j.core.data
Interface for the AttributeList
AttributeListImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
AttributeListImpl class is an implementation of the AttributeList interface.
AttributeListImpl(AttributeClass) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
Constructs an AttributeList object +
AttributesEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
AttributesEntityWriter(XMLStreamWriter, AttributeList) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributesEntityWriter +
  +
AttributeType - Enum in it.uniroma1.dis.wiserver.gexf4j.core.data
 
AttributeValue - Interface in it.uniroma1.dis.wiserver.gexf4j.core.data
Interface for the AttributeValue.
AttributeValueImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
AttributeValueImpl class is an implementation of the AttributeValue interface.
AttributeValueImpl(Attribute) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl +
Constructs an AttributeValue object +
AttributeValueList - Interface in it.uniroma1.dis.wiserver.gexf4j.core.data
Interface for the AttributeValueList
AttributeValueListImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
AttributeValueListImpl class is an implementation of the AttributeValueList interface.
AttributeValueListImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl +
Constructs an AttributeValueListImpl object +
AttValueEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
AttValueEntityWriter(XMLStreamWriter, AttributeValue) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValueEntityWriter +
  +
AttValuesEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
AttValuesEntityWriter(XMLStreamWriter, List<AttributeValue>) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValuesEntityWriter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-10.html b/doc/index-files/index-10.html new file mode 100644 index 0000000..dd179d4 --- /dev/null +++ b/doc/index-files/index-10.html @@ -0,0 +1,157 @@ + + + + + + +P-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+P

+
+
ParentEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
ParentEntityWriter(XMLStreamWriter, Node) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentEntityWriter +
  +
ParentsEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
ParentsEntityWriter(XMLStreamWriter, List<Node>) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentsEntityWriter +
  +
Position - Interface in it.uniroma1.dis.wiserver.gexf4j.core.viz
Interface for the Position.
PositionEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
PositionEntityWriter(XMLStreamWriter, Position) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.PositionEntityWriter +
  +
PositionImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
PositionImpl class is an implementation of the Position interface.
PositionImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
Constructs a PositionImpl object +
PositionImpl(float, float, float) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-11.html b/doc/index-files/index-11.html new file mode 100644 index 0000000..e0e3153 --- /dev/null +++ b/doc/index-files/index-11.html @@ -0,0 +1,418 @@ + + + + + + +S-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+S

+
+
setB(int) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
setB(int) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Sets the value for the blue color +
setColor(Color) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the color of the Edge +
setColor(Color) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setColor(Color) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
setColor(Color) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Sets the color of the Node +
setCreator(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
setCreator(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Sets the creator for the GEXF file +
setDefaultEdgeType(EdgeType) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Sets the default type of the Edges +
setDefaultEdgeType(EdgeType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
setDefaultValue(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Sets the default value of the Attribute +
setDefaultValue(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
setDescription(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
setDescription(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Sets the description for the GEXF file +
setEdgeType(EdgeType) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the type of the Edge +
setEdgeType(EdgeType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setEndIntervalType(IntervalType) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Sets the interval type for the end date +
setEndIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
setEndIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
setEndIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
setEndValue(Object) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Sets the end date for that element +
setEndValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
setEndValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
setEndValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
setG(int) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
setG(int) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Sets the value for the green color +
setIDType(IDType) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Sets the type of the ID +
setIDType(IDType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
setLabel(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the label of the Edge +
setLabel(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setLabel(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
setLabel(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Sets the label of the Node +
setLastModified(Date) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
setLastModified(Date) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Sets the value for the lastmodifieddate field +
setMode(Mode) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Sets the Mode for that list of Attributes +
setMode(Mode) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Sets the mode of the Graph +
setMode(Mode) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
setMode(Mode) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
setNodeShape(NodeShape) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
setNodeShape(NodeShape) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Sets the shape of the Node +
setPID(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
setPID(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Sets the PID of the Node +
setPosition(Position) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
setPosition(Position) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Sets the position of the Node +
setR(int) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
setR(int) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Sets the value for the red color +
setShape(EdgeShape) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the shape of the Edge +
setShape(EdgeShape) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setSize(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
setSize(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Sets the size of the Node +
setStartIntervalType(IntervalType) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Sets the interval type for the start date +
setStartIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
setStartIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
setStartIntervalType(IntervalType) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
setStartValue(Object) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Sets the start date for that element +
setStartValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
setStartValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
setStartValue(Object) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
setTarget(Node) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the target of the Edge +
setTarget(Node) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setThickness(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the thickness of the Edge +
setThickness(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setTimeType(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Sets the type of time +
setTimeType(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
setTitle(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Sets the title of the Attribute +
setTitle(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
setUri(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
setUri(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Sets the URI for the NodeShapeEntity +
setValue(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue +
Sets the value for that Attribute +
setValue(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl +
  +
setVariant(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Sets the variant for the GEXF +
setVariant(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
setVisualization(boolean) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Sets the visualization for the GEXF +
setVisualization(boolean) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
setWeight(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Sets the weight for the Edge +
setWeight(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
setX(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
setX(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Sets the value for the x-coordinate +
setY(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
setY(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Sets the value for the y-coordinate +
setZ(float) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
setZ(float) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Sets the value for the z-coordinate +
Spell - Interface in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
Interface for the Spell element.
Spellable<T> - Interface in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
 
SpellableBase<T> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
 
SpellableBase() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase +
  +
SpellableDatum<T> - Interface in it.uniroma1.dis.wiserver.gexf4j.core
 
SpellableDatumBase<T> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
 
SpellableDatumBase() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase +
  +
SpellableDatumEntityWriter<T extends SpellableDatum<?>> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
SpellableDatumEntityWriter(XMLStreamWriter, T) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter +
  +
SpellableEntityWriter<T extends Spellable<?>> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
SpellableEntityWriter(XMLStreamWriter, T) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter +
  +
SpellEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
SpellEntityWriter(XMLStreamWriter, Spell) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellEntityWriter +
  +
SpellImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
SpellImpl class is an implementation of the Spell interface.
SpellImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
Constructs a Spell element +
SpellsEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
SpellsEntityWriter(XMLStreamWriter, List<Spell>) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellsEntityWriter +
  +
StaticGexfGraph - Class in it.uniroma1.dis.wiserver.gexf4j.examples
 
StaticGexfGraph() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph +
  +
StaxGraphWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
StaxGraphWriter class is an implementation of the GexfWriter interface.
StaxGraphWriter() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter +
  +
StringEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
StringEntityWriter(XMLStreamWriter, String, String) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.StringEntityWriter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-12.html b/doc/index-files/index-12.html new file mode 100644 index 0000000..789eb9f --- /dev/null +++ b/doc/index-files/index-12.html @@ -0,0 +1,145 @@ + + + + + + +T-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+T

+
+
TimeFormat - Class in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
 
TimeFormat() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-13.html b/doc/index-files/index-13.html new file mode 100644 index 0000000..4e006e4 --- /dev/null +++ b/doc/index-files/index-13.html @@ -0,0 +1,201 @@ + + + + + + +V-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+V

+
+
ValueEntityWriter<T> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
ValueEntityWriter(XMLStreamWriter, String, T) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ValueEntityWriter +
  +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.EdgeType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.IDType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.IntervalType +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.Mode +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape +
Returns the enum constant of this type with the specified name. +
valueOf(String) - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape +
Returns the enum constant of this type with the specified name. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.EdgeType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.IDType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.IntervalType +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.Mode +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape +
Returns an array containing the constants of this enum type, in +the order they are declared. +
values() - +Static method in enum it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape +
Returns an array containing the constants of this enum type, in +the order they are declared. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-14.html b/doc/index-files/index-14.html new file mode 100644 index 0000000..cdab61e --- /dev/null +++ b/doc/index-files/index-14.html @@ -0,0 +1,148 @@ + + + + + + +W-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+W

+
+
writeToStream(Gexf, OutputStream) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.GexfWriter +
Method to physically write the GEXF object in a file +
writeToStream(Gexf, OutputStream) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-15.html b/doc/index-files/index-15.html new file mode 100644 index 0000000..bec2b00 --- /dev/null +++ b/doc/index-files/index-15.html @@ -0,0 +1,145 @@ + + + + + + +X-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+X

+
+
XSDDATETIME - +Static variable in class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-16.html b/doc/index-files/index-16.html new file mode 100644 index 0000000..24eef1a --- /dev/null +++ b/doc/index-files/index-16.html @@ -0,0 +1,145 @@ + + + + + + +X-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P R S T V W X
+

+X

+
+
XSDDATETIME - +Static variable in class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P R S T V W X
+ + + diff --git a/doc/index-files/index-2.html b/doc/index-files/index-2.html new file mode 100644 index 0000000..bf7b6cc --- /dev/null +++ b/doc/index-files/index-2.html @@ -0,0 +1,325 @@ + + + + + + +C-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+C

+
+
clearColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Clears the color of the Edge +
clearColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
clearColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
clearColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Clears the color of the Node +
clearCreator() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
clearCreator() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Clears the creator field +
clearDefaultValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Clears the default value of the Attribute +
clearDefaultValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
clearDescription() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
clearDescription() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Clears the description of the GEXF file +
clearEndDate() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Clears the end date of the element +
clearEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
clearEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
clearEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
clearLabel() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Clears the label of the Edge +
clearLabel() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
clearLastModified() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
clearLastModified() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Clears the lastmodifieddate field +
clearMetadata() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
clearMetadata() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Clears Metadata +
clearPID() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
clearPID() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Clears the PID of the Node +
clearPosition() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
clearPosition() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Clears the position of the Node +
clearShape() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
clearShape() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Clears the shape of the Node +
clearSize() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
clearSize() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Clears the size of the Node +
clearStartDate() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Clears the start date of the element +
clearStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
clearStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
clearStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
clearThickness() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Clears the thickness of the Edge +
clearThickness() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
clearUri() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
clearUri() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Clears the URI of the NodeShapeEntity +
clearVariant() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Clears the variant of the GEXF +
clearVariant() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
clearWeight() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Clears the weight of the Edge +
clearWeight() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
Color - Interface in it.uniroma1.dis.wiserver.gexf4j.core.viz
Interface for the Color.
ColorEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
ColorEntityWriter(XMLStreamWriter, Color) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ColorEntityWriter +
  +
ColorImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
ColorImpl class is an implmentation of the Color interface.
ColorImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
Constructs a ColorImpl object +
ColorImpl(int, int, int) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
connectTo(Node) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
connectTo(String, Node) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
connectTo(Node) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Creates an Edge between this Node and the target Node +
connectTo(String, Node) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Creates an Edge with a particular ID between this Node and the target Node +
createAttribute(AttributeType, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Creates and adds an Attribute to the AttributeList +
createAttribute(String, AttributeType, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Creates and adds an Attribute to the AttributeList +
createAttribute(AttributeType, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
createAttribute(String, AttributeType, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
createNode() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes +
Creates a new Node +
createNode(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes +
Creates a new Node with a specific ID +
createNode() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
createNode(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
createNode() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
createNode(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
createValue(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Creates a value for that Attribute +
createValue(Attribute, String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList +
Creates a value for the Attribute +
createValue(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
createValue(Attribute, String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-3.html b/doc/index-files/index-3.html new file mode 100644 index 0000000..430c386 --- /dev/null +++ b/doc/index-files/index-3.html @@ -0,0 +1,157 @@ + + + + + + +D-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+D

+
+
DATE - +Static variable in class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
Datum - Interface in it.uniroma1.dis.wiserver.gexf4j.core.data
Interface for Datum.
DOUBLE - +Static variable in class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
Dynamic<T> - Interface in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
 
DynamicBase<T> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
 
DynamicBase() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
DynamicEntityWriter<T extends Dynamic<?>> - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
DynamicEntityWriter(XMLStreamWriter, T) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter +
  +
DynamicGexfGraph - Class in it.uniroma1.dis.wiserver.gexf4j.examples
 
DynamicGexfGraph() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-4.html b/doc/index-files/index-4.html new file mode 100644 index 0000000..925d523 --- /dev/null +++ b/doc/index-files/index-4.html @@ -0,0 +1,151 @@ + + + + + + +E-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+E

+
+
Edge - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for the Edge element.
EdgeEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
EdgeEntityWriter(XMLStreamWriter, Edge) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgeEntityWriter +
  +
EdgeImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
EdgeImpl class is an implementation of the Edge interface.
EdgeImpl(String, Node, Node) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
Constructs an Edge with a specific ID, a source Node and a target Node +
EdgesEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
EdgesEntityWriter(XMLStreamWriter, List<Edge>) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgesEntityWriter +
  +
EdgeShape - Enum in it.uniroma1.dis.wiserver.gexf4j.core.viz
 
EdgeType - Enum in it.uniroma1.dis.wiserver.gexf4j.core
A class for the type of Edge.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-5.html b/doc/index-files/index-5.html new file mode 100644 index 0000000..d136eb6 --- /dev/null +++ b/doc/index-files/index-5.html @@ -0,0 +1,520 @@ + + + + + + +G-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+G

+
+
getAllEdges() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes +
Returns the list of all the Edges +
getAllEdges() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getAllEdges() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getAttribute() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue +
Returns the Attribute +
getAttribute() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl +
  +
getAttributeClass() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Returns the AttributeClass for the list of Attributes +
getAttributeClass() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getAttributeLists() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Returns the list of the Graph's attributes +
getAttributeLists() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getAttributeType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Returns the type of the Attribute +
getAttributeType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
getAttributeValues() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum +
Returns a list of attribute values +
getAttributeValues() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase +
  +
getB() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
getB() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Returns the value of the blue color +
getColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the color of the Edge +
getColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the color of the Node +
getCreator() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
getCreator() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Returns the creator of the GEXF file +
getDefaultEdgeType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Returns the default type of the Edges +
getDefaultEdgeType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getDefaultValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Returns the default value of the Attribute +
getDefaultValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
getDescription() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
getDescription() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Returns the description of the GEXF file +
getEdges() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getEdges() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the list of the Node's edges +
getEdgeType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the type of the Edge +
getEdgeType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getEndIntervalType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Returns the interval type of the end date +
getEndIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getEndIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
getEndIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
getEndValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Returns the end date of the element +
getEndValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getEndValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
getEndValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
getG() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
getG() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Returns the value of the green color +
getGraph() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Returns the Graph of the GEXF +
getGraph() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
getId() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Returns the ID of the Attribute +
getId() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the ID of the Edge +
getId() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
getId() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getId() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getId() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the ID of the Node +
getIDType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Returns the type of the ID +
getIDType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getKeywords() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
getKeywords() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Returns a list of keywords of the GEXF file +
getLabel() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the label of the Edge +
getLabel() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getLabel() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getLabel() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the label of the Node +
getLastModified() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
getLastModified() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Returns the value of the lastmodifieddate field +
getMetadata() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Returns the Metadata of the GEXF +
getMetadata() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
getMode() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList +
Returns the Mode of the list of Attributes +
getMode() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Returns the mode of the Graph +
getMode() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getMode() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getNodes() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes +
Returns the list of all the Nodes +
getNodes() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getNodes() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getNodeShape() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
getNodeShape() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Returns the shape of the Node +
getOptions() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Returns the list of the Attribute's options +
getOptions() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
getParentForList() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getParentForList() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the list of the Node's parents +
getPID() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getPID() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the PID of the Node +
getPosition() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getPosition() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the position of the Node +
getR() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +
  +
getR() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color +
Returns the value of the red color +
getShape() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the shape of the Edge +
getShape() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getShapeEntity() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getShapeEntity() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the shape entity of the Node +
getSize() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
getSize() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Returns the size of the Node +
getSource() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the source of the Edge +
getSource() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getSpells() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable +
  +
getSpells() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase +
  +
getStartIntervalType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Returns the interval type of the start date +
getStartIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getStartIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
getStartIntervalType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
getStartValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Returns the start date of the element +
getStartValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
getStartValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
getStartValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
getTarget() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the target of the Edge +
getTarget() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getThickness() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the thickness of the Edge +
getThickness() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getTimeType() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Graph +
Returns the type of time +
getTimeType() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
  +
getTitle() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Returns the title of the Attribute +
getTitle() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
getUri() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
getUri() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Returns the URI of the NodeShapeEntity +
getValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue +
Returns the value of the Attribute +
getValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl +
  +
getVariant() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Returns the variant of the GEXF +
getVariant() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
getVersion() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Returns the version of the GEXF file format +
getVersion() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
getWeight() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Returns the weight of the Edge +
getWeight() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
getX() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
getX() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Returns the value of the x-coordinate +
getY() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
getY() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Returns the value of the y-coordinate +
getZ() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +
  +
getZ() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position +
Returns the value of the z-coordinate +
Gexf - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for the GEXF element.
GexfEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
GexfEntityWriter(XMLStreamWriter, Gexf) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter +
  +
GexfImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
GexfImpl class is an implementation of the Gexf interface.
GexfImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
Constructs a GEXF object +
GexfWriter - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for the GexfWriter tool.
Graph - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for the Graph element.
GraphEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
GraphEntityWriter(XMLStreamWriter, Graph) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GraphEntityWriter +
  +
GraphImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
GraphImpl class is an implementation of the Graph interface.
GraphImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +
This constructor is called by GexfImpl() constructor +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-6.html b/doc/index-files/index-6.html new file mode 100644 index 0000000..4d2064e --- /dev/null +++ b/doc/index-files/index-6.html @@ -0,0 +1,268 @@ + + + + + + +H-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+H

+
+
hasColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Checks if the Edge has a color +
hasColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
hasColor() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasColor() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if the Node has a color +
hasCreator() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
hasCreator() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Checks if the GEXF file has a creator +
hasDefaultValue() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute +
Checks if the Attribute has a default value +
hasDefaultValue() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +
  +
hasDescription() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
hasDescription() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Checks if the GEXF file has a description +
hasEdgeTo(String) - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasEdgeTo(String) - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if this Node is connected to another Node +
hasEndDate() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Checks if the element has an end date +
hasEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
hasEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
hasEndDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
hasLabel() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Checks if the Edge has a label +
hasLabel() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
hasLastModified() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
hasLastModified() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Checks if the GEXF file has a value for the field lastmodifieddate +
HasNodes - Interface in it.uniroma1.dis.wiserver.gexf4j.core
 
hasPID() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasPID() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if the Node has a PID +
hasPosition() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasPosition() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if the Node has a position +
hasShape() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasShape() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if the Node has a shape +
hasSize() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
  +
hasSize() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Node +
Checks if the Node has a size +
hasStartDate() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic +
Checks if the element has a start date +
hasStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +
  +
hasStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase +
  +
hasStartDate() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +
  +
hasThickness() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Checks if the Edge has a thickness +
hasThickness() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
hasUri() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
  +
hasUri() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity +
Checks if the NodeShapeEntity has a URI +
hasVariant() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Checks if the GEXF has the variant +
hasVariant() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
hasVisualization() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf +
Checks if the GEXF has a visualization +
hasVisualization() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +
  +
hasWeight() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Edge +
Checks if the Edge has a weight +
hasWeight() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +
  +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-7.html b/doc/index-files/index-7.html new file mode 100644 index 0000000..d50368c --- /dev/null +++ b/doc/index-files/index-7.html @@ -0,0 +1,151 @@ + + + + + + +I-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+I

+
+
IDType - Enum in it.uniroma1.dis.wiserver.gexf4j.core
 
INTEGER - +Static variable in class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +
  +
IntervalType - Enum in it.uniroma1.dis.wiserver.gexf4j.core
 
isEmpty() - +Method in class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
  +
isEmpty() - +Method in interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata +
Checks if the Metadata is empty +
it.uniroma1.dis.wiserver.gexf4j.core - package it.uniroma1.dis.wiserver.gexf4j.core
 
it.uniroma1.dis.wiserver.gexf4j.core.data - package it.uniroma1.dis.wiserver.gexf4j.core.data
 
it.uniroma1.dis.wiserver.gexf4j.core.dynamic - package it.uniroma1.dis.wiserver.gexf4j.core.dynamic
 
it.uniroma1.dis.wiserver.gexf4j.core.impl - package it.uniroma1.dis.wiserver.gexf4j.core.impl
 
it.uniroma1.dis.wiserver.gexf4j.core.impl.data - package it.uniroma1.dis.wiserver.gexf4j.core.impl.data
 
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic - package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
 
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz - package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
 
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer - package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
it.uniroma1.dis.wiserver.gexf4j.core.viz - package it.uniroma1.dis.wiserver.gexf4j.core.viz
 
it.uniroma1.dis.wiserver.gexf4j.examples - package it.uniroma1.dis.wiserver.gexf4j.examples
 
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-8.html b/doc/index-files/index-8.html new file mode 100644 index 0000000..8f97b43 --- /dev/null +++ b/doc/index-files/index-8.html @@ -0,0 +1,154 @@ + + + + + + +M-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+M

+
+
main(String[]) - +Static method in class it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph +
  +
main(String[]) - +Static method in class it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph +
  +
Metadata - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for Metadata.
MetadataEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
MetadataEntityWriter(XMLStreamWriter, Metadata) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.MetadataEntityWriter +
  +
MetadataImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
MetadataImpl class is an implementation of the Metadata interface.
MetadataImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +
This constructor is called by GexfImpl() constructor +
Mode - Enum in it.uniroma1.dis.wiserver.gexf4j.core
A class for the mode of the graph.
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index-files/index-9.html b/doc/index-files/index-9.html new file mode 100644 index 0000000..803dd54 --- /dev/null +++ b/doc/index-files/index-9.html @@ -0,0 +1,160 @@ + + + + + + +N-Index + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+

+N

+
+
Node - Interface in it.uniroma1.dis.wiserver.gexf4j.core
Interface for the Node element.
NodeEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
NodeEntityWriter(XMLStreamWriter, Node) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeEntityWriter +
  +
NodeImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl
NodeImpl class is an implementation of the Node interface.
NodeImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
Constructs a Node +
NodeImpl(String) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +
Constructs a Node with a specific ID +
NodesEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
NodesEntityWriter(XMLStreamWriter, List<Node>) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodesEntityWriter +
  +
NodeShape - Enum in it.uniroma1.dis.wiserver.gexf4j.core.viz
 
NodeShapeEntity - Interface in it.uniroma1.dis.wiserver.gexf4j.core.viz
Interface for the NodeShapeEntity.
NodeShapeEntityWriter - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
 
NodeShapeEntityWriter(XMLStreamWriter, NodeShapeEntity) - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeShapeEntityWriter +
  +
NodeShapeImpl - Class in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
NodeShapeImpl class is an implementation of the NodeShapeEntity interface.
NodeShapeImpl() - +Constructor for class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +
Constructs a NodeShapeImpl object +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A C D E G H I M N P S T V W X
+ + + diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..0d4d151 --- /dev/null +++ b/doc/index.html @@ -0,0 +1,39 @@ + + + + + + +Generated Documentation (Untitled) + + + + + + + + + + + +<H2> +Frame Alert</H2> + +<P> +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. +<BR> +Link to<A HREF="overview-summary.html">Non-frame version.</A> + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Edge.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Edge.html new file mode 100644 index 0000000..4eacf86 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Edge.html @@ -0,0 +1,824 @@ + + + + + + +Edge + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface Edge

+
+
All Superinterfaces:
Datum, Dynamic<Edge>, Spellable<Edge>, SpellableDatum<Edge>
+
+
+
All Known Implementing Classes:
EdgeImpl
+
+
+
+
public interface Edge
extends SpellableDatum<Edge>
+ + +

+Interface for the Edge element. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ EdgeclearColor() + +
+          Clears the color of the Edge
+ EdgeclearLabel() + +
+          Clears the label of the Edge
+ EdgeclearThickness() + +
+          Clears the thickness of the Edge
+ EdgeclearWeight() + +
+          Clears the weight of the Edge
+ ColorgetColor() + +
+          Returns the color of the Edge
+ EdgeTypegetEdgeType() + +
+          Returns the type of the Edge
+ java.lang.StringgetId() + +
+          Returns the ID of the Edge
+ java.lang.StringgetLabel() + +
+          Returns the label of the Edge
+ EdgeShapegetShape() + +
+          Returns the shape of the Edge
+ NodegetSource() + +
+          Returns the source of the Edge
+ NodegetTarget() + +
+          Returns the target of the Edge
+ floatgetThickness() + +
+          Returns the thickness of the Edge
+ floatgetWeight() + +
+          Returns the weight of the Edge
+ booleanhasColor() + +
+          Checks if the Edge has a color
+ booleanhasLabel() + +
+          Checks if the Edge has a label
+ booleanhasThickness() + +
+          Checks if the Edge has a thickness
+ booleanhasWeight() + +
+          Checks if the Edge has a weight
+ EdgesetColor(Color color) + +
+          Sets the color of the Edge
+ EdgesetEdgeType(EdgeType edgeType) + +
+          Sets the type of the Edge
+ EdgesetLabel(java.lang.String label) + +
+          Sets the label of the Edge
+ EdgesetShape(EdgeShape shape) + +
+          Sets the shape of the Edge
+ EdgesetTarget(Node target) + +
+          Sets the target of the Edge
+ EdgesetThickness(float thickness) + +
+          Sets the thickness of the Edge
+ EdgesetWeight(float weight) + +
+          Sets the weight for the Edge
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum
getAttributeValues
+  +

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+java.lang.String getId()
+
+
Returns the ID of the Edge +

+

+
+
+
+ +
Returns:
the Edge ID as String
+
+
+
+ +

+getSource

+
+Node getSource()
+
+
Returns the source of the Edge +

+

+
+
+
+ +
Returns:
the source node
+
+
+
+ +

+getTarget

+
+Node getTarget()
+
+
Returns the target of the Edge +

+

+
+
+
+ +
Returns:
the target node
+
+
+
+ +

+setTarget

+
+Edge setTarget(Node target)
+
+
Sets the target of the Edge +

+

+
+
+
+
Parameters:
target - the target node of the Edge +
Returns:
the current Edge
+
+
+
+ +

+hasLabel

+
+boolean hasLabel()
+
+
Checks if the Edge has a label +

+

+
+
+
+ +
Returns:
true if Edge has a label
+
+
+
+ +

+clearLabel

+
+Edge clearLabel()
+
+
Clears the label of the Edge +

+

+
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getLabel

+
+java.lang.String getLabel()
+
+
Returns the label of the Edge +

+

+
+
+
+ +
Returns:
the label as String
+
+
+
+ +

+setLabel

+
+Edge setLabel(java.lang.String label)
+
+
Sets the label of the Edge +

+

+
+
+
+
Parameters:
label - a label as String for the Edge +
Returns:
the current Edge
+
+
+
+ +

+hasWeight

+
+boolean hasWeight()
+
+
Checks if the Edge has a weight +

+

+
+
+
+ +
Returns:
true if the Edge has a weight
+
+
+
+ +

+clearWeight

+
+Edge clearWeight()
+
+
Clears the weight of the Edge +

+

+
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getWeight

+
+float getWeight()
+
+
Returns the weight of the Edge +

+

+
+
+
+ +
Returns:
the weight as float
+
+
+
+ +

+setWeight

+
+Edge setWeight(float weight)
+
+
Sets the weight for the Edge +

+

+
+
+
+
Parameters:
weight - a float number indicating the weight +
Returns:
the current Edge
+
+
+
+ +

+getEdgeType

+
+EdgeType getEdgeType()
+
+
Returns the type of the Edge +

+

+
+
+
+ +
Returns:
an EdgeType enum for that Edge
+
+
+
+ +

+setEdgeType

+
+Edge setEdgeType(EdgeType edgeType)
+
+
Sets the type of the Edge +

+

+
+
+
+
Parameters:
edgeType - an instance of the EdgeType enum +
Returns:
the current Edge
+
+
+
+ +

+hasColor

+
+boolean hasColor()
+
+
Checks if the Edge has a color +

+

+
+
+
+ +
Returns:
true if the Edge has a color
+
+
+
+ +

+clearColor

+
+Edge clearColor()
+
+
Clears the color of the Edge +

+

+
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getColor

+
+Color getColor()
+
+
Returns the color of the Edge +

+

+
+
+
+ +
Returns:
a Color object for that Edge
+
+
+
+ +

+setColor

+
+Edge setColor(Color color)
+
+
Sets the color of the Edge +

+

+
+
+
+
Parameters:
color - an instance of Color +
Returns:
the current Edge
+
+
+
+ +

+hasThickness

+
+boolean hasThickness()
+
+
Checks if the Edge has a thickness +

+

+
+
+
+ +
Returns:
true if the Edge has a thickness
+
+
+
+ +

+clearThickness

+
+Edge clearThickness()
+
+
Clears the thickness of the Edge +

+

+
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getThickness

+
+float getThickness()
+
+
Returns the thickness of the Edge +

+

+
+
+
+ +
Returns:
the thickness as float
+
+
+
+ +

+setThickness

+
+Edge setThickness(float thickness)
+
+
Sets the thickness of the Edge +

+

+
+
+
+
Parameters:
thickness - a float number indicating the thickness +
Returns:
the current Edge
+
+
+
+ +

+getShape

+
+EdgeShape getShape()
+
+
Returns the shape of the Edge +

+

+
+
+
+ +
Returns:
a EdgeShape enum for that Edge
+
+
+
+ +

+setShape

+
+Edge setShape(EdgeShape shape)
+
+
Sets the shape of the Edge +

+

+
+
+
+
Parameters:
shape - an instance of the EdgeShape enum +
Returns:
the current Edge
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.html new file mode 100644 index 0000000..34597e6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.html @@ -0,0 +1,342 @@ + + + + + + +EdgeType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Enum EdgeType

+
+java.lang.Object
+  extended by java.lang.Enum<EdgeType>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.EdgeType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EdgeType>
+
+
+
+
public enum EdgeType
extends java.lang.Enum<EdgeType>
+ + +

+A class for the type of Edge. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
DIRECTED + +
+           
MUTUAL + +
+           
UNDIRECTED + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static EdgeTypevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static EdgeType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DIRECTED

+
+public static final EdgeType DIRECTED
+
+
+
+
+
+ +

+UNDIRECTED

+
+public static final EdgeType UNDIRECTED
+
+
+
+
+
+ +

+MUTUAL

+
+public static final EdgeType MUTUAL
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static EdgeType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (EdgeType c : EdgeType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static EdgeType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.html new file mode 100644 index 0000000..e8a6c9e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.html @@ -0,0 +1,392 @@ + + + + + + +Gexf + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface Gexf

+
+
All Known Implementing Classes:
GexfImpl
+
+
+
+
public interface Gexf
+ + +

+Interface for the GEXF element. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ GexfclearVariant() + +
+          Clears the variant of the GEXF
+ GraphgetGraph() + +
+          Returns the Graph of the GEXF
+ MetadatagetMetadata() + +
+          Returns the Metadata of the GEXF
+ java.lang.StringgetVariant() + +
+          Returns the variant of the GEXF
+ java.lang.StringgetVersion() + +
+          Returns the version of the GEXF file format
+ booleanhasVariant() + +
+          Checks if the GEXF has the variant
+ booleanhasVisualization() + +
+          Checks if the GEXF has a visualization
+ GexfsetVariant(java.lang.String variant) + +
+          Sets the variant for the GEXF
+ GexfsetVisualization(boolean viz) + +
+          Sets the visualization for the GEXF
+  +

+ + + + + + + + +
+Method Detail
+ +

+getVersion

+
+java.lang.String getVersion()
+
+
Returns the version of the GEXF file format +

+

+ +
Returns:
the GEXF version
+
+
+
+ +

+hasVariant

+
+boolean hasVariant()
+
+
Checks if the GEXF has the variant +

+

+ +
Returns:
true if the GEXF has the variant
+
+
+
+ +

+clearVariant

+
+Gexf clearVariant()
+
+
Clears the variant of the GEXF +

+

+ +
Returns:
the current GEXF object
+
+
+
+ +

+getVariant

+
+java.lang.String getVariant()
+
+
Returns the variant of the GEXF +

+

+ +
Returns:
the variant as String
+
+
+
+ +

+setVariant

+
+Gexf setVariant(java.lang.String variant)
+
+
Sets the variant for the GEXF +

+

+
Parameters:
variant - +
Returns:
the current GEXF object
+
+
+
+ +

+getMetadata

+
+Metadata getMetadata()
+
+
Returns the Metadata of the GEXF +

+

+ +
Returns:
an instance of Metadata
+
+
+
+ +

+getGraph

+
+Graph getGraph()
+
+
Returns the Graph of the GEXF +

+

+ +
Returns:
the instantiated Graph
+
+
+
+ +

+hasVisualization

+
+boolean hasVisualization()
+
+
Checks if the GEXF has a visualization +

+

+ +
Returns:
true if the GEXF has a visualization
+
+
+
+ +

+setVisualization

+
+Gexf setVisualization(boolean viz)
+
+
Sets the visualization for the GEXF +

+

+
Parameters:
viz - true if you want to set the visualization +
Returns:
the current GEXF object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfReader.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfReader.html new file mode 100644 index 0000000..eb0ac8b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfReader.html @@ -0,0 +1,212 @@ + + + + + + +GexfReader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface GexfReader

+
+
All Known Implementing Classes:
StaxGraphReader
+
+
+
+
public interface GexfReader
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ GexfreadFromStream(java.io.InputStream in) + +
+           
+  +

+ + + + + + + + +
+Method Detail
+ +

+readFromStream

+
+Gexf readFromStream(java.io.InputStream in)
+                    throws java.io.IOException
+
+
+ +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.html new file mode 100644 index 0000000..d9bd39f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.html @@ -0,0 +1,220 @@ + + + + + + +GexfWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface GexfWriter

+
+
All Known Implementing Classes:
StaxGraphWriter
+
+
+
+
public interface GexfWriter
+ + +

+Interface for the GexfWriter tool. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidwriteToStream(Gexf gexf, + java.io.OutputStream out) + +
+          Method to physically write the GEXF object in a file
+  +

+ + + + + + + + +
+Method Detail
+ +

+writeToStream

+
+void writeToStream(Gexf gexf,
+                   java.io.OutputStream out)
+                   throws java.io.IOException
+
+
Method to physically write the GEXF object in a file +

+

+
Parameters:
gexf - the current object of the GEXF file
out - the OutputStream of the output file +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Graph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Graph.html new file mode 100644 index 0000000..4fd7633 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Graph.html @@ -0,0 +1,440 @@ + + + + + + +Graph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface Graph

+
+
All Superinterfaces:
Dynamic<Graph>, HasNodes
+
+
+
All Known Implementing Classes:
GraphImpl
+
+
+
+
public interface Graph
extends Dynamic<Graph>, HasNodes
+ + +

+Interface for the Graph element. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<AttributeList>getAttributeLists() + +
+          Returns the list of the Graph's attributes
+ EdgeTypegetDefaultEdgeType() + +
+          Returns the default type of the Edges
+ IDTypegetIDType() + +
+          Returns the type of the ID
+ ModegetMode() + +
+          Returns the mode of the Graph
+ java.lang.StringgetTimeType() + +
+          Returns the type of time
+ GraphsetDefaultEdgeType(EdgeType edgeType) + +
+          Sets the default type of the Edges
+ GraphsetIDType(IDType idType) + +
+          Sets the type of the ID
+ GraphsetMode(Mode graphMode) + +
+          Sets the mode of the Graph
+ GraphsetTimeType(java.lang.String timeType) + +
+          Sets the type of time
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes
createNode, createNode, getAllEdges, getNodes
+  +

+ + + + + + + + +
+Method Detail
+ +

+getDefaultEdgeType

+
+EdgeType getDefaultEdgeType()
+
+
Returns the default type of the Edges +

+

+
+
+
+ +
Returns:
an EdgeType enum for the Graph
+
+
+
+ +

+setDefaultEdgeType

+
+Graph setDefaultEdgeType(EdgeType edgeType)
+
+
Sets the default type of the Edges +

+

+
+
+
+
Parameters:
edgeType - an instance of the EdgeType enum +
Returns:
the current Graph
+
+
+
+ +

+getIDType

+
+IDType getIDType()
+
+
Returns the type of the ID +

+

+
+
+
+ +
Returns:
an IDType enum for the Graph
+
+
+
+ +

+setIDType

+
+Graph setIDType(IDType idType)
+
+
Sets the type of the ID +

+

+
+
+
+
Parameters:
idType - an instance of IDType enum +
Returns:
the current Graph
+
+
+
+ +

+getMode

+
+Mode getMode()
+
+
Returns the mode of the Graph +

+

+
+
+
+ +
Returns:
a Mode enum for the Graph
+
+
+
+ +

+setMode

+
+Graph setMode(Mode graphMode)
+
+
Sets the mode of the Graph +

+

+
+
+
+
Parameters:
graphMode - an instance of the Mode enum +
Returns:
the current Graph
+
+
+
+ +

+getTimeType

+
+java.lang.String getTimeType()
+
+
Returns the type of time +

+

+
+
+
+ +
Returns:
the type of time as String
+
+
+
+ +

+setTimeType

+
+Graph setTimeType(java.lang.String timeType)
+
+
Sets the type of time +

+

+
+
+
+
Parameters:
timeType - a type of time as String +
Returns:
the current Graph
+
+
+
+ +

+getAttributeLists

+
+java.util.List<AttributeList> getAttributeLists()
+
+
Returns the list of the Graph's attributes +

+

+
+
+
+ +
Returns:
the list of the attributes for the Graph
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.html new file mode 100644 index 0000000..5a10e7e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.html @@ -0,0 +1,281 @@ + + + + + + +HasNodes + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface HasNodes

+
+
All Known Subinterfaces:
Graph, Node
+
+
+
All Known Implementing Classes:
GraphImpl, NodeImpl
+
+
+
+
public interface HasNodes
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodecreateNode() + +
+          Creates a new Node
+ NodecreateNode(java.lang.String id) + +
+          Creates a new Node with a specific ID
+ java.util.List<Edge>getAllEdges() + +
+          Returns the list of all the Edges
+ java.util.List<Node>getNodes() + +
+          Returns the list of all the Nodes
+  +

+ + + + + + + + +
+Method Detail
+ +

+createNode

+
+Node createNode()
+
+
Creates a new Node +

+

+ +
Returns:
the built Node
+
+
+
+ +

+createNode

+
+Node createNode(java.lang.String id)
+
+
Creates a new Node with a specific ID +

+

+
Parameters:
id - the ID of the Node +
Returns:
the built Node
+
+
+
+ +

+getNodes

+
+java.util.List<Node> getNodes()
+
+
Returns the list of all the Nodes +

+

+ +
Returns:
the list of all the Nodes
+
+
+
+ +

+getAllEdges

+
+java.util.List<Edge> getAllEdges()
+
+
Returns the list of all the Edges +

+

+ +
Returns:
the list of all the Edges
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/IDType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/IDType.html new file mode 100644 index 0000000..013bb77 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/IDType.html @@ -0,0 +1,322 @@ + + + + + + +IDType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Enum IDType

+
+java.lang.Object
+  extended by java.lang.Enum<IDType>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.IDType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IDType>
+
+
+
+
public enum IDType
extends java.lang.Enum<IDType>
+ + +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
INTEGER + +
+           
STRING + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IDTypevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static IDType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+STRING

+
+public static final IDType STRING
+
+
+
+
+
+ +

+INTEGER

+
+public static final IDType INTEGER
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static IDType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (IDType c : IDType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static IDType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.html new file mode 100644 index 0000000..40c8b63 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.html @@ -0,0 +1,322 @@ + + + + + + +IntervalType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Enum IntervalType

+
+java.lang.Object
+  extended by java.lang.Enum<IntervalType>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.IntervalType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IntervalType>
+
+
+
+
public enum IntervalType
extends java.lang.Enum<IntervalType>
+ + +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
CLOSE + +
+           
OPEN + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static IntervalTypevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static IntervalType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+OPEN

+
+public static final IntervalType OPEN
+
+
+
+
+
+ +

+CLOSE

+
+public static final IntervalType CLOSE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static IntervalType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (IntervalType c : IntervalType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static IntervalType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.html new file mode 100644 index 0000000..1509a77 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.html @@ -0,0 +1,524 @@ + + + + + + +Metadata + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface Metadata

+
+
All Known Implementing Classes:
MetadataImpl
+
+
+
+
public interface Metadata
+ + +

+Interface for Metadata. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ MetadataclearCreator() + +
+          Clears the creator field
+ MetadataclearDescription() + +
+          Clears the description of the GEXF file
+ MetadataclearLastModified() + +
+          Clears the lastmodifieddate field
+ MetadataclearMetadata() + +
+          Clears Metadata
+ java.lang.StringgetCreator() + +
+          Returns the creator of the GEXF file
+ java.lang.StringgetDescription() + +
+          Returns the description of the GEXF file
+ java.util.List<java.lang.String>getKeywords() + +
+          Returns a list of keywords of the GEXF file
+ java.util.DategetLastModified() + +
+          Returns the value of the lastmodifieddate field
+ booleanhasCreator() + +
+          Checks if the GEXF file has a creator
+ booleanhasDescription() + +
+          Checks if the GEXF file has a description
+ booleanhasLastModified() + +
+          Checks if the GEXF file has a value for the field lastmodifieddate
+ booleanisEmpty() + +
+          Checks if the Metadata is empty
+ MetadatasetCreator(java.lang.String creator) + +
+          Sets the creator for the GEXF file
+ MetadatasetDescription(java.lang.String description) + +
+          Sets the description for the GEXF file
+ MetadatasetLastModified(java.util.Date lastModified) + +
+          Sets the value for the lastmodifieddate field
+  +

+ + + + + + + + +
+Method Detail
+ +

+isEmpty

+
+boolean isEmpty()
+
+
Checks if the Metadata is empty +

+

+ +
Returns:
true if the Metadata is empty
+
+
+
+ +

+clearMetadata

+
+Metadata clearMetadata()
+
+
Clears Metadata +

+

+ +
Returns:
the current Metadata
+
+
+
+ +

+hasLastModified

+
+boolean hasLastModified()
+
+
Checks if the GEXF file has a value for the field lastmodifieddate +

+

+ +
Returns:
true if the Metadata has a value for the field lastmodifieddate
+
+
+
+ +

+clearLastModified

+
+Metadata clearLastModified()
+
+
Clears the lastmodifieddate field +

+

+ +
Returns:
the current Metadata
+
+
+
+ +

+getLastModified

+
+java.util.Date getLastModified()
+
+
Returns the value of the lastmodifieddate field +

+

+ +
Returns:
the last modified date as Date
+
+
+
+ +

+setLastModified

+
+Metadata setLastModified(java.util.Date lastModified)
+
+
Sets the value for the lastmodifieddate field +

+

+
Parameters:
lastModified - an instance of Date +
Returns:
the current Metadata
+
+
+
+ +

+hasCreator

+
+boolean hasCreator()
+
+
Checks if the GEXF file has a creator +

+

+ +
Returns:
true if the Metadata has a creator
+
+
+
+ +

+clearCreator

+
+Metadata clearCreator()
+
+
Clears the creator field +

+

+ +
Returns:
the current Metadata
+
+
+
+ +

+getCreator

+
+java.lang.String getCreator()
+
+
Returns the creator of the GEXF file +

+

+ +
Returns:
the creator as String
+
+
+
+ +

+setCreator

+
+Metadata setCreator(java.lang.String creator)
+
+
Sets the creator for the GEXF file +

+

+
Parameters:
creator - the author as String +
Returns:
the current Metadata
+
+
+
+ +

+hasDescription

+
+boolean hasDescription()
+
+
Checks if the GEXF file has a description +

+

+ +
Returns:
true if the GEXF file has a description
+
+
+
+ +

+clearDescription

+
+Metadata clearDescription()
+
+
Clears the description of the GEXF file +

+

+ +
Returns:
the current Metadata
+
+
+
+ +

+getDescription

+
+java.lang.String getDescription()
+
+
Returns the description of the GEXF file +

+

+ +
Returns:
the description as String
+
+
+
+ +

+setDescription

+
+Metadata setDescription(java.lang.String description)
+
+
Sets the description for the GEXF file +

+

+
Parameters:
description - the description as String +
Returns:
the current Metadata
+
+
+
+ +

+getKeywords

+
+java.util.List<java.lang.String> getKeywords()
+
+
Returns a list of keywords of the GEXF file +

+

+ +
Returns:
a list of keywords
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Mode.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Mode.html new file mode 100644 index 0000000..700e7af --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Mode.html @@ -0,0 +1,326 @@ + + + + + + +Mode + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Enum Mode

+
+java.lang.Object
+  extended by java.lang.Enum<Mode>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.Mode
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Mode>
+
+
+
+
public enum Mode
extends java.lang.Enum<Mode>
+ + +

+A class for the mode of the graph. +

+ +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
DYNAMIC + +
+           
STATIC + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static ModevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Mode[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+STATIC

+
+public static final Mode STATIC
+
+
+
+
+
+ +

+DYNAMIC

+
+public static final Mode DYNAMIC
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static Mode[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (Mode c : Mode.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static Mode valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/Node.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Node.html new file mode 100644 index 0000000..86abadf --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/Node.html @@ -0,0 +1,910 @@ + + + + + + +Node + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface Node

+
+
All Superinterfaces:
Datum, Dynamic<Node>, HasNodes, Spellable<Node>, SpellableDatum<Node>
+
+
+
All Known Implementing Classes:
NodeImpl
+
+
+
+
public interface Node
extends SpellableDatum<Node>, HasNodes
+ + +

+Interface for the Node element. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodeclearColor() + +
+          Clears the color of the Node
+ NodeclearPID() + +
+          Clears the PID of the Node
+ NodeclearPosition() + +
+          Clears the position of the Node
+ NodeclearShape() + +
+          Clears the shape of the Node
+ NodeclearSize() + +
+          Clears the size of the Node
+ EdgeconnectTo(Node target) + +
+          Creates an Edge between this Node and the target Node
+ EdgeconnectTo(java.lang.String id, + Node target) + +
+          Creates an Edge with a particular ID between this Node and the target Node
+ ColorgetColor() + +
+          Returns the color of the Node
+ java.util.List<Edge>getEdges() + +
+          Returns the list of the Node's edges
+ java.lang.StringgetId() + +
+          Returns the ID of the Node
+ java.lang.StringgetLabel() + +
+          Returns the label of the Node
+ java.util.List<Node>getParentForList() + +
+          Returns the list of the Node's parents
+ java.lang.StringgetPID() + +
+          Returns the PID of the Node
+ PositiongetPosition() + +
+          Returns the position of the Node
+ NodeShapeEntitygetShapeEntity() + +
+          Returns the shape entity of the Node
+ floatgetSize() + +
+          Returns the size of the Node
+ booleanhasColor() + +
+          Checks if the Node has a color
+ booleanhasEdgeTo(java.lang.String id) + +
+          Checks if this Node is connected to another Node
+ booleanhasPID() + +
+          Checks if the Node has a PID
+ booleanhasPosition() + +
+          Checks if the Node has a position
+ booleanhasShape() + +
+          Checks if the Node has a shape
+ booleanhasSize() + +
+          Checks if the Node has a size
+ NodesetColor(Color color) + +
+          Sets the color of the Node
+ NodesetLabel(java.lang.String label) + +
+          Sets the label of the Node
+ NodesetPID(java.lang.String pid) + +
+          Sets the PID of the Node
+ NodesetPosition(Position position) + +
+          Sets the position of the Node
+ NodesetSize(float size) + +
+          Sets the size of the Node
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum
getAttributeValues
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes
createNode, createNode, getAllEdges, getNodes
+  +

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+java.lang.String getId()
+
+
Returns the ID of the Node +

+

+
+
+
+ +
Returns:
the Node ID as String
+
+
+
+ +

+getLabel

+
+java.lang.String getLabel()
+
+
Returns the label of the Node +

+

+
+
+
+ +
Returns:
the label as String
+
+
+
+ +

+setLabel

+
+Node setLabel(java.lang.String label)
+
+
Sets the label of the Node +

+

+
+
+
+
Parameters:
label - a label as String for the Node +
Returns:
the current Node
+
+
+
+ +

+getEdges

+
+java.util.List<Edge> getEdges()
+
+
Returns the list of the Node's edges +

+

+
+
+
+ +
Returns:
the list of the edges for this Node
+
+
+
+ +

+connectTo

+
+Edge connectTo(Node target)
+
+
Creates an Edge between this Node and the target Node +

+

+
+
+
+
Parameters:
target - the target Node of the Edge +
Returns:
the built Edge
+
+
+
+ +

+connectTo

+
+Edge connectTo(java.lang.String id,
+               Node target)
+
+
Creates an Edge with a particular ID between this Node and the target Node +

+

+
+
+
+
Parameters:
id - the ID of the Edge
target - the target Node of the Edge +
Returns:
the built Edge
+
+
+
+ +

+hasEdgeTo

+
+boolean hasEdgeTo(java.lang.String id)
+
+
Checks if this Node is connected to another Node +

+

+
+
+
+
Parameters:
id - the ID of the other Node +
Returns:
true if this Node is connected to another Node
+
+
+
+ +

+hasColor

+
+boolean hasColor()
+
+
Checks if the Node has a color +

+

+
+
+
+ +
Returns:
true if the Node has a color
+
+
+
+ +

+clearColor

+
+Node clearColor()
+
+
Clears the color of the Node +

+

+
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getColor

+
+Color getColor()
+
+
Returns the color of the Node +

+

+
+
+
+ +
Returns:
a Color object for that Node
+
+
+
+ +

+setColor

+
+Node setColor(Color color)
+
+
Sets the color of the Node +

+

+
+
+
+
Parameters:
color - an instance of Color +
Returns:
the current Node
+
+
+
+ +

+hasPosition

+
+boolean hasPosition()
+
+
Checks if the Node has a position +

+

+
+
+
+ +
Returns:
true if the Node has a position
+
+
+
+ +

+clearPosition

+
+Node clearPosition()
+
+
Clears the position of the Node +

+

+
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getPosition

+
+Position getPosition()
+
+
Returns the position of the Node +

+

+
+
+
+ +
Returns:
an instance of Position
+
+
+
+ +

+setPosition

+
+Node setPosition(Position position)
+
+
Sets the position of the Node +

+

+
+
+
+
Parameters:
position - an instance of Position +
Returns:
the current Node
+
+
+
+ +

+hasSize

+
+boolean hasSize()
+
+
Checks if the Node has a size +

+

+
+
+
+ +
Returns:
true if the Node has a size
+
+
+
+ +

+clearSize

+
+Node clearSize()
+
+
Clears the size of the Node +

+

+
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getSize

+
+float getSize()
+
+
Returns the size of the Node +

+

+
+
+
+ +
Returns:
the size as float
+
+
+
+ +

+setSize

+
+Node setSize(float size)
+
+
Sets the size of the Node +

+

+
+
+
+
Parameters:
size - a float number indicating the size +
Returns:
the current Node
+
+
+
+ +

+hasShape

+
+boolean hasShape()
+
+
Checks if the Node has a shape +

+

+
+
+
+ +
Returns:
true if the Node has a shape
+
+
+
+ +

+clearShape

+
+Node clearShape()
+
+
Clears the shape of the Node +

+

+
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getShapeEntity

+
+NodeShapeEntity getShapeEntity()
+
+
Returns the shape entity of the Node +

+

+
+
+
+ +
Returns:
an instance of NodeShapeEntity
+
+
+
+ +

+getParentForList

+
+java.util.List<Node> getParentForList()
+
+
Returns the list of the Node's parents +

+

+
+
+
+ +
Returns:
the list of the parents for this Node
+
+
+
+ +

+hasPID

+
+boolean hasPID()
+
+
Checks if the Node has a PID +

+

+
+
+
+ +
Returns:
true if the Node has a PID
+
+
+
+ +

+clearPID

+
+Node clearPID()
+
+
Clears the PID of the Node +

+

+
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getPID

+
+java.lang.String getPID()
+
+
Returns the PID of the Node +

+

+
+
+
+ +
Returns:
the PID as String
+
+
+
+ +

+setPID

+
+Node setPID(java.lang.String pid)
+
+
Sets the PID of the Node +

+

+
+
+
+
Parameters:
pid - a String indicating the PID +
Returns:
the current Node
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.html new file mode 100644 index 0000000..3d988b4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.html @@ -0,0 +1,214 @@ + + + + + + +SpellableDatum + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core +
+Interface SpellableDatum<T>

+
+
All Superinterfaces:
Datum, Dynamic<T>, Spellable<T>
+
+
+
All Known Subinterfaces:
Edge, Node
+
+
+
All Known Implementing Classes:
EdgeImpl, NodeImpl, SpellableDatumBase
+
+
+
+
public interface SpellableDatum<T>
extends Spellable<T>, Datum
+ + +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum
getAttributeValues
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Edge.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Edge.html new file mode 100644 index 0000000..579a2f2 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Edge.html @@ -0,0 +1,518 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.Edge + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.Edge

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Edge
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Edge in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Edge
+ EdgeEdge.clearColor() + +
+          Clears the color of the Edge
+ EdgeEdge.clearLabel() + +
+          Clears the label of the Edge
+ EdgeEdge.clearThickness() + +
+          Clears the thickness of the Edge
+ EdgeEdge.clearWeight() + +
+          Clears the weight of the Edge
+ EdgeNode.connectTo(Node target) + +
+          Creates an Edge between this Node and the target Node
+ EdgeNode.connectTo(java.lang.String id, + Node target) + +
+          Creates an Edge with a particular ID between this Node and the target Node
+ EdgeEdge.setColor(Color color) + +
+          Sets the color of the Edge
+ EdgeEdge.setEdgeType(EdgeType edgeType) + +
+          Sets the type of the Edge
+ EdgeEdge.setLabel(java.lang.String label) + +
+          Sets the label of the Edge
+ EdgeEdge.setShape(EdgeShape shape) + +
+          Sets the shape of the Edge
+ EdgeEdge.setTarget(Node target) + +
+          Sets the target of the Edge
+ EdgeEdge.setThickness(float thickness) + +
+          Sets the thickness of the Edge
+ EdgeEdge.setWeight(float weight) + +
+          Sets the weight for the Edge
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return types with arguments of type Edge
+ java.util.List<Edge>HasNodes.getAllEdges() + +
+          Returns the list of all the Edges
+ java.util.List<Edge>Node.getEdges() + +
+          Returns the list of the Node's edges
+  +

+ + + + + +
+Uses of Edge in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Edge
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Edge
+ EdgeEdgeImpl.clearColor() + +
+           
+ EdgeEdgeImpl.clearLabel() + +
+           
+ EdgeEdgeImpl.clearThickness() + +
+           
+ EdgeEdgeImpl.clearWeight() + +
+           
+ EdgeNodeImpl.connectTo(Node target) + +
+           
+ EdgeNodeImpl.connectTo(java.lang.String id, + Node target) + +
+           
+ EdgeEdgeImpl.setColor(Color color) + +
+           
+ EdgeEdgeImpl.setEdgeType(EdgeType edgeType) + +
+           
+ EdgeEdgeImpl.setLabel(java.lang.String label) + +
+           
+ EdgeEdgeImpl.setShape(EdgeShape shape) + +
+           
+ EdgeEdgeImpl.setTarget(Node target) + +
+           
+ EdgeEdgeImpl.setThickness(float thickness) + +
+           
+ EdgeEdgeImpl.setWeight(float weight) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return types with arguments of type Edge
+ java.util.List<Edge>GraphImpl.getAllEdges() + +
+           
+ java.util.List<Edge>NodeImpl.getAllEdges() + +
+           
+ java.util.List<Edge>NodeImpl.getEdges() + +
+           
+  +

+ + + + + +
+Uses of Edge in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Edge
EdgeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Edge entity) + +
+           
+  +

+ + + + + + + + +
Constructor parameters in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type arguments of type Edge
EdgesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Edge> entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/EdgeType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/EdgeType.html new file mode 100644 index 0000000..691b878 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/EdgeType.html @@ -0,0 +1,290 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.EdgeType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.EdgeType

+
+ + + + + + + + + + + + + +
+Packages that use EdgeType
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of EdgeType in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return EdgeType
+ EdgeTypeGraph.getDefaultEdgeType() + +
+          Returns the default type of the Edges
+ EdgeTypeEdge.getEdgeType() + +
+          Returns the type of the Edge
+static EdgeTypeEdgeType.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static EdgeType[]EdgeType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type EdgeType
+ GraphGraph.setDefaultEdgeType(EdgeType edgeType) + +
+          Sets the default type of the Edges
+ EdgeEdge.setEdgeType(EdgeType edgeType) + +
+          Sets the type of the Edge
+  +

+ + + + + +
+Uses of EdgeType in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return EdgeType
+ EdgeTypeGraphImpl.getDefaultEdgeType() + +
+           
+ EdgeTypeEdgeImpl.getEdgeType() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type EdgeType
+ GraphGraphImpl.setDefaultEdgeType(EdgeType edgeType) + +
+           
+ EdgeEdgeImpl.setEdgeType(EdgeType edgeType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Gexf.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Gexf.html new file mode 100644 index 0000000..356a04b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Gexf.html @@ -0,0 +1,319 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.Gexf + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.Gexf

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Gexf
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Gexf in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Gexf
+ GexfGexf.clearVariant() + +
+          Clears the variant of the GEXF
+ GexfGexf.setVariant(java.lang.String variant) + +
+          Sets the variant for the GEXF
+ GexfGexf.setVisualization(boolean viz) + +
+          Sets the visualization for the GEXF
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type Gexf
+ voidGexfWriter.writeToStream(Gexf gexf, + java.io.OutputStream out) + +
+          Method to physically write the GEXF object in a file
+  +

+ + + + + +
+Uses of Gexf in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Gexf
+ classGexfImpl + +
+          GexfImpl class is an implementation of the Gexf interface.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Gexf
+ GexfGexfImpl.clearVariant() + +
+           
+ GexfGexfImpl.setVariant(java.lang.String variant) + +
+           
+ GexfGexfImpl.setVisualization(boolean viz) + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Gexf
+ voidStaxGraphWriter.writeToStream(Gexf gexf, + java.io.OutputStream out) + +
+           
+  +

+ + + + + +
+Uses of Gexf in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Gexf
GexfEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Gexf entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfReader.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfReader.html new file mode 100644 index 0000000..d4e647e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfReader.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.GexfReader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.GexfReader

+
+ + + + + + + + + +
+Packages that use GexfReader
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of GexfReader in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement GexfReader
+ classStaxGraphReader + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfWriter.html new file mode 100644 index 0000000..00e1830 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/GexfWriter.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.GexfWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.GexfWriter

+
+ + + + + + + + + +
+Packages that use GexfWriter
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of GexfWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement GexfWriter
+ classStaxGraphWriter + +
+          StaxGraphWriter class is an implementation of the GexfWriter interface.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Graph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Graph.html new file mode 100644 index 0000000..078d9e1 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Graph.html @@ -0,0 +1,317 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.Graph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.Graph

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Graph
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Graph in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Graph
+ GraphGexf.getGraph() + +
+          Returns the Graph of the GEXF
+ GraphGraph.setDefaultEdgeType(EdgeType edgeType) + +
+          Sets the default type of the Edges
+ GraphGraph.setIDType(IDType idType) + +
+          Sets the type of the ID
+ GraphGraph.setMode(Mode graphMode) + +
+          Sets the mode of the Graph
+ GraphGraph.setTimeType(java.lang.String timeType) + +
+          Sets the type of time
+  +

+ + + + + +
+Uses of Graph in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Graph
+ classGraphImpl + +
+          GraphImpl class is an implementation of the Graph interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Graph
+ GraphGexfImpl.getGraph() + +
+           
+ GraphGraphImpl.setDefaultEdgeType(EdgeType edgeType) + +
+           
+ GraphGraphImpl.setIDType(IDType idType) + +
+           
+ GraphGraphImpl.setMode(Mode graphMode) + +
+           
+ GraphGraphImpl.setTimeType(java.lang.String timeType) + +
+           
+  +

+ + + + + +
+Uses of Graph in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Graph
GraphEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Graph entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/HasNodes.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/HasNodes.html new file mode 100644 index 0000000..7406587 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/HasNodes.html @@ -0,0 +1,225 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.HasNodes + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.HasNodes

+
+ + + + + + + + + + + + + +
+Packages that use HasNodes
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of HasNodes in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + +
Subinterfaces of HasNodes in it.uniroma1.dis.wiserver.gexf4j.core
+ interfaceGraph + +
+          Interface for the Graph element.
+ interfaceNode + +
+          Interface for the Node element.
+  +

+ + + + + +
+Uses of HasNodes in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement HasNodes
+ classGraphImpl + +
+          GraphImpl class is an implementation of the Graph interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IDType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IDType.html new file mode 100644 index 0000000..3ecc80f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IDType.html @@ -0,0 +1,258 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.IDType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.IDType

+
+ + + + + + + + + + + + + +
+Packages that use IDType
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of IDType in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return IDType
+ IDTypeGraph.getIDType() + +
+          Returns the type of the ID
+static IDTypeIDType.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static IDType[]IDType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type IDType
+ GraphGraph.setIDType(IDType idType) + +
+          Sets the type of the ID
+  +

+ + + + + +
+Uses of IDType in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return IDType
+ IDTypeGraphImpl.getIDType() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type IDType
+ GraphGraphImpl.setIDType(IDType idType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IntervalType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IntervalType.html new file mode 100644 index 0000000..345e52f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/IntervalType.html @@ -0,0 +1,433 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.IntervalType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.IntervalType

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use IntervalType
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
+  +

+ + + + + +
+Uses of IntervalType in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return IntervalType
+static IntervalTypeIntervalType.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static IntervalType[]IntervalType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + +
+Uses of IntervalType in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.dynamic that return IntervalType
+ IntervalTypeDynamic.getEndIntervalType() + +
+          Returns the interval type of the end date
+ IntervalTypeDynamic.getStartIntervalType() + +
+          Returns the interval type of the start date
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.dynamic with parameters of type IntervalType
+ TDynamic.setEndIntervalType(IntervalType endIntervalType) + +
+          Sets the interval type for the end date
+ TDynamic.setStartIntervalType(IntervalType startIntervalType) + +
+          Sets the interval type for the start date
+  +

+ + + + + +
+Uses of IntervalType in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return IntervalType
+ IntervalTypeSpellImpl.getEndIntervalType() + +
+           
+ IntervalTypeSpellImpl.getStartIntervalType() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type IntervalType
+ SpellSpellImpl.setEndIntervalType(IntervalType endIntervalType) + +
+           
+ SpellSpellImpl.setStartIntervalType(IntervalType startIntervalType) + +
+           
+  +

+ + + + + +
+Uses of IntervalType in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return IntervalType
+ IntervalTypeAttributeListImpl.getEndIntervalType() + +
+           
+ IntervalTypeAttributeListImpl.getStartIntervalType() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type IntervalType
+ AttributeListAttributeListImpl.setEndIntervalType(IntervalType endIntervalType) + +
+           
+ AttributeListAttributeListImpl.setStartIntervalType(IntervalType startIntervalType) + +
+           
+  +

+ + + + + +
+Uses of IntervalType in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic that return IntervalType
+ IntervalTypeDynamicBase.getEndIntervalType() + +
+           
+ IntervalTypeDynamicBase.getStartIntervalType() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic with parameters of type IntervalType
+ TDynamicBase.setEndIntervalType(IntervalType endIntervalType) + +
+           
+ TDynamicBase.setStartIntervalType(IntervalType startIntervalType) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Metadata.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Metadata.html new file mode 100644 index 0000000..0cf8657 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Metadata.html @@ -0,0 +1,365 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.Metadata + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.Metadata

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Metadata
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Metadata in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Metadata
+ MetadataMetadata.clearCreator() + +
+          Clears the creator field
+ MetadataMetadata.clearDescription() + +
+          Clears the description of the GEXF file
+ MetadataMetadata.clearLastModified() + +
+          Clears the lastmodifieddate field
+ MetadataMetadata.clearMetadata() + +
+          Clears Metadata
+ MetadataGexf.getMetadata() + +
+          Returns the Metadata of the GEXF
+ MetadataMetadata.setCreator(java.lang.String creator) + +
+          Sets the creator for the GEXF file
+ MetadataMetadata.setDescription(java.lang.String description) + +
+          Sets the description for the GEXF file
+ MetadataMetadata.setLastModified(java.util.Date lastModified) + +
+          Sets the value for the lastmodifieddate field
+  +

+ + + + + +
+Uses of Metadata in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Metadata
+ classMetadataImpl + +
+          MetadataImpl class is an implementation of the Metadata interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Metadata
+ MetadataMetadataImpl.clearCreator() + +
+           
+ MetadataMetadataImpl.clearDescription() + +
+           
+ MetadataMetadataImpl.clearLastModified() + +
+           
+ MetadataMetadataImpl.clearMetadata() + +
+           
+ MetadataGexfImpl.getMetadata() + +
+           
+ MetadataMetadataImpl.setCreator(java.lang.String creator) + +
+           
+ MetadataMetadataImpl.setDescription(java.lang.String description) + +
+           
+ MetadataMetadataImpl.setLastModified(java.util.Date lastModified) + +
+           
+  +

+ + + + + +
+Uses of Metadata in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Metadata
MetadataEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Metadata entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Mode.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Mode.html new file mode 100644 index 0000000..8d36421 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Mode.html @@ -0,0 +1,348 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.Mode + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.Mode

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Mode
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
+  +

+ + + + + +
+Uses of Mode in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Mode
+ ModeGraph.getMode() + +
+          Returns the mode of the Graph
+static ModeMode.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static Mode[]Mode.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type Mode
+ GraphGraph.setMode(Mode graphMode) + +
+          Sets the mode of the Graph
+  +

+ + + + + +
+Uses of Mode in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return Mode
+ ModeAttributeList.getMode() + +
+          Returns the Mode of the list of Attributes
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data with parameters of type Mode
+ AttributeListAttributeList.setMode(Mode mode) + +
+          Sets the Mode for that list of Attributes
+  +

+ + + + + +
+Uses of Mode in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Mode
+ ModeGraphImpl.getMode() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Mode
+ GraphGraphImpl.setMode(Mode graphMode) + +
+           
+  +

+ + + + + +
+Uses of Mode in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return Mode
+ ModeAttributeListImpl.getMode() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type Mode
+ AttributeListAttributeListImpl.setMode(Mode mode) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Node.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Node.html new file mode 100644 index 0000000..1797d6f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/Node.html @@ -0,0 +1,644 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.Node + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.Node

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Node
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Node in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Node
+ NodeNode.clearColor() + +
+          Clears the color of the Node
+ NodeNode.clearPID() + +
+          Clears the PID of the Node
+ NodeNode.clearPosition() + +
+          Clears the position of the Node
+ NodeNode.clearShape() + +
+          Clears the shape of the Node
+ NodeNode.clearSize() + +
+          Clears the size of the Node
+ NodeHasNodes.createNode() + +
+          Creates a new Node
+ NodeHasNodes.createNode(java.lang.String id) + +
+          Creates a new Node with a specific ID
+ NodeEdge.getSource() + +
+          Returns the source of the Edge
+ NodeEdge.getTarget() + +
+          Returns the target of the Edge
+ NodeNode.setColor(Color color) + +
+          Sets the color of the Node
+ NodeNode.setLabel(java.lang.String label) + +
+          Sets the label of the Node
+ NodeNode.setPID(java.lang.String pid) + +
+          Sets the PID of the Node
+ NodeNode.setPosition(Position position) + +
+          Sets the position of the Node
+ NodeNode.setSize(float size) + +
+          Sets the size of the Node
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return types with arguments of type Node
+ java.util.List<Node>HasNodes.getNodes() + +
+          Returns the list of all the Nodes
+ java.util.List<Node>Node.getParentForList() + +
+          Returns the list of the Node's parents
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type Node
+ EdgeNode.connectTo(Node target) + +
+          Creates an Edge between this Node and the target Node
+ EdgeNode.connectTo(java.lang.String id, + Node target) + +
+          Creates an Edge with a particular ID between this Node and the target Node
+ EdgeEdge.setTarget(Node target) + +
+          Sets the target of the Edge
+  +

+ + + + + +
+Uses of Node in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Node
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Node
+ NodeNodeImpl.clearColor() + +
+           
+ NodeNodeImpl.clearPID() + +
+           
+ NodeNodeImpl.clearPosition() + +
+           
+ NodeNodeImpl.clearShape() + +
+           
+ NodeNodeImpl.clearSize() + +
+           
+ NodeGraphImpl.createNode() + +
+           
+ NodeNodeImpl.createNode() + +
+           
+ NodeGraphImpl.createNode(java.lang.String id) + +
+           
+ NodeNodeImpl.createNode(java.lang.String id) + +
+           
+ NodeEdgeImpl.getSource() + +
+           
+ NodeEdgeImpl.getTarget() + +
+           
+ NodeNodeImpl.setColor(Color color) + +
+           
+ NodeNodeImpl.setLabel(java.lang.String label) + +
+           
+ NodeNodeImpl.setPID(java.lang.String pid) + +
+           
+ NodeNodeImpl.setPosition(Position position) + +
+           
+ NodeNodeImpl.setSize(float size) + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return types with arguments of type Node
+ java.util.List<Node>GraphImpl.getNodes() + +
+           
+ java.util.List<Node>NodeImpl.getNodes() + +
+           
+ java.util.List<Node>NodeImpl.getParentForList() + +
+           
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Node
+ EdgeNodeImpl.connectTo(Node target) + +
+           
+ EdgeNodeImpl.connectTo(java.lang.String id, + Node target) + +
+           
+ EdgeEdgeImpl.setTarget(Node target) + +
+           
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Node
EdgeImpl(java.lang.String id, + Node source, + Node target) + +
+          Constructs an Edge with a specific ID, a source Node and a target Node
+  +

+ + + + + +
+Uses of Node in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Node
NodeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Node entity) + +
+           
ParentEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Node entity) + +
+           
+  +

+ + + + + + + + + + + +
Constructor parameters in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type arguments of type Node
NodesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Node> entity) + +
+           
ParentsEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Node> entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/SpellableDatum.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/SpellableDatum.html new file mode 100644 index 0000000..17c8e44 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/class-use/SpellableDatum.html @@ -0,0 +1,262 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.SpellableDatum + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.SpellableDatum

+
+ + + + + + + + + + + + + + + + + +
+Packages that use SpellableDatum
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of SpellableDatum in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + +
Subinterfaces of SpellableDatum in it.uniroma1.dis.wiserver.gexf4j.core
+ interfaceEdge + +
+          Interface for the Edge element.
+ interfaceNode + +
+          Interface for the Node element.
+  +

+ + + + + +
+Uses of SpellableDatum in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement SpellableDatum
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+  +

+ + + + + +
+Uses of SpellableDatum in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type parameters of type SpellableDatum
+ classSpellableDatumEntityWriter<T extends SpellableDatum<?>> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.html new file mode 100644 index 0000000..c958669 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.html @@ -0,0 +1,414 @@ + + + + + + +Attribute + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Interface Attribute

+
+
All Known Implementing Classes:
AttributeImpl
+
+
+
+
public interface Attribute
+ + +

+Interface for the Attributes. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeclearDefaultValue() + +
+          Clears the default value of the Attribute
+ AttributeValuecreateValue(java.lang.String value) + +
+          Creates a value for that Attribute
+ AttributeTypegetAttributeType() + +
+          Returns the type of the Attribute
+ java.lang.StringgetDefaultValue() + +
+          Returns the default value of the Attribute
+ java.lang.StringgetId() + +
+          Returns the ID of the Attribute
+ java.util.List<java.lang.String>getOptions() + +
+          Returns the list of the Attribute's options
+ java.lang.StringgetTitle() + +
+          Returns the title of the Attribute
+ booleanhasDefaultValue() + +
+          Checks if the Attribute has a default value
+ AttributesetDefaultValue(java.lang.String defaultValue) + +
+          Sets the default value of the Attribute
+ AttributesetTitle(java.lang.String title) + +
+          Sets the title of the Attribute
+  +

+ + + + + + + + +
+Method Detail
+ +

+getId

+
+java.lang.String getId()
+
+
Returns the ID of the Attribute +

+

+ +
Returns:
the ID as String
+
+
+
+ +

+getTitle

+
+java.lang.String getTitle()
+
+
Returns the title of the Attribute +

+

+ +
Returns:
the title as String
+
+
+
+ +

+setTitle

+
+Attribute setTitle(java.lang.String title)
+
+
Sets the title of the Attribute +

+

+
Parameters:
title - the Attribute's title as String +
Returns:
the current Attribute
+
+
+
+ +

+getAttributeType

+
+AttributeType getAttributeType()
+
+
Returns the type of the Attribute +

+

+ +
Returns:
an AttributeType enum for that Attribute
+
+
+
+ +

+hasDefaultValue

+
+boolean hasDefaultValue()
+
+
Checks if the Attribute has a default value +

+

+ +
Returns:
true if the Attribute has a default value
+
+
+
+ +

+clearDefaultValue

+
+Attribute clearDefaultValue()
+
+
Clears the default value of the Attribute +

+

+ +
Returns:
the current Attribute
+
+
+
+ +

+getDefaultValue

+
+java.lang.String getDefaultValue()
+
+
Returns the default value of the Attribute +

+

+ +
Returns:
the default value as String
+
+
+
+ +

+setDefaultValue

+
+Attribute setDefaultValue(java.lang.String defaultValue)
+
+
Sets the default value of the Attribute +

+

+
Parameters:
defaultValue - the default value as String +
Returns:
the current Attribute
+
+
+
+ +

+getOptions

+
+java.util.List<java.lang.String> getOptions()
+
+
Returns the list of the Attribute's options +

+

+ +
Returns:
the list of the options
+
+
+
+ +

+createValue

+
+AttributeValue createValue(java.lang.String value)
+
+
Creates a value for that Attribute +

+

+
Parameters:
value - the value of the Attribute as String +
Returns:
an instance of the AttributeValue class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.html new file mode 100644 index 0000000..b02dc6c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.html @@ -0,0 +1,322 @@ + + + + + + +AttributeClass + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Enum AttributeClass

+
+java.lang.Object
+  extended by java.lang.Enum<AttributeClass>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AttributeClass>
+
+
+
+
public enum AttributeClass
extends java.lang.Enum<AttributeClass>
+ + +

+


+ +

+ + + + + + + + + + + + + +
+Enum Constant Summary
EDGE + +
+           
NODE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static AttributeClassvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static AttributeClass[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+NODE

+
+public static final AttributeClass NODE
+
+
+
+
+
+ +

+EDGE

+
+public static final AttributeClass EDGE
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static AttributeClass[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (AttributeClass c : AttributeClass.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static AttributeClass valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.html new file mode 100644 index 0000000..b1217f7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.html @@ -0,0 +1,402 @@ + + + + + + +AttributeList + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Interface AttributeList

+
+
All Superinterfaces:
java.util.Collection<Attribute>, Dynamic<AttributeList>, java.lang.Iterable<Attribute>, java.util.List<Attribute>
+
+
+
All Known Implementing Classes:
AttributeListImpl
+
+
+
+
public interface AttributeList
extends java.util.List<Attribute>, Dynamic<AttributeList>
+ + +

+Interface for the AttributeList +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeListaddAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListaddAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributecreateAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributecreateAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeClassgetAttributeClass() + +
+          Returns the AttributeClass for the list of Attributes
+ ModegetMode() + +
+          Returns the Mode of the list of Attributes
+ AttributeListsetMode(Mode mode) + +
+          Sets the Mode for that list of Attributes
+ + + + + + + +
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAttributeClass

+
+AttributeClass getAttributeClass()
+
+
Returns the AttributeClass for the list of Attributes +

+

+
+
+
+ +
Returns:
an AttributeClass enum for that list
+
+
+
+ +

+getMode

+
+Mode getMode()
+
+
Returns the Mode of the list of Attributes +

+

+
+
+
+ +
Returns:
a Mode enum
+
+
+
+ +

+setMode

+
+AttributeList setMode(Mode mode)
+
+
Sets the Mode for that list of Attributes +

+

+
+
+
+
Parameters:
mode - an instance of Mode enum +
Returns:
the current AttributeList
+
+
+
+ +

+createAttribute

+
+Attribute createAttribute(AttributeType type,
+                          java.lang.String title)
+
+
Creates and adds an Attribute to the AttributeList +

+

+
+
+
+
Parameters:
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the built Attribute
+
+
+
+ +

+createAttribute

+
+Attribute createAttribute(java.lang.String id,
+                          AttributeType type,
+                          java.lang.String title)
+
+
Creates and adds an Attribute to the AttributeList +

+

+
+
+
+
Parameters:
id - the ID of the Attribute as String
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the built Attribute
+
+
+
+ +

+addAttribute

+
+AttributeList addAttribute(AttributeType type,
+                           java.lang.String title)
+
+
Creates and adds an Attribute to the AttributeList +

+

+
+
+
+
Parameters:
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the current AttributeList
+
+
+
+ +

+addAttribute

+
+AttributeList addAttribute(java.lang.String id,
+                           AttributeType type,
+                           java.lang.String title)
+
+
Creates and adds an Attribute to the AttributeList +

+

+
+
+
+
Parameters:
id - the ID of the Attribute as String
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the current AttributeList
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.html new file mode 100644 index 0000000..a094145 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.html @@ -0,0 +1,418 @@ + + + + + + +AttributeType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Enum AttributeType

+
+java.lang.Object
+  extended by java.lang.Enum<AttributeType>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AttributeType>
+
+
+
+
public enum AttributeType
extends java.lang.Enum<AttributeType>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
ANYURI + +
+           
BOOLEAN + +
+           
DOUBLE + +
+           
FLOAT + +
+           
INTEGER + +
+           
LISTSTRING + +
+           
LONG + +
+           
STRING + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static AttributeTypevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static AttributeType[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+INTEGER

+
+public static final AttributeType INTEGER
+
+
+
+
+
+ +

+LONG

+
+public static final AttributeType LONG
+
+
+
+
+
+ +

+DOUBLE

+
+public static final AttributeType DOUBLE
+
+
+
+
+
+ +

+FLOAT

+
+public static final AttributeType FLOAT
+
+
+
+
+
+ +

+BOOLEAN

+
+public static final AttributeType BOOLEAN
+
+
+
+
+
+ +

+STRING

+
+public static final AttributeType STRING
+
+
+
+
+
+ +

+LISTSTRING

+
+public static final AttributeType LISTSTRING
+
+
+
+
+
+ +

+ANYURI

+
+public static final AttributeType ANYURI
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static AttributeType[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (AttributeType c : AttributeType.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static AttributeType valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.html new file mode 100644 index 0000000..751cdeb --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.html @@ -0,0 +1,281 @@ + + + + + + +AttributeValue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Interface AttributeValue

+
+
All Superinterfaces:
Dynamic<AttributeValue>
+
+
+
All Known Implementing Classes:
AttributeValueImpl
+
+
+
+
public interface AttributeValue
extends Dynamic<AttributeValue>
+ + +

+Interface for the AttributeValue. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributegetAttribute() + +
+          Returns the Attribute
+ java.lang.StringgetValue() + +
+          Returns the value of the Attribute
+ AttributeValuesetValue(java.lang.String value) + +
+          Sets the value for that Attribute
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAttribute

+
+Attribute getAttribute()
+
+
Returns the Attribute +

+

+
+
+
+ +
Returns:
an instance of the Attribute class
+
+
+
+ +

+getValue

+
+java.lang.String getValue()
+
+
Returns the value of the Attribute +

+

+
+
+
+ +
Returns:
the value as String
+
+
+
+ +

+setValue

+
+AttributeValue setValue(java.lang.String value)
+
+
Sets the value for that Attribute +

+

+
+
+
+
Parameters:
value - the value of the Attribute +
Returns:
the current AttributeValue
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.html new file mode 100644 index 0000000..fe44da4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.html @@ -0,0 +1,260 @@ + + + + + + +AttributeValueList + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Interface AttributeValueList

+
+
All Superinterfaces:
java.util.Collection<AttributeValue>, java.lang.Iterable<AttributeValue>, java.util.List<AttributeValue>
+
+
+
All Known Implementing Classes:
AttributeValueListImpl
+
+
+
+
public interface AttributeValueList
extends java.util.List<AttributeValue>
+ + +

+Interface for the AttributeValueList +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeValueListaddValue(Attribute attribute, + java.lang.String value) + +
+          Adds a value in the list
+ AttributeValuecreateValue(Attribute attribute, + java.lang.String value) + +
+          Creates a value for the Attribute
+ + + + + + + +
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
+  +

+ + + + + + + + +
+Method Detail
+ +

+addValue

+
+AttributeValueList addValue(Attribute attribute,
+                            java.lang.String value)
+
+
Adds a value in the list +

+

+
+
+
+
Parameters:
attribute -
value - a value for the Attribute +
Returns:
the current AttributeValueList
+
+
+
+ +

+createValue

+
+AttributeValue createValue(Attribute attribute,
+                           java.lang.String value)
+
+
Creates a value for the Attribute +

+

+
+
+
+
Parameters:
attribute - the Attribute that you want to set
value - a value for the Attribute +
Returns:
the current AttributeValueList
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.html new file mode 100644 index 0000000..b4fff43 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.html @@ -0,0 +1,219 @@ + + + + + + +Datum + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.data +
+Interface Datum

+
+
All Known Subinterfaces:
Edge, Node, SpellableDatum<T>
+
+
+
All Known Implementing Classes:
EdgeImpl, NodeImpl, SpellableDatumBase
+
+
+
+
public interface Datum
+ + +

+Interface for Datum. +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ AttributeValueListgetAttributeValues() + +
+          Returns a list of attribute values
+  +

+ + + + + + + + +
+Method Detail
+ +

+getAttributeValues

+
+AttributeValueList getAttributeValues()
+
+
Returns a list of attribute values +

+

+ +
Returns:
an instance of AttributeValueList class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Attribute.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Attribute.html new file mode 100644 index 0000000..5c2a9bc --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Attribute.html @@ -0,0 +1,405 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Attribute
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Attribute in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return Attribute
+ AttributeAttribute.clearDefaultValue() + +
+          Clears the default value of the Attribute
+ AttributeAttributeList.createAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeAttributeList.createAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeAttributeValue.getAttribute() + +
+          Returns the Attribute
+ AttributeAttribute.setDefaultValue(java.lang.String defaultValue) + +
+          Sets the default value of the Attribute
+ AttributeAttribute.setTitle(java.lang.String title) + +
+          Sets the title of the Attribute
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data with parameters of type Attribute
+ AttributeValueListAttributeValueList.addValue(Attribute attribute, + java.lang.String value) + +
+          Adds a value in the list
+ AttributeValueAttributeValueList.createValue(Attribute attribute, + java.lang.String value) + +
+          Creates a value for the Attribute
+  +

+ + + + + +
+Uses of Attribute in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that implement Attribute
+ classAttributeImpl + +
+          AttributeImpl class is an implementation of the Attribute interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return Attribute
+ AttributeAttributeImpl.clearDefaultValue() + +
+           
+ AttributeAttributeListImpl.createAttribute(AttributeType type, + java.lang.String title) + +
+           
+ AttributeAttributeListImpl.createAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+           
+ AttributeAttributeValueImpl.getAttribute() + +
+           
+ AttributeAttributeImpl.setDefaultValue(java.lang.String defaultValue) + +
+           
+ AttributeAttributeImpl.setTitle(java.lang.String title) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type Attribute
+ AttributeValueListAttributeValueListImpl.addValue(Attribute attribute, + java.lang.String value) + +
+           
+ AttributeValueAttributeValueListImpl.createValue(Attribute attribute, + java.lang.String value) + +
+           
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type Attribute
AttributeValueImpl(Attribute attribute) + +
+          Constructs an AttributeValue object
+  +

+ + + + + +
+Uses of Attribute in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Attribute
AttributeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Attribute entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeClass.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeClass.html new file mode 100644 index 0000000..0837e4d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeClass.html @@ -0,0 +1,240 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass

+
+ + + + + + + + + + + + + +
+Packages that use AttributeClass
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
+  +

+ + + + + +
+Uses of AttributeClass in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return AttributeClass
+ AttributeClassAttributeList.getAttributeClass() + +
+          Returns the AttributeClass for the list of Attributes
+static AttributeClassAttributeClass.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static AttributeClass[]AttributeClass.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + +
+Uses of AttributeClass in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return AttributeClass
+ AttributeClassAttributeListImpl.getAttributeClass() + +
+           
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type AttributeClass
AttributeListImpl(AttributeClass attrClass) + +
+          Constructs an AttributeList object
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeList.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeList.html new file mode 100644 index 0000000..87f2886 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeList.html @@ -0,0 +1,397 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use AttributeList
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of AttributeList in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return types with arguments of type AttributeList
+ java.util.List<AttributeList>Graph.getAttributeLists() + +
+          Returns the list of the Graph's attributes
+  +

+ + + + + +
+Uses of AttributeList in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return AttributeList
+ AttributeListAttributeList.addAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListAttributeList.addAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListAttributeList.setMode(Mode mode) + +
+          Sets the Mode for that list of Attributes
+  +

+ + + + + +
+Uses of AttributeList in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return types with arguments of type AttributeList
+ java.util.List<AttributeList>GraphImpl.getAttributeLists() + +
+           
+  +

+ + + + + +
+Uses of AttributeList in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that implement AttributeList
+ classAttributeListImpl + +
+          AttributeListImpl class is an implementation of the AttributeList interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return AttributeList
+ AttributeListAttributeListImpl.addAttribute(AttributeType type, + java.lang.String title) + +
+           
+ AttributeListAttributeListImpl.addAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+           
+ AttributeListAttributeListImpl.clearEndDate() + +
+           
+ AttributeListAttributeListImpl.clearStartDate() + +
+           
+ AttributeListAttributeListImpl.setEndIntervalType(IntervalType endIntervalType) + +
+           
+ AttributeListAttributeListImpl.setEndValue(java.lang.Object endDate) + +
+           
+ AttributeListAttributeListImpl.setMode(Mode mode) + +
+           
+ AttributeListAttributeListImpl.setStartIntervalType(IntervalType startIntervalType) + +
+           
+ AttributeListAttributeListImpl.setStartValue(java.lang.Object startDate) + +
+           
+  +

+ + + + + +
+Uses of AttributeList in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type AttributeList
AttributesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + AttributeList entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeType.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeType.html new file mode 100644 index 0000000..eb1f850 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeType.html @@ -0,0 +1,334 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType

+
+ + + + + + + + + + + + + +
+Packages that use AttributeType
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
+  +

+ + + + + +
+Uses of AttributeType in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return AttributeType
+ AttributeTypeAttribute.getAttributeType() + +
+          Returns the type of the Attribute
+static AttributeTypeAttributeType.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static AttributeType[]AttributeType.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data with parameters of type AttributeType
+ AttributeListAttributeList.addAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListAttributeList.addAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeAttributeList.createAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeAttributeList.createAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+  +

+ + + + + +
+Uses of AttributeType in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return AttributeType
+ AttributeTypeAttributeImpl.getAttributeType() + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type AttributeType
+ AttributeListAttributeListImpl.addAttribute(AttributeType type, + java.lang.String title) + +
+           
+ AttributeListAttributeListImpl.addAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+           
+ AttributeAttributeListImpl.createAttribute(AttributeType type, + java.lang.String title) + +
+           
+ AttributeAttributeListImpl.createAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+           
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.data with parameters of type AttributeType
AttributeImpl(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Constructs an Attribute object with ID, type and title
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValue.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValue.html new file mode 100644 index 0000000..72f231d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValue.html @@ -0,0 +1,302 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue

+
+ + + + + + + + + + + + + + + + + +
+Packages that use AttributeValue
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of AttributeValue in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return AttributeValue
+ AttributeValueAttributeValueList.createValue(Attribute attribute, + java.lang.String value) + +
+          Creates a value for the Attribute
+ AttributeValueAttribute.createValue(java.lang.String value) + +
+          Creates a value for that Attribute
+ AttributeValueAttributeValue.setValue(java.lang.String value) + +
+          Sets the value for that Attribute
+  +

+ + + + + +
+Uses of AttributeValue in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that implement AttributeValue
+ classAttributeValueImpl + +
+          AttributeValueImpl class is an implementation of the AttributeValue interface.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return AttributeValue
+ AttributeValueAttributeValueListImpl.createValue(Attribute attribute, + java.lang.String value) + +
+           
+ AttributeValueAttributeImpl.createValue(java.lang.String value) + +
+           
+ AttributeValueAttributeValueImpl.setValue(java.lang.String value) + +
+           
+  +

+ + + + + +
+Uses of AttributeValue in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type AttributeValue
AttValueEntityWriter(javax.xml.stream.XMLStreamWriter writer, + AttributeValue entity) + +
+           
+  +

+ + + + + + + + +
Constructor parameters in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type arguments of type AttributeValue
AttValuesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<AttributeValue> entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValueList.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValueList.html new file mode 100644 index 0000000..71cf509 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/AttributeValueList.html @@ -0,0 +1,264 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList

+
+ + + + + + + + + + + + + + + + + +
+Packages that use AttributeValueList
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
+  +

+ + + + + +
+Uses of AttributeValueList in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.data that return AttributeValueList
+ AttributeValueListAttributeValueList.addValue(Attribute attribute, + java.lang.String value) + +
+          Adds a value in the list
+ AttributeValueListDatum.getAttributeValues() + +
+          Returns a list of attribute values
+  +

+ + + + + +
+Uses of AttributeValueList in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return AttributeValueList
+ AttributeValueListSpellableDatumBase.getAttributeValues() + +
+           
+  +

+ + + + + +
+Uses of AttributeValueList in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that implement AttributeValueList
+ classAttributeValueListImpl + +
+          AttributeValueListImpl class is an implementation of the AttributeValueList interface.
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that return AttributeValueList
+ AttributeValueListAttributeValueListImpl.addValue(Attribute attribute, + java.lang.String value) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Datum.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Datum.html new file mode 100644 index 0000000..dab0666 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/class-use/Datum.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.data.Datum

+
+ + + + + + + + + + + + + +
+Packages that use Datum
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of Datum in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of Datum in it.uniroma1.dis.wiserver.gexf4j.core
+ interfaceEdge + +
+          Interface for the Edge element.
+ interfaceNode + +
+          Interface for the Node element.
+ interfaceSpellableDatum<T> + +
+           
+  +

+ + + + + +
+Uses of Datum in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Datum
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-frame.html new file mode 100644 index 0000000..83d6f2c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-frame.html @@ -0,0 +1,53 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.data + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.data + + + + +
+Interfaces  + +
+Attribute +
+AttributeList +
+AttributeValue +
+AttributeValueList +
+Datum
+ + + + + + +
+Enums  + +
+AttributeClass +
+AttributeType
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-summary.html new file mode 100644 index 0000000..5318331 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-summary.html @@ -0,0 +1,191 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.data + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.data +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
AttributeInterface for the Attributes.
AttributeListInterface for the AttributeList
AttributeValueInterface for the AttributeValue.
AttributeValueListInterface for the AttributeValueList
DatumInterface for Datum.
+  + +

+ + + + + + + + + + + + + +
+Enum Summary
AttributeClass 
AttributeType 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-tree.html new file mode 100644 index 0000000..6eb5ab5 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-tree.html @@ -0,0 +1,171 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.data Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-use.html new file mode 100644 index 0000000..8d8e3ef --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/data/package-use.html @@ -0,0 +1,336 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.data + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.data

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.data
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.data used by it.uniroma1.dis.wiserver.gexf4j.core
AttributeList + +
+          Interface for the AttributeList
Datum + +
+          Interface for Datum.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.data used by it.uniroma1.dis.wiserver.gexf4j.core.data
Attribute + +
+          Interface for the Attributes.
AttributeClass + +
+           
AttributeList + +
+          Interface for the AttributeList
AttributeType + +
+           
AttributeValue + +
+          Interface for the AttributeValue.
AttributeValueList + +
+          Interface for the AttributeValueList
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.data used by it.uniroma1.dis.wiserver.gexf4j.core.impl
AttributeList + +
+          Interface for the AttributeList
AttributeValueList + +
+          Interface for the AttributeValueList
Datum + +
+          Interface for Datum.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.data used by it.uniroma1.dis.wiserver.gexf4j.core.impl.data
Attribute + +
+          Interface for the Attributes.
AttributeClass + +
+           
AttributeList + +
+          Interface for the AttributeList
AttributeType + +
+           
AttributeValue + +
+          Interface for the AttributeValue.
AttributeValueList + +
+          Interface for the AttributeValueList
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.data used by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
Attribute + +
+          Interface for the Attributes.
AttributeList + +
+          Interface for the AttributeList
AttributeValue + +
+          Interface for the AttributeValue.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.html new file mode 100644 index 0000000..e685d3c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.html @@ -0,0 +1,457 @@ + + + + + + +Dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.dynamic +
+Interface Dynamic<T>

+
+
All Known Subinterfaces:
AttributeList, AttributeValue, Edge, Graph, Node, Spell, Spellable<T>, SpellableDatum<T>
+
+
+
All Known Implementing Classes:
AttributeListImpl, AttributeValueImpl, DynamicBase, EdgeImpl, GraphImpl, NodeImpl, SpellableBase, SpellableDatumBase, SpellImpl
+
+
+
+
public interface Dynamic<T>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ TclearEndDate() + +
+          Clears the end date of the element
+ TclearStartDate() + +
+          Clears the start date of the element
+ IntervalTypegetEndIntervalType() + +
+          Returns the interval type of the end date
+ java.lang.ObjectgetEndValue() + +
+          Returns the end date of the element
+ IntervalTypegetStartIntervalType() + +
+          Returns the interval type of the start date
+ java.lang.ObjectgetStartValue() + +
+          Returns the start date of the element
+ booleanhasEndDate() + +
+          Checks if the element has an end date
+ booleanhasStartDate() + +
+          Checks if the element has a start date
+ TsetEndIntervalType(IntervalType endIntervalType) + +
+          Sets the interval type for the end date
+ TsetEndValue(java.lang.Object endDate) + +
+          Sets the end date for that element
+ TsetStartIntervalType(IntervalType startIntervalType) + +
+          Sets the interval type for the start date
+ TsetStartValue(java.lang.Object startDate) + +
+          Sets the start date for that element
+  +

+ + + + + + + + +
+Method Detail
+ +

+hasStartDate

+
+boolean hasStartDate()
+
+
Checks if the element has a start date +

+

+ +
Returns:
true if the element has a start date
+
+
+
+ +

+clearStartDate

+
+T clearStartDate()
+
+
Clears the start date of the element +

+

+ +
Returns:
the current element
+
+
+
+ +

+getStartValue

+
+java.lang.Object getStartValue()
+
+
Returns the start date of the element +

+

+ +
Returns:
an instance of the start date
+
+
+
+ +

+setStartValue

+
+T setStartValue(java.lang.Object startDate)
+
+
Sets the start date for that element +

+

+
Parameters:
startDate - an instance of the start date +
Returns:
the current element
+
+
+
+ +

+setStartIntervalType

+
+T setStartIntervalType(IntervalType startIntervalType)
+
+
Sets the interval type for the start date +

+

+
Parameters:
startIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getStartIntervalType

+
+IntervalType getStartIntervalType()
+
+
Returns the interval type of the start date +

+

+ +
Returns:
an instance of IntervalType enum
+
+
+
+ +

+hasEndDate

+
+boolean hasEndDate()
+
+
Checks if the element has an end date +

+

+ +
Returns:
true if the element has an end date
+
+
+
+ +

+clearEndDate

+
+T clearEndDate()
+
+
Clears the end date of the element +

+

+ +
Returns:
the current element
+
+
+
+ +

+getEndValue

+
+java.lang.Object getEndValue()
+
+
Returns the end date of the element +

+

+ +
Returns:
an instance of the end date
+
+
+
+ +

+setEndValue

+
+T setEndValue(java.lang.Object endDate)
+
+
Sets the end date for that element +

+

+
Parameters:
endDate - an instance of the end date +
Returns:
the current element
+
+
+
+ +

+setEndIntervalType

+
+T setEndIntervalType(IntervalType endIntervalType)
+
+
Sets the interval type for the end date +

+

+
Parameters:
endIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getEndIntervalType

+
+IntervalType getEndIntervalType()
+
+
Returns the interval type of the end date +

+

+ +
Returns:
an instance of IntervalType enum
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.html new file mode 100644 index 0000000..45b2f9b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.html @@ -0,0 +1,197 @@ + + + + + + +Spell + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.dynamic +
+Interface Spell

+
+
All Superinterfaces:
Dynamic<Spell>
+
+
+
All Known Implementing Classes:
SpellImpl
+
+
+
+
public interface Spell
extends Dynamic<Spell>
+ + +

+Interface for the Spell element. +

+ +

+


+ +

+ + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.html new file mode 100644 index 0000000..dd3504d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.html @@ -0,0 +1,227 @@ + + + + + + +Spellable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.dynamic +
+Interface Spellable<T>

+
+
All Superinterfaces:
Dynamic<T>
+
+
+
All Known Subinterfaces:
Edge, Node, SpellableDatum<T>
+
+
+
All Known Implementing Classes:
EdgeImpl, NodeImpl, SpellableBase, SpellableDatumBase
+
+
+
+
public interface Spellable<T>
extends Dynamic<T>
+ + +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ java.util.List<Spell>getSpells() + +
+           
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSpells

+
+java.util.List<Spell> getSpells()
+
+
+
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.html new file mode 100644 index 0000000..6b30c9e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.html @@ -0,0 +1,314 @@ + + + + + + +TimeFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.dynamic +
+Class TimeFormat

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat
+
+
+
+
public class TimeFormat
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringDATE + +
+           
+static java.lang.StringDOUBLE + +
+           
+static java.lang.StringINTEGER + +
+           
+static java.lang.StringXSDDATETIME + +
+           
+  + + + + + + + + + + +
+Constructor Summary
TimeFormat() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+INTEGER

+
+public static final java.lang.String INTEGER
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DOUBLE

+
+public static final java.lang.String DOUBLE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+DATE

+
+public static final java.lang.String DATE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+XSDDATETIME

+
+public static final java.lang.String XSDDATETIME
+
+
+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+TimeFormat

+
+public TimeFormat()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Dynamic.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Dynamic.html new file mode 100644 index 0000000..913f8b4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Dynamic.html @@ -0,0 +1,442 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Dynamic
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subinterfaces of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core
+ interfaceEdge + +
+          Interface for the Edge element.
+ interfaceGraph + +
+          Interface for the Graph element.
+ interfaceNode + +
+          Interface for the Node element.
+ interfaceSpellableDatum<T> + +
+           
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.data
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.data
+ interfaceAttributeList + +
+          Interface for the AttributeList
+ interfaceAttributeValue + +
+          Interface for the AttributeValue.
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
+  +

+ + + + + + + + + + + + + +
Subinterfaces of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
+ interfaceSpell + +
+          Interface for the Spell element.
+ interfaceSpellable<T> + +
+           
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Dynamic
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classGraphImpl + +
+          GraphImpl class is an implementation of the Graph interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+ classSpellImpl + +
+          SpellImpl class is an implementation of the Spell interface.
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.data that implement Dynamic
+ classAttributeListImpl + +
+          AttributeListImpl class is an implementation of the AttributeList interface.
+ classAttributeValueImpl + +
+          AttributeValueImpl class is an implementation of the AttributeValue interface.
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+  +

+ + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic that implement Dynamic
+ classDynamicBase<T> + +
+           
+ classSpellableBase<T> + +
+           
+  +

+ + + + + +
+Uses of Dynamic in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type parameters of type Dynamic
+ classDynamicEntityWriter<T extends Dynamic<?>> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spell.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spell.html new file mode 100644 index 0000000..1beece5 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spell.html @@ -0,0 +1,337 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Spell
it.uniroma1.dis.wiserver.gexf4j.core.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Spell in it.uniroma1.dis.wiserver.gexf4j.core.dynamic
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.dynamic that return types with arguments of type Spell
+ java.util.List<Spell>Spellable.getSpells() + +
+           
+  +

+ + + + + +
+Uses of Spell in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Spell
+ classSpellImpl + +
+          SpellImpl class is an implementation of the Spell interface.
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Spell
+ SpellSpellImpl.clearEndDate() + +
+           
+ SpellSpellImpl.clearStartDate() + +
+           
+ SpellSpellImpl.setEndIntervalType(IntervalType endIntervalType) + +
+           
+ SpellSpellImpl.setEndValue(java.lang.Object endDate) + +
+           
+ SpellSpellImpl.setStartIntervalType(IntervalType startIntervalType) + +
+           
+ SpellSpellImpl.setStartValue(java.lang.Object startDate) + +
+           
+  +

+ + + + + +
+Uses of Spell in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic that return types with arguments of type Spell
+ java.util.List<Spell>SpellableBase.getSpells() + +
+           
+  +

+ + + + + +
+Uses of Spell in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Spell
SpellEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Spell entity) + +
+           
+  +

+ + + + + + + + +
Constructor parameters in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type arguments of type Spell
SpellsEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Spell> entity) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spellable.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spellable.html new file mode 100644 index 0000000..3712f7d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/Spellable.html @@ -0,0 +1,299 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable

+
+ + + + + + + + + + + + + + + + + + + + + +
+Packages that use Spellable
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of Spellable in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + + + + + +
Subinterfaces of Spellable in it.uniroma1.dis.wiserver.gexf4j.core
+ interfaceEdge + +
+          Interface for the Edge element.
+ interfaceNode + +
+          Interface for the Node element.
+ interfaceSpellableDatum<T> + +
+           
+  +

+ + + + + +
+Uses of Spellable in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl that implement Spellable
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+  +

+ + + + + +
+Uses of Spellable in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic that implement Spellable
+ classSpellableBase<T> + +
+           
+  +

+ + + + + +
+Uses of Spellable in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with type parameters of type Spellable
+ classSpellableEntityWriter<T extends Spellable<?>> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/TimeFormat.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/TimeFormat.html new file mode 100644 index 0000000..d8449e7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/class-use/TimeFormat.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-frame.html new file mode 100644 index 0000000..1dce12a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-frame.html @@ -0,0 +1,47 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.dynamic + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.dynamic + + + + +
+Interfaces  + +
+Dynamic +
+Spell +
+Spellable
+ + + + + + +
+Classes  + +
+TimeFormat
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-summary.html new file mode 100644 index 0000000..939dfe7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-summary.html @@ -0,0 +1,179 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.dynamic +

+ + + + + + + + + + + + + + + + + +
+Interface Summary
Dynamic<T> 
SpellInterface for the Spell element.
Spellable<T> 
+  + +

+ + + + + + + + + +
+Class Summary
TimeFormat 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-tree.html new file mode 100644 index 0000000..6632440 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-tree.html @@ -0,0 +1,160 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.dynamic Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.dynamic +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-use.html new file mode 100644 index 0000000..f82f45c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/package-use.html @@ -0,0 +1,332 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.dynamic

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.dynamic
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core
Dynamic + +
+           
Spellable + +
+           
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.data
Dynamic + +
+           
+  +

+ + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.dynamic
Dynamic + +
+           
Spell + +
+          Interface for the Spell element.
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl
Dynamic + +
+           
Spell + +
+          Interface for the Spell element.
Spellable + +
+           
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl.data
Dynamic + +
+           
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
Dynamic + +
+           
Spell + +
+          Interface for the Spell element.
Spellable + +
+           
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
Dynamic + +
+           
Spell + +
+          Interface for the Spell element.
Spellable + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.html new file mode 100644 index 0000000..46e3989 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.html @@ -0,0 +1,929 @@ + + + + + + +EdgeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class EdgeImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase<Edge>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl
+
+
+
All Implemented Interfaces:
Datum, Dynamic<Edge>, Spellable<Edge>, Edge, SpellableDatum<Edge>
+
+
+
+
public class EdgeImpl
extends SpellableDatumBase<Edge>
implements Edge
+ + +

+EdgeImpl class is an implementation of the Edge interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EdgeImpl(java.lang.String id, + Node source, + Node target) + +
+          Constructs an Edge with a specific ID, a source Node and a target Node
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ EdgeclearColor() + +
+          Clears the color of the Edge
+ EdgeclearLabel() + +
+          Clears the label of the Edge
+ EdgeclearThickness() + +
+          Clears the thickness of the Edge
+ EdgeclearWeight() + +
+          Clears the weight of the Edge
+ ColorgetColor() + +
+          Returns the color of the Edge
+ EdgeTypegetEdgeType() + +
+          Returns the type of the Edge
+ java.lang.StringgetId() + +
+          Returns the ID of the Edge
+ java.lang.StringgetLabel() + +
+          Returns the label of the Edge
+ EdgeShapegetShape() + +
+          Returns the shape of the Edge
+ NodegetSource() + +
+          Returns the source of the Edge
+ NodegetTarget() + +
+          Returns the target of the Edge
+ floatgetThickness() + +
+          Returns the thickness of the Edge
+ floatgetWeight() + +
+          Returns the weight of the Edge
+ booleanhasColor() + +
+          Checks if the Edge has a color
+ booleanhasLabel() + +
+          Checks if the Edge has a label
+ booleanhasThickness() + +
+          Checks if the Edge has a thickness
+ booleanhasWeight() + +
+          Checks if the Edge has a weight
+ EdgesetColor(Color color) + +
+          Sets the color of the Edge
+ EdgesetEdgeType(EdgeType edgeType) + +
+          Sets the type of the Edge
+ EdgesetLabel(java.lang.String label) + +
+          Sets the label of the Edge
+ EdgesetShape(EdgeShape shape) + +
+          Sets the shape of the Edge
+ EdgesetTarget(Node target) + +
+          Sets the target of the Edge
+ EdgesetThickness(float thickness) + +
+          Sets the thickness of the Edge
+ EdgesetWeight(float weight) + +
+          Sets the weight for the Edge
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase
getAttributeValues
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase
getSpells
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum
getAttributeValues
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EdgeImpl

+
+public EdgeImpl(java.lang.String id,
+                Node source,
+                Node target)
+
+
Constructs an Edge with a specific ID, a source Node and a target Node +

+

+
Parameters:
id - the ID of the Edge
source - the source node of the Edge
target - the target node of the Edge
+
+ + + + + + + + +
+Method Detail
+ +

+clearLabel

+
+public Edge clearLabel()
+
+
Description copied from interface: Edge
+
Clears the label of the Edge +

+

+
Specified by:
clearLabel in interface Edge
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+clearThickness

+
+public Edge clearThickness()
+
+
Description copied from interface: Edge
+
Clears the thickness of the Edge +

+

+
Specified by:
clearThickness in interface Edge
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+clearWeight

+
+public Edge clearWeight()
+
+
Description copied from interface: Edge
+
Clears the weight of the Edge +

+

+
Specified by:
clearWeight in interface Edge
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getEdgeType

+
+public EdgeType getEdgeType()
+
+
Description copied from interface: Edge
+
Returns the type of the Edge +

+

+
Specified by:
getEdgeType in interface Edge
+
+
+ +
Returns:
an EdgeType enum for that Edge
+
+
+
+ +

+getId

+
+public java.lang.String getId()
+
+
Description copied from interface: Edge
+
Returns the ID of the Edge +

+

+
Specified by:
getId in interface Edge
+
+
+ +
Returns:
the Edge ID as String
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
Description copied from interface: Edge
+
Returns the label of the Edge +

+

+
Specified by:
getLabel in interface Edge
+
+
+ +
Returns:
the label as String
+
+
+
+ +

+getShape

+
+public EdgeShape getShape()
+
+
Description copied from interface: Edge
+
Returns the shape of the Edge +

+

+
Specified by:
getShape in interface Edge
+
+
+ +
Returns:
a EdgeShape enum for that Edge
+
+
+
+ +

+getSource

+
+public Node getSource()
+
+
Description copied from interface: Edge
+
Returns the source of the Edge +

+

+
Specified by:
getSource in interface Edge
+
+
+ +
Returns:
the source node
+
+
+
+ +

+getTarget

+
+public Node getTarget()
+
+
Description copied from interface: Edge
+
Returns the target of the Edge +

+

+
Specified by:
getTarget in interface Edge
+
+
+ +
Returns:
the target node
+
+
+
+ +

+getThickness

+
+public float getThickness()
+
+
Description copied from interface: Edge
+
Returns the thickness of the Edge +

+

+
Specified by:
getThickness in interface Edge
+
+
+ +
Returns:
the thickness as float
+
+
+
+ +

+getWeight

+
+public float getWeight()
+
+
Description copied from interface: Edge
+
Returns the weight of the Edge +

+

+
Specified by:
getWeight in interface Edge
+
+
+ +
Returns:
the weight as float
+
+
+
+ +

+hasLabel

+
+public boolean hasLabel()
+
+
Description copied from interface: Edge
+
Checks if the Edge has a label +

+

+
Specified by:
hasLabel in interface Edge
+
+
+ +
Returns:
true if Edge has a label
+
+
+
+ +

+hasThickness

+
+public boolean hasThickness()
+
+
Description copied from interface: Edge
+
Checks if the Edge has a thickness +

+

+
Specified by:
hasThickness in interface Edge
+
+
+ +
Returns:
true if the Edge has a thickness
+
+
+
+ +

+hasWeight

+
+public boolean hasWeight()
+
+
Description copied from interface: Edge
+
Checks if the Edge has a weight +

+

+
Specified by:
hasWeight in interface Edge
+
+
+ +
Returns:
true if the Edge has a weight
+
+
+
+ +

+clearColor

+
+public Edge clearColor()
+
+
Description copied from interface: Edge
+
Clears the color of the Edge +

+

+
Specified by:
clearColor in interface Edge
+
+
+ +
Returns:
the current Edge
+
+
+
+ +

+getColor

+
+public Color getColor()
+
+
Description copied from interface: Edge
+
Returns the color of the Edge +

+

+
Specified by:
getColor in interface Edge
+
+
+ +
Returns:
a Color object for that Edge
+
+
+
+ +

+hasColor

+
+public boolean hasColor()
+
+
Description copied from interface: Edge
+
Checks if the Edge has a color +

+

+
Specified by:
hasColor in interface Edge
+
+
+ +
Returns:
true if the Edge has a color
+
+
+
+ +

+setColor

+
+public Edge setColor(Color color)
+
+
Description copied from interface: Edge
+
Sets the color of the Edge +

+

+
Specified by:
setColor in interface Edge
+
+
+
Parameters:
color - an instance of Color +
Returns:
the current Edge
+
+
+
+ +

+setEdgeType

+
+public Edge setEdgeType(EdgeType edgeType)
+
+
Description copied from interface: Edge
+
Sets the type of the Edge +

+

+
Specified by:
setEdgeType in interface Edge
+
+
+
Parameters:
edgeType - an instance of the EdgeType enum +
Returns:
the current Edge
+
+
+
+ +

+setLabel

+
+public Edge setLabel(java.lang.String label)
+
+
Description copied from interface: Edge
+
Sets the label of the Edge +

+

+
Specified by:
setLabel in interface Edge
+
+
+
Parameters:
label - a label as String for the Edge +
Returns:
the current Edge
+
+
+
+ +

+setShape

+
+public Edge setShape(EdgeShape shape)
+
+
Description copied from interface: Edge
+
Sets the shape of the Edge +

+

+
Specified by:
setShape in interface Edge
+
+
+
Parameters:
shape - an instance of the EdgeShape enum +
Returns:
the current Edge
+
+
+
+ +

+setTarget

+
+public Edge setTarget(Node target)
+
+
Description copied from interface: Edge
+
Sets the target of the Edge +

+

+
Specified by:
setTarget in interface Edge
+
+
+
Parameters:
target - the target node of the Edge +
Returns:
the current Edge
+
+
+
+ +

+setThickness

+
+public Edge setThickness(float thickness)
+
+
Description copied from interface: Edge
+
Sets the thickness of the Edge +

+

+
Specified by:
setThickness in interface Edge
+
+
+
Parameters:
thickness - a float number indicating the thickness +
Returns:
the current Edge
+
+
+
+ +

+setWeight

+
+public Edge setWeight(float weight)
+
+
Description copied from interface: Edge
+
Sets the weight for the Edge +

+

+
Specified by:
setWeight in interface Edge
+
+
+
Parameters:
weight - a float number indicating the weight +
Returns:
the current Edge
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.html new file mode 100644 index 0000000..30e033e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.html @@ -0,0 +1,476 @@ + + + + + + +GexfImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class GexfImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl
+
+
+
All Implemented Interfaces:
Gexf
+
+
+
+
public class GexfImpl
extends java.lang.Object
implements Gexf
+ + +

+GexfImpl class is an implementation of the Gexf interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GexfImpl() + +
+          Constructs a GEXF object
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ GexfclearVariant() + +
+          Clears the variant of the GEXF
+ GraphgetGraph() + +
+          Returns the Graph of the GEXF
+ MetadatagetMetadata() + +
+          Returns the Metadata of the GEXF
+ java.lang.StringgetVariant() + +
+          Returns the variant of the GEXF
+ java.lang.StringgetVersion() + +
+          Returns the version of the GEXF file format
+ booleanhasVariant() + +
+          Checks if the GEXF has the variant
+ booleanhasVisualization() + +
+          Checks if the GEXF has a visualization
+ GexfsetVariant(java.lang.String variant) + +
+          Sets the variant for the GEXF
+ GexfsetVisualization(boolean viz) + +
+          Sets the visualization for the GEXF
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GexfImpl

+
+public GexfImpl()
+
+
Constructs a GEXF object +

+

+ + + + + + + + +
+Method Detail
+ +

+getGraph

+
+public Graph getGraph()
+
+
Description copied from interface: Gexf
+
Returns the Graph of the GEXF +

+

+
Specified by:
getGraph in interface Gexf
+
+
+ +
Returns:
the instantiated Graph
+
+
+
+ +

+getMetadata

+
+public Metadata getMetadata()
+
+
Description copied from interface: Gexf
+
Returns the Metadata of the GEXF +

+

+
Specified by:
getMetadata in interface Gexf
+
+
+ +
Returns:
an instance of Metadata
+
+
+
+ +

+getVersion

+
+public java.lang.String getVersion()
+
+
Description copied from interface: Gexf
+
Returns the version of the GEXF file format +

+

+
Specified by:
getVersion in interface Gexf
+
+
+ +
Returns:
the GEXF version
+
+
+
+ +

+hasVariant

+
+public boolean hasVariant()
+
+
Description copied from interface: Gexf
+
Checks if the GEXF has the variant +

+

+
Specified by:
hasVariant in interface Gexf
+
+
+ +
Returns:
true if the GEXF has the variant
+
+
+
+ +

+clearVariant

+
+public Gexf clearVariant()
+
+
Description copied from interface: Gexf
+
Clears the variant of the GEXF +

+

+
Specified by:
clearVariant in interface Gexf
+
+
+ +
Returns:
the current GEXF object
+
+
+
+ +

+getVariant

+
+public java.lang.String getVariant()
+
+
Description copied from interface: Gexf
+
Returns the variant of the GEXF +

+

+
Specified by:
getVariant in interface Gexf
+
+
+ +
Returns:
the variant as String
+
+
+
+ +

+setVariant

+
+public Gexf setVariant(java.lang.String variant)
+
+
Description copied from interface: Gexf
+
Sets the variant for the GEXF +

+

+
Specified by:
setVariant in interface Gexf
+
+
+ +
Returns:
the current GEXF object
+
+
+
+ +

+hasVisualization

+
+public boolean hasVisualization()
+
+
Description copied from interface: Gexf
+
Checks if the GEXF has a visualization +

+

+
Specified by:
hasVisualization in interface Gexf
+
+
+ +
Returns:
true if the GEXF has a visualization
+
+
+
+ +

+setVisualization

+
+public Gexf setVisualization(boolean viz)
+
+
Description copied from interface: Gexf
+
Sets the visualization for the GEXF +

+

+
Specified by:
setVisualization in interface Gexf
+
+
+
Parameters:
viz - true if you want to set the visualization +
Returns:
the current GEXF object
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.html new file mode 100644 index 0000000..3159412 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.html @@ -0,0 +1,599 @@ + + + + + + +GraphImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class GraphImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<Graph>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl
+
+
+
All Implemented Interfaces:
Dynamic<Graph>, Graph, HasNodes
+
+
+
+
public class GraphImpl
extends DynamicBase<Graph>
implements Graph
+ + +

+GraphImpl class is an implementation of the Graph interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GraphImpl() + +
+          This constructor is called by GexfImpl() constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodecreateNode() + +
+          Creates a new Node
+ NodecreateNode(java.lang.String id) + +
+          Creates a new Node with a specific ID
+ java.util.List<Edge>getAllEdges() + +
+          Returns the list of all the Edges
+ java.util.List<AttributeList>getAttributeLists() + +
+          Returns the list of the Graph's attributes
+ EdgeTypegetDefaultEdgeType() + +
+          Returns the default type of the Edges
+ IDTypegetIDType() + +
+          Returns the type of the ID
+ ModegetMode() + +
+          Returns the mode of the Graph
+ java.util.List<Node>getNodes() + +
+          Returns the list of all the Nodes
+ java.lang.StringgetTimeType() + +
+          Returns the type of time
+ GraphsetDefaultEdgeType(EdgeType edgeType) + +
+          Sets the default type of the Edges
+ GraphsetIDType(IDType idType) + +
+          Sets the type of the ID
+ GraphsetMode(Mode graphMode) + +
+          Sets the mode of the Graph
+ GraphsetTimeType(java.lang.String timeType) + +
+          Sets the type of time
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GraphImpl

+
+public GraphImpl()
+
+
This constructor is called by GexfImpl() constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getDefaultEdgeType

+
+public EdgeType getDefaultEdgeType()
+
+
Description copied from interface: Graph
+
Returns the default type of the Edges +

+

+
Specified by:
getDefaultEdgeType in interface Graph
+
+
+ +
Returns:
an EdgeType enum for the Graph
+
+
+
+ +

+getIDType

+
+public IDType getIDType()
+
+
Description copied from interface: Graph
+
Returns the type of the ID +

+

+
Specified by:
getIDType in interface Graph
+
+
+ +
Returns:
an IDType enum for the Graph
+
+
+
+ +

+getMode

+
+public Mode getMode()
+
+
Description copied from interface: Graph
+
Returns the mode of the Graph +

+

+
Specified by:
getMode in interface Graph
+
+
+ +
Returns:
a Mode enum for the Graph
+
+
+
+ +

+getTimeType

+
+public java.lang.String getTimeType()
+
+
Description copied from interface: Graph
+
Returns the type of time +

+

+
Specified by:
getTimeType in interface Graph
+
+
+ +
Returns:
the type of time as String
+
+
+
+ +

+setDefaultEdgeType

+
+public Graph setDefaultEdgeType(EdgeType edgeType)
+
+
Description copied from interface: Graph
+
Sets the default type of the Edges +

+

+
Specified by:
setDefaultEdgeType in interface Graph
+
+
+
Parameters:
edgeType - an instance of the EdgeType enum +
Returns:
the current Graph
+
+
+
+ +

+setIDType

+
+public Graph setIDType(IDType idType)
+
+
Description copied from interface: Graph
+
Sets the type of the ID +

+

+
Specified by:
setIDType in interface Graph
+
+
+
Parameters:
idType - an instance of IDType enum +
Returns:
the current Graph
+
+
+
+ +

+setMode

+
+public Graph setMode(Mode graphMode)
+
+
Description copied from interface: Graph
+
Sets the mode of the Graph +

+

+
Specified by:
setMode in interface Graph
+
+
+
Parameters:
graphMode - an instance of the Mode enum +
Returns:
the current Graph
+
+
+
+ +

+setTimeType

+
+public Graph setTimeType(java.lang.String timeType)
+
+
Description copied from interface: Graph
+
Sets the type of time +

+

+
Specified by:
setTimeType in interface Graph
+
+
+
Parameters:
timeType - a type of time as String +
Returns:
the current Graph
+
+
+
+ +

+createNode

+
+public Node createNode()
+
+
Description copied from interface: HasNodes
+
Creates a new Node +

+

+
Specified by:
createNode in interface HasNodes
+
+
+ +
Returns:
the built Node
+
+
+
+ +

+createNode

+
+public Node createNode(java.lang.String id)
+
+
Description copied from interface: HasNodes
+
Creates a new Node with a specific ID +

+

+
Specified by:
createNode in interface HasNodes
+
+
+
Parameters:
id - the ID of the Node +
Returns:
the built Node
+
+
+
+ +

+getAllEdges

+
+public java.util.List<Edge> getAllEdges()
+
+
Description copied from interface: HasNodes
+
Returns the list of all the Edges +

+

+
Specified by:
getAllEdges in interface HasNodes
+
+
+ +
Returns:
the list of all the Edges
+
+
+
+ +

+getNodes

+
+public java.util.List<Node> getNodes()
+
+
Description copied from interface: HasNodes
+
Returns the list of all the Nodes +

+

+
Specified by:
getNodes in interface HasNodes
+
+
+ +
Returns:
the list of all the Nodes
+
+
+
+ +

+getAttributeLists

+
+public java.util.List<AttributeList> getAttributeLists()
+
+
Description copied from interface: Graph
+
Returns the list of the Graph's attributes +

+

+
Specified by:
getAttributeLists in interface Graph
+
+
+ +
Returns:
the list of the attributes for the Graph
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.html new file mode 100644 index 0000000..0ac0d6b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.html @@ -0,0 +1,632 @@ + + + + + + +MetadataImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class MetadataImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl
+
+
+
All Implemented Interfaces:
Metadata
+
+
+
+
public class MetadataImpl
extends java.lang.Object
implements Metadata
+ + +

+MetadataImpl class is an implementation of the Metadata interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MetadataImpl() + +
+          This constructor is called by GexfImpl() constructor
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ MetadataclearCreator() + +
+          Clears the creator field
+ MetadataclearDescription() + +
+          Clears the description of the GEXF file
+ MetadataclearLastModified() + +
+          Clears the lastmodifieddate field
+ MetadataclearMetadata() + +
+          Clears Metadata
+ java.lang.StringgetCreator() + +
+          Returns the creator of the GEXF file
+ java.lang.StringgetDescription() + +
+          Returns the description of the GEXF file
+ java.util.List<java.lang.String>getKeywords() + +
+          Returns a list of keywords of the GEXF file
+ java.util.DategetLastModified() + +
+          Returns the value of the lastmodifieddate field
+ booleanhasCreator() + +
+          Checks if the GEXF file has a creator
+ booleanhasDescription() + +
+          Checks if the GEXF file has a description
+ booleanhasLastModified() + +
+          Checks if the GEXF file has a value for the field lastmodifieddate
+ booleanisEmpty() + +
+          Checks if the Metadata is empty
+ MetadatasetCreator(java.lang.String creator) + +
+          Sets the creator for the GEXF file
+ MetadatasetDescription(java.lang.String description) + +
+          Sets the description for the GEXF file
+ MetadatasetLastModified(java.util.Date lastModified) + +
+          Sets the value for the lastmodifieddate field
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetadataImpl

+
+public MetadataImpl()
+
+
This constructor is called by GexfImpl() constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+getKeywords

+
+public java.util.List<java.lang.String> getKeywords()
+
+
Description copied from interface: Metadata
+
Returns a list of keywords of the GEXF file +

+

+
Specified by:
getKeywords in interface Metadata
+
+
+ +
Returns:
a list of keywords
+
+
+
+ +

+hasCreator

+
+public boolean hasCreator()
+
+
Description copied from interface: Metadata
+
Checks if the GEXF file has a creator +

+

+
Specified by:
hasCreator in interface Metadata
+
+
+ +
Returns:
true if the Metadata has a creator
+
+
+
+ +

+clearCreator

+
+public Metadata clearCreator()
+
+
Description copied from interface: Metadata
+
Clears the creator field +

+

+
Specified by:
clearCreator in interface Metadata
+
+
+ +
Returns:
the current Metadata
+
+
+
+ +

+getCreator

+
+public java.lang.String getCreator()
+
+
Description copied from interface: Metadata
+
Returns the creator of the GEXF file +

+

+
Specified by:
getCreator in interface Metadata
+
+
+ +
Returns:
the creator as String
+
+
+
+ +

+setCreator

+
+public Metadata setCreator(java.lang.String creator)
+
+
Description copied from interface: Metadata
+
Sets the creator for the GEXF file +

+

+
Specified by:
setCreator in interface Metadata
+
+
+
Parameters:
creator - the author as String +
Returns:
the current Metadata
+
+
+
+ +

+hasDescription

+
+public boolean hasDescription()
+
+
Description copied from interface: Metadata
+
Checks if the GEXF file has a description +

+

+
Specified by:
hasDescription in interface Metadata
+
+
+ +
Returns:
true if the GEXF file has a description
+
+
+
+ +

+clearDescription

+
+public Metadata clearDescription()
+
+
Description copied from interface: Metadata
+
Clears the description of the GEXF file +

+

+
Specified by:
clearDescription in interface Metadata
+
+
+ +
Returns:
the current Metadata
+
+
+
+ +

+getDescription

+
+public java.lang.String getDescription()
+
+
Description copied from interface: Metadata
+
Returns the description of the GEXF file +

+

+
Specified by:
getDescription in interface Metadata
+
+
+ +
Returns:
the description as String
+
+
+
+ +

+setDescription

+
+public Metadata setDescription(java.lang.String description)
+
+
Description copied from interface: Metadata
+
Sets the description for the GEXF file +

+

+
Specified by:
setDescription in interface Metadata
+
+
+
Parameters:
description - the description as String +
Returns:
the current Metadata
+
+
+
+ +

+hasLastModified

+
+public boolean hasLastModified()
+
+
Description copied from interface: Metadata
+
Checks if the GEXF file has a value for the field lastmodifieddate +

+

+
Specified by:
hasLastModified in interface Metadata
+
+
+ +
Returns:
true if the Metadata has a value for the field lastmodifieddate
+
+
+
+ +

+clearLastModified

+
+public Metadata clearLastModified()
+
+
Description copied from interface: Metadata
+
Clears the lastmodifieddate field +

+

+
Specified by:
clearLastModified in interface Metadata
+
+
+ +
Returns:
the current Metadata
+
+
+
+ +

+getLastModified

+
+public java.util.Date getLastModified()
+
+
Description copied from interface: Metadata
+
Returns the value of the lastmodifieddate field +

+

+
Specified by:
getLastModified in interface Metadata
+
+
+ +
Returns:
the last modified date as Date
+
+
+
+ +

+setLastModified

+
+public Metadata setLastModified(java.util.Date lastModified)
+
+
Description copied from interface: Metadata
+
Sets the value for the lastmodifieddate field +

+

+
Specified by:
setLastModified in interface Metadata
+
+
+
Parameters:
lastModified - an instance of Date +
Returns:
the current Metadata
+
+
+
+ +

+clearMetadata

+
+public Metadata clearMetadata()
+
+
Description copied from interface: Metadata
+
Clears Metadata +

+

+
Specified by:
clearMetadata in interface Metadata
+
+
+ +
Returns:
the current Metadata
+
+
+
+ +

+isEmpty

+
+public boolean isEmpty()
+
+
Description copied from interface: Metadata
+
Checks if the Metadata is empty +

+

+
Specified by:
isEmpty in interface Metadata
+
+
+ +
Returns:
true if the Metadata is empty
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.html new file mode 100644 index 0000000..9bb331b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.html @@ -0,0 +1,1125 @@ + + + + + + +NodeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class NodeImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase<Node>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl
+
+
+
All Implemented Interfaces:
Datum, Dynamic<Node>, Spellable<Node>, HasNodes, Node, SpellableDatum<Node>
+
+
+
+
public class NodeImpl
extends SpellableDatumBase<Node>
implements Node
+ + +

+NodeImpl class is an implementation of the Node interface. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
NodeImpl() + +
+          Constructs a Node
NodeImpl(java.lang.String id) + +
+          Constructs a Node with a specific ID
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodeclearColor() + +
+          Clears the color of the Node
+ NodeclearPID() + +
+          Clears the PID of the Node
+ NodeclearPosition() + +
+          Clears the position of the Node
+ NodeclearShape() + +
+          Clears the shape of the Node
+ NodeclearSize() + +
+          Clears the size of the Node
+ EdgeconnectTo(Node target) + +
+          Creates an Edge between this Node and the target Node
+ EdgeconnectTo(java.lang.String id, + Node target) + +
+          Creates an Edge with a particular ID between this Node and the target Node
+ NodecreateNode() + +
+          Creates a new Node
+ NodecreateNode(java.lang.String id) + +
+          Creates a new Node with a specific ID
+ java.util.List<Edge>getAllEdges() + +
+          Returns the list of all the Edges
+ ColorgetColor() + +
+          Returns the color of the Node
+ java.util.List<Edge>getEdges() + +
+          Returns the list of the Node's edges
+ java.lang.StringgetId() + +
+          Returns the ID of the Node
+ java.lang.StringgetLabel() + +
+          Returns the label of the Node
+ java.util.List<Node>getNodes() + +
+          Returns the list of all the Nodes
+ java.util.List<Node>getParentForList() + +
+          Returns the list of the Node's parents
+ java.lang.StringgetPID() + +
+          Returns the PID of the Node
+ PositiongetPosition() + +
+          Returns the position of the Node
+ NodeShapeEntitygetShapeEntity() + +
+          Returns the shape entity of the Node
+ floatgetSize() + +
+          Returns the size of the Node
+ booleanhasColor() + +
+          Checks if the Node has a color
+ booleanhasEdgeTo(java.lang.String id) + +
+          Checks if this Node is connected to another Node
+ booleanhasPID() + +
+          Checks if the Node has a PID
+ booleanhasPosition() + +
+          Checks if the Node has a position
+ booleanhasShape() + +
+          Checks if the Node has a shape
+ booleanhasSize() + +
+          Checks if the Node has a size
+ NodesetColor(Color color) + +
+          Sets the color of the Node
+ NodesetLabel(java.lang.String label) + +
+          Sets the label of the Node
+ NodesetPID(java.lang.String pid) + +
+          Sets the PID of the Node
+ NodesetPosition(Position position) + +
+          Sets the position of the Node
+ NodesetSize(float size) + +
+          Sets the size of the Node
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase
getAttributeValues
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase
getSpells
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.data.Datum
getAttributeValues
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodeImpl

+
+public NodeImpl()
+
+
Constructs a Node +

+

+
+ +

+NodeImpl

+
+public NodeImpl(java.lang.String id)
+
+
Constructs a Node with a specific ID +

+

+
Parameters:
id - the ID of the Node
+
+ + + + + + + + +
+Method Detail
+ +

+clearColor

+
+public Node clearColor()
+
+
Description copied from interface: Node
+
Clears the color of the Node +

+

+
Specified by:
clearColor in interface Node
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getColor

+
+public Color getColor()
+
+
Description copied from interface: Node
+
Returns the color of the Node +

+

+
Specified by:
getColor in interface Node
+
+
+ +
Returns:
a Color object for that Node
+
+
+
+ +

+hasColor

+
+public boolean hasColor()
+
+
Description copied from interface: Node
+
Checks if the Node has a color +

+

+
Specified by:
hasColor in interface Node
+
+
+ +
Returns:
true if the Node has a color
+
+
+
+ +

+setColor

+
+public Node setColor(Color color)
+
+
Description copied from interface: Node
+
Sets the color of the Node +

+

+
Specified by:
setColor in interface Node
+
+
+
Parameters:
color - an instance of Color +
Returns:
the current Node
+
+
+
+ +

+clearPID

+
+public Node clearPID()
+
+
Description copied from interface: Node
+
Clears the PID of the Node +

+

+
Specified by:
clearPID in interface Node
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+clearPosition

+
+public Node clearPosition()
+
+
Description copied from interface: Node
+
Clears the position of the Node +

+

+
Specified by:
clearPosition in interface Node
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+clearShape

+
+public Node clearShape()
+
+
Description copied from interface: Node
+
Clears the shape of the Node +

+

+
Specified by:
clearShape in interface Node
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+clearSize

+
+public Node clearSize()
+
+
Description copied from interface: Node
+
Clears the size of the Node +

+

+
Specified by:
clearSize in interface Node
+
+
+ +
Returns:
the current Node
+
+
+
+ +

+getEdges

+
+public java.util.List<Edge> getEdges()
+
+
Description copied from interface: Node
+
Returns the list of the Node's edges +

+

+
Specified by:
getEdges in interface Node
+
+
+ +
Returns:
the list of the edges for this Node
+
+
+
+ +

+getId

+
+public java.lang.String getId()
+
+
Description copied from interface: Node
+
Returns the ID of the Node +

+

+
Specified by:
getId in interface Node
+
+
+ +
Returns:
the Node ID as String
+
+
+
+ +

+getLabel

+
+public java.lang.String getLabel()
+
+
Description copied from interface: Node
+
Returns the label of the Node +

+

+
Specified by:
getLabel in interface Node
+
+
+ +
Returns:
the label as String
+
+
+
+ +

+getPID

+
+public java.lang.String getPID()
+
+
Description copied from interface: Node
+
Returns the PID of the Node +

+

+
Specified by:
getPID in interface Node
+
+
+ +
Returns:
the PID as String
+
+
+
+ +

+getParentForList

+
+public java.util.List<Node> getParentForList()
+
+
Description copied from interface: Node
+
Returns the list of the Node's parents +

+

+
Specified by:
getParentForList in interface Node
+
+
+ +
Returns:
the list of the parents for this Node
+
+
+
+ +

+getPosition

+
+public Position getPosition()
+
+
Description copied from interface: Node
+
Returns the position of the Node +

+

+
Specified by:
getPosition in interface Node
+
+
+ +
Returns:
an instance of Position
+
+
+
+ +

+getShapeEntity

+
+public NodeShapeEntity getShapeEntity()
+
+
Description copied from interface: Node
+
Returns the shape entity of the Node +

+

+
Specified by:
getShapeEntity in interface Node
+
+
+ +
Returns:
an instance of NodeShapeEntity
+
+
+
+ +

+getSize

+
+public float getSize()
+
+
Description copied from interface: Node
+
Returns the size of the Node +

+

+
Specified by:
getSize in interface Node
+
+
+ +
Returns:
the size as float
+
+
+
+ +

+hasPID

+
+public boolean hasPID()
+
+
Description copied from interface: Node
+
Checks if the Node has a PID +

+

+
Specified by:
hasPID in interface Node
+
+
+ +
Returns:
true if the Node has a PID
+
+
+
+ +

+hasPosition

+
+public boolean hasPosition()
+
+
Description copied from interface: Node
+
Checks if the Node has a position +

+

+
Specified by:
hasPosition in interface Node
+
+
+ +
Returns:
true if the Node has a position
+
+
+
+ +

+hasShape

+
+public boolean hasShape()
+
+
Description copied from interface: Node
+
Checks if the Node has a shape +

+

+
Specified by:
hasShape in interface Node
+
+
+ +
Returns:
true if the Node has a shape
+
+
+
+ +

+hasSize

+
+public boolean hasSize()
+
+
Description copied from interface: Node
+
Checks if the Node has a size +

+

+
Specified by:
hasSize in interface Node
+
+
+ +
Returns:
true if the Node has a size
+
+
+
+ +

+setLabel

+
+public Node setLabel(java.lang.String label)
+
+
Description copied from interface: Node
+
Sets the label of the Node +

+

+
Specified by:
setLabel in interface Node
+
+
+
Parameters:
label - a label as String for the Node +
Returns:
the current Node
+
+
+
+ +

+setPID

+
+public Node setPID(java.lang.String pid)
+
+
Description copied from interface: Node
+
Sets the PID of the Node +

+

+
Specified by:
setPID in interface Node
+
+
+
Parameters:
pid - a String indicating the PID +
Returns:
the current Node
+
+
+
+ +

+setPosition

+
+public Node setPosition(Position position)
+
+
Description copied from interface: Node
+
Sets the position of the Node +

+

+
Specified by:
setPosition in interface Node
+
+
+
Parameters:
position - an instance of Position +
Returns:
the current Node
+
+
+
+ +

+setSize

+
+public Node setSize(float size)
+
+
Description copied from interface: Node
+
Sets the size of the Node +

+

+
Specified by:
setSize in interface Node
+
+
+
Parameters:
size - a float number indicating the size +
Returns:
the current Node
+
+
+
+ +

+connectTo

+
+public Edge connectTo(Node target)
+
+
Description copied from interface: Node
+
Creates an Edge between this Node and the target Node +

+

+
Specified by:
connectTo in interface Node
+
+
+
Parameters:
target - the target Node of the Edge +
Returns:
the built Edge
+
+
+
+ +

+connectTo

+
+public Edge connectTo(java.lang.String id,
+                      Node target)
+
+
Description copied from interface: Node
+
Creates an Edge with a particular ID between this Node and the target Node +

+

+
Specified by:
connectTo in interface Node
+
+
+
Parameters:
id - the ID of the Edge
target - the target Node of the Edge +
Returns:
the built Edge
+
+
+
+ +

+hasEdgeTo

+
+public boolean hasEdgeTo(java.lang.String id)
+
+
Description copied from interface: Node
+
Checks if this Node is connected to another Node +

+

+
Specified by:
hasEdgeTo in interface Node
+
+
+
Parameters:
id - the ID of the other Node +
Returns:
true if this Node is connected to another Node
+
+
+
+ +

+createNode

+
+public Node createNode()
+
+
Description copied from interface: HasNodes
+
Creates a new Node +

+

+
Specified by:
createNode in interface HasNodes
+
+
+ +
Returns:
the built Node
+
+
+
+ +

+createNode

+
+public Node createNode(java.lang.String id)
+
+
Description copied from interface: HasNodes
+
Creates a new Node with a specific ID +

+

+
Specified by:
createNode in interface HasNodes
+
+
+
Parameters:
id - the ID of the Node +
Returns:
the built Node
+
+
+
+ +

+getNodes

+
+public java.util.List<Node> getNodes()
+
+
Description copied from interface: HasNodes
+
Returns the list of all the Nodes +

+

+
Specified by:
getNodes in interface HasNodes
+
+
+ +
Returns:
the list of all the Nodes
+
+
+
+ +

+getAllEdges

+
+public java.util.List<Edge> getAllEdges()
+
+
Description copied from interface: HasNodes
+
Returns the list of all the Edges +

+

+
Specified by:
getAllEdges in interface HasNodes
+
+
+ +
Returns:
the list of all the Edges
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.html new file mode 100644 index 0000000..7f141e2 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.html @@ -0,0 +1,554 @@ + + + + + + +SpellImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class SpellImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl
+
+
+
All Implemented Interfaces:
Dynamic<Spell>, Spell
+
+
+
+
public class SpellImpl
extends java.lang.Object
implements Spell
+ + +

+SpellImpl class is an implementation of the Spell interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellImpl() + +
+          Constructs a Spell element
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ SpellclearEndDate() + +
+          Clears the end date of the element
+ SpellclearStartDate() + +
+          Clears the start date of the element
+ IntervalTypegetEndIntervalType() + +
+          Returns the interval type of the end date
+ java.lang.ObjectgetEndValue() + +
+          Returns the end date of the element
+ IntervalTypegetStartIntervalType() + +
+          Returns the interval type of the start date
+ java.lang.ObjectgetStartValue() + +
+          Returns the start date of the element
+ booleanhasEndDate() + +
+          Checks if the element has an end date
+ booleanhasStartDate() + +
+          Checks if the element has a start date
+ SpellsetEndIntervalType(IntervalType endIntervalType) + +
+          Sets the interval type for the end date
+ SpellsetEndValue(java.lang.Object endDate) + +
+          Sets the end date for that element
+ SpellsetStartIntervalType(IntervalType startIntervalType) + +
+          Sets the interval type for the start date
+ SpellsetStartValue(java.lang.Object startDate) + +
+          Sets the start date for that element
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellImpl

+
+public SpellImpl()
+
+
Constructs a Spell element +

+

+ + + + + + + + +
+Method Detail
+ +

+hasStartDate

+
+public boolean hasStartDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has a start date +

+

+
Specified by:
hasStartDate in interface Dynamic<Spell>
+
+
+ +
Returns:
true if the element has a start date
+
+
+
+ +

+clearStartDate

+
+public Spell clearStartDate()
+
+
Description copied from interface: Dynamic
+
Clears the start date of the element +

+

+
Specified by:
clearStartDate in interface Dynamic<Spell>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+getStartValue

+
+public java.lang.Object getStartValue()
+
+
Description copied from interface: Dynamic
+
Returns the start date of the element +

+

+
Specified by:
getStartValue in interface Dynamic<Spell>
+
+
+ +
Returns:
an instance of the start date
+
+
+
+ +

+setStartValue

+
+public Spell setStartValue(java.lang.Object startDate)
+
+
Description copied from interface: Dynamic
+
Sets the start date for that element +

+

+
Specified by:
setStartValue in interface Dynamic<Spell>
+
+
+
Parameters:
startDate - an instance of the start date +
Returns:
the current element
+
+
+
+ +

+hasEndDate

+
+public boolean hasEndDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has an end date +

+

+
Specified by:
hasEndDate in interface Dynamic<Spell>
+
+
+ +
Returns:
true if the element has an end date
+
+
+
+ +

+clearEndDate

+
+public Spell clearEndDate()
+
+
Description copied from interface: Dynamic
+
Clears the end date of the element +

+

+
Specified by:
clearEndDate in interface Dynamic<Spell>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+getEndValue

+
+public java.lang.Object getEndValue()
+
+
Description copied from interface: Dynamic
+
Returns the end date of the element +

+

+
Specified by:
getEndValue in interface Dynamic<Spell>
+
+
+ +
Returns:
an instance of the end date
+
+
+
+ +

+setEndValue

+
+public Spell setEndValue(java.lang.Object endDate)
+
+
Description copied from interface: Dynamic
+
Sets the end date for that element +

+

+
Specified by:
setEndValue in interface Dynamic<Spell>
+
+
+
Parameters:
endDate - an instance of the end date +
Returns:
the current element
+
+
+
+ +

+setStartIntervalType

+
+public Spell setStartIntervalType(IntervalType startIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the start date +

+

+
Specified by:
setStartIntervalType in interface Dynamic<Spell>
+
+
+
Parameters:
startIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getStartIntervalType

+
+public IntervalType getStartIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the start date +

+

+
Specified by:
getStartIntervalType in interface Dynamic<Spell>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+
+ +

+setEndIntervalType

+
+public Spell setEndIntervalType(IntervalType endIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the end date +

+

+
Specified by:
setEndIntervalType in interface Dynamic<Spell>
+
+
+
Parameters:
endIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getEndIntervalType

+
+public IntervalType getEndIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the end date +

+

+
Specified by:
getEndIntervalType in interface Dynamic<Spell>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.html new file mode 100644 index 0000000..0838578 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.html @@ -0,0 +1,303 @@ + + + + + + +SpellableDatumBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class SpellableDatumBase<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase<T>
+
+
+
All Implemented Interfaces:
Datum, Dynamic<T>, Spellable<T>, SpellableDatum<T>
+
+
+
Direct Known Subclasses:
EdgeImpl, NodeImpl
+
+
+
+
public abstract class SpellableDatumBase<T>
extends SpellableBase<T>
implements SpellableDatum<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellableDatumBase() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ AttributeValueListgetAttributeValues() + +
+          Returns a list of attribute values
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase
getSpells
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable
getSpells
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellableDatumBase

+
+public SpellableDatumBase()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getAttributeValues

+
+public AttributeValueList getAttributeValues()
+
+
Description copied from interface: Datum
+
Returns a list of attribute values +

+

+
Specified by:
getAttributeValues in interface Datum
+
+
+ +
Returns:
an instance of AttributeValueList class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphReader.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphReader.html new file mode 100644 index 0000000..c069036 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphReader.html @@ -0,0 +1,261 @@ + + + + + + +StaxGraphReader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class StaxGraphReader

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphReader
+
+
+
All Implemented Interfaces:
GexfReader
+
+
+
+
public class StaxGraphReader
extends java.lang.Object
implements GexfReader
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StaxGraphReader() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ GexfreadFromStream(java.io.InputStream in) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StaxGraphReader

+
+public StaxGraphReader()
+
+
+ + + + + + + + +
+Method Detail
+ +

+readFromStream

+
+public Gexf readFromStream(java.io.InputStream in)
+                    throws java.io.IOException
+
+
+
Specified by:
readFromStream in interface GexfReader
+
+
+ +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.html new file mode 100644 index 0000000..e03cc84 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.html @@ -0,0 +1,270 @@ + + + + + + +StaxGraphWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl +
+Class StaxGraphWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter
+
+
+
All Implemented Interfaces:
GexfWriter
+
+
+
+
public class StaxGraphWriter
extends java.lang.Object
implements GexfWriter
+ + +

+StaxGraphWriter class is an implementation of the GexfWriter interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StaxGraphWriter() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ voidwriteToStream(Gexf gexf, + java.io.OutputStream out) + +
+          Method to physically write the GEXF object in a file
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StaxGraphWriter

+
+public StaxGraphWriter()
+
+
+ + + + + + + + +
+Method Detail
+ +

+writeToStream

+
+public void writeToStream(Gexf gexf,
+                          java.io.OutputStream out)
+                   throws java.io.IOException
+
+
Description copied from interface: GexfWriter
+
Method to physically write the GEXF object in a file +

+

+
Specified by:
writeToStream in interface GexfWriter
+
+
+
Parameters:
gexf - the current object of the GEXF file
out - the OutputStream of the output file +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/EdgeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/EdgeImpl.html new file mode 100644 index 0000000..d8b7c00 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/EdgeImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.EdgeImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GexfImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GexfImpl.html new file mode 100644 index 0000000..d19c563 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GexfImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GraphImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GraphImpl.html new file mode 100644 index 0000000..7d316db --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/GraphImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.GraphImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/MetadataImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/MetadataImpl.html new file mode 100644 index 0000000..bca750d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/MetadataImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.MetadataImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/NodeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/NodeImpl.html new file mode 100644 index 0000000..6f63688 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/NodeImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.NodeImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellImpl.html new file mode 100644 index 0000000..9915833 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellableDatumBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellableDatumBase.html new file mode 100644 index 0000000..fc8d90c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/SpellableDatumBase.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellableDatumBase

+
+ + + + + + + + + +
+Packages that use SpellableDatumBase
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of SpellableDatumBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + +
Subclasses of SpellableDatumBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphReader.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphReader.html new file mode 100644 index 0000000..6d10488 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphReader.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphReader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphReader

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphReader +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphWriter.html new file mode 100644 index 0000000..f49992e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/class-use/StaxGraphWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.html new file mode 100644 index 0000000..a12504e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.html @@ -0,0 +1,508 @@ + + + + + + +AttributeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.data +
+Class AttributeImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl
+
+
+
All Implemented Interfaces:
Attribute
+
+
+
+
public class AttributeImpl
extends java.lang.Object
implements Attribute
+ + +

+AttributeImpl class is an implementation of the Attribute interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributeImpl(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Constructs an Attribute object with ID, type and title
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeclearDefaultValue() + +
+          Clears the default value of the Attribute
+ AttributeValuecreateValue(java.lang.String value) + +
+          Creates a value for that Attribute
+ AttributeTypegetAttributeType() + +
+          Returns the type of the Attribute
+ java.lang.StringgetDefaultValue() + +
+          Returns the default value of the Attribute
+ java.lang.StringgetId() + +
+          Returns the ID of the Attribute
+ java.util.List<java.lang.String>getOptions() + +
+          Returns the list of the Attribute's options
+ java.lang.StringgetTitle() + +
+          Returns the title of the Attribute
+ booleanhasDefaultValue() + +
+          Checks if the Attribute has a default value
+ AttributesetDefaultValue(java.lang.String defaultValue) + +
+          Sets the default value of the Attribute
+ AttributesetTitle(java.lang.String title) + +
+          Sets the title of the Attribute
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributeImpl

+
+public AttributeImpl(java.lang.String id,
+                     AttributeType type,
+                     java.lang.String title)
+
+
Constructs an Attribute object with ID, type and title +

+

+
Parameters:
id - the ID of the Attribute
type - an instance of AttributeType enum
title - the title of the Attribute
+
+ + + + + + + + +
+Method Detail
+ +

+clearDefaultValue

+
+public Attribute clearDefaultValue()
+
+
Description copied from interface: Attribute
+
Clears the default value of the Attribute +

+

+
Specified by:
clearDefaultValue in interface Attribute
+
+
+ +
Returns:
the current Attribute
+
+
+
+ +

+getAttributeType

+
+public AttributeType getAttributeType()
+
+
Description copied from interface: Attribute
+
Returns the type of the Attribute +

+

+
Specified by:
getAttributeType in interface Attribute
+
+
+ +
Returns:
an AttributeType enum for that Attribute
+
+
+
+ +

+getDefaultValue

+
+public java.lang.String getDefaultValue()
+
+
Description copied from interface: Attribute
+
Returns the default value of the Attribute +

+

+
Specified by:
getDefaultValue in interface Attribute
+
+
+ +
Returns:
the default value as String
+
+
+
+ +

+getId

+
+public java.lang.String getId()
+
+
Description copied from interface: Attribute
+
Returns the ID of the Attribute +

+

+
Specified by:
getId in interface Attribute
+
+
+ +
Returns:
the ID as String
+
+
+
+ +

+getOptions

+
+public java.util.List<java.lang.String> getOptions()
+
+
Description copied from interface: Attribute
+
Returns the list of the Attribute's options +

+

+
Specified by:
getOptions in interface Attribute
+
+
+ +
Returns:
the list of the options
+
+
+
+ +

+getTitle

+
+public java.lang.String getTitle()
+
+
Description copied from interface: Attribute
+
Returns the title of the Attribute +

+

+
Specified by:
getTitle in interface Attribute
+
+
+ +
Returns:
the title as String
+
+
+
+ +

+hasDefaultValue

+
+public boolean hasDefaultValue()
+
+
Description copied from interface: Attribute
+
Checks if the Attribute has a default value +

+

+
Specified by:
hasDefaultValue in interface Attribute
+
+
+ +
Returns:
true if the Attribute has a default value
+
+
+
+ +

+setDefaultValue

+
+public Attribute setDefaultValue(java.lang.String defaultValue)
+
+
Description copied from interface: Attribute
+
Sets the default value of the Attribute +

+

+
Specified by:
setDefaultValue in interface Attribute
+
+
+
Parameters:
defaultValue - the default value as String +
Returns:
the current Attribute
+
+
+
+ +

+setTitle

+
+public Attribute setTitle(java.lang.String title)
+
+
Description copied from interface: Attribute
+
Sets the title of the Attribute +

+

+
Specified by:
setTitle in interface Attribute
+
+
+
Parameters:
title - the Attribute's title as String +
Returns:
the current Attribute
+
+
+
+ +

+createValue

+
+public AttributeValue createValue(java.lang.String value)
+
+
Description copied from interface: Attribute
+
Creates a value for that Attribute +

+

+
Specified by:
createValue in interface Attribute
+
+
+
Parameters:
value - the value of the Attribute as String +
Returns:
an instance of the AttributeValue class
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.html new file mode 100644 index 0000000..9d71c62 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.html @@ -0,0 +1,791 @@ + + + + + + +AttributeListImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.data +
+Class AttributeListImpl

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<Attribute>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl
+
+
+
All Implemented Interfaces:
AttributeList, Dynamic<AttributeList>, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Attribute>, java.util.Collection<Attribute>, java.util.List<Attribute>, java.util.RandomAccess
+
+
+
+
public class AttributeListImpl
extends java.util.ArrayList<Attribute>
implements AttributeList
+ + +

+AttributeListImpl class is an implementation of the AttributeList interface. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributeListImpl(AttributeClass attrClass) + +
+          Constructs an AttributeList object
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeListaddAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListaddAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeListclearEndDate() + +
+          Clears the end date of the element
+ AttributeListclearStartDate() + +
+          Clears the start date of the element
+ AttributecreateAttribute(AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributecreateAttribute(java.lang.String id, + AttributeType type, + java.lang.String title) + +
+          Creates and adds an Attribute to the AttributeList
+ AttributeClassgetAttributeClass() + +
+          Returns the AttributeClass for the list of Attributes
+ IntervalTypegetEndIntervalType() + +
+          Returns the interval type of the end date
+ java.lang.ObjectgetEndValue() + +
+          Returns the end date of the element
+ ModegetMode() + +
+          Returns the Mode of the list of Attributes
+ IntervalTypegetStartIntervalType() + +
+          Returns the interval type of the start date
+ java.lang.ObjectgetStartValue() + +
+          Returns the start date of the element
+ booleanhasEndDate() + +
+          Checks if the element has an end date
+ booleanhasStartDate() + +
+          Checks if the element has a start date
+ AttributeListsetEndIntervalType(IntervalType endIntervalType) + +
+          Sets the interval type for the end date
+ AttributeListsetEndValue(java.lang.Object endDate) + +
+          Sets the end date for that element
+ AttributeListsetMode(Mode mode) + +
+          Sets the Mode for that list of Attributes
+ AttributeListsetStartIntervalType(IntervalType startIntervalType) + +
+          Sets the interval type for the start date
+ AttributeListsetStartValue(java.lang.Object startDate) + +
+          Sets the start date for that element
+ + + + + + + +
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributeListImpl

+
+public AttributeListImpl(AttributeClass attrClass)
+
+
Constructs an AttributeList object +

+

+
Parameters:
attrClass - an instance of AttributeClass enum
+
+ + + + + + + + +
+Method Detail
+ +

+getAttributeClass

+
+public AttributeClass getAttributeClass()
+
+
Description copied from interface: AttributeList
+
Returns the AttributeClass for the list of Attributes +

+

+
Specified by:
getAttributeClass in interface AttributeList
+
+
+ +
Returns:
an AttributeClass enum for that list
+
+
+
+ +

+getMode

+
+public Mode getMode()
+
+
Description copied from interface: AttributeList
+
Returns the Mode of the list of Attributes +

+

+
Specified by:
getMode in interface AttributeList
+
+
+ +
Returns:
a Mode enum
+
+
+
+ +

+setMode

+
+public AttributeList setMode(Mode mode)
+
+
Description copied from interface: AttributeList
+
Sets the Mode for that list of Attributes +

+

+
Specified by:
setMode in interface AttributeList
+
+
+
Parameters:
mode - an instance of Mode enum +
Returns:
the current AttributeList
+
+
+
+ +

+clearEndDate

+
+public AttributeList clearEndDate()
+
+
Description copied from interface: Dynamic
+
Clears the end date of the element +

+

+
Specified by:
clearEndDate in interface Dynamic<AttributeList>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+clearStartDate

+
+public AttributeList clearStartDate()
+
+
Description copied from interface: Dynamic
+
Clears the start date of the element +

+

+
Specified by:
clearStartDate in interface Dynamic<AttributeList>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+getEndValue

+
+public java.lang.Object getEndValue()
+
+
Description copied from interface: Dynamic
+
Returns the end date of the element +

+

+
Specified by:
getEndValue in interface Dynamic<AttributeList>
+
+
+ +
Returns:
an instance of the end date
+
+
+
+ +

+getStartValue

+
+public java.lang.Object getStartValue()
+
+
Description copied from interface: Dynamic
+
Returns the start date of the element +

+

+
Specified by:
getStartValue in interface Dynamic<AttributeList>
+
+
+ +
Returns:
an instance of the start date
+
+
+
+ +

+hasEndDate

+
+public boolean hasEndDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has an end date +

+

+
Specified by:
hasEndDate in interface Dynamic<AttributeList>
+
+
+ +
Returns:
true if the element has an end date
+
+
+
+ +

+hasStartDate

+
+public boolean hasStartDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has a start date +

+

+
Specified by:
hasStartDate in interface Dynamic<AttributeList>
+
+
+ +
Returns:
true if the element has a start date
+
+
+
+ +

+setEndValue

+
+public AttributeList setEndValue(java.lang.Object endDate)
+
+
Description copied from interface: Dynamic
+
Sets the end date for that element +

+

+
Specified by:
setEndValue in interface Dynamic<AttributeList>
+
+
+
Parameters:
endDate - an instance of the end date +
Returns:
the current element
+
+
+
+ +

+setStartValue

+
+public AttributeList setStartValue(java.lang.Object startDate)
+
+
Description copied from interface: Dynamic
+
Sets the start date for that element +

+

+
Specified by:
setStartValue in interface Dynamic<AttributeList>
+
+
+
Parameters:
startDate - an instance of the start date +
Returns:
the current element
+
+
+
+ +

+createAttribute

+
+public Attribute createAttribute(AttributeType type,
+                                 java.lang.String title)
+
+
Description copied from interface: AttributeList
+
Creates and adds an Attribute to the AttributeList +

+

+
Specified by:
createAttribute in interface AttributeList
+
+
+
Parameters:
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the built Attribute
+
+
+
+ +

+createAttribute

+
+public Attribute createAttribute(java.lang.String id,
+                                 AttributeType type,
+                                 java.lang.String title)
+
+
Description copied from interface: AttributeList
+
Creates and adds an Attribute to the AttributeList +

+

+
Specified by:
createAttribute in interface AttributeList
+
+
+
Parameters:
id - the ID of the Attribute as String
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the built Attribute
+
+
+
+ +

+addAttribute

+
+public AttributeList addAttribute(AttributeType type,
+                                  java.lang.String title)
+
+
Description copied from interface: AttributeList
+
Creates and adds an Attribute to the AttributeList +

+

+
Specified by:
addAttribute in interface AttributeList
+
+
+
Parameters:
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the current AttributeList
+
+
+
+ +

+addAttribute

+
+public AttributeList addAttribute(java.lang.String id,
+                                  AttributeType type,
+                                  java.lang.String title)
+
+
Description copied from interface: AttributeList
+
Creates and adds an Attribute to the AttributeList +

+

+
Specified by:
addAttribute in interface AttributeList
+
+
+
Parameters:
id - the ID of the Attribute as String
type - the type of the Attribute as AttributeType enum
title - the title of the Attribute as String +
Returns:
the current AttributeList
+
+
+
+ +

+setStartIntervalType

+
+public AttributeList setStartIntervalType(IntervalType startIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the start date +

+

+
Specified by:
setStartIntervalType in interface Dynamic<AttributeList>
+
+
+
Parameters:
startIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getStartIntervalType

+
+public IntervalType getStartIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the start date +

+

+
Specified by:
getStartIntervalType in interface Dynamic<AttributeList>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+
+ +

+setEndIntervalType

+
+public AttributeList setEndIntervalType(IntervalType endIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the end date +

+

+
Specified by:
setEndIntervalType in interface Dynamic<AttributeList>
+
+
+
Parameters:
endIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+getEndIntervalType

+
+public IntervalType getEndIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the end date +

+

+
Specified by:
getEndIntervalType in interface Dynamic<AttributeList>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.html new file mode 100644 index 0000000..16ac395 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.html @@ -0,0 +1,341 @@ + + + + + + +AttributeValueImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.data +
+Class AttributeValueImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<AttributeValue>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl
+
+
+
All Implemented Interfaces:
AttributeValue, Dynamic<AttributeValue>
+
+
+
+
public class AttributeValueImpl
extends DynamicBase<AttributeValue>
implements AttributeValue
+ + +

+AttributeValueImpl class is an implementation of the AttributeValue interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributeValueImpl(Attribute attribute) + +
+          Constructs an AttributeValue object
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ AttributegetAttribute() + +
+          Returns the Attribute
+ java.lang.StringgetValue() + +
+          Returns the value of the Attribute
+ AttributeValuesetValue(java.lang.String value) + +
+          Sets the value for that Attribute
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributeValueImpl

+
+public AttributeValueImpl(Attribute attribute)
+
+
Constructs an AttributeValue object +

+

+
Parameters:
attribute - an instance of Attribute interface
+
+ + + + + + + + +
+Method Detail
+ +

+getAttribute

+
+public Attribute getAttribute()
+
+
Description copied from interface: AttributeValue
+
Returns the Attribute +

+

+
Specified by:
getAttribute in interface AttributeValue
+
+
+ +
Returns:
an instance of the Attribute class
+
+
+
+ +

+getValue

+
+public java.lang.String getValue()
+
+
Description copied from interface: AttributeValue
+
Returns the value of the Attribute +

+

+
Specified by:
getValue in interface AttributeValue
+
+
+ +
Returns:
the value as String
+
+
+
+ +

+setValue

+
+public AttributeValue setValue(java.lang.String value)
+
+
Description copied from interface: AttributeValue
+
Sets the value for that Attribute +

+

+
Specified by:
setValue in interface AttributeValue
+
+
+
Parameters:
value - the value of the Attribute +
Returns:
the current AttributeValue
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.html new file mode 100644 index 0000000..b9f1fb7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.html @@ -0,0 +1,339 @@ + + + + + + +AttributeValueListImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.data +
+Class AttributeValueListImpl

+
+java.lang.Object
+  extended by java.util.AbstractCollection<E>
+      extended by java.util.AbstractList<E>
+          extended by java.util.ArrayList<AttributeValue>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl
+
+
+
All Implemented Interfaces:
AttributeValueList, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<AttributeValue>, java.util.Collection<AttributeValue>, java.util.List<AttributeValue>, java.util.RandomAccess
+
+
+
+
public class AttributeValueListImpl
extends java.util.ArrayList<AttributeValue>
implements AttributeValueList
+ + +

+AttributeValueListImpl class is an implementation of the AttributeValueList interface. +

+ +

+

+
See Also:
Serialized Form
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributeValueListImpl() + +
+          Constructs an AttributeValueListImpl object
+  + + + + + + + + + + + + + + + +
+Method Summary
+ AttributeValueListaddValue(Attribute attribute, + java.lang.String value) + +
+          Adds a value in the list
+ AttributeValuecreateValue(Attribute attribute, + java.lang.String value) + +
+          Creates a value for the Attribute
+ + + + + + + +
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSize
+ + + + + + + +
Methods inherited from class java.util.AbstractList
equals, hashCode
+ + + + + + + +
Methods inherited from class java.util.AbstractCollection
containsAll, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+ + + + + + + +
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributeValueListImpl

+
+public AttributeValueListImpl()
+
+
Constructs an AttributeValueListImpl object +

+

+ + + + + + + + +
+Method Detail
+ +

+addValue

+
+public AttributeValueList addValue(Attribute attribute,
+                                   java.lang.String value)
+
+
Description copied from interface: AttributeValueList
+
Adds a value in the list +

+

+
Specified by:
addValue in interface AttributeValueList
+
+
+
value - a value for the Attribute +
Returns:
the current AttributeValueList
+
+
+
+ +

+createValue

+
+public AttributeValue createValue(Attribute attribute,
+                                  java.lang.String value)
+
+
Description copied from interface: AttributeValueList
+
Creates a value for the Attribute +

+

+
Specified by:
createValue in interface AttributeValueList
+
+
+
Parameters:
attribute - the Attribute that you want to set
value - a value for the Attribute +
Returns:
the current AttributeValueList
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeImpl.html new file mode 100644 index 0000000..c243c29 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeListImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeListImpl.html new file mode 100644 index 0000000..ac4a42a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeListImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueImpl.html new file mode 100644 index 0000000..f7d9411 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueListImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueListImpl.html new file mode 100644 index 0000000..30c2de6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/class-use/AttributeValueListImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-frame.html new file mode 100644 index 0000000..5d08ce0 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-frame.html @@ -0,0 +1,38 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.data + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.data + + + + +
+Classes  + +
+AttributeImpl +
+AttributeListImpl +
+AttributeValueImpl +
+AttributeValueListImpl
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-summary.html new file mode 100644 index 0000000..9159bfe --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-summary.html @@ -0,0 +1,169 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.data + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.data +

+ + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AttributeImplAttributeImpl class is an implementation of the Attribute interface.
AttributeListImplAttributeListImpl class is an implementation of the AttributeList interface.
AttributeValueImplAttributeValueImpl class is an implementation of the AttributeValue interface.
AttributeValueListImplAttributeValueListImpl class is an implementation of the AttributeValueList interface.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-tree.html new file mode 100644 index 0000000..e8de4b6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-tree.html @@ -0,0 +1,169 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.data Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl.data +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-use.html new file mode 100644 index 0000000..2b4319b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl.data + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl.data

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.data +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.html new file mode 100644 index 0000000..7bdfc10 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.html @@ -0,0 +1,551 @@ + + + + + + +DynamicBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +
+Class DynamicBase<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<T>
+
+
+
All Implemented Interfaces:
Dynamic<T>
+
+
+
Direct Known Subclasses:
AttributeValueImpl, GraphImpl, SpellableBase
+
+
+
+
public abstract class DynamicBase<T>
extends java.lang.Object
implements Dynamic<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DynamicBase() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ TclearEndDate() + +
+          Clears the end date of the element
+ TclearStartDate() + +
+          Clears the start date of the element
+ IntervalTypegetEndIntervalType() + +
+          Returns the interval type of the end date
+ java.lang.ObjectgetEndValue() + +
+          Returns the end date of the element
+ IntervalTypegetStartIntervalType() + +
+          Returns the interval type of the start date
+ java.lang.ObjectgetStartValue() + +
+          Returns the start date of the element
+ booleanhasEndDate() + +
+          Checks if the element has an end date
+ booleanhasStartDate() + +
+          Checks if the element has a start date
+ TsetEndIntervalType(IntervalType endIntervalType) + +
+          Sets the interval type for the end date
+ TsetEndValue(java.lang.Object endDate) + +
+          Sets the end date for that element
+ TsetStartIntervalType(IntervalType startIntervalType) + +
+          Sets the interval type for the start date
+ TsetStartValue(java.lang.Object startDate) + +
+          Sets the start date for that element
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DynamicBase

+
+public DynamicBase()
+
+
+ + + + + + + + +
+Method Detail
+ +

+clearEndDate

+
+public T clearEndDate()
+
+
Description copied from interface: Dynamic
+
Clears the end date of the element +

+

+
Specified by:
clearEndDate in interface Dynamic<T>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+clearStartDate

+
+public T clearStartDate()
+
+
Description copied from interface: Dynamic
+
Clears the start date of the element +

+

+
Specified by:
clearStartDate in interface Dynamic<T>
+
+
+ +
Returns:
the current element
+
+
+
+ +

+getEndValue

+
+public java.lang.Object getEndValue()
+
+
Description copied from interface: Dynamic
+
Returns the end date of the element +

+

+
Specified by:
getEndValue in interface Dynamic<T>
+
+
+ +
Returns:
an instance of the end date
+
+
+
+ +

+getStartValue

+
+public java.lang.Object getStartValue()
+
+
Description copied from interface: Dynamic
+
Returns the start date of the element +

+

+
Specified by:
getStartValue in interface Dynamic<T>
+
+
+ +
Returns:
an instance of the start date
+
+
+
+ +

+getStartIntervalType

+
+public IntervalType getStartIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the start date +

+

+
Specified by:
getStartIntervalType in interface Dynamic<T>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+
+ +

+getEndIntervalType

+
+public IntervalType getEndIntervalType()
+
+
Description copied from interface: Dynamic
+
Returns the interval type of the end date +

+

+
Specified by:
getEndIntervalType in interface Dynamic<T>
+
+
+ +
Returns:
an instance of IntervalType enum
+
+
+
+ +

+hasEndDate

+
+public boolean hasEndDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has an end date +

+

+
Specified by:
hasEndDate in interface Dynamic<T>
+
+
+ +
Returns:
true if the element has an end date
+
+
+
+ +

+hasStartDate

+
+public boolean hasStartDate()
+
+
Description copied from interface: Dynamic
+
Checks if the element has a start date +

+

+
Specified by:
hasStartDate in interface Dynamic<T>
+
+
+ +
Returns:
true if the element has a start date
+
+
+
+ +

+setEndValue

+
+public T setEndValue(java.lang.Object endDate)
+
+
Description copied from interface: Dynamic
+
Sets the end date for that element +

+

+
Specified by:
setEndValue in interface Dynamic<T>
+
+
+
Parameters:
endDate - an instance of the end date +
Returns:
the current element
+
+
+
+ +

+setStartValue

+
+public T setStartValue(java.lang.Object startDate)
+
+
Description copied from interface: Dynamic
+
Sets the start date for that element +

+

+
Specified by:
setStartValue in interface Dynamic<T>
+
+
+
Parameters:
startDate - an instance of the start date +
Returns:
the current element
+
+
+
+ +

+setStartIntervalType

+
+public T setStartIntervalType(IntervalType startIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the start date +

+

+
Specified by:
setStartIntervalType in interface Dynamic<T>
+
+
+
Parameters:
startIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+
+ +

+setEndIntervalType

+
+public T setEndIntervalType(IntervalType endIntervalType)
+
+
Description copied from interface: Dynamic
+
Sets the interval type for the end date +

+

+
Specified by:
setEndIntervalType in interface Dynamic<T>
+
+
+
Parameters:
endIntervalType - an instance of IntervalType enum +
Returns:
the current element
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellImpl.html new file mode 100644 index 0000000..6bef6c3 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellImpl.html @@ -0,0 +1,246 @@ + + + + + + +SpellImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +
+Class SpellImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<Spell>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellImpl
+
+
+
All Implemented Interfaces:
Dynamic<Spell>, Spell
+
+
+
+
public class SpellImpl
extends DynamicBase<Spell>
implements Spell
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellImpl() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellImpl

+
+public SpellImpl()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.html new file mode 100644 index 0000000..60d494e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.html @@ -0,0 +1,280 @@ + + + + + + +SpellableBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +
+Class SpellableBase<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase<T>
+
+
+
All Implemented Interfaces:
Dynamic<T>, Spellable<T>
+
+
+
Direct Known Subclasses:
SpellableDatumBase
+
+
+
+
public abstract class SpellableBase<T>
extends DynamicBase<T>
implements Spellable<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellableBase() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.util.List<Spell>getSpells() + +
+           
+ + + + + + + +
Methods inherited from class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic
clearEndDate, clearStartDate, getEndIntervalType, getEndValue, getStartIntervalType, getStartValue, hasEndDate, hasStartDate, setEndIntervalType, setEndValue, setStartIntervalType, setStartValue
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellableBase

+
+public SpellableBase()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getSpells

+
+public java.util.List<Spell> getSpells()
+
+
+
Specified by:
getSpells in interface Spellable<T>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/DynamicBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/DynamicBase.html new file mode 100644 index 0000000..fc7bb63 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/DynamicBase.html @@ -0,0 +1,262 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase

+
+ + + + + + + + + + + + + + + + + +
+Packages that use DynamicBase
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
+  +

+ + + + + +
+Uses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Subclasses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classGraphImpl + +
+          GraphImpl class is an implementation of the Graph interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+  +

+ + + + + +
+Uses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+  +

+ + + + + + + + + +
Subclasses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+ classAttributeValueImpl + +
+          AttributeValueImpl class is an implementation of the AttributeValue interface.
+  +

+ + + + + +
+Uses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+  +

+ + + + + + + + + +
Subclasses of DynamicBase in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
+ classSpellableBase<T> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellImpl.html new file mode 100644 index 0000000..9d3786b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellableBase.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellableBase.html new file mode 100644 index 0000000..202f9df --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/class-use/SpellableBase.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase

+
+ + + + + + + + + +
+Packages that use SpellableBase
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + +
+Uses of SpellableBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of SpellableBase in it.uniroma1.dis.wiserver.gexf4j.core.impl
+ classEdgeImpl + +
+          EdgeImpl class is an implementation of the Edge interface.
+ classNodeImpl + +
+          NodeImpl class is an implementation of the Node interface.
+ classSpellableDatumBase<T> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-frame.html new file mode 100644 index 0000000..880f1b9 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic + + + + +
+Classes  + +
+DynamicBase +
+SpellableBase
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-summary.html new file mode 100644 index 0000000..92e3d2a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-summary.html @@ -0,0 +1,161 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +

+ + + + + + + + + + + + + +
+Class Summary
DynamicBase<T> 
SpellableBase<T> 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-tree.html new file mode 100644 index 0000000..88edece --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-tree.html @@ -0,0 +1,157 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-use.html new file mode 100644 index 0000000..038d790 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/package-use.html @@ -0,0 +1,214 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic

+
+ + + + + + + + + + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
+  +

+ + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl
DynamicBase + +
+           
SpellableBase + +
+           
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl.data
DynamicBase + +
+           
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic used by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
DynamicBase + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-frame.html new file mode 100644 index 0000000..11a6d7a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-frame.html @@ -0,0 +1,46 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl + + + + +
+Classes  + +
+EdgeImpl +
+GexfImpl +
+GraphImpl +
+MetadataImpl +
+NodeImpl +
+SpellableDatumBase +
+SpellImpl +
+StaxGraphWriter
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-summary.html new file mode 100644 index 0000000..fcc4be6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-summary.html @@ -0,0 +1,185 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
EdgeImplEdgeImpl class is an implementation of the Edge interface.
GexfImplGexfImpl class is an implementation of the Gexf interface.
GraphImplGraphImpl class is an implementation of the Graph interface.
MetadataImplMetadataImpl class is an implementation of the Metadata interface.
NodeImplNodeImpl class is an implementation of the Node interface.
SpellableDatumBase<T> 
SpellImplSpellImpl class is an implementation of the Spell interface.
StaxGraphWriterStaxGraphWriter class is an implementation of the GexfWriter interface.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-tree.html new file mode 100644 index 0000000..fad3465 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-tree.html @@ -0,0 +1,169 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-use.html new file mode 100644 index 0000000..fd6ccf3 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl

+
+ + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.impl
it.uniroma1.dis.wiserver.gexf4j.core.impl  
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl used by it.uniroma1.dis.wiserver.gexf4j.core.impl
SpellableDatumBase + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/AbstractEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/AbstractEntityParser.html new file mode 100644 index 0000000..6f9751f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/AbstractEntityParser.html @@ -0,0 +1,227 @@ + + + + + + +AbstractEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class AbstractEntityParser<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser<T>
+
+
+
Direct Known Subclasses:
NodeEntityParser, NodesEntityParser, StringEntityParser
+
+
+
+
public abstract class AbstractEntityParser<T>
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractEntityParser(javax.xml.stream.XMLStreamReader reader) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntityParser

+
+public AbstractEntityParser(javax.xml.stream.XMLStreamReader reader)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgeEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgeEntityParser.html new file mode 100644 index 0000000..9d85dae --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgeEntityParser.html @@ -0,0 +1,224 @@ + + + + + + +EdgeEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class EdgeEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgeEntityParser
+
+
+
+
public class EdgeEntityParser
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EdgeEntityParser() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EdgeEntityParser

+
+public EdgeEntityParser()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgesEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgesEntityParser.html new file mode 100644 index 0000000..c74a569 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/EdgesEntityParser.html @@ -0,0 +1,224 @@ + + + + + + +EdgesEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class EdgesEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgesEntityParser
+
+
+
+
public class EdgesEntityParser
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EdgesEntityParser() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EdgesEntityParser

+
+public EdgesEntityParser()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GexfEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GexfEntityParser.html new file mode 100644 index 0000000..efe7ef8 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GexfEntityParser.html @@ -0,0 +1,224 @@ + + + + + + +GexfEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class GexfEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GexfEntityParser
+
+
+
+
public class GexfEntityParser
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GexfEntityParser() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GexfEntityParser

+
+public GexfEntityParser()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GraphEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GraphEntityParser.html new file mode 100644 index 0000000..5bc890a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/GraphEntityParser.html @@ -0,0 +1,224 @@ + + + + + + +GraphEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class GraphEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GraphEntityParser
+
+
+
+
public class GraphEntityParser
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GraphEntityParser() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GraphEntityParser

+
+public GraphEntityParser()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/MetaEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/MetaEntityParser.html new file mode 100644 index 0000000..4e9e4aa --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/MetaEntityParser.html @@ -0,0 +1,224 @@ + + + + + + +MetaEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class MetaEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.MetaEntityParser
+
+
+
+
public class MetaEntityParser
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MetaEntityParser() + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetaEntityParser

+
+public MetaEntityParser()
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodeEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodeEntityParser.html new file mode 100644 index 0000000..2a79cb6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodeEntityParser.html @@ -0,0 +1,227 @@ + + + + + + +NodeEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class NodeEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser<Node>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodeEntityParser
+
+
+
+
public class NodeEntityParser
extends AbstractEntityParser<Node>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodeEntityParser(javax.xml.stream.XMLStreamReader reader, + Graph graph) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodeEntityParser

+
+public NodeEntityParser(javax.xml.stream.XMLStreamReader reader,
+                        Graph graph)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodesEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodesEntityParser.html new file mode 100644 index 0000000..0cca073 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/NodesEntityParser.html @@ -0,0 +1,227 @@ + + + + + + +NodesEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class NodesEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser<java.util.List<Node>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodesEntityParser
+
+
+
+
public class NodesEntityParser
extends AbstractEntityParser<java.util.List<Node>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodesEntityParser(javax.xml.stream.XMLStreamReader reader, + Graph graph) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodesEntityParser

+
+public NodesEntityParser(javax.xml.stream.XMLStreamReader reader,
+                         Graph graph)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/StringEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/StringEntityParser.html new file mode 100644 index 0000000..ffd5906 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/StringEntityParser.html @@ -0,0 +1,272 @@ + + + + + + +StringEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +
+Class StringEntityParser

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser<java.lang.String>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.StringEntityParser
+
+
+
+
public class StringEntityParser
extends AbstractEntityParser<java.lang.String>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringEntityParser(javax.xml.stream.XMLStreamReader reader) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetValue() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringEntityParser

+
+public StringEntityParser(javax.xml.stream.XMLStreamReader reader)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getValue

+
+public java.lang.String getValue()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/AbstractEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/AbstractEntityParser.html new file mode 100644 index 0000000..030a29c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/AbstractEntityParser.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.AbstractEntityParser

+
+ + + + + + + + + +
+Packages that use AbstractEntityParser
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader  
+  +

+ + + + + +
+Uses of AbstractEntityParser in it.uniroma1.dis.wiserver.gexf4j.core.impl.reader
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntityParser in it.uniroma1.dis.wiserver.gexf4j.core.impl.reader
+ classNodeEntityParser + +
+           
+ classNodesEntityParser + +
+           
+ classStringEntityParser + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgeEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgeEntityParser.html new file mode 100644 index 0000000..a9a76cb --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgeEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgeEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgeEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgeEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgesEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgesEntityParser.html new file mode 100644 index 0000000..af5825e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/EdgesEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgesEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgesEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.EdgesEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GexfEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GexfEntityParser.html new file mode 100644 index 0000000..c56024a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GexfEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GexfEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GexfEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GexfEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GraphEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GraphEntityParser.html new file mode 100644 index 0000000..b4a44a7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/GraphEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GraphEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GraphEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.GraphEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/MetaEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/MetaEntityParser.html new file mode 100644 index 0000000..6a440ff --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/MetaEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.MetaEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.MetaEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.MetaEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodeEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodeEntityParser.html new file mode 100644 index 0000000..fdd8089 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodeEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodeEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodeEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodeEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodesEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodesEntityParser.html new file mode 100644 index 0000000..f461988 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/NodesEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodesEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodesEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.NodesEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/StringEntityParser.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/StringEntityParser.html new file mode 100644 index 0000000..c51af4e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/class-use/StringEntityParser.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.StringEntityParser + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.StringEntityParser

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.reader.StringEntityParser +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-frame.html new file mode 100644 index 0000000..e77494a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-frame.html @@ -0,0 +1,48 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader + + + + +
+Classes  + +
+AbstractEntityParser +
+EdgeEntityParser +
+EdgesEntityParser +
+GexfEntityParser +
+GraphEntityParser +
+MetaEntityParser +
+NodeEntityParser +
+NodesEntityParser +
+StringEntityParser
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-summary.html new file mode 100644 index 0000000..c218a6e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-summary.html @@ -0,0 +1,189 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractEntityParser<T> 
EdgeEntityParser 
EdgesEntityParser 
GexfEntityParser 
GraphEntityParser 
MetaEntityParser 
NodeEntityParser 
NodesEntityParser 
StringEntityParser 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-tree.html new file mode 100644 index 0000000..cf63168 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-tree.html @@ -0,0 +1,155 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.reader Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl.reader +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-use.html new file mode 100644 index 0000000..ed501bd --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/reader/package-use.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl.reader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader

+
+ + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.impl.reader
it.uniroma1.dis.wiserver.gexf4j.core.impl.reader  
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.reader used by it.uniroma1.dis.wiserver.gexf4j.core.impl.reader
AbstractEntityParser + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.html new file mode 100644 index 0000000..e4134bc --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.html @@ -0,0 +1,416 @@ + + + + + + +ColorImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +
+Class ColorImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl
+
+
+
All Implemented Interfaces:
Color
+
+
+
+
public class ColorImpl
extends java.lang.Object
implements Color
+ + +

+ColorImpl class is an implmentation of the Color interface. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
ColorImpl() + +
+          Constructs a ColorImpl object
ColorImpl(int r, + int g, + int b) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetB() + +
+          Returns the value of the blue color
+ intgetG() + +
+          Returns the value of the green color
+ intgetR() + +
+          Returns the value of the red color
+ ColorsetB(int b) + +
+          Sets the value for the blue color
+ ColorsetG(int g) + +
+          Sets the value for the green color
+ ColorsetR(int r) + +
+          Sets the value for the red color
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ColorImpl

+
+public ColorImpl()
+
+
Constructs a ColorImpl object +

+

+
+ +

+ColorImpl

+
+public ColorImpl(int r,
+                 int g,
+                 int b)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getR

+
+public int getR()
+
+
Description copied from interface: Color
+
Returns the value of the red color +

+

+
Specified by:
getR in interface Color
+
+
+ +
Returns:
an int number indicating the value of the red color
+
+
+
+ +

+setR

+
+public Color setR(int r)
+
+
Description copied from interface: Color
+
Sets the value for the red color +

+

+
Specified by:
setR in interface Color
+
+
+
Parameters:
r - an int number indicating the value of the red color +
Returns:
the current Color
+
+
+
+ +

+getG

+
+public int getG()
+
+
Description copied from interface: Color
+
Returns the value of the green color +

+

+
Specified by:
getG in interface Color
+
+
+ +
Returns:
an int number indicating the value of the green color
+
+
+
+ +

+setG

+
+public Color setG(int g)
+
+
Description copied from interface: Color
+
Sets the value for the green color +

+

+
Specified by:
setG in interface Color
+
+
+
Parameters:
g - an int number indicating the value of the green color +
Returns:
the current Color
+
+
+
+ +

+getB

+
+public int getB()
+
+
Description copied from interface: Color
+
Returns the value of the blue color +

+

+
Specified by:
getB in interface Color
+
+
+ +
Returns:
an int number indicating the value of the blue color
+
+
+
+ +

+setB

+
+public Color setB(int b)
+
+
Description copied from interface: Color
+
Sets the value for the blue color +

+

+
Specified by:
setB in interface Color
+
+
+
Parameters:
b - an int number indicating the value of the blue color +
Returns:
the current Color
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.html new file mode 100644 index 0000000..9abb7e9 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.html @@ -0,0 +1,398 @@ + + + + + + +NodeShapeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +
+Class NodeShapeImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl
+
+
+
All Implemented Interfaces:
NodeShapeEntity
+
+
+
+
public class NodeShapeImpl
extends java.lang.Object
implements NodeShapeEntity
+ + +

+NodeShapeImpl class is an implementation of the NodeShapeEntity interface. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodeShapeImpl() + +
+          Constructs a NodeShapeImpl object
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodeShapeEntityclearUri() + +
+          Clears the URI of the NodeShapeEntity
+ NodeShapegetNodeShape() + +
+          Returns the shape of the Node
+ java.lang.StringgetUri() + +
+          Returns the URI of the NodeShapeEntity
+ booleanhasUri() + +
+          Checks if the NodeShapeEntity has a URI
+ NodeShapeEntitysetNodeShape(NodeShape shape) + +
+          Sets the shape of the Node
+ NodeShapeEntitysetUri(java.lang.String uri) + +
+          Sets the URI for the NodeShapeEntity
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodeShapeImpl

+
+public NodeShapeImpl()
+
+
Constructs a NodeShapeImpl object +

+

+ + + + + + + + +
+Method Detail
+ +

+clearUri

+
+public NodeShapeEntity clearUri()
+
+
Description copied from interface: NodeShapeEntity
+
Clears the URI of the NodeShapeEntity +

+

+
Specified by:
clearUri in interface NodeShapeEntity
+
+
+ +
Returns:
the current NodeShapeEntity
+
+
+
+ +

+getNodeShape

+
+public NodeShape getNodeShape()
+
+
Description copied from interface: NodeShapeEntity
+
Returns the shape of the Node +

+

+
Specified by:
getNodeShape in interface NodeShapeEntity
+
+
+ +
Returns:
an instance of the NodeShape enum
+
+
+
+ +

+getUri

+
+public java.lang.String getUri()
+
+
Description copied from interface: NodeShapeEntity
+
Returns the URI of the NodeShapeEntity +

+

+
Specified by:
getUri in interface NodeShapeEntity
+
+
+ +
Returns:
the URI as String
+
+
+
+ +

+hasUri

+
+public boolean hasUri()
+
+
Description copied from interface: NodeShapeEntity
+
Checks if the NodeShapeEntity has a URI +

+

+
Specified by:
hasUri in interface NodeShapeEntity
+
+
+ +
Returns:
true if the NodeShapeEntity has a URI
+
+
+
+ +

+setNodeShape

+
+public NodeShapeEntity setNodeShape(NodeShape shape)
+
+
Description copied from interface: NodeShapeEntity
+
Sets the shape of the Node +

+

+
Specified by:
setNodeShape in interface NodeShapeEntity
+
+
+
Parameters:
shape - an instance of the NodeShape enum +
Returns:
the current NodeShapeEntity
+
+
+
+ +

+setUri

+
+public NodeShapeEntity setUri(java.lang.String uri)
+
+
Description copied from interface: NodeShapeEntity
+
Sets the URI for the NodeShapeEntity +

+

+
Specified by:
setUri in interface NodeShapeEntity
+
+
+
Parameters:
uri - the URI as String +
Returns:
the current NodeShapeEntity
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.html new file mode 100644 index 0000000..d8ba082 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.html @@ -0,0 +1,416 @@ + + + + + + +PositionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +
+Class PositionImpl

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl
+
+
+
All Implemented Interfaces:
Position
+
+
+
+
public class PositionImpl
extends java.lang.Object
implements Position
+ + +

+PositionImpl class is an implementation of the Position interface. +

+ +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
PositionImpl() + +
+          Constructs a PositionImpl object
PositionImpl(float x, + float y, + float z) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ floatgetX() + +
+          Returns the value of the x-coordinate
+ floatgetY() + +
+          Returns the value of the y-coordinate
+ floatgetZ() + +
+          Returns the value of the z-coordinate
+ PositionsetX(float x) + +
+          Sets the value for the x-coordinate
+ PositionsetY(float y) + +
+          Sets the value for the y-coordinate
+ PositionsetZ(float z) + +
+          Sets the value for the z-coordinate
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PositionImpl

+
+public PositionImpl()
+
+
Constructs a PositionImpl object +

+

+
+ +

+PositionImpl

+
+public PositionImpl(float x,
+                    float y,
+                    float z)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getX

+
+public float getX()
+
+
Description copied from interface: Position
+
Returns the value of the x-coordinate +

+

+
Specified by:
getX in interface Position
+
+
+ +
Returns:
a float number indicating the value of the x-coordinate
+
+
+
+ +

+setX

+
+public Position setX(float x)
+
+
Description copied from interface: Position
+
Sets the value for the x-coordinate +

+

+
Specified by:
setX in interface Position
+
+
+
Parameters:
x - a float number indicating the value of the x-coordinate +
Returns:
the current Position
+
+
+
+ +

+getY

+
+public float getY()
+
+
Description copied from interface: Position
+
Returns the value of the y-coordinate +

+

+
Specified by:
getY in interface Position
+
+
+ +
Returns:
a float number indicating the value of the y-coordinate
+
+
+
+ +

+setY

+
+public Position setY(float y)
+
+
Description copied from interface: Position
+
Sets the value for the y-coordinate +

+

+
Specified by:
setY in interface Position
+
+
+
Parameters:
y - a float number indicating the value of the y-coordinate +
Returns:
the current Position
+
+
+
+ +

+getZ

+
+public float getZ()
+
+
Description copied from interface: Position
+
Returns the value of the z-coordinate +

+

+
Specified by:
getZ in interface Position
+
+
+ +
Returns:
a float number indicating the value of the z-coordinate
+
+
+
+ +

+setZ

+
+public Position setZ(float z)
+
+
Description copied from interface: Position
+
Sets the value for the z-coordinate +

+

+
Specified by:
setZ in interface Position
+
+
+
Parameters:
z - a float number indicating the value of the z-coordinate +
Returns:
the current Position
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/ColorImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/ColorImpl.html new file mode 100644 index 0000000..5db46f9 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/ColorImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.ColorImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/NodeShapeImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/NodeShapeImpl.html new file mode 100644 index 0000000..716b3b2 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/NodeShapeImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/PositionImpl.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/PositionImpl.html new file mode 100644 index 0000000..4e3a5cc --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/class-use/PositionImpl.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.PositionImpl +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-frame.html new file mode 100644 index 0000000..31080bb --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-frame.html @@ -0,0 +1,36 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz + + + + +
+Classes  + +
+ColorImpl +
+NodeShapeImpl +
+PositionImpl
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-summary.html new file mode 100644 index 0000000..9e385ec --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-summary.html @@ -0,0 +1,165 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +

+ + + + + + + + + + + + + + + + + +
+Class Summary
ColorImplColorImpl class is an implmentation of the Color interface.
NodeShapeImplNodeShapeImpl class is an implementation of the NodeShapeEntity interface.
PositionImplPositionImpl class is an implementation of the Position interface.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-tree.html new file mode 100644 index 0000000..5d23572 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-use.html new file mode 100644 index 0000000..6e72baf --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.html new file mode 100644 index 0000000..9e67ffd --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.html @@ -0,0 +1,229 @@ + + + + + + +AbstractEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class AbstractEntityWriter<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+
+
+
Direct Known Subclasses:
AttributeEntityWriter, AttValuesEntityWriter, ColorEntityWriter, DynamicEntityWriter, EdgesEntityWriter, GexfEntityWriter, MetadataEntityWriter, NodesEntityWriter, NodeShapeEntityWriter, ParentEntityWriter, ParentsEntityWriter, PositionEntityWriter, SpellsEntityWriter, StringEntityWriter, ValueEntityWriter
+
+
+
+
public abstract class AbstractEntityWriter<T>
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AbstractEntityWriter(javax.xml.stream.XMLStreamWriter writer, + T entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AbstractEntityWriter

+
+public AbstractEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                            T entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.html new file mode 100644 index 0000000..e66b889 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.html @@ -0,0 +1,228 @@ + + + + + + +AttValueEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class AttValueEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<AttributeValue>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValueEntityWriter
+
+
+
+
public class AttValueEntityWriter
extends DynamicEntityWriter<AttributeValue>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttValueEntityWriter(javax.xml.stream.XMLStreamWriter writer, + AttributeValue entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttValueEntityWriter

+
+public AttValueEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                            AttributeValue entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.html new file mode 100644 index 0000000..c0ec5b7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +AttValuesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class AttValuesEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.util.List<AttributeValue>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValuesEntityWriter
+
+
+
+
public class AttValuesEntityWriter
extends AbstractEntityWriter<java.util.List<AttributeValue>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttValuesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<AttributeValue> entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttValuesEntityWriter

+
+public AttValuesEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                             java.util.List<AttributeValue> entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.html new file mode 100644 index 0000000..27c0561 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +AttributeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class AttributeEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Attribute>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributeEntityWriter
+
+
+
+
public class AttributeEntityWriter
extends AbstractEntityWriter<Attribute>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Attribute entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributeEntityWriter

+
+public AttributeEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                             Attribute entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.html new file mode 100644 index 0000000..6454c08 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.html @@ -0,0 +1,228 @@ + + + + + + +AttributesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class AttributesEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<AttributeList>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributesEntityWriter
+
+
+
+
public class AttributesEntityWriter
extends DynamicEntityWriter<AttributeList>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
AttributesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + AttributeList entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+AttributesEntityWriter

+
+public AttributesEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                              AttributeList entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.html new file mode 100644 index 0000000..a24dad6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +ColorEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class ColorEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Color>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ColorEntityWriter
+
+
+
+
public class ColorEntityWriter
extends AbstractEntityWriter<Color>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ColorEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Color entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ColorEntityWriter

+
+public ColorEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         Color entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.html new file mode 100644 index 0000000..a552ae8 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.html @@ -0,0 +1,230 @@ + + + + + + +DynamicEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class DynamicEntityWriter<T extends Dynamic<?>>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<T>
+
+
+
Direct Known Subclasses:
AttributesEntityWriter, AttValueEntityWriter, GraphEntityWriter, SpellableEntityWriter, SpellEntityWriter
+
+
+
+
public abstract class DynamicEntityWriter<T extends Dynamic<?>>
extends AbstractEntityWriter<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DynamicEntityWriter(javax.xml.stream.XMLStreamWriter writer, + T entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DynamicEntityWriter

+
+public DynamicEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                           T entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.html new file mode 100644 index 0000000..67a5f8c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.html @@ -0,0 +1,230 @@ + + + + + + +EdgeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class EdgeEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter<T>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter<Edge>
+                  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgeEntityWriter
+
+
+
+
public class EdgeEntityWriter
extends SpellableDatumEntityWriter<Edge>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EdgeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Edge entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EdgeEntityWriter

+
+public EdgeEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                        Edge entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.html new file mode 100644 index 0000000..0ee171f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +EdgesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class EdgesEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.util.List<Edge>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgesEntityWriter
+
+
+
+
public class EdgesEntityWriter
extends AbstractEntityWriter<java.util.List<Edge>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EdgesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Edge> entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EdgesEntityWriter

+
+public EdgesEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         java.util.List<Edge> entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.html new file mode 100644 index 0000000..1408583 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +GexfEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class GexfEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Gexf>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter
+
+
+
+
public class GexfEntityWriter
extends AbstractEntityWriter<Gexf>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GexfEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Gexf entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GexfEntityWriter

+
+public GexfEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                        Gexf entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.html new file mode 100644 index 0000000..5ba40f4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.html @@ -0,0 +1,228 @@ + + + + + + +GraphEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class GraphEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<Graph>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GraphEntityWriter
+
+
+
+
public class GraphEntityWriter
extends DynamicEntityWriter<Graph>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GraphEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Graph entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GraphEntityWriter

+
+public GraphEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         Graph entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.html new file mode 100644 index 0000000..b102e13 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +MetadataEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class MetadataEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Metadata>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.MetadataEntityWriter
+
+
+
+
public class MetadataEntityWriter
extends AbstractEntityWriter<Metadata>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
MetadataEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Metadata entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+MetadataEntityWriter

+
+public MetadataEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                            Metadata entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.html new file mode 100644 index 0000000..9ca1d3d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.html @@ -0,0 +1,230 @@ + + + + + + +NodeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class NodeEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter<T>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter<Node>
+                  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeEntityWriter
+
+
+
+
public class NodeEntityWriter
extends SpellableDatumEntityWriter<Node>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Node entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodeEntityWriter

+
+public NodeEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                        Node entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.html new file mode 100644 index 0000000..5925cab --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +NodeShapeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class NodeShapeEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<NodeShapeEntity>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeShapeEntityWriter
+
+
+
+
public class NodeShapeEntityWriter
extends AbstractEntityWriter<NodeShapeEntity>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodeShapeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + NodeShapeEntity entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodeShapeEntityWriter

+
+public NodeShapeEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                             NodeShapeEntity entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.html new file mode 100644 index 0000000..52c065a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +NodesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class NodesEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.util.List<Node>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodesEntityWriter
+
+
+
+
public class NodesEntityWriter
extends AbstractEntityWriter<java.util.List<Node>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
NodesEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Node> entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+NodesEntityWriter

+
+public NodesEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         java.util.List<Node> entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.html new file mode 100644 index 0000000..895e11e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +ParentEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class ParentEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Node>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentEntityWriter
+
+
+
+
public class ParentEntityWriter
extends AbstractEntityWriter<Node>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ParentEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Node entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParentEntityWriter

+
+public ParentEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                          Node entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.html new file mode 100644 index 0000000..d80d4a4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +ParentsEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class ParentsEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.util.List<Node>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentsEntityWriter
+
+
+
+
public class ParentsEntityWriter
extends AbstractEntityWriter<java.util.List<Node>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ParentsEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Node> entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ParentsEntityWriter

+
+public ParentsEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                           java.util.List<Node> entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.html new file mode 100644 index 0000000..a5d157c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +PositionEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class PositionEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<Position>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.PositionEntityWriter
+
+
+
+
public class PositionEntityWriter
extends AbstractEntityWriter<Position>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
PositionEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Position entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+PositionEntityWriter

+
+public PositionEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                            Position entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.html new file mode 100644 index 0000000..347751d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.html @@ -0,0 +1,228 @@ + + + + + + +SpellEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class SpellEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<Spell>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellEntityWriter
+
+
+
+
public class SpellEntityWriter
extends DynamicEntityWriter<Spell>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Spell entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellEntityWriter

+
+public SpellEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         Spell entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.html new file mode 100644 index 0000000..9f3e7bd --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.html @@ -0,0 +1,232 @@ + + + + + + +SpellableDatumEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class SpellableDatumEntityWriter<T extends SpellableDatum<?>>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter<T>
+              extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter<T>
+
+
+
Direct Known Subclasses:
EdgeEntityWriter, NodeEntityWriter
+
+
+
+
public abstract class SpellableDatumEntityWriter<T extends SpellableDatum<?>>
extends SpellableEntityWriter<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellableDatumEntityWriter(javax.xml.stream.XMLStreamWriter writer, + T entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellableDatumEntityWriter

+
+public SpellableDatumEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                                  T entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.html new file mode 100644 index 0000000..a675a57 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.html @@ -0,0 +1,231 @@ + + + + + + +SpellableEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class SpellableEntityWriter<T extends Spellable<?>>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter<T>
+          extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter<T>
+
+
+
Direct Known Subclasses:
SpellableDatumEntityWriter
+
+
+
+
public abstract class SpellableEntityWriter<T extends Spellable<?>>
extends DynamicEntityWriter<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellableEntityWriter(javax.xml.stream.XMLStreamWriter writer, + T entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellableEntityWriter

+
+public SpellableEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                             T entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.html new file mode 100644 index 0000000..14c8f73 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.html @@ -0,0 +1,227 @@ + + + + + + +SpellsEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class SpellsEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.util.List<Spell>>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellsEntityWriter
+
+
+
+
public class SpellsEntityWriter
extends AbstractEntityWriter<java.util.List<Spell>>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpellsEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.util.List<Spell> entity) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SpellsEntityWriter

+
+public SpellsEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                          java.util.List<Spell> entity)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.html new file mode 100644 index 0000000..2a2d4e0 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.html @@ -0,0 +1,229 @@ + + + + + + +StringEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class StringEntityWriter

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<java.lang.String>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.StringEntityWriter
+
+
+
+
public class StringEntityWriter
extends AbstractEntityWriter<java.lang.String>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StringEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.lang.String entity, + java.lang.String characters) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StringEntityWriter

+
+public StringEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                          java.lang.String entity,
+                          java.lang.String characters)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.html new file mode 100644 index 0000000..3adee28 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.html @@ -0,0 +1,229 @@ + + + + + + +ValueEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+Class ValueEntityWriter<T>

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter<T>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ValueEntityWriter<T>
+
+
+
+
public class ValueEntityWriter<T>
extends AbstractEntityWriter<T>
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
ValueEntityWriter(javax.xml.stream.XMLStreamWriter writer, + java.lang.String name, + T value) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+ValueEntityWriter

+
+public ValueEntityWriter(javax.xml.stream.XMLStreamWriter writer,
+                         java.lang.String name,
+                         T value)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AbstractEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AbstractEntityWriter.html new file mode 100644 index 0000000..134297b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AbstractEntityWriter.html @@ -0,0 +1,356 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AbstractEntityWriter

+
+ + + + + + + + + +
+Packages that use AbstractEntityWriter
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of AbstractEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of AbstractEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+ classAttributeEntityWriter + +
+           
+ classAttributesEntityWriter + +
+           
+ classAttValueEntityWriter + +
+           
+ classAttValuesEntityWriter + +
+           
+ classColorEntityWriter + +
+           
+ classDynamicEntityWriter<T extends Dynamic<?>> + +
+           
+ classEdgeEntityWriter + +
+           
+ classEdgesEntityWriter + +
+           
+ classGexfEntityWriter + +
+           
+ classGraphEntityWriter + +
+           
+ classMetadataEntityWriter + +
+           
+ classNodeEntityWriter + +
+           
+ classNodesEntityWriter + +
+           
+ classNodeShapeEntityWriter + +
+           
+ classParentEntityWriter + +
+           
+ classParentsEntityWriter + +
+           
+ classPositionEntityWriter + +
+           
+ classSpellableDatumEntityWriter<T extends SpellableDatum<?>> + +
+           
+ classSpellableEntityWriter<T extends Spellable<?>> + +
+           
+ classSpellEntityWriter + +
+           
+ classSpellsEntityWriter + +
+           
+ classStringEntityWriter + +
+           
+ classValueEntityWriter<T> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValueEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValueEntityWriter.html new file mode 100644 index 0000000..d9c3d29 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValueEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValueEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValueEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValueEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValuesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValuesEntityWriter.html new file mode 100644 index 0000000..576f148 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttValuesEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValuesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValuesEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttValuesEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributeEntityWriter.html new file mode 100644 index 0000000..9145634 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributeEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributeEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributeEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributesEntityWriter.html new file mode 100644 index 0000000..38046db --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/AttributesEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributesEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.AttributesEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ColorEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ColorEntityWriter.html new file mode 100644 index 0000000..9c94086 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ColorEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ColorEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ColorEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ColorEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/DynamicEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/DynamicEntityWriter.html new file mode 100644 index 0000000..4683434 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/DynamicEntityWriter.html @@ -0,0 +1,236 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.DynamicEntityWriter

+
+ + + + + + + + + +
+Packages that use DynamicEntityWriter
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of DynamicEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Subclasses of DynamicEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+ classAttributesEntityWriter + +
+           
+ classAttValueEntityWriter + +
+           
+ classEdgeEntityWriter + +
+           
+ classGraphEntityWriter + +
+           
+ classNodeEntityWriter + +
+           
+ classSpellableDatumEntityWriter<T extends SpellableDatum<?>> + +
+           
+ classSpellableEntityWriter<T extends Spellable<?>> + +
+           
+ classSpellEntityWriter + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgeEntityWriter.html new file mode 100644 index 0000000..90e2482 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgeEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgeEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgeEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgesEntityWriter.html new file mode 100644 index 0000000..07f8fd0 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/EdgesEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgesEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.EdgesEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GexfEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GexfEntityWriter.html new file mode 100644 index 0000000..31cf9be --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GexfEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GraphEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GraphEntityWriter.html new file mode 100644 index 0000000..509b40e --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/GraphEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GraphEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GraphEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GraphEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/MetadataEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/MetadataEntityWriter.html new file mode 100644 index 0000000..2eeb04f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/MetadataEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.MetadataEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.MetadataEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.MetadataEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeEntityWriter.html new file mode 100644 index 0000000..00285bf --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeShapeEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeShapeEntityWriter.html new file mode 100644 index 0000000..4a243c7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodeShapeEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeShapeEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeShapeEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodeShapeEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodesEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodesEntityWriter.html new file mode 100644 index 0000000..7bd8cb4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/NodesEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodesEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodesEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.NodesEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentEntityWriter.html new file mode 100644 index 0000000..bf754b4 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentsEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentsEntityWriter.html new file mode 100644 index 0000000..c29376c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ParentsEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentsEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentsEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ParentsEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/PositionEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/PositionEntityWriter.html new file mode 100644 index 0000000..6cca86c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/PositionEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.PositionEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.PositionEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.PositionEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellEntityWriter.html new file mode 100644 index 0000000..df3a734 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableDatumEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableDatumEntityWriter.html new file mode 100644 index 0000000..ae05674 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableDatumEntityWriter.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableDatumEntityWriter

+
+ + + + + + + + + +
+Packages that use SpellableDatumEntityWriter
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of SpellableDatumEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + + + + + +
Subclasses of SpellableDatumEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+ classEdgeEntityWriter + +
+           
+ classNodeEntityWriter + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableEntityWriter.html new file mode 100644 index 0000000..8d7bba1 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellableEntityWriter.html @@ -0,0 +1,196 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellableEntityWriter

+
+ + + + + + + + + +
+Packages that use SpellableEntityWriter
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + +
+Uses of SpellableEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + + + + + + + + + + +
Subclasses of SpellableEntityWriter in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+ classEdgeEntityWriter + +
+           
+ classNodeEntityWriter + +
+           
+ classSpellableDatumEntityWriter<T extends SpellableDatum<?>> + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellsEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellsEntityWriter.html new file mode 100644 index 0000000..4dba4ea --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/SpellsEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellsEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellsEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.SpellsEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/StringEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/StringEntityWriter.html new file mode 100644 index 0000000..0753e8d --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/StringEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.StringEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.StringEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.StringEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ValueEntityWriter.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ValueEntityWriter.html new file mode 100644 index 0000000..6e69c00 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/class-use/ValueEntityWriter.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ValueEntityWriter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ValueEntityWriter

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.ValueEntityWriter +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-frame.html new file mode 100644 index 0000000..2fd6e22 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-frame.html @@ -0,0 +1,78 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer + + + + +
+Classes  + +
+AbstractEntityWriter +
+AttributeEntityWriter +
+AttributesEntityWriter +
+AttValueEntityWriter +
+AttValuesEntityWriter +
+ColorEntityWriter +
+DynamicEntityWriter +
+EdgeEntityWriter +
+EdgesEntityWriter +
+GexfEntityWriter +
+GraphEntityWriter +
+MetadataEntityWriter +
+NodeEntityWriter +
+NodesEntityWriter +
+NodeShapeEntityWriter +
+ParentEntityWriter +
+ParentsEntityWriter +
+PositionEntityWriter +
+SpellableDatumEntityWriter +
+SpellableEntityWriter +
+SpellEntityWriter +
+SpellsEntityWriter +
+StringEntityWriter +
+ValueEntityWriter
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-summary.html new file mode 100644 index 0000000..acf5133 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-summary.html @@ -0,0 +1,249 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AbstractEntityWriter<T> 
AttributeEntityWriter 
AttributesEntityWriter 
AttValueEntityWriter 
AttValuesEntityWriter 
ColorEntityWriter 
DynamicEntityWriter<T extends Dynamic<?>> 
EdgeEntityWriter 
EdgesEntityWriter 
GexfEntityWriter 
GraphEntityWriter 
MetadataEntityWriter 
NodeEntityWriter 
NodesEntityWriter 
NodeShapeEntityWriter 
ParentEntityWriter 
ParentsEntityWriter 
PositionEntityWriter 
SpellableDatumEntityWriter<T extends SpellableDatum<?>> 
SpellableEntityWriter<T extends Spellable<?>> 
SpellEntityWriter 
SpellsEntityWriter 
StringEntityWriter 
ValueEntityWriter<T> 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-tree.html new file mode 100644 index 0000000..3679a58 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-use.html new file mode 100644 index 0000000..967db93 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/package-use.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer

+
+ + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer used by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
AbstractEntityWriter + +
+           
DynamicEntityWriter + +
+           
SpellableDatumEntityWriter + +
+           
SpellableEntityWriter + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-frame.html new file mode 100644 index 0000000..d3f09f3 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-frame.html @@ -0,0 +1,63 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core + + + + +
+Interfaces  + +
+Edge +
+Gexf +
+GexfWriter +
+Graph +
+HasNodes +
+Metadata +
+Node +
+SpellableDatum
+ + + + + + +
+Enums  + +
+EdgeType +
+IDType +
+IntervalType +
+Mode
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-summary.html new file mode 100644 index 0000000..c6c1a6f --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-summary.html @@ -0,0 +1,211 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Interface Summary
EdgeInterface for the Edge element.
GexfInterface for the GEXF element.
GexfWriterInterface for the GexfWriter tool.
GraphInterface for the Graph element.
HasNodes 
MetadataInterface for Metadata.
NodeInterface for the Node element.
SpellableDatum<T> 
+  + +

+ + + + + + + + + + + + + + + + + + + + + +
+Enum Summary
EdgeTypeA class for the type of Edge.
IDType 
IntervalType 
ModeA class for the mode of the graph.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-tree.html new file mode 100644 index 0000000..d51ba02 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-tree.html @@ -0,0 +1,180 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-use.html new file mode 100644 index 0000000..4951ad5 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/package-use.html @@ -0,0 +1,446 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.data  
it.uniroma1.dis.wiserver.gexf4j.core.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.data  
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core
Edge + +
+          Interface for the Edge element.
EdgeType + +
+          A class for the type of Edge.
Gexf + +
+          Interface for the GEXF element.
Graph + +
+          Interface for the Graph element.
HasNodes + +
+           
IDType + +
+           
IntervalType + +
+           
Metadata + +
+          Interface for Metadata.
Mode + +
+          A class for the mode of the graph.
Node + +
+          Interface for the Node element.
SpellableDatum + +
+           
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.data
Mode + +
+          A class for the mode of the graph.
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.dynamic
IntervalType + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.impl
Edge + +
+          Interface for the Edge element.
EdgeType + +
+          A class for the type of Edge.
Gexf + +
+          Interface for the GEXF element.
GexfWriter + +
+          Interface for the GexfWriter tool.
Graph + +
+          Interface for the Graph element.
HasNodes + +
+           
IDType + +
+           
IntervalType + +
+           
Metadata + +
+          Interface for Metadata.
Mode + +
+          A class for the mode of the graph.
Node + +
+          Interface for the Node element.
SpellableDatum + +
+           
+  +

+ + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.impl.data
IntervalType + +
+           
Mode + +
+          A class for the mode of the graph.
+  +

+ + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic
IntervalType + +
+           
+  +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core used by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
Edge + +
+          Interface for the Edge element.
Gexf + +
+          Interface for the GEXF element.
Graph + +
+          Interface for the Graph element.
Metadata + +
+          Interface for Metadata.
Node + +
+          Interface for the Node element.
SpellableDatum + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.html new file mode 100644 index 0000000..3e1476a --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.html @@ -0,0 +1,326 @@ + + + + + + +Color + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.viz +
+Interface Color

+
+
All Known Implementing Classes:
ColorImpl
+
+
+
+
public interface Color
+ + +

+Interface for the Color. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ intgetB() + +
+          Returns the value of the blue color
+ intgetG() + +
+          Returns the value of the green color
+ intgetR() + +
+          Returns the value of the red color
+ ColorsetB(int b) + +
+          Sets the value for the blue color
+ ColorsetG(int g) + +
+          Sets the value for the green color
+ ColorsetR(int r) + +
+          Sets the value for the red color
+  +

+ + + + + + + + +
+Method Detail
+ +

+getR

+
+int getR()
+
+
Returns the value of the red color +

+

+ +
Returns:
an int number indicating the value of the red color
+
+
+
+ +

+setR

+
+Color setR(int r)
+
+
Sets the value for the red color +

+

+
Parameters:
r - an int number indicating the value of the red color +
Returns:
the current Color
+
+
+
+ +

+getG

+
+int getG()
+
+
Returns the value of the green color +

+

+ +
Returns:
an int number indicating the value of the green color
+
+
+
+ +

+setG

+
+Color setG(int g)
+
+
Sets the value for the green color +

+

+
Parameters:
g - an int number indicating the value of the green color +
Returns:
the current Color
+
+
+
+ +

+getB

+
+int getB()
+
+
Returns the value of the blue color +

+

+ +
Returns:
an int number indicating the value of the blue color
+
+
+
+ +

+setB

+
+Color setB(int b)
+
+
Sets the value for the blue color +

+

+
Parameters:
b - an int number indicating the value of the blue color +
Returns:
the current Color
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.html new file mode 100644 index 0000000..594fd84 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.html @@ -0,0 +1,370 @@ + + + + + + +EdgeShape + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.viz +
+Enum EdgeShape

+
+java.lang.Object
+  extended by java.lang.Enum<EdgeShape>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EdgeShape>
+
+
+
+
public enum EdgeShape
extends java.lang.Enum<EdgeShape>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
DASHED + +
+           
DOTTED + +
+           
DOUBLE + +
+           
NOTSET + +
+           
SOLID + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static EdgeShapevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static EdgeShape[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+SOLID

+
+public static final EdgeShape SOLID
+
+
+
+
+
+ +

+DOTTED

+
+public static final EdgeShape DOTTED
+
+
+
+
+
+ +

+DASHED

+
+public static final EdgeShape DASHED
+
+
+
+
+
+ +

+DOUBLE

+
+public static final EdgeShape DOUBLE
+
+
+
+
+
+ +

+NOTSET

+
+public static final EdgeShape NOTSET
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static EdgeShape[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (EdgeShape c : EdgeShape.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static EdgeShape valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.html new file mode 100644 index 0000000..4f900c6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.html @@ -0,0 +1,386 @@ + + + + + + +NodeShape + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.viz +
+Enum NodeShape

+
+java.lang.Object
+  extended by java.lang.Enum<NodeShape>
+      extended by it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NodeShape>
+
+
+
+
public enum NodeShape
extends java.lang.Enum<NodeShape>
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
DIAMOND + +
+           
DISC + +
+           
IMAGE + +
+           
NOTSET + +
+           
SQUARE + +
+           
TRIANGLE + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static NodeShapevalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static NodeShape[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+DISC

+
+public static final NodeShape DISC
+
+
+
+
+
+ +

+SQUARE

+
+public static final NodeShape SQUARE
+
+
+
+
+
+ +

+TRIANGLE

+
+public static final NodeShape TRIANGLE
+
+
+
+
+
+ +

+DIAMOND

+
+public static final NodeShape DIAMOND
+
+
+
+
+
+ +

+IMAGE

+
+public static final NodeShape IMAGE
+
+
+
+
+
+ +

+NOTSET

+
+public static final NodeShape NOTSET
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static NodeShape[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (NodeShape c : NodeShape.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static NodeShape valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.html new file mode 100644 index 0000000..cd48f71 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.html @@ -0,0 +1,326 @@ + + + + + + +NodeShapeEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.viz +
+Interface NodeShapeEntity

+
+
All Known Implementing Classes:
NodeShapeImpl
+
+
+
+
public interface NodeShapeEntity
+ + +

+Interface for the NodeShapeEntity. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ NodeShapeEntityclearUri() + +
+          Clears the URI of the NodeShapeEntity
+ NodeShapegetNodeShape() + +
+          Returns the shape of the Node
+ java.lang.StringgetUri() + +
+          Returns the URI of the NodeShapeEntity
+ booleanhasUri() + +
+          Checks if the NodeShapeEntity has a URI
+ NodeShapeEntitysetNodeShape(NodeShape shape) + +
+          Sets the shape of the Node
+ NodeShapeEntitysetUri(java.lang.String uri) + +
+          Sets the URI for the NodeShapeEntity
+  +

+ + + + + + + + +
+Method Detail
+ +

+getNodeShape

+
+NodeShape getNodeShape()
+
+
Returns the shape of the Node +

+

+ +
Returns:
an instance of the NodeShape enum
+
+
+
+ +

+setNodeShape

+
+NodeShapeEntity setNodeShape(NodeShape shape)
+
+
Sets the shape of the Node +

+

+
Parameters:
shape - an instance of the NodeShape enum +
Returns:
the current NodeShapeEntity
+
+
+
+ +

+hasUri

+
+boolean hasUri()
+
+
Checks if the NodeShapeEntity has a URI +

+

+ +
Returns:
true if the NodeShapeEntity has a URI
+
+
+
+ +

+clearUri

+
+NodeShapeEntity clearUri()
+
+
Clears the URI of the NodeShapeEntity +

+

+ +
Returns:
the current NodeShapeEntity
+
+
+
+ +

+getUri

+
+java.lang.String getUri()
+
+
Returns the URI of the NodeShapeEntity +

+

+ +
Returns:
the URI as String
+
+
+
+ +

+setUri

+
+NodeShapeEntity setUri(java.lang.String uri)
+
+
Sets the URI for the NodeShapeEntity +

+

+
Parameters:
uri - the URI as String +
Returns:
the current NodeShapeEntity
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.html new file mode 100644 index 0000000..790c072 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.html @@ -0,0 +1,326 @@ + + + + + + +Position + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.core.viz +
+Interface Position

+
+
All Known Implementing Classes:
PositionImpl
+
+
+
+
public interface Position
+ + +

+Interface for the Position. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ floatgetX() + +
+          Returns the value of the x-coordinate
+ floatgetY() + +
+          Returns the value of the y-coordinate
+ floatgetZ() + +
+          Returns the value of the z-coordinate
+ PositionsetX(float x) + +
+          Sets the value for the x-coordinate
+ PositionsetY(float y) + +
+          Sets the value for the y-coordinate
+ PositionsetZ(float z) + +
+          Sets the value for the z-coordinate
+  +

+ + + + + + + + +
+Method Detail
+ +

+getX

+
+float getX()
+
+
Returns the value of the x-coordinate +

+

+ +
Returns:
a float number indicating the value of the x-coordinate
+
+
+
+ +

+setX

+
+Position setX(float x)
+
+
Sets the value for the x-coordinate +

+

+
Parameters:
x - a float number indicating the value of the x-coordinate +
Returns:
the current Position
+
+
+
+ +

+getY

+
+float getY()
+
+
Returns the value of the y-coordinate +

+

+ +
Returns:
a float number indicating the value of the y-coordinate
+
+
+
+ +

+setY

+
+Position setY(float y)
+
+
Sets the value for the y-coordinate +

+

+
Parameters:
y - a float number indicating the value of the y-coordinate +
Returns:
the current Position
+
+
+
+ +

+getZ

+
+float getZ()
+
+
Returns the value of the z-coordinate +

+

+ +
Returns:
a float number indicating the value of the z-coordinate
+
+
+
+ +

+setZ

+
+Position setZ(float z)
+
+
Sets the value for the z-coordinate +

+

+
Parameters:
z - a float number indicating the value of the z-coordinate +
Returns:
the current Position
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Color.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Color.html new file mode 100644 index 0000000..2bcd156 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Color.html @@ -0,0 +1,407 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Color + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.viz.Color

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Color
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + +
+Uses of Color in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Color
+ ColorNode.getColor() + +
+          Returns the color of the Node
+ ColorEdge.getColor() + +
+          Returns the color of the Edge
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type Color
+ NodeNode.setColor(Color color) + +
+          Sets the color of the Node
+ EdgeEdge.setColor(Color color) + +
+          Sets the color of the Edge
+  +

+ + + + + +
+Uses of Color in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Color
+ ColorEdgeImpl.getColor() + +
+           
+ ColorNodeImpl.getColor() + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Color
+ EdgeEdgeImpl.setColor(Color color) + +
+           
+ NodeNodeImpl.setColor(Color color) + +
+           
+  +

+ + + + + +
+Uses of Color in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that implement Color
+ classColorImpl + +
+          ColorImpl class is an implmentation of the Color interface.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that return Color
+ ColorColorImpl.setB(int b) + +
+           
+ ColorColorImpl.setG(int g) + +
+           
+ ColorColorImpl.setR(int r) + +
+           
+  +

+ + + + + +
+Uses of Color in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Color
ColorEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Color entity) + +
+           
+  +

+ + + + + +
+Uses of Color in it.uniroma1.dis.wiserver.gexf4j.core.viz
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz that return Color
+ ColorColor.setB(int b) + +
+          Sets the value for the blue color
+ ColorColor.setG(int g) + +
+          Sets the value for the green color
+ ColorColor.setR(int r) + +
+          Sets the value for the red color
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/EdgeShape.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/EdgeShape.html new file mode 100644 index 0000000..f8bebaf --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/EdgeShape.html @@ -0,0 +1,279 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape

+
+ + + + + + + + + + + + + + + + + +
+Packages that use EdgeShape
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + +
+Uses of EdgeShape in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return EdgeShape
+ EdgeShapeEdge.getShape() + +
+          Returns the shape of the Edge
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type EdgeShape
+ EdgeEdge.setShape(EdgeShape shape) + +
+          Sets the shape of the Edge
+  +

+ + + + + +
+Uses of EdgeShape in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return EdgeShape
+ EdgeShapeEdgeImpl.getShape() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type EdgeShape
+ EdgeEdgeImpl.setShape(EdgeShape shape) + +
+           
+  +

+ + + + + +
+Uses of EdgeShape in it.uniroma1.dis.wiserver.gexf4j.core.viz
+  +

+ + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz that return EdgeShape
+static EdgeShapeEdgeShape.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static EdgeShape[]EdgeShape.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShape.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShape.html new file mode 100644 index 0000000..33ef3e7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShape.html @@ -0,0 +1,258 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape

+
+ + + + + + + + + + + + + +
+Packages that use NodeShape
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + +
+Uses of NodeShape in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that return NodeShape
+ NodeShapeNodeShapeImpl.getNodeShape() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz with parameters of type NodeShape
+ NodeShapeEntityNodeShapeImpl.setNodeShape(NodeShape shape) + +
+           
+  +

+ + + + + +
+Uses of NodeShape in it.uniroma1.dis.wiserver.gexf4j.core.viz
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz that return NodeShape
+ NodeShapeNodeShapeEntity.getNodeShape() + +
+          Returns the shape of the Node
+static NodeShapeNodeShape.valueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static NodeShape[]NodeShape.values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz with parameters of type NodeShape
+ NodeShapeEntityNodeShapeEntity.setNodeShape(NodeShape shape) + +
+          Sets the shape of the Node
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShapeEntity.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShapeEntity.html new file mode 100644 index 0000000..33c6e98 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/NodeShapeEntity.html @@ -0,0 +1,343 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use NodeShapeEntity
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + +
+Uses of NodeShapeEntity in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return NodeShapeEntity
+ NodeShapeEntityNode.getShapeEntity() + +
+          Returns the shape entity of the Node
+  +

+ + + + + +
+Uses of NodeShapeEntity in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return NodeShapeEntity
+ NodeShapeEntityNodeImpl.getShapeEntity() + +
+           
+  +

+ + + + + +
+Uses of NodeShapeEntity in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that implement NodeShapeEntity
+ classNodeShapeImpl + +
+          NodeShapeImpl class is an implementation of the NodeShapeEntity interface.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that return NodeShapeEntity
+ NodeShapeEntityNodeShapeImpl.clearUri() + +
+           
+ NodeShapeEntityNodeShapeImpl.setNodeShape(NodeShape shape) + +
+           
+ NodeShapeEntityNodeShapeImpl.setUri(java.lang.String uri) + +
+           
+  +

+ + + + + +
+Uses of NodeShapeEntity in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type NodeShapeEntity
NodeShapeEntityWriter(javax.xml.stream.XMLStreamWriter writer, + NodeShapeEntity entity) + +
+           
+  +

+ + + + + +
+Uses of NodeShapeEntity in it.uniroma1.dis.wiserver.gexf4j.core.viz
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz that return NodeShapeEntity
+ NodeShapeEntityNodeShapeEntity.clearUri() + +
+          Clears the URI of the NodeShapeEntity
+ NodeShapeEntityNodeShapeEntity.setNodeShape(NodeShape shape) + +
+          Sets the shape of the Node
+ NodeShapeEntityNodeShapeEntity.setUri(java.lang.String uri) + +
+          Sets the URI for the NodeShapeEntity
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Position.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Position.html new file mode 100644 index 0000000..7346f89 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/class-use/Position.html @@ -0,0 +1,375 @@ + + + + + + +Uses of Interface it.uniroma1.dis.wiserver.gexf4j.core.viz.Position + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
it.uniroma1.dis.wiserver.gexf4j.core.viz.Position

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use Position
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + +
+Uses of Position in it.uniroma1.dis.wiserver.gexf4j.core
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core that return Position
+ PositionNode.getPosition() + +
+          Returns the position of the Node
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core with parameters of type Position
+ NodeNode.setPosition(Position position) + +
+          Sets the position of the Node
+  +

+ + + + + +
+Uses of Position in it.uniroma1.dis.wiserver.gexf4j.core.impl
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl that return Position
+ PositionNodeImpl.getPosition() + +
+           
+  +

+ + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl with parameters of type Position
+ NodeNodeImpl.setPosition(Position position) + +
+           
+  +

+ + + + + +
+Uses of Position in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
+  +

+ + + + + + + + + +
Classes in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that implement Position
+ classPositionImpl + +
+          PositionImpl class is an implementation of the Position interface.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.impl.viz that return Position
+ PositionPositionImpl.setX(float x) + +
+           
+ PositionPositionImpl.setY(float y) + +
+           
+ PositionPositionImpl.setZ(float z) + +
+           
+  +

+ + + + + +
+Uses of Position in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
+  +

+ + + + + + + + +
Constructors in it.uniroma1.dis.wiserver.gexf4j.core.impl.writer with parameters of type Position
PositionEntityWriter(javax.xml.stream.XMLStreamWriter writer, + Position entity) + +
+           
+  +

+ + + + + +
+Uses of Position in it.uniroma1.dis.wiserver.gexf4j.core.viz
+  +

+ + + + + + + + + + + + + + + + + +
Methods in it.uniroma1.dis.wiserver.gexf4j.core.viz that return Position
+ PositionPosition.setX(float x) + +
+          Sets the value for the x-coordinate
+ PositionPosition.setY(float y) + +
+          Sets the value for the y-coordinate
+ PositionPosition.setZ(float z) + +
+          Sets the value for the z-coordinate
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-frame.html new file mode 100644 index 0000000..47f0141 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-frame.html @@ -0,0 +1,49 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.viz + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.viz + + + + +
+Interfaces  + +
+Color +
+NodeShapeEntity +
+Position
+ + + + + + +
+Enums  + +
+EdgeShape +
+NodeShape
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-summary.html new file mode 100644 index 0000000..1cb8935 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-summary.html @@ -0,0 +1,183 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.viz + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.core.viz +

+ + + + + + + + + + + + + + + + + +
+Interface Summary
ColorInterface for the Color.
NodeShapeEntityInterface for the NodeShapeEntity.
PositionInterface for the Position.
+  + +

+ + + + + + + + + + + + + +
+Enum Summary
EdgeShape 
NodeShape 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-tree.html new file mode 100644 index 0000000..b3e8179 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-tree.html @@ -0,0 +1,161 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.core.viz Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.core.viz +

+
+
+
Package Hierarchies:
All Packages
+
+

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-use.html new file mode 100644 index 0000000..de872b6 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/core/viz/package-use.html @@ -0,0 +1,336 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.core.viz + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.core.viz

+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages that use it.uniroma1.dis.wiserver.gexf4j.core.viz
it.uniroma1.dis.wiserver.gexf4j.core  
it.uniroma1.dis.wiserver.gexf4j.core.impl  
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz  
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer  
it.uniroma1.dis.wiserver.gexf4j.core.viz  
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.viz used by it.uniroma1.dis.wiserver.gexf4j.core
Color + +
+          Interface for the Color.
EdgeShape + +
+           
NodeShapeEntity + +
+          Interface for the NodeShapeEntity.
Position + +
+          Interface for the Position.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.viz used by it.uniroma1.dis.wiserver.gexf4j.core.impl
Color + +
+          Interface for the Color.
EdgeShape + +
+           
NodeShapeEntity + +
+          Interface for the NodeShapeEntity.
Position + +
+          Interface for the Position.
+  +

+ + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.viz used by it.uniroma1.dis.wiserver.gexf4j.core.impl.viz
Color + +
+          Interface for the Color.
NodeShape + +
+           
NodeShapeEntity + +
+          Interface for the NodeShapeEntity.
Position + +
+          Interface for the Position.
+  +

+ + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.viz used by it.uniroma1.dis.wiserver.gexf4j.core.impl.writer
Color + +
+          Interface for the Color.
NodeShapeEntity + +
+          Interface for the NodeShapeEntity.
Position + +
+          Interface for the Position.
+  +

+ + + + + + + + + + + + + + + + + + + + +
+Classes in it.uniroma1.dis.wiserver.gexf4j.core.viz used by it.uniroma1.dis.wiserver.gexf4j.core.viz
Color + +
+          Interface for the Color.
EdgeShape + +
+           
NodeShape + +
+           
NodeShapeEntity + +
+          Interface for the NodeShapeEntity.
Position + +
+          Interface for the Position.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.html new file mode 100644 index 0000000..1b69bdb --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.html @@ -0,0 +1,252 @@ + + + + + + +DynamicGexfGraph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.examples +
+Class DynamicGexfGraph

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph
+
+
+
+
public class DynamicGexfGraph
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DynamicGexfGraph() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+DynamicGexfGraph

+
+public DynamicGexfGraph()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(java.lang.String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.html new file mode 100644 index 0000000..c0fe25b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.html @@ -0,0 +1,252 @@ + + + + + + +StaticGexfGraph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +it.uniroma1.dis.wiserver.gexf4j.examples +
+Class StaticGexfGraph

+
+java.lang.Object
+  extended by it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph
+
+
+
+
public class StaticGexfGraph
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
StaticGexfGraph() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+StaticGexfGraph

+
+public StaticGexfGraph()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(java.lang.String[] args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/DynamicGexfGraph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/DynamicGexfGraph.html new file mode 100644 index 0000000..2289bfe --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/DynamicGexfGraph.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.examples.DynamicGexfGraph +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/StaticGexfGraph.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/StaticGexfGraph.html new file mode 100644 index 0000000..a5094d7 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/class-use/StaticGexfGraph.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Class it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.examples.StaticGexfGraph +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-frame.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-frame.html new file mode 100644 index 0000000..a66f74c --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.examples + + + + + + + + + + + +it.uniroma1.dis.wiserver.gexf4j.examples + + + + +
+Classes  + +
+DynamicGexfGraph +
+StaticGexfGraph
+ + + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-summary.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-summary.html new file mode 100644 index 0000000..3fed160 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-summary.html @@ -0,0 +1,161 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.examples + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package it.uniroma1.dis.wiserver.gexf4j.examples +

+ + + + + + + + + + + + + +
+Class Summary
DynamicGexfGraph 
StaticGexfGraph 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-tree.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-tree.html new file mode 100644 index 0000000..a91ea28 --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +it.uniroma1.dis.wiserver.gexf4j.examples Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package it.uniroma1.dis.wiserver.gexf4j.examples +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-use.html b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-use.html new file mode 100644 index 0000000..a2f584b --- /dev/null +++ b/doc/it/uniroma1/dis/wiserver/gexf4j/examples/package-use.html @@ -0,0 +1,144 @@ + + + + + + +Uses of Package it.uniroma1.dis.wiserver.gexf4j.examples + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Package
it.uniroma1.dis.wiserver.gexf4j.examples

+
+No usage of it.uniroma1.dis.wiserver.gexf4j.examples +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/overview-frame.html b/doc/overview-frame.html new file mode 100644 index 0000000..48897e8 --- /dev/null +++ b/doc/overview-frame.html @@ -0,0 +1,60 @@ + + + + + + +Overview List + + + + + + + + + + + + + + + +
+
+ + + + + +
All Classes +

+ +Packages +
+it.uniroma1.dis.wiserver.gexf4j.core +
+it.uniroma1.dis.wiserver.gexf4j.core.data +
+it.uniroma1.dis.wiserver.gexf4j.core.dynamic +
+it.uniroma1.dis.wiserver.gexf4j.core.impl +
+it.uniroma1.dis.wiserver.gexf4j.core.impl.data +
+it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +
+it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +
+it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +
+it.uniroma1.dis.wiserver.gexf4j.core.viz +
+it.uniroma1.dis.wiserver.gexf4j.examples +
+

+ +

+  + + diff --git a/doc/overview-summary.html b/doc/overview-summary.html new file mode 100644 index 0000000..349f883 --- /dev/null +++ b/doc/overview-summary.html @@ -0,0 +1,187 @@ + + + + + + +Overview + + + + + + + + + + + + +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Packages
it.uniroma1.dis.wiserver.gexf4j.core 
it.uniroma1.dis.wiserver.gexf4j.core.data 
it.uniroma1.dis.wiserver.gexf4j.core.dynamic 
it.uniroma1.dis.wiserver.gexf4j.core.impl 
it.uniroma1.dis.wiserver.gexf4j.core.impl.data 
it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic 
it.uniroma1.dis.wiserver.gexf4j.core.impl.viz 
it.uniroma1.dis.wiserver.gexf4j.core.impl.writer 
it.uniroma1.dis.wiserver.gexf4j.core.viz 
it.uniroma1.dis.wiserver.gexf4j.examples 
+ +


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/overview-tree.html b/doc/overview-tree.html new file mode 100644 index 0000000..0ac6b45 --- /dev/null +++ b/doc/overview-tree.html @@ -0,0 +1,246 @@ + + + + + + +Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For All Packages

+
+
+
Package Hierarchies:
it.uniroma1.dis.wiserver.gexf4j.core, it.uniroma1.dis.wiserver.gexf4j.core.data, it.uniroma1.dis.wiserver.gexf4j.core.dynamic, it.uniroma1.dis.wiserver.gexf4j.core.impl, it.uniroma1.dis.wiserver.gexf4j.core.impl.data, it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic, it.uniroma1.dis.wiserver.gexf4j.core.impl.viz, it.uniroma1.dis.wiserver.gexf4j.core.impl.writer, it.uniroma1.dis.wiserver.gexf4j.core.viz, it.uniroma1.dis.wiserver.gexf4j.examples
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

+ +

+Enum Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/package-list b/doc/package-list new file mode 100644 index 0000000..2c68ce5 --- /dev/null +++ b/doc/package-list @@ -0,0 +1,10 @@ +it.uniroma1.dis.wiserver.gexf4j.core +it.uniroma1.dis.wiserver.gexf4j.core.data +it.uniroma1.dis.wiserver.gexf4j.core.dynamic +it.uniroma1.dis.wiserver.gexf4j.core.impl +it.uniroma1.dis.wiserver.gexf4j.core.impl.data +it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic +it.uniroma1.dis.wiserver.gexf4j.core.impl.viz +it.uniroma1.dis.wiserver.gexf4j.core.impl.writer +it.uniroma1.dis.wiserver.gexf4j.core.viz +it.uniroma1.dis.wiserver.gexf4j.examples diff --git a/doc/resources/inherit.gif b/doc/resources/inherit.gif new file mode 100644 index 0000000000000000000000000000000000000000..c814867a13deb0ca7ea2156c6ca1d5a03372af7e GIT binary patch literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X literal 0 HcmV?d00001 diff --git a/doc/serialized-form.html b/doc/serialized-form.html new file mode 100644 index 0000000..c44fabb --- /dev/null +++ b/doc/serialized-form.html @@ -0,0 +1,241 @@ + + + + + + +Serialized Form + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Serialized Form

+
+
+ + + + + +
+Package it.uniroma1.dis.wiserver.gexf4j.core.impl.data
+ +

+ + + + + +
+Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl extends java.util.ArrayList<Attribute> implements Serializable
+ +

+serialVersionUID: 8240096318919688740L + +

+ + + + + +
+Serialized Fields
+ +

+endDate

+
+java.lang.Object endDate
+
+
+
+
+
+

+startDate

+
+java.lang.Object startDate
+
+
+
+
+
+

+attrClass

+
+AttributeClass attrClass
+
+
+
+
+
+

+mode

+
+Mode mode
+
+
+
+
+
+

+startIntervalType

+
+IntervalType startIntervalType
+
+
+
+
+
+

+endIntervalType

+
+IntervalType endIntervalType
+
+
+
+
+ +

+ + + + + +
+Class it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl extends java.util.ArrayList<AttributeValue> implements Serializable
+ +

+serialVersionUID: 7730475001078826140L + +

+ +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/doc/stylesheet.css b/doc/stylesheet.css new file mode 100644 index 0000000..6ea9e51 --- /dev/null +++ b/doc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* Headings */ +h1 { font-size: 145% } + +/* Table colors */ +.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ +.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ +.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ +.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + diff --git a/pom.xml b/pom.xml index 1cf5da0..e65d76a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,9 @@ 4.0.0 - com.ojn.gexf4j + it.uniroma1.dis.wiserver.gexf4j gexf4j - 0.3.0-ALPHA + 0.3.1-ALPHA gexf4j @@ -19,20 +19,6 @@ - - junit - junit - 4.8.1 - jar - test - - - org.hamcrest - hamcrest-all - 1.1 - jar - test - com.google.guava guava diff --git a/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.java b/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.java new file mode 100644 index 0000000..9cc827e --- /dev/null +++ b/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/DynamicGexfGraph.java @@ -0,0 +1,205 @@ +package it.uniroma1.dis.wiserver.gexf4j.examples; + +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; +import it.uniroma1.dis.wiserver.gexf4j.core.EdgeType; +import it.uniroma1.dis.wiserver.gexf4j.core.Gexf; +import it.uniroma1.dis.wiserver.gexf4j.core.Graph; +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.Node; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.SpellImpl; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.util.Calendar; + + +public class DynamicGexfGraph { + + public static void main(String[] args) { + Gexf gexf = new GexfImpl(); + Calendar date = Calendar.getInstance(); + + gexf.getMetadata() + .setLastModified(date.getTime()) + .setCreator("Gephi.org") + .setDescription("A Web network"); + + + Graph graph = gexf.getGraph(); + graph. + setDefaultEdgeType(EdgeType.UNDIRECTED) + .setMode(Mode.DYNAMIC) + .setTimeType(TimeFormat.XSDDATETIME); + + AttributeList attrList = new AttributeListImpl(AttributeClass.NODE); + graph.getAttributeLists().add(attrList); + + Attribute attUrl = attrList.createAttribute("0", AttributeType.STRING, "url"); + Attribute attIndegree = attrList.createAttribute("1", AttributeType.FLOAT, "indegree"); + Attribute attFrog = attrList.createAttribute("2", AttributeType.BOOLEAN, "frog") + .setDefaultValue("true"); + + + /** Node Gephi */ + Node gephi = graph.createNode("0"); + gephi + .setLabel("Gephi") + .getAttributeValues() + .addValue(attUrl, "http://gephi.org") + .addValue(attIndegree, "1"); + + Spell spellGephi = new SpellImpl(); + date.set(2012, 3, 28, 16, 10, 0); + date.set(Calendar.MILLISECOND, 0); + spellGephi.setStartValue(date.getTime()); + gephi.getSpells().add(spellGephi); + + + /** Node Webatlas */ + Node webatlas = graph.createNode("1"); + webatlas + .setLabel("Webatlas") + .getAttributeValues() + .addValue(attUrl, "http://webatlas.fr") + .addValue(attIndegree, "2"); + + Spell spellWebatlas1 = new SpellImpl(); + date.set(Calendar.MINUTE, 15); + spellWebatlas1.setStartValue(date.getTime()); + date.set(2012, 3, 28, 18, 57, 2); + spellWebatlas1.setEndValue(date.getTime()); + webatlas.getSpells().add(spellWebatlas1); + + Spell spellWebatlas2 = new SpellImpl(); + date.set(2012, 3, 28, 20, 31, 10); + spellWebatlas2.setStartValue(date.getTime()).setStartIntervalType(IntervalType.OPEN); + date.set(Calendar.MINUTE, 45); + date.set(Calendar.SECOND, 21); + spellWebatlas2.setEndValue(date.getTime()); + webatlas.getSpells().add(spellWebatlas2); + + Spell spellWebatlas3 = new SpellImpl(); + date.set(2012, 3, 28, 21, 0, 0); + spellWebatlas3.setStartValue(date.getTime()); + date.set(2012, 4, 11, 10, 49, 27); + spellWebatlas3.setEndValue(date.getTime()).setEndIntervalType(IntervalType.OPEN); + webatlas.getSpells().add(spellWebatlas3); + + + /** Node RTGI */ + Node rtgi = graph.createNode("2"); + rtgi + .setLabel("RTGI") + .getAttributeValues() + .addValue(attUrl, "http://rtgi.fr") + .addValue(attIndegree, "1"); + + Spell spellRtgi = new SpellImpl(); + date.set(2012, 3, 27, 6, 0, 0); + spellRtgi.setStartValue(date.getTime()); + date.set(2012, 4, 19); + spellRtgi.setEndValue(date.getTime()); + rtgi.getSpells().add(spellRtgi); + + + /** Node BarabasiLab */ + Node blab = graph.createNode("3"); + blab + .setLabel("BarabasiLab") + .getAttributeValues() + .addValue(attUrl, "http://barabasilab.com") + .addValue(attIndegree, "3") + .addValue(attFrog, "false"); + + + /** Node foobar */ + Node foobar = graph.createNode("4"); + foobar + .setLabel("FooBar") + .getAttributeValues() + .addValue(attUrl, "http://foo.bar") + .addValue(attIndegree, "1") + .addValue(attFrog, "false"); + + + /** Edge 0 [gephi, webatlas] */ + Edge edge0 = gephi.connectTo("0", webatlas); + + Spell spellEdge0 = new SpellImpl(); + date.set(2012, 3, 28, 16, 15, 36); + spellEdge0.setStartValue(date.getTime()); + date.set(2012, 3, 28, 17, 41, 5); + spellEdge0.setEndValue(date.getTime()); + edge0.getSpells().add(spellEdge0); + + + /** Edge 1 [gephi, rtgi] */ + Edge edge1 = gephi.connectTo("1", rtgi); + + Spell spellEdge1 = new SpellImpl(); + date.set(2012, 3, 30, 11, 16, 6); + spellEdge1.setStartValue(date.getTime()); + date.set(2012, 4, 3, 11, 52, 6); + spellEdge1.setEndValue(date.getTime()); + edge1.getSpells().add(spellEdge1); + + + /** Edge 2 [rtgi, webatlas] */ + Edge edge2 = rtgi.connectTo("2", webatlas); + Spell spellEdge2 = new SpellImpl(); + date.set(2012, 4, 1, 11, 0, 0); + spellEdge2.setStartValue(date.getTime()).setStartIntervalType(IntervalType.OPEN); + date.set(2012, 4, 5, 11, 9, 44); + spellEdge2.setEndValue(date.getTime()); + edge2.getSpells().add(spellEdge2); + + + /** Edge 3 [gephi, blab] */ + Edge edge3 = gephi.connectTo("3", blab); + Spell spellEdge3 = new SpellImpl(); + date.set(2012, 3, 30, 12, 13, 22); + spellEdge3.setStartValue(date.getTime()); + date.set(Calendar.MINUTE, 58); + date.set(Calendar.SECOND, 24); + spellEdge3.setEndValue(date.getTime()); + edge3.getSpells().add(spellEdge3); + + + /** Edge 4 [webatlas, blab] */ + Edge edge4 = webatlas.connectTo("4", blab); + Spell spellEdge4 = new SpellImpl(); + date.set(2012, 3, 30, 21, 2, 37); + spellEdge4.setStartValue(date.getTime()); + date.set(Calendar.MINUTE, 13); + spellEdge4.setEndValue(date.getTime()); + edge4.getSpells().add(spellEdge4); + + + /** Edge 5 [foobar, blab] */ + foobar.connectTo("5", blab); + + + StaxGraphWriter graphWriter = new StaxGraphWriter(); + File f = new File("dynamic_graph_sample.gexf"); + FileOutputStream fos; + try { + fos = new FileOutputStream(f, false); + graphWriter.writeToStream(gexf, fos); + System.out.println(f.getAbsolutePath()); + } catch (IOException e) { + e.printStackTrace(); + } + } + +} diff --git a/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.java b/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.java new file mode 100644 index 0000000..ef3b953 --- /dev/null +++ b/src/examples/java/it/uniroma1/dis/wiserver/gexf4j/examples/StaticGexfGraph.java @@ -0,0 +1,92 @@ +package it.uniroma1.dis.wiserver.gexf4j.examples; + +import it.uniroma1.dis.wiserver.gexf4j.core.EdgeType; +import it.uniroma1.dis.wiserver.gexf4j.core.Gexf; +import it.uniroma1.dis.wiserver.gexf4j.core.Graph; +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.Node; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.GexfImpl; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.StaxGraphWriter; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeListImpl; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.util.Calendar; + + +public class StaticGexfGraph { + + public static void main(String[] args) { + Gexf gexf = new GexfImpl(); + Calendar date = Calendar.getInstance(); + + gexf.getMetadata() + .setLastModified(date.getTime()) + .setCreator("Gephi.org") + .setDescription("A Web network"); + + Graph graph = gexf.getGraph(); + graph.setDefaultEdgeType(EdgeType.UNDIRECTED).setMode(Mode.STATIC); + + AttributeList attrList = new AttributeListImpl(AttributeClass.NODE); + graph.getAttributeLists().add(attrList); + + Attribute attUrl = attrList.createAttribute("0", AttributeType.STRING, "url"); + Attribute attIndegree = attrList.createAttribute("1", AttributeType.FLOAT, "indegree"); + Attribute attFrog = attrList.createAttribute("2", AttributeType.BOOLEAN, "frog") + .setDefaultValue("true"); + + + Node gephi = graph.createNode("0"); + gephi + .setLabel("Gephi") + .getAttributeValues() + .addValue(attUrl, "http://gephi.org") + .addValue(attIndegree, "1"); + + Node webatlas = graph.createNode("1"); + webatlas + .setLabel("Webatlas") + .getAttributeValues() + .addValue(attUrl, "http://webatlas.fr") + .addValue(attIndegree, "2"); + + Node rtgi = graph.createNode("2"); + rtgi + .setLabel("RTGI") + .getAttributeValues() + .addValue(attUrl, "http://rtgi.fr") + .addValue(attIndegree, "1"); + + Node blab = graph.createNode("3"); + blab + .setLabel("BarabasiLab") + .getAttributeValues() + .addValue(attUrl, "http://barabasilab.com") + .addValue(attIndegree, "1") + .addValue(attFrog, "false"); + + gephi.connectTo("0", webatlas); + gephi.connectTo("1", rtgi); + webatlas.connectTo("2", gephi); + rtgi.connectTo("3", webatlas); + gephi.connectTo("4", blab); + + StaxGraphWriter graphWriter = new StaxGraphWriter(); + File f = new File("static_graph_sample.gexf"); + FileOutputStream fos; + try { + fos = new FileOutputStream(f, false); + graphWriter.writeToStream(gexf, fos); + System.out.println(f.getAbsolutePath()); + } catch (IOException e) { + e.printStackTrace(); + } + } + +} diff --git a/src/main/java/com/ojn/gexf4j/core/Edge.java b/src/main/java/com/ojn/gexf4j/core/Edge.java deleted file mode 100644 index e270612..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Edge.java +++ /dev/null @@ -1,40 +0,0 @@ -package com.ojn.gexf4j.core; - -import com.ojn.gexf4j.core.viz.Color; -import com.ojn.gexf4j.core.viz.EdgeShape; - -public interface Edge extends SpellableDatum { - - String getId(); - - Node getSource(); - - Node getTarget(); - Edge setTarget(Node target); - - boolean hasLabel(); - Edge clearLabel(); - String getLabel(); - Edge setLabel(String label); - - boolean hasWeight(); - Edge clearWeight(); - float getWeight(); - Edge setWeight(float weight); - - EdgeType getEdgeType(); - Edge setEdgeType(EdgeType edgeType); - - boolean hasColor(); - Edge clearColor(); - Color getColor(); - Edge setColor(Color color); - - boolean hasThickness(); - Edge clearThickness(); - float getThickness(); - Edge setThickness(float thickness); - - EdgeShape getShape(); - Edge setShape(EdgeShape shape); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/EdgeType.java b/src/main/java/com/ojn/gexf4j/core/EdgeType.java deleted file mode 100644 index ca57354..0000000 --- a/src/main/java/com/ojn/gexf4j/core/EdgeType.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.ojn.gexf4j.core; - -public enum EdgeType { - - DIRECTED, - UNDIRECTED, - MUTUAL, -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/Gexf.java b/src/main/java/com/ojn/gexf4j/core/Gexf.java deleted file mode 100644 index 4e7ca6b..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Gexf.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.ojn.gexf4j.core; - -public interface Gexf { - - String getVersion(); - - boolean hasVariant(); - Gexf clearVariant(); - String getVariant(); - Gexf setVariant(String variant); - - Metadata getMetadata(); - - Graph getGraph(); - - boolean hasVisualization(); - Gexf setVisualization(boolean viz); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/GexfReader.java b/src/main/java/com/ojn/gexf4j/core/GexfReader.java deleted file mode 100644 index 7135513..0000000 --- a/src/main/java/com/ojn/gexf4j/core/GexfReader.java +++ /dev/null @@ -1,9 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.io.IOException; -import java.io.InputStream; - -public interface GexfReader { - - Gexf readFromStream(InputStream in) throws IOException; -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/GexfWriter.java b/src/main/java/com/ojn/gexf4j/core/GexfWriter.java deleted file mode 100644 index 813e4a6..0000000 --- a/src/main/java/com/ojn/gexf4j/core/GexfWriter.java +++ /dev/null @@ -1,9 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.io.IOException; -import java.io.OutputStream; - -public interface GexfWriter { - - void writeToStream(Gexf gexf, OutputStream out) throws IOException; -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/Graph.java b/src/main/java/com/ojn/gexf4j/core/Graph.java deleted file mode 100644 index 734a929..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Graph.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.util.List; - -import com.ojn.gexf4j.core.data.AttributeList; -import com.ojn.gexf4j.core.dynamic.Dynamic; - -public interface Graph extends Dynamic, HasNodes { - - EdgeType getDefaultEdgeType(); - Graph setDefaultEdgeType(EdgeType edgeType); - - IDType getIDType(); - Graph setIDType(IDType idType); - - Mode getMode(); - Graph setMode(Mode graphMode); - - String getTimeType(); - Graph setTimeType(String timeType); - - List getAttributeLists(); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/HasNodes.java b/src/main/java/com/ojn/gexf4j/core/HasNodes.java deleted file mode 100644 index b03a24e..0000000 --- a/src/main/java/com/ojn/gexf4j/core/HasNodes.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.util.List; - -public interface HasNodes { - - Node createNode(); - Node createNode(String id); - - List getNodes(); - List getAllEdges(); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/IDType.java b/src/main/java/com/ojn/gexf4j/core/IDType.java deleted file mode 100644 index 0eb6c0c..0000000 --- a/src/main/java/com/ojn/gexf4j/core/IDType.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.ojn.gexf4j.core; - -public enum IDType { - - STRING, - INTEGER, -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/IntervalType.java b/src/main/java/com/ojn/gexf4j/core/IntervalType.java deleted file mode 100644 index e73f602..0000000 --- a/src/main/java/com/ojn/gexf4j/core/IntervalType.java +++ /dev/null @@ -1,6 +0,0 @@ -package com.ojn.gexf4j.core; - -public enum IntervalType { - OPEN, - CLOSE -} diff --git a/src/main/java/com/ojn/gexf4j/core/Metadata.java b/src/main/java/com/ojn/gexf4j/core/Metadata.java deleted file mode 100644 index 7b324cb..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Metadata.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.util.Date; -import java.util.List; - -public interface Metadata { - - boolean isEmpty(); - Metadata clearMetadata(); - - boolean hasLastModified(); - Metadata clearLastModified(); - Date getLastModified(); - Metadata setLastModified(Date lastModified); - - boolean hasCreator(); - Metadata clearCreator(); - String getCreator(); - Metadata setCreator(String creator); - - boolean hasDescription(); - Metadata clearDescription(); - String getDescription(); - Metadata setDescription(String description); - - List getKeywords(); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/Mode.java b/src/main/java/com/ojn/gexf4j/core/Mode.java deleted file mode 100644 index 4545dc6..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Mode.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.ojn.gexf4j.core; - -public enum Mode { - - STATIC, - DYNAMIC, -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/Node.java b/src/main/java/com/ojn/gexf4j/core/Node.java deleted file mode 100644 index 0393c77..0000000 --- a/src/main/java/com/ojn/gexf4j/core/Node.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.util.List; - -import com.ojn.gexf4j.core.viz.Color; -import com.ojn.gexf4j.core.viz.NodeShapeEntity; -import com.ojn.gexf4j.core.viz.Position; - -public interface Node extends SpellableDatum, HasNodes { - - String getId(); - - String getLabel(); - Node setLabel(String label); - - List getEdges(); - - Edge connectTo(Node target); - Edge connectTo(String id, Node target); - - boolean hasEdgeTo(String id); - - boolean hasColor(); - Node clearColor(); - Color getColor(); - Node setColor(Color color); - - boolean hasPosition(); - Node clearPosition(); - Position getPosition(); - Node setPosition(Position position); - - boolean hasSize(); - Node clearSize(); - float getSize(); - Node setSize(float size); - - boolean hasShape(); - Node clearShape(); - NodeShapeEntity getShapeEntity(); - - List getParentForList(); - - boolean hasPID(); - Node clearPID(); - String getPID(); - Node setPID(String pid); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/SpellableDatum.java b/src/main/java/com/ojn/gexf4j/core/SpellableDatum.java deleted file mode 100644 index b76d4fb..0000000 --- a/src/main/java/com/ojn/gexf4j/core/SpellableDatum.java +++ /dev/null @@ -1,8 +0,0 @@ -package com.ojn.gexf4j.core; - -import com.ojn.gexf4j.core.data.Datum; -import com.ojn.gexf4j.core.dynamic.Spellable; - -public interface SpellableDatum extends Spellable, Datum { - -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/Attribute.java b/src/main/java/com/ojn/gexf4j/core/data/Attribute.java deleted file mode 100644 index 945e3bb..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/Attribute.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import java.util.List; - -public interface Attribute { - - String getId(); - - String getTitle(); - Attribute setTitle(String title); - - AttributeType getAttributeType(); - - boolean hasDefaultValue(); - Attribute clearDefaultValue(); - String getDefaultValue(); - Attribute setDefaultValue(String defaultValue); - - List getOptions(); - - AttributeValue createValue(String value); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/AttributeClass.java b/src/main/java/com/ojn/gexf4j/core/data/AttributeClass.java deleted file mode 100644 index c4058d8..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/AttributeClass.java +++ /dev/null @@ -1,7 +0,0 @@ -package com.ojn.gexf4j.core.data; - -public enum AttributeClass { - - NODE, - EDGE, -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/AttributeList.java b/src/main/java/com/ojn/gexf4j/core/data/AttributeList.java deleted file mode 100644 index 35764b4..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/AttributeList.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import java.util.List; - -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.dynamic.Dynamic; - -public interface AttributeList extends List, Dynamic { - - AttributeClass getAttributeClass(); - - Mode getMode(); - AttributeList setMode(Mode mode); - - Attribute createAttribute(AttributeType type, String title); - Attribute createAttribute(String id, AttributeType type, String title); - - AttributeList addAttribute(AttributeType type, String title); - AttributeList addAttribute(String id, AttributeType type, String title); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/AttributeValue.java b/src/main/java/com/ojn/gexf4j/core/data/AttributeValue.java deleted file mode 100644 index 803665d..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/AttributeValue.java +++ /dev/null @@ -1,11 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import com.ojn.gexf4j.core.dynamic.Dynamic; - -public interface AttributeValue extends Dynamic { - - Attribute getAttribute(); - - String getValue(); - AttributeValue setValue(String value); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/AttributeValueList.java b/src/main/java/com/ojn/gexf4j/core/data/AttributeValueList.java deleted file mode 100644 index 6ce22db..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/AttributeValueList.java +++ /dev/null @@ -1,10 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import java.util.List; - -public interface AttributeValueList extends List { - - AttributeValueList addValue(Attribute attribute, String value); - - AttributeValue createValue(Attribute attribute, String value); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/Datum.java b/src/main/java/com/ojn/gexf4j/core/data/Datum.java deleted file mode 100644 index 18735d4..0000000 --- a/src/main/java/com/ojn/gexf4j/core/data/Datum.java +++ /dev/null @@ -1,6 +0,0 @@ -package com.ojn.gexf4j.core.data; - -public interface Datum { - - AttributeValueList getAttributeValues(); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/dynamic/Dynamic.java b/src/main/java/com/ojn/gexf4j/core/dynamic/Dynamic.java deleted file mode 100644 index fc81ea0..0000000 --- a/src/main/java/com/ojn/gexf4j/core/dynamic/Dynamic.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.ojn.gexf4j.core.dynamic; - -import com.ojn.gexf4j.core.IntervalType; - -public interface Dynamic { - - boolean hasStartDate(); - T clearStartDate(); - Object getStartValue(); - T setStartValue(Object startDate); - T setStartIntervalType(IntervalType startIntervalType); - IntervalType getStartIntervalType(); - - boolean hasEndDate(); - T clearEndDate(); - Object getEndValue(); - T setEndValue(Object endDate); - T setEndIntervalType(IntervalType endIntervalType); - IntervalType getEndIntervalType(); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/dynamic/Spell.java b/src/main/java/com/ojn/gexf4j/core/dynamic/Spell.java deleted file mode 100644 index ad48a87..0000000 --- a/src/main/java/com/ojn/gexf4j/core/dynamic/Spell.java +++ /dev/null @@ -1,5 +0,0 @@ -package com.ojn.gexf4j.core.dynamic; - -public interface Spell extends Dynamic { - -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/StaxGraphReader.java b/src/main/java/com/ojn/gexf4j/core/impl/StaxGraphReader.java deleted file mode 100644 index 8e12d45..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/StaxGraphReader.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.ojn.gexf4j.core.impl; - -import java.io.IOException; -import java.io.InputStream; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.GexfReader; - -public class StaxGraphReader implements GexfReader { - - @Override - public Gexf readFromStream(InputStream in) throws IOException { - // TODO Auto-generated method stub - return null; - } - -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellImpl.java b/src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellImpl.java deleted file mode 100644 index 926c237..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellImpl.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.ojn.gexf4j.core.impl.dynamic; - -import com.ojn.gexf4j.core.dynamic.Spell; - -public class SpellImpl extends DynamicBase implements Spell { - - public SpellImpl() { - // do nothing - } - - @Override - protected Spell getSelf() { - return this; - } -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/AbstractEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/AbstractEntityParser.java deleted file mode 100644 index 60e82a5..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/AbstractEntityParser.java +++ /dev/null @@ -1,63 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - -import static com.google.common.base.Preconditions.*; - -import javax.xml.stream.XMLStreamException; -import javax.xml.stream.XMLStreamReader; -import javax.xml.stream.events.XMLEvent; - -public abstract class AbstractEntityParser { - - private XMLStreamReader reader = null; - private boolean foundEnd = false; - - protected abstract void onStartElement(XMLStreamReader reader); - protected abstract void onEndElement(); - protected abstract void onCharacters(XMLStreamReader reader); - protected abstract void onOther(XMLStreamReader reader, int eventType); - protected abstract void onAttribute(String name, String value); - - public AbstractEntityParser(XMLStreamReader reader) { - checkNotNull(reader); - this.reader = reader; - } - - protected void parse() { - try { - if (reader.getEventType() == XMLEvent.START_ELEMENT && reader.getAttributeCount() > 0) { - for (int i = 0; i < reader.getAttributeCount(); i++) { - onAttribute(reader.getAttributeLocalName(i),reader.getAttributeValue(i)); - } - } - - while (!foundEnd && reader.hasNext()) { - switch (reader.next()) { - case XMLEvent.START_ELEMENT: - System.out.print("START_ELEMENT\t"); - System.out.print(reader.getLocalName() + "\t"); - System.out.println("AttribCount: " + reader.getAttributeCount()); - onStartElement(reader); - break; - - case XMLEvent.CHARACTERS: - System.out.print("CHARACTERS\t"); - System.out.println("CHARS: " + reader.getText()); - onCharacters(reader); - break; - - case XMLEvent.END_ELEMENT: - System.out.println("END ELEMENT\t"); - foundEnd = true; - break; - - default: - System.out.println("DEFAULTED"); - onOther(reader, reader.getEventType()); - break; - } - } - } catch (XMLStreamException e) { - e.printStackTrace(); - } - } -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgeEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgeEntityParser.java deleted file mode 100644 index c283afa..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgeEntityParser.java +++ /dev/null @@ -1,74 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - - -public class EdgeEntityParser { /*extends AbstractEntityParser { - private static final String ATTRIB_ID = "id"; - private static final String ATTRIB_LABEL = "label"; - private static final String ATTRIB_SOURCE = "source"; - private static final String ATTRIB_TARGET = "target"; - private static final String ATTRIB_WEIGHT = "weight"; - private static final String ATTRIB_TYPE = "type"; - - private Graph graph = null; - private String id = ""; - private String label = ""; - private String source = null; - private String target = null; - private float weight = 0.0f; - private EdgeType type = EdgeType.NOTSET; - - public EdgeEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - this.graph = graph; - parse(); - } - - @Override - protected void onAttribute(String name, String value) { - if (ATTRIB_ID.equalsIgnoreCase(name)) { - id = value; - - } else if (ATTRIB_LABEL.equalsIgnoreCase(name)) { - label = value; - - } else if (ATTRIB_SOURCE.equalsIgnoreCase(name)) { - source = value; - - } else if (ATTRIB_TARGET.equalsIgnoreCase(name)) { - target = value; - - } else if (ATTRIB_WEIGHT.equalsIgnoreCase(name)) { - weight = Float.parseFloat(value); - - } else if (ATTRIB_TYPE.equalsIgnoreCase(name)) { - type = EdgeType.valueOf(value); - } - - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onEndElement() { - Node ns = graph.getNodeMap().get(source); - Node nt = graph.getNodeMap().get(target); - - Edge e = ns.connectTo(id, nt); - e.setEdgeType(type); - e.setLabel(label); - e.setWeight(weight); - }*/ -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgesEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgesEntityParser.java deleted file mode 100644 index 0a49970..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/EdgesEntityParser.java +++ /dev/null @@ -1,41 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - - -public class EdgesEntityParser { /*extends AbstractEntityParser> { - private static final String ENTITY_EDGE = "edge"; - - private Graph graph = null; - - public EdgesEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - this.graph = graph; - parse(); - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - if (ENTITY_EDGE.equalsIgnoreCase(reader.getLocalName())) { - new EdgeEntityParser(reader, graph); - } - } - - @Override - protected void onAttribute(String name, String value) { - // do nothing - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onEndElement() { - // do nothing - }*/ -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/GexfEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/GexfEntityParser.java deleted file mode 100644 index 1032f3c..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/GexfEntityParser.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - - -public class GexfEntityParser { /*extends AbstractEntityParser { - private static final String ATTRIB_VERSION = "version"; - private static final String ENTITY_META = "meta"; - private static final String ENTITY_GRAPH = "graph"; - - private Graph graph = null; - - public GexfEntityParser(XMLStreamReader reader) { - super(reader); - graph = new GraphImpl(); - parse(); - } - - @Override - protected void onAttribute(String name, String value) { - if (ATTRIB_VERSION.equalsIgnoreCase(name)) { - // ensure it is version 1.1 - } - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - if (ENTITY_META.equalsIgnoreCase(reader.getLocalName())) { - new MetaEntityParser(reader, graph); - - } else if (ENTITY_GRAPH.equalsIgnoreCase(reader.getLocalName())) { - new GraphEntityParser(reader, graph); - } - } - - public Graph getGraph() { - return graph; - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onEndElement() { - // do nothing - } */ -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/GraphEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/GraphEntityParser.java deleted file mode 100644 index a3a2546..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/GraphEntityParser.java +++ /dev/null @@ -1,61 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - - -public class GraphEntityParser { /*extends AbstractEntityParser { - private static final String ATTRIB_EDGETYPE = "defaultedgetype"; - private static final String ATTRIB_MODE = "mode"; - private static final String ENTITY_ATTRIBUTES = "attributes"; - private static final String ENTITY_NODES = "nodes"; - private static final String ENTITY_EDGES = "edges"; - - private Graph graph = null; - - public GraphEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - this.graph = graph; - parse(); - } - - @Override - protected void onAttribute(String name, String value) { - if (ATTRIB_EDGETYPE.equalsIgnoreCase(name)) { - graph.setDefaultEdgeType(EdgeType.valueOf(value.toUpperCase())); - - } else if (ATTRIB_MODE.equalsIgnoreCase(name)) { - graph.setMode(Mode.valueOf(value.toUpperCase())); - } - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - if (ENTITY_ATTRIBUTES.equalsIgnoreCase(reader.getLocalName())) { - AttributesEntityParser aep = new AttributesEntityParser(reader); - if (aep.getAttClass() == AttributeClass.NODE) { - attribsNodes = aep.getEntity(); - } else if (aep.getAttClass() == AttributeClass.EDGE) { - attribsEdges = aep.getEntity(); - } - - } else if (ENTITY_NODES.equalsIgnoreCase(reader.getLocalName())) { - new NodesEntityParser(reader, graph); - - } else if (ENTITY_EDGES.equalsIgnoreCase(reader.getLocalName())) { - new EdgesEntityParser(reader, graph); - } - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onEndElement() { - // do nothing - } */ -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/MetaEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/MetaEntityParser.java deleted file mode 100644 index adf6f55..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/MetaEntityParser.java +++ /dev/null @@ -1,68 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - - -public class MetaEntityParser { /*extends AbstractEntityParser { - private static final String ENTITY_CREATOR = "creator"; - private static final String ENTITY_DESCRIPTION = "description"; - private static final String ENTITY_KEYWORDS = "keywords"; - private static final String ATTRIB_LASTMODIFIED = "lastmodifieddate"; - - private Graph graph = null; - - public MetaEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - this.graph = graph; - parse(); - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - StringEntityParser sep = null; - - if (ENTITY_CREATOR.equalsIgnoreCase(reader.getLocalName())) { - sep = new StringEntityParser(reader); - graph.getMetadata().setCreator(sep.getValue()); - - - } else if (ENTITY_DESCRIPTION.equalsIgnoreCase(reader.getLocalName())) { - sep = new StringEntityParser(reader); - graph.getMetadata().setDescription(sep.getValue()); - - } else if (ENTITY_KEYWORDS.equalsIgnoreCase(reader.getLocalName())) { - sep = new StringEntityParser(reader); - Iterables.addAll(graph.getMetadata().getKeywords(), - Splitter - .on(',') - .trimResults() - .omitEmptyStrings() - .split(sep.getValue())); - } - } - - @Override - protected void onAttribute(String name, String value) { - if (ATTRIB_LASTMODIFIED.equalsIgnoreCase(name)) { - SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); - try { - graph.getMetadata().setLastModified(sdf.parse(value)); - } catch (ParseException e) { - e.printStackTrace(); - } - } - } - - @Override - protected void onEndElement() { - // do nothing - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } */ -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/NodeEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/NodeEntityParser.java deleted file mode 100644 index 69c11f9..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/NodeEntityParser.java +++ /dev/null @@ -1,59 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - -import javax.xml.stream.XMLStreamReader; - -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.Node; - -public class NodeEntityParser extends AbstractEntityParser { - private static final String ATTRIB_ID = "id"; - private static final String ATTRIB_LABEL = "label"; - // private static final String ENTITY_ATTVALUES = "attvalues"; - - private String id = ""; - private String label = ""; - // private List attributeValues = null; - private Graph graph = null; - - public NodeEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - // attributeValues = new ArrayList(); - this.graph = graph; - parse(); - } - - @Override - protected void onAttribute(String name, String value) { - if (ATTRIB_ID.equalsIgnoreCase(name)) { - id = value; - - } else if (ATTRIB_LABEL.equalsIgnoreCase(name)) { - label = value; - } - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - /*if (ENTITY_ATTVALUES.equalsIgnoreCase(reader.getLocalName())) { - AttValuesEntityParser avep = new AttValuesEntityParser(reader, attributes); - attributeValues = avep.getEntity(); - attributeValues.size(); - }*/ - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onEndElement() { - Node n = graph.createNode(id); - n.setLabel(label); - } -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/NodesEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/NodesEntityParser.java deleted file mode 100644 index 421c28a..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/NodesEntityParser.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - -import java.util.List; - -import javax.xml.stream.XMLStreamReader; - -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.Node; - -public class NodesEntityParser extends AbstractEntityParser> { - private static final String ENTITY_NODE = "node"; - - private Graph graph = null; - - public NodesEntityParser(XMLStreamReader reader, Graph graph) { - super(reader); - this.graph = graph; - parse(); - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - if (ENTITY_NODE.equalsIgnoreCase(reader.getLocalName())) { - new NodeEntityParser(reader, graph); - } - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onAttribute(String name, String value) { - // do nothing - } - - @Override - protected void onEndElement() { - // do nothing - } -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/impl/reader/StringEntityParser.java b/src/main/java/com/ojn/gexf4j/core/impl/reader/StringEntityParser.java deleted file mode 100644 index 0bac162..0000000 --- a/src/main/java/com/ojn/gexf4j/core/impl/reader/StringEntityParser.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.ojn.gexf4j.core.impl.reader; - -import javax.xml.stream.XMLStreamReader; - -public class StringEntityParser extends AbstractEntityParser { - - private String name = ""; - private String value = ""; - - public StringEntityParser(XMLStreamReader reader) { - super(reader); - name = reader.getLocalName(); - parse(); - } - - @Override - protected void onCharacters(XMLStreamReader reader) { - value = reader.getText(); - } - - public String getName() { - return name; - } - - public String getValue() { - return value; - } - - @Override - protected void onOther(XMLStreamReader reader, int eventType) { - // do nothing - } - - @Override - protected void onStartElement(XMLStreamReader reader) { - // do nothing - } - - @Override - protected void onAttribute(String name, String value) { - // do nothing - } - - @Override - protected void onEndElement() { - // do nothing - } -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/viz/Color.java b/src/main/java/com/ojn/gexf4j/core/viz/Color.java deleted file mode 100644 index 9aa8f2b..0000000 --- a/src/main/java/com/ojn/gexf4j/core/viz/Color.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.ojn.gexf4j.core.viz; - -public interface Color { - - int getR(); - Color setR(int r); - - int getG(); - Color setG(int g); - - int getB(); - Color setB(int b); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/viz/NodeShapeEntity.java b/src/main/java/com/ojn/gexf4j/core/viz/NodeShapeEntity.java deleted file mode 100644 index dfa4ad3..0000000 --- a/src/main/java/com/ojn/gexf4j/core/viz/NodeShapeEntity.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.ojn.gexf4j.core.viz; - -public interface NodeShapeEntity { - - NodeShape getNodeShape(); - NodeShapeEntity setNodeShape(NodeShape shape); - - boolean hasUri(); - NodeShapeEntity clearUri(); - String getUri(); - NodeShapeEntity setUri(String uri); -} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/viz/Position.java b/src/main/java/com/ojn/gexf4j/core/viz/Position.java deleted file mode 100644 index fb5202e..0000000 --- a/src/main/java/com/ojn/gexf4j/core/viz/Position.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.ojn.gexf4j.core.viz; - -public interface Position { - - float getX(); - Position setX(float x); - - float getY(); - Position setY(float y); - - float getZ(); - Position setZ(float z); -} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Edge.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Edge.java new file mode 100644 index 0000000..a0452c9 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Edge.java @@ -0,0 +1,162 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape; + +/** + * Interface for the Edge element. + * + */ +public interface Edge extends SpellableDatum { + + /** + * Returns the ID of the Edge + * @return the Edge ID as String + */ + String getId(); + + /** + * Returns the source of the Edge + * @return the source node + */ + Node getSource(); + + /** + * Returns the target of the Edge + * @return the target node + */ + Node getTarget(); + + /** + * Sets the target of the Edge + * @param target the target node of the Edge + * @return the current Edge + */ + Edge setTarget(Node target); + + /** + * Checks if the Edge has a label + * @return true if Edge has a label + */ + boolean hasLabel(); + + /** + * Clears the label of the Edge + * @return the current Edge + */ + Edge clearLabel(); + + /** + * Returns the label of the Edge + * @return the label as String + */ + String getLabel(); + + /** + * Sets the label of the Edge + * @param label a label as String for the Edge + * @return the current Edge + */ + Edge setLabel(String label); + + /** + * Checks if the Edge has a weight + * @return true if the Edge has a weight + */ + boolean hasWeight(); + + /** + * Clears the weight of the Edge + * @return the current Edge + */ + Edge clearWeight(); + + /** + * Returns the weight of the Edge + * @return the weight as float + */ + float getWeight(); + + /** + * Sets the weight for the Edge + * @param weight a float number indicating the weight + * @return the current Edge + */ + Edge setWeight(float weight); + + /** + * Returns the type of the Edge + * @return an EdgeType enum for that Edge + */ + EdgeType getEdgeType(); + + /** + * Sets the type of the Edge + * @param edgeType an instance of the EdgeType enum + * @return the current Edge + */ + Edge setEdgeType(EdgeType edgeType); + + /** + * Checks if the Edge has a color + * @return true if the Edge has a color + */ + boolean hasColor(); + + /** + * Clears the color of the Edge + * @return the current Edge + */ + Edge clearColor(); + + /** + * Returns the color of the Edge + * @return a Color object for that Edge + */ + Color getColor(); + + /** + * Sets the color of the Edge + * @param color an instance of Color + * @return the current Edge + */ + Edge setColor(Color color); + + /** + * Checks if the Edge has a thickness + * @return true if the Edge has a thickness + */ + boolean hasThickness(); + + /** + * Clears the thickness of the Edge + * @return the current Edge + */ + Edge clearThickness(); + + /** + * Returns the thickness of the Edge + * @return the thickness as float + */ + float getThickness(); + + /** + * Sets the thickness of the Edge + * @param thickness a float number indicating the thickness + * @return the current Edge + */ + Edge setThickness(float thickness); + + /** + * Returns the shape of the Edge + * @return a EdgeShape enum for that Edge + */ + EdgeShape getShape(); + + /** + * Sets the shape of the Edge + * @param shape an instance of the EdgeShape enum + * @return the current Edge + */ + Edge setShape(EdgeShape shape); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.java new file mode 100644 index 0000000..3f564eb --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/EdgeType.java @@ -0,0 +1,12 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +/** + * A class for the type of Edge. + * + */ +public enum EdgeType { + + DIRECTED, + UNDIRECTED, + MUTUAL, +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.java new file mode 100644 index 0000000..f6e9a12 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Gexf.java @@ -0,0 +1,64 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +/** + * Interface for the GEXF element. + * + */ +public interface Gexf { + + /** + * Returns the version of the GEXF file format + * @return the GEXF version + */ + String getVersion(); + + /** + * Checks if the GEXF has the variant + * @return true if the GEXF has the variant + */ + boolean hasVariant(); + + /** + * Clears the variant of the GEXF + * @return the current GEXF object + */ + Gexf clearVariant(); + + /** + * Returns the variant of the GEXF + * @return the variant as String + */ + String getVariant(); + + /** + * Sets the variant for the GEXF + * @param variant + * @return the current GEXF object + */ + Gexf setVariant(String variant); + + /** + * Returns the Metadata of the GEXF + * @return an instance of Metadata + */ + Metadata getMetadata(); + + /** + * Returns the Graph of the GEXF + * @return the instantiated Graph + */ + Graph getGraph(); + + /** + * Checks if the GEXF has a visualization + * @return true if the GEXF has a visualization + */ + boolean hasVisualization(); + + /** + * Sets the visualization for the GEXF + * @param viz true if you want to set the visualization + * @return the current GEXF object + */ + Gexf setVisualization(boolean viz); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.java new file mode 100644 index 0000000..f86f4a7 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/GexfWriter.java @@ -0,0 +1,19 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import java.io.IOException; +import java.io.OutputStream; + +/** + * Interface for the GexfWriter tool. + * + */ +public interface GexfWriter { + + /** + * Method to physically write the GEXF object in a file + * @param gexf the current object of the GEXF file + * @param out the OutputStream of the output file + * @throws IOException + */ + void writeToStream(Gexf gexf, OutputStream out) throws IOException; +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Graph.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Graph.java new file mode 100644 index 0000000..5480ccf --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Graph.java @@ -0,0 +1,71 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic; + +import java.util.List; + +/** + * Interface for the Graph element. + * + */ +public interface Graph extends Dynamic, HasNodes { + + /** + * Returns the default type of the Edges + * @return an EdgeType enum for the Graph + */ + EdgeType getDefaultEdgeType(); + + /** + * Sets the default type of the Edges + * @param edgeType an instance of the EdgeType enum + * @return the current Graph + */ + Graph setDefaultEdgeType(EdgeType edgeType); + + /** + * Returns the type of the ID + * @return an IDType enum for the Graph + */ + IDType getIDType(); + + /** + * Sets the type of the ID + * @param idType an instance of IDType enum + * @return the current Graph + */ + Graph setIDType(IDType idType); + + /** + * Returns the mode of the Graph + * @return a Mode enum for the Graph + */ + Mode getMode(); + + /** + * Sets the mode of the Graph + * @param graphMode an instance of the Mode enum + * @return the current Graph + */ + Graph setMode(Mode graphMode); + + /** + * Returns the type of time + * @return the type of time as String + */ + String getTimeType(); + + /** + * Sets the type of time + * @param timeType a type of time as String + * @return the current Graph + */ + Graph setTimeType(String timeType); + + /** + * Returns the list of the Graph's attributes + * @return the list of the attributes for the Graph + */ + List getAttributeLists(); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.java new file mode 100644 index 0000000..f2823c8 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/HasNodes.java @@ -0,0 +1,31 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import java.util.List; + +public interface HasNodes { + + /** + * Creates a new Node + * @return the built Node + */ + Node createNode(); + + /** + * Creates a new Node with a specific ID + * @param id the ID of the Node + * @return the built Node + */ + Node createNode(String id); + + /** + * Returns the list of all the Nodes + * @return the list of all the Nodes + */ + List getNodes(); + + /** + * Returns the list of all the Edges + * @return the list of all the Edges + */ + List getAllEdges(); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IDType.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IDType.java new file mode 100644 index 0000000..afcfd20 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IDType.java @@ -0,0 +1,7 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +public enum IDType { + + STRING, + INTEGER, +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.java new file mode 100644 index 0000000..4a0d0fb --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/IntervalType.java @@ -0,0 +1,6 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +public enum IntervalType { + OPEN, + CLOSE +} diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.java new file mode 100644 index 0000000..7617a22 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Metadata.java @@ -0,0 +1,104 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import java.util.Date; +import java.util.List; + +/** + * Interface for Metadata. + * + */ +public interface Metadata { + + /** + * Checks if the Metadata is empty + * @return true if the Metadata is empty + */ + boolean isEmpty(); + + /** + * Clears Metadata + * @return the current Metadata + */ + Metadata clearMetadata(); + + /** + * Checks if the GEXF file has a value for the field lastmodifieddate + * @return true if the Metadata has a value for the field lastmodifieddate + */ + boolean hasLastModified(); + + /** + * Clears the lastmodifieddate field + * @return the current Metadata + */ + Metadata clearLastModified(); + + /** + * Returns the value of the lastmodifieddate field + * @return the last modified date as Date + */ + Date getLastModified(); + + /** + * Sets the value for the lastmodifieddate field + * @param lastModified an instance of Date + * @return the current Metadata + */ + Metadata setLastModified(Date lastModified); + + /** + * Checks if the GEXF file has a creator + * @return true if the Metadata has a creator + */ + boolean hasCreator(); + + /** + * Clears the creator field + * @return the current Metadata + */ + Metadata clearCreator(); + + /** + * Returns the creator of the GEXF file + * @return the creator as String + */ + String getCreator(); + + /** + * Sets the creator for the GEXF file + * @param creator the author as String + * @return the current Metadata + */ + Metadata setCreator(String creator); + + /** + * Checks if the GEXF file has a description + * @return true if the GEXF file has a description + */ + boolean hasDescription(); + + /** + * Clears the description of the GEXF file + * @return the current Metadata + */ + Metadata clearDescription(); + + /** + * Returns the description of the GEXF file + * @return the description as String + */ + String getDescription(); + + /** + * Sets the description for the GEXF file + * @param description the description as String + * @return the current Metadata + */ + Metadata setDescription(String description); + + /** + * Returns a list of keywords of the GEXF file + * @return a list of keywords + */ + List getKeywords(); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Mode.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Mode.java new file mode 100644 index 0000000..97d17dd --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Mode.java @@ -0,0 +1,11 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +/** + * A class for the mode of the graph. + * + */ +public enum Mode { + + STATIC, + DYNAMIC, +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Node.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Node.java new file mode 100644 index 0000000..0195b58 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/Node.java @@ -0,0 +1,185 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Position; + +import java.util.List; + +/** + * Interface for the Node element. + * + */ +public interface Node extends SpellableDatum, HasNodes { + + /** + * Returns the ID of the Node + * @return the Node ID as String + */ + String getId(); + + /** + * Returns the label of the Node + * @return the label as String + */ + String getLabel(); + + /** + * Sets the label of the Node + * @param label a label as String for the Node + * @return the current Node + */ + Node setLabel(String label); + + /** + * Returns the list of the Node's edges + * @return the list of the edges for this Node + */ + List getEdges(); + + /** + * Creates an Edge between this Node and the target Node + * @param target the target Node of the Edge + * @return the built Edge + */ + Edge connectTo(Node target); + + /** + * Creates an Edge with a particular ID between this Node and the target Node + * @param id the ID of the Edge + * @param target the target Node of the Edge + * @return the built Edge + */ + Edge connectTo(String id, Node target); + + /** + * Checks if this Node is connected to another Node + * @param id the ID of the other Node + * @return true if this Node is connected to another Node + */ + boolean hasEdgeTo(String id); + + /** + * Checks if the Node has a color + * @return true if the Node has a color + */ + boolean hasColor(); + + /** + * Clears the color of the Node + * @return the current Node + */ + Node clearColor(); + + /** + * Returns the color of the Node + * @return a Color object for that Node + */ + Color getColor(); + + /** + * Sets the color of the Node + * @param color an instance of Color + * @return the current Node + */ + Node setColor(Color color); + + /** + * Checks if the Node has a position + * @return true if the Node has a position + */ + boolean hasPosition(); + + /** + * Clears the position of the Node + * @return the current Node + */ + Node clearPosition(); + + /** + * Returns the position of the Node + * @return an instance of Position + */ + Position getPosition(); + + /** + * Sets the position of the Node + * @param position an instance of Position + * @return the current Node + */ + Node setPosition(Position position); + + /** + * Checks if the Node has a size + * @return true if the Node has a size + */ + boolean hasSize(); + + /** + * Clears the size of the Node + * @return the current Node + */ + Node clearSize(); + + /** + * Returns the size of the Node + * @return the size as float + */ + float getSize(); + + /** + * Sets the size of the Node + * @param size a float number indicating the size + * @return the current Node + */ + Node setSize(float size); + + /** + * Checks if the Node has a shape + * @return true if the Node has a shape + */ + boolean hasShape(); + + /** + * Clears the shape of the Node + * @return the current Node + */ + Node clearShape(); + + /** + * Returns the shape entity of the Node + * @return an instance of NodeShapeEntity + */ + NodeShapeEntity getShapeEntity(); + + /** + * Returns the list of the Node's parents + * @return the list of the parents for this Node + */ + List getParentForList(); + + /** + * Checks if the Node has a PID + * @return true if the Node has a PID + */ + boolean hasPID(); + + /** + * Clears the PID of the Node + * @return the current Node + */ + Node clearPID(); + + /** + * Returns the PID of the Node + * @return the PID as String + */ + String getPID(); + + /** + * Sets the PID of the Node + * @param pid a String indicating the PID + * @return the current Node + */ + Node setPID(String pid); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.java new file mode 100644 index 0000000..c7d7765 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/SpellableDatum.java @@ -0,0 +1,8 @@ +package it.uniroma1.dis.wiserver.gexf4j.core; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.Datum; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable; + +public interface SpellableDatum extends Spellable, Datum { + +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.java new file mode 100644 index 0000000..f9b1931 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Attribute.java @@ -0,0 +1,73 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +import java.util.List; + +/** + * Interface for the Attributes. + * + */ +public interface Attribute { + + /** + * Returns the ID of the Attribute + * @return the ID as String + */ + String getId(); + + /** + * Returns the title of the Attribute + * @return the title as String + */ + String getTitle(); + + /** + * Sets the title of the Attribute + * @param title the Attribute's title as String + * @return the current Attribute + */ + Attribute setTitle(String title); + + /** + * Returns the type of the Attribute + * @return an AttributeType enum for that Attribute + */ + AttributeType getAttributeType(); + + /** + * Checks if the Attribute has a default value + * @return true if the Attribute has a default value + */ + boolean hasDefaultValue(); + + /** + * Clears the default value of the Attribute + * @return the current Attribute + */ + Attribute clearDefaultValue(); + + /** + * Returns the default value of the Attribute + * @return the default value as String + */ + String getDefaultValue(); + + /** + * Sets the default value of the Attribute + * @param defaultValue the default value as String + * @return the current Attribute + */ + Attribute setDefaultValue(String defaultValue); + + /** + * Returns the list of the Attribute's options + * @return the list of the options + */ + List getOptions(); + + /** + * Creates a value for that Attribute + * @param value the value of the Attribute as String + * @return an instance of the AttributeValue class + */ + AttributeValue createValue(String value); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.java new file mode 100644 index 0000000..5671ab5 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeClass.java @@ -0,0 +1,7 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +public enum AttributeClass { + + NODE, + EDGE +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.java new file mode 100644 index 0000000..774b09d --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeList.java @@ -0,0 +1,66 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic; + +import java.util.List; + +/** + * Interface for the AttributeList + * + */ +public interface AttributeList extends List, Dynamic { + + /** + * Returns the AttributeClass for the list of Attributes + * @return an AttributeClass enum for that list + */ + AttributeClass getAttributeClass(); + + /** + * Returns the Mode of the list of Attributes + * @return a Mode enum + */ + Mode getMode(); + + /** + * Sets the Mode for that list of Attributes + * @param mode an instance of Mode enum + * @return the current AttributeList + */ + AttributeList setMode(Mode mode); + + /** + * Creates and adds an Attribute to the AttributeList + * @param type the type of the Attribute as AttributeType enum + * @param title the title of the Attribute as String + * @return the built Attribute + */ + Attribute createAttribute(AttributeType type, String title); + + /** + * Creates and adds an Attribute to the AttributeList + * @param id the ID of the Attribute as String + * @param type the type of the Attribute as AttributeType enum + * @param title the title of the Attribute as String + * @return the built Attribute + */ + Attribute createAttribute(String id, AttributeType type, String title); + + /** + * Creates and adds an Attribute to the AttributeList + * @param type the type of the Attribute as AttributeType enum + * @param title the title of the Attribute as String + * @return the current AttributeList + */ + AttributeList addAttribute(AttributeType type, String title); + + /** + * Creates and adds an Attribute to the AttributeList + * @param id the ID of the Attribute as String + * @param type the type of the Attribute as AttributeType enum + * @param title the title of the Attribute as String + * @return the current AttributeList + */ + AttributeList addAttribute(String id, AttributeType type, String title); +} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/data/AttributeType.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.java similarity index 67% rename from src/main/java/com/ojn/gexf4j/core/data/AttributeType.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.java index cc127e8..7ac8b2d 100644 --- a/src/main/java/com/ojn/gexf4j/core/data/AttributeType.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeType.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.data; +package it.uniroma1.dis.wiserver.gexf4j.core.data; public enum AttributeType { diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.java new file mode 100644 index 0000000..405ca1e --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValue.java @@ -0,0 +1,29 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic; + +/** + * Interface for the AttributeValue. + * + */ +public interface AttributeValue extends Dynamic { + + /** + * Returns the Attribute + * @return an instance of the Attribute class + */ + Attribute getAttribute(); + + /** + * Returns the value of the Attribute + * @return the value as String + */ + String getValue(); + + /** + * Sets the value for that Attribute + * @param value the value of the Attribute + * @return the current AttributeValue + */ + AttributeValue setValue(String value); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.java new file mode 100644 index 0000000..03e8099 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/AttributeValueList.java @@ -0,0 +1,26 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +import java.util.List; + +/** + * Interface for the AttributeValueList + * + */ +public interface AttributeValueList extends List { + + /** + * Adds a value in the list + * @param attribute + * @param value a value for the Attribute + * @return the current AttributeValueList + */ + AttributeValueList addValue(Attribute attribute, String value); + + /** + * Creates a value for the Attribute + * @param attribute the Attribute that you want to set + * @param value a value for the Attribute + * @return the current AttributeValueList + */ + AttributeValue createValue(Attribute attribute, String value); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.java new file mode 100644 index 0000000..a2d238d --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/data/Datum.java @@ -0,0 +1,14 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.data; + +/** + * Interface for Datum. + * + */ +public interface Datum { + + /** + * Returns a list of attribute values + * @return an instance of AttributeValueList class + */ + AttributeValueList getAttributeValues(); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.java new file mode 100644 index 0000000..4cf15e9 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Dynamic.java @@ -0,0 +1,82 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.dynamic; + +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; + +public interface Dynamic { + + /** + * Checks if the element has a start date + * @return true if the element has a start date + */ + boolean hasStartDate(); + + /** + * Clears the start date of the element + * @return the current element + */ + T clearStartDate(); + + /** + * Returns the start date of the element + * @return an instance of the start date + */ + Object getStartValue(); + + /** + * Sets the start date for that element + * @param startDate an instance of the start date + * @return the current element + */ + T setStartValue(Object startDate); + + /** + * Sets the interval type for the start date + * @param startIntervalType an instance of IntervalType enum + * @return the current element + */ + T setStartIntervalType(IntervalType startIntervalType); + + /** + * Returns the interval type of the start date + * @return an instance of IntervalType enum + */ + IntervalType getStartIntervalType(); + + /** + * Checks if the element has an end date + * @return true if the element has an end date + */ + boolean hasEndDate(); + + /** + * Clears the end date of the element + * @return the current element + */ + T clearEndDate(); + + /** + * Returns the end date of the element + * @return an instance of the end date + */ + Object getEndValue(); + + /** + * Sets the end date for that element + * @param endDate an instance of the end date + * @return the current element + */ + T setEndValue(Object endDate); + + /** + * Sets the interval type for the end date + * @param endIntervalType an instance of IntervalType enum + * @return the current element + */ + T setEndIntervalType(IntervalType endIntervalType); + + /** + * Returns the interval type of the end date + * @return an instance of IntervalType enum + */ + IntervalType getEndIntervalType(); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.java new file mode 100644 index 0000000..6cb42c5 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spell.java @@ -0,0 +1,9 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.dynamic; + +/** + * Interface for the Spell element. + * + */ +public interface Spell extends Dynamic { + +} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/dynamic/Spellable.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.java similarity index 68% rename from src/main/java/com/ojn/gexf4j/core/dynamic/Spellable.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.java index 8d58577..aa256b6 100644 --- a/src/main/java/com/ojn/gexf4j/core/dynamic/Spellable.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/Spellable.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.dynamic; +package it.uniroma1.dis.wiserver.gexf4j.core.dynamic; import java.util.List; diff --git a/src/main/java/com/ojn/gexf4j/core/dynamic/TimeFormat.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.java similarity index 80% rename from src/main/java/com/ojn/gexf4j/core/dynamic/TimeFormat.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.java index 5615158..b4fcf28 100644 --- a/src/main/java/com/ojn/gexf4j/core/dynamic/TimeFormat.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/dynamic/TimeFormat.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.dynamic; +package it.uniroma1.dis.wiserver.gexf4j.core.dynamic; public class TimeFormat { public static final String INTEGER = "integer"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/EdgeImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.java similarity index 83% rename from src/main/java/com/ojn/gexf4j/core/impl/EdgeImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.java index a994eae..ba01c14 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/EdgeImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/EdgeImpl.java @@ -1,13 +1,16 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.*; - -import com.ojn.gexf4j.core.Edge; -import com.ojn.gexf4j.core.EdgeType; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.viz.Color; -import com.ojn.gexf4j.core.viz.EdgeShape; - +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; +import it.uniroma1.dis.wiserver.gexf4j.core.EdgeType; +import it.uniroma1.dis.wiserver.gexf4j.core.Node; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape; + +/** + * EdgeImpl class is an implementation of the Edge interface. + * + */ public class EdgeImpl extends SpellableDatumBase implements Edge { private String id = ""; @@ -20,7 +23,12 @@ public class EdgeImpl extends SpellableDatumBase implements Edge { private float weight = Float.MIN_VALUE; private EdgeType edgeType = EdgeType.UNDIRECTED; - + /** + * Constructs an Edge with a specific ID, a source Node and a target Node + * @param id the ID of the Edge + * @param source the source node of the Edge + * @param target the target node of the Edge + */ public EdgeImpl(String id, Node source, Node target) { checkArgument(id != null, "ID cannot be null."); checkArgument(!id.trim().isEmpty(), "ID cannot be empty or blank."); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/GexfImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.java similarity index 80% rename from src/main/java/com/ojn/gexf4j/core/impl/GexfImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.java index 1d30b10..f9b3895 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/GexfImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GexfImpl.java @@ -1,12 +1,15 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.Gexf; +import it.uniroma1.dis.wiserver.gexf4j.core.Graph; +import it.uniroma1.dis.wiserver.gexf4j.core.Metadata; -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.Metadata; - +/** + * GexfImpl class is an implementation of the Gexf interface. + * + */ public class GexfImpl implements Gexf { private static final String VERSION = "1.2"; @@ -15,6 +18,9 @@ public class GexfImpl implements Gexf { private Metadata meta = null; private boolean viz = false; + /** + * Constructs a GEXF object + */ public GexfImpl() { graph = new GraphImpl(); meta = new MetadataImpl(); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/GraphImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.java similarity index 74% rename from src/main/java/com/ojn/gexf4j/core/impl/GraphImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.java index d81916b..20d42fa 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/GraphImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/GraphImpl.java @@ -1,21 +1,25 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.checkArgument; +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; +import it.uniroma1.dis.wiserver.gexf4j.core.EdgeType; +import it.uniroma1.dis.wiserver.gexf4j.core.Graph; +import it.uniroma1.dis.wiserver.gexf4j.core.IDType; +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.Node; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase; + import java.util.ArrayList; import java.util.List; import java.util.UUID; -import com.ojn.gexf4j.core.Edge; -import com.ojn.gexf4j.core.EdgeType; -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.IDType; -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.data.AttributeList; -import com.ojn.gexf4j.core.dynamic.TimeFormat; -import com.ojn.gexf4j.core.impl.dynamic.DynamicBase; - +/** + * GraphImpl class is an implementation of the Graph interface. + * + */ public class GraphImpl extends DynamicBase implements Graph { private EdgeType edgeType = EdgeType.UNDIRECTED; @@ -25,6 +29,9 @@ public class GraphImpl extends DynamicBase implements Graph { private List nodes = null; private String timeType = TimeFormat.DOUBLE; + /** + * This constructor is called by GexfImpl() constructor + */ public GraphImpl() { attributeLists = new ArrayList(); nodes = new ArrayList(); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/MetadataImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.java similarity index 90% rename from src/main/java/com/ojn/gexf4j/core/impl/MetadataImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.java index 2664c8e..018afad 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/MetadataImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/MetadataImpl.java @@ -1,14 +1,18 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.Metadata; + import java.util.ArrayList; import java.util.Date; import java.util.List; -import com.ojn.gexf4j.core.Metadata; - +/** + * MetadataImpl class is an implementation of the Metadata interface. + * + */ public class MetadataImpl implements Metadata { private String creator = null; @@ -16,6 +20,9 @@ public class MetadataImpl implements Metadata { private List keywords = null; private Date lastModified = null; + /** + * This constructor is called by GexfImpl() constructor + */ public MetadataImpl() { keywords = new ArrayList(); } diff --git a/src/main/java/com/ojn/gexf4j/core/impl/NodeImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.java similarity index 88% rename from src/main/java/com/ojn/gexf4j/core/impl/NodeImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.java index 9d9a8e8..c9bd759 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/NodeImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/NodeImpl.java @@ -1,20 +1,24 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; +import it.uniroma1.dis.wiserver.gexf4j.core.Node; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.viz.NodeShapeImpl; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Position; + import java.util.ArrayList; import java.util.List; import java.util.UUID; -import com.ojn.gexf4j.core.Edge; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.impl.viz.NodeShapeImpl; -import com.ojn.gexf4j.core.viz.Color; -import com.ojn.gexf4j.core.viz.NodeShape; -import com.ojn.gexf4j.core.viz.NodeShapeEntity; -import com.ojn.gexf4j.core.viz.Position; - +/** + * NodeImpl class is an implementation of the Node interface. + * + */ public class NodeImpl extends SpellableDatumBase implements Node { private String id = ""; @@ -28,10 +32,17 @@ public class NodeImpl extends SpellableDatumBase implements Node { private List edges = null; private List parentForList = null; + /** + * Constructs a Node + */ public NodeImpl() { this(UUID.randomUUID().toString()); } + /** + * Constructs a Node with a specific ID + * @param id the ID of the Node + */ public NodeImpl(String id) { checkArgument(id != null, "ID cannot be null."); checkArgument(!id.trim().isEmpty(), "ID cannot be empty or blank."); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/SpellImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.java similarity index 86% rename from src/main/java/com/ojn/gexf4j/core/impl/SpellImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.java index eb2f970..8e22dcb 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/SpellImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellImpl.java @@ -1,11 +1,14 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell; -import com.ojn.gexf4j.core.IntervalType; -import com.ojn.gexf4j.core.dynamic.Spell; - +/** + * SpellImpl class is an implementation of the Spell interface. + * + */ public class SpellImpl implements Spell { private Object startDate = null; @@ -13,9 +16,10 @@ public class SpellImpl implements Spell { private IntervalType startIntervalType = IntervalType.CLOSE; private IntervalType endIntervalType = IntervalType.CLOSE; - public SpellImpl() { - // empty constructor - } + /** + * Constructs a Spell element + */ + public SpellImpl() {} @Override public boolean hasStartDate() { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/SpellableDatumBase.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.java similarity index 50% rename from src/main/java/com/ojn/gexf4j/core/impl/SpellableDatumBase.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.java index 2b2f2b2..1d63dfc 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/SpellableDatumBase.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/SpellableDatumBase.java @@ -1,9 +1,9 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; -import com.ojn.gexf4j.core.SpellableDatum; -import com.ojn.gexf4j.core.data.AttributeValueList; -import com.ojn.gexf4j.core.impl.data.AttributeValueListImpl; -import com.ojn.gexf4j.core.impl.dynamic.SpellableBase; +import it.uniroma1.dis.wiserver.gexf4j.core.SpellableDatum; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.data.AttributeValueListImpl; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.SpellableBase; public abstract class SpellableDatumBase extends SpellableBase implements SpellableDatum { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/StaxGraphWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.java similarity index 70% rename from src/main/java/com/ojn/gexf4j/core/impl/StaxGraphWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.java index b9f9138..73648ac 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/StaxGraphWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/StaxGraphWriter.java @@ -1,4 +1,8 @@ -package com.ojn.gexf4j.core.impl; +package it.uniroma1.dis.wiserver.gexf4j.core.impl; + +import it.uniroma1.dis.wiserver.gexf4j.core.Gexf; +import it.uniroma1.dis.wiserver.gexf4j.core.GexfWriter; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.writer.GexfEntityWriter; import java.io.IOException; import java.io.OutputStream; @@ -7,10 +11,10 @@ import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.GexfWriter; -import com.ojn.gexf4j.core.impl.writer.GexfEntityWriter; - +/** + * StaxGraphWriter class is an implementation of the GexfWriter interface. + * + */ public class StaxGraphWriter implements GexfWriter { @Override diff --git a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.java similarity index 79% rename from src/main/java/com/ojn/gexf4j/core/impl/data/AttributeImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.java index 6b3dddf..f958928 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeImpl.java @@ -1,15 +1,19 @@ -package com.ojn.gexf4j.core.impl.data; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.data; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue; + import java.util.ArrayList; import java.util.List; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.data.AttributeValue; - +/** + * AttributeImpl class is an implementation of the Attribute interface. + * + */ public class AttributeImpl implements Attribute { private String id = ""; @@ -18,6 +22,12 @@ public class AttributeImpl implements Attribute { private List options = null; private String title = ""; + /** + * Constructs an Attribute object with ID, type and title + * @param id the ID of the Attribute + * @param type an instance of AttributeType enum + * @param title the title of the Attribute + */ public AttributeImpl(String id, AttributeType type, String title) { checkArgument(id != null, "ID cannot be null."); checkArgument(!id.trim().isEmpty(), "ID cannot be empty or blank."); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeListImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.java similarity index 85% rename from src/main/java/com/ojn/gexf4j/core/impl/data/AttributeListImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.java index 068a933..0aeda10 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeListImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeListImpl.java @@ -1,18 +1,22 @@ -package com.ojn.gexf4j.core.impl.data; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.data; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkState; +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeClass; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeType; + import java.util.ArrayList; import java.util.UUID; -import com.ojn.gexf4j.core.IntervalType; -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeList; -import com.ojn.gexf4j.core.data.AttributeType; - +/** + * AttributeListImpl class is an implementation of the AttributeList interface. + * + */ public class AttributeListImpl extends ArrayList implements AttributeList { private static final long serialVersionUID = 8240096318919688740L; @@ -23,6 +27,10 @@ public class AttributeListImpl extends ArrayList implements Attribute private IntervalType startIntervalType = IntervalType.CLOSE; private IntervalType endIntervalType = IntervalType.CLOSE; + /** + * Constructs an AttributeList object + * @param attrClass an instance of AttributeClass enum + */ public AttributeListImpl(AttributeClass attrClass) { this.attrClass = attrClass; } diff --git a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.java similarity index 62% rename from src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.java index b18109d..36e8079 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueImpl.java @@ -1,16 +1,23 @@ -package com.ojn.gexf4j.core.impl.data; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.data; import static com.google.common.base.Preconditions.checkArgument; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue; +import it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic.DynamicBase; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeValue; -import com.ojn.gexf4j.core.impl.dynamic.DynamicBase; - +/** + * AttributeValueImpl class is an implementation of the AttributeValue interface. + * + */ public class AttributeValueImpl extends DynamicBase implements AttributeValue { private Attribute attribute = null; private String value = ""; + /** + * Constructs an AttributeValue object + * @param attribute an instance of Attribute interface + */ public AttributeValueImpl(Attribute attribute) { checkArgument(attribute != null, "Attribute cannot be null."); this.attribute = attribute; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueListImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.java similarity index 59% rename from src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueListImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.java index bcf84b0..9e4878c 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/data/AttributeValueListImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/data/AttributeValueListImpl.java @@ -1,19 +1,24 @@ -package com.ojn.gexf4j.core.impl.data; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.data; import static com.google.common.base.Preconditions.checkArgument; -import java.util.ArrayList; +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValueList; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeValue; -import com.ojn.gexf4j.core.data.AttributeValueList; +import java.util.ArrayList; +/** + * AttributeValueListImpl class is an implementation of the AttributeValueList interface. + * + */ public class AttributeValueListImpl extends ArrayList implements AttributeValueList { private static final long serialVersionUID = 7730475001078826140L; - public AttributeValueListImpl() { - // do nothing - } + /** + * Constructs an AttributeValueListImpl object + */ + public AttributeValueListImpl() {} @Override public AttributeValueList addValue(Attribute attribute, String value) { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/DynamicBase.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.java similarity index 90% rename from src/main/java/com/ojn/gexf4j/core/impl/dynamic/DynamicBase.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.java index c221f68..c8c55aa 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/DynamicBase.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/DynamicBase.java @@ -1,9 +1,9 @@ -package com.ojn.gexf4j.core.impl.dynamic; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic; import static com.google.common.base.Preconditions.*; +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic; -import com.ojn.gexf4j.core.IntervalType; -import com.ojn.gexf4j.core.dynamic.Dynamic; public abstract class DynamicBase implements Dynamic { @@ -14,9 +14,7 @@ public abstract class DynamicBase implements Dynamic { protected abstract T getSelf(); - public DynamicBase() { - // empty - } + public DynamicBase() {} @Override public T clearEndDate() { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellableBase.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.java similarity index 64% rename from src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellableBase.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.java index c8e8528..a9b54d6 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/dynamic/SpellableBase.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/dynamic/SpellableBase.java @@ -1,10 +1,11 @@ -package com.ojn.gexf4j.core.impl.dynamic; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.dynamic; + +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable; import java.util.ArrayList; import java.util.List; -import com.ojn.gexf4j.core.dynamic.Spellable; -import com.ojn.gexf4j.core.dynamic.Spell; public abstract class SpellableBase extends DynamicBase implements Spellable { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/viz/ColorImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.java similarity index 80% rename from src/main/java/com/ojn/gexf4j/core/impl/viz/ColorImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.java index 73c4481..0c1d9a6 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/viz/ColorImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/ColorImpl.java @@ -1,18 +1,22 @@ -package com.ojn.gexf4j.core.impl.viz; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz; import static com.google.common.base.Preconditions.checkArgument; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; -import com.ojn.gexf4j.core.viz.Color; - +/** + * ColorImpl class is an implmentation of the Color interface. + * + */ public class ColorImpl implements Color { private int r = 0; private int g = 0; private int b = 0; - public ColorImpl() { - // do nothing - } + /** + * Constructs a ColorImpl object + */ + public ColorImpl() {} public ColorImpl(int r, int g, int b) { setR(r); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/viz/NodeShapeImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.java similarity index 70% rename from src/main/java/com/ojn/gexf4j/core/impl/viz/NodeShapeImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.java index 2530745..7a9da67 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/viz/NodeShapeImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/NodeShapeImpl.java @@ -1,18 +1,22 @@ -package com.ojn.gexf4j.core.impl.viz; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz; import static com.google.common.base.Preconditions.*; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShape; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity; -import com.ojn.gexf4j.core.viz.NodeShape; -import com.ojn.gexf4j.core.viz.NodeShapeEntity; - +/** + * NodeShapeImpl class is an implementation of the NodeShapeEntity interface. + * + */ public class NodeShapeImpl implements NodeShapeEntity { private NodeShape shape = NodeShape.NOTSET; private String uri = null; - public NodeShapeImpl() { - // do nothing - } + /** + * Constructs a NodeShapeImpl object + */ + public NodeShapeImpl() {} @Override public NodeShapeEntity clearUri() { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/viz/PositionImpl.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.java similarity index 66% rename from src/main/java/com/ojn/gexf4j/core/impl/viz/PositionImpl.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.java index eb27aeb..c1a5d32 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/viz/PositionImpl.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/viz/PositionImpl.java @@ -1,16 +1,21 @@ -package com.ojn.gexf4j.core.impl.viz; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.viz; -import com.ojn.gexf4j.core.viz.Position; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Position; +/** + * PositionImpl class is an implementation of the Position interface. + * + */ public class PositionImpl implements Position { private float x = 0.0f; private float y = 0.0f; private float z = 0.0f; - public PositionImpl() { - // do nothing - } + /** + * Constructs a PositionImpl object + */ + public PositionImpl() {} public PositionImpl(float x, float y, float z) { setX(x); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/AbstractEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.java similarity index 94% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/AbstractEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.java index f1ee48d..524a609 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/AbstractEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AbstractEntityWriter.java @@ -1,14 +1,15 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; import static com.google.common.base.Preconditions.checkArgument; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat; + import java.text.SimpleDateFormat; import java.util.Date; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.dynamic.TimeFormat; public abstract class AbstractEntityWriter { private static final SimpleDateFormat sdfDate = new SimpleDateFormat("yyyy-MM-dd"); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttValueEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.java similarity index 86% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/AttValueEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.java index 6438e27..12ca683 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttValueEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValueEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.data.AttributeValue; public class AttValueEntityWriter extends DynamicEntityWriter{ private static final String ENTITY = "attvalue"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttValuesEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.java similarity index 85% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/AttValuesEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.java index 05c5bc2..c3fd595 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttValuesEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttValuesEntityWriter.java @@ -1,11 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeValue; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.data.AttributeValue; public class AttValuesEntityWriter extends AbstractEntityWriter>{ private static final String ENTITY = "attvalues"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttributeEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.java similarity index 92% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/AttributeEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.java index 910dc9d..4dfd05c 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttributeEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributeEntityWriter.java @@ -1,10 +1,11 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; import com.google.common.base.Joiner; -import com.ojn.gexf4j.core.data.Attribute; public class AttributeEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "attribute"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttributesEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.java similarity index 84% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/AttributesEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.java index ad1395e..3989d2d 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/AttributesEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/AttributesEntityWriter.java @@ -1,10 +1,11 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.data.Attribute; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeList; public class AttributesEntityWriter extends DynamicEntityWriter { private static final String ENTITY = "attributes"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/ColorEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.java similarity index 89% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/ColorEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.java index 5405d4f..a0aa02f 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/ColorEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ColorEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Color; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.viz.Color; public class ColorEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "viz:color"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/DynamicEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.java similarity index 94% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/DynamicEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.java index f716ee0..af51c46 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/DynamicEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/DynamicEntityWriter.java @@ -1,13 +1,13 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; import static com.google.common.base.Preconditions.checkArgument; +import it.uniroma1.dis.wiserver.gexf4j.core.IntervalType; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Dynamic; +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.TimeFormat; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.IntervalType; -import com.ojn.gexf4j.core.dynamic.Dynamic; -import com.ojn.gexf4j.core.dynamic.TimeFormat; public abstract class DynamicEntityWriter> extends AbstractEntityWriter { protected static final String ATTRIB_START = "start"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/EdgeEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.java similarity index 91% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/EdgeEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.java index 831640a..ffaac97 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/EdgeEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgeEntityWriter.java @@ -1,10 +1,11 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; +import it.uniroma1.dis.wiserver.gexf4j.core.viz.EdgeShape; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Edge; -import com.ojn.gexf4j.core.viz.EdgeShape; public class EdgeEntityWriter extends SpellableDatumEntityWriter { private static final String ENTITY = "edge"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/EdgesEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.java similarity index 88% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/EdgesEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.java index af349ff..fc76b04 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/EdgesEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/EdgesEntityWriter.java @@ -1,11 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Edge; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Edge; public class EdgesEntityWriter extends AbstractEntityWriter> { private static final String ENTITY = "edges"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/GexfEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.java similarity index 92% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/GexfEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.java index 84d02f4..e876a2e 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/GexfEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GexfEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Gexf; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Gexf; public class GexfEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "gexf"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/GraphEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.java similarity index 79% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/GraphEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.java index 47646a4..4d35382 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/GraphEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/GraphEntityWriter.java @@ -1,10 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Graph; +import it.uniroma1.dis.wiserver.gexf4j.core.Mode; +import it.uniroma1.dis.wiserver.gexf4j.core.data.AttributeList; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.data.AttributeList; public class GraphEntityWriter extends DynamicEntityWriter { private static final String ENTITY = "graph"; @@ -39,9 +41,11 @@ protected void writeAttributes() throws XMLStreamException { ATTRIB_MODE, entity.getMode().toString().toLowerCase()); - writer.writeAttribute( - ATTRIB_TIMETYPE, - AbstractEntityWriter.writerTimeType); + if(entity.getMode().equals(Mode.DYNAMIC)) { + writer.writeAttribute( + ATTRIB_TIMETYPE, + AbstractEntityWriter.writerTimeType); + } /** Dynamic information */ super.writeAttributes(); diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/MetadataEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.java similarity index 92% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/MetadataEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.java index 862d69c..d9ddc96 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/MetadataEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/MetadataEntityWriter.java @@ -1,10 +1,11 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Metadata; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; import com.google.common.base.Joiner; -import com.ojn.gexf4j.core.Metadata; public class MetadataEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "meta"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodeEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.java similarity index 93% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/NodeEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.java index aa29225..107776c 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodeEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Node; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Node; public class NodeEntityWriter extends SpellableDatumEntityWriter { private static final String ENTITY = "node"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodeShapeEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.java similarity index 87% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/NodeShapeEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.java index 51bfc59..72e572e 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodeShapeEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodeShapeEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.viz.NodeShapeEntity; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.viz.NodeShapeEntity; public class NodeShapeEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "viz:node-shape"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodesEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.java similarity index 88% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/NodesEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.java index f8ca9c8..824f76e 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/NodesEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/NodesEntityWriter.java @@ -1,11 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Node; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Node; public class NodesEntityWriter extends AbstractEntityWriter> { private static final String ENTITY = "nodes"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/ParentEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.java similarity index 85% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/ParentEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.java index efa160d..2da4f87 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/ParentEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Node; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Node; public class ParentEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "parent"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/ParentsEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.java similarity index 86% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/ParentsEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.java index 8b19850..7433a86 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/ParentsEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ParentsEntityWriter.java @@ -1,11 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.Node; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.Node; public class ParentsEntityWriter extends AbstractEntityWriter>{ private static final String ENTITY = "parents"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/PositionEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.java similarity index 88% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/PositionEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.java index d475e33..04e960c 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/PositionEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/PositionEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.viz.Position; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.viz.Position; public class PositionEntityWriter extends AbstractEntityWriter { private static final String ENTITY = "viz:position"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.java similarity index 74% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/SpellEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.java index b894b1c..d23b417 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellEntityWriter.java @@ -1,8 +1,9 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.dynamic.Spell; public class SpellEntityWriter extends DynamicEntityWriter { private static final String ENTITY = "spell"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java similarity index 79% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java index ff3bf32..86d5061 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableDatumEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.SpellableDatum; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.SpellableDatum; public abstract class SpellableDatumEntityWriter> extends SpellableEntityWriter { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.java similarity index 83% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.java index 3b0581d..d56006d 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellableEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellableEntityWriter.java @@ -1,9 +1,10 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spellable; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.dynamic.Spellable; public abstract class SpellableEntityWriter> extends DynamicEntityWriter { diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellsEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.java similarity index 85% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/SpellsEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.java index ad08044..3714425 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/SpellsEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/SpellsEntityWriter.java @@ -1,11 +1,12 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; + +import it.uniroma1.dis.wiserver.gexf4j.core.dynamic.Spell; import java.util.List; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; -import com.ojn.gexf4j.core.dynamic.Spell; public class SpellsEntityWriter extends AbstractEntityWriter> { private static final String ENTITY = "spells"; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/StringEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.java similarity index 92% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/StringEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.java index cb52785..cc27532 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/StringEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/StringEntityWriter.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; import static com.google.common.base.Preconditions.checkArgument; diff --git a/src/main/java/com/ojn/gexf4j/core/impl/writer/ValueEntityWriter.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.java similarity index 92% rename from src/main/java/com/ojn/gexf4j/core/impl/writer/ValueEntityWriter.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.java index 7d32b0d..1bc4927 100644 --- a/src/main/java/com/ojn/gexf4j/core/impl/writer/ValueEntityWriter.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/impl/writer/ValueEntityWriter.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.impl.writer; +package it.uniroma1.dis.wiserver.gexf4j.core.impl.writer; import javax.xml.stream.XMLStreamException; import javax.xml.stream.XMLStreamWriter; diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.java new file mode 100644 index 0000000..34c4fa2 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Color.java @@ -0,0 +1,47 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.viz; + +/** + * Interface for the Color. + * + */ +public interface Color { + + /** + * Returns the value of the red color + * @return an int number indicating the value of the red color + */ + int getR(); + + /** + * Sets the value for the red color + * @param r an int number indicating the value of the red color + * @return the current Color + */ + Color setR(int r); + + /** + * Returns the value of the green color + * @return an int number indicating the value of the green color + */ + int getG(); + + /** + * Sets the value for the green color + * @param g an int number indicating the value of the green color + * @return the current Color + */ + Color setG(int g); + + /** + * Returns the value of the blue color + * @return an int number indicating the value of the blue color + */ + int getB(); + + /** + * Sets the value for the blue color + * @param b an int number indicating the value of the blue color + * @return the current Color + */ + Color setB(int b); +} \ No newline at end of file diff --git a/src/main/java/com/ojn/gexf4j/core/viz/EdgeShape.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.java similarity index 58% rename from src/main/java/com/ojn/gexf4j/core/viz/EdgeShape.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.java index 1bb24be..1b0ac27 100644 --- a/src/main/java/com/ojn/gexf4j/core/viz/EdgeShape.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/EdgeShape.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.viz; +package it.uniroma1.dis.wiserver.gexf4j.core.viz; public enum EdgeShape { diff --git a/src/main/java/com/ojn/gexf4j/core/viz/NodeShape.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.java similarity index 61% rename from src/main/java/com/ojn/gexf4j/core/viz/NodeShape.java rename to src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.java index e2c4396..52e5b9d 100644 --- a/src/main/java/com/ojn/gexf4j/core/viz/NodeShape.java +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShape.java @@ -1,4 +1,4 @@ -package com.ojn.gexf4j.core.viz; +package it.uniroma1.dis.wiserver.gexf4j.core.viz; public enum NodeShape { diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.java new file mode 100644 index 0000000..a87a94d --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/NodeShapeEntity.java @@ -0,0 +1,46 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.viz; + +/** + * Interface for the NodeShapeEntity. + * + */ +public interface NodeShapeEntity { + + /** + * Returns the shape of the Node + * @return an instance of the NodeShape enum + */ + NodeShape getNodeShape(); + + /** + * Sets the shape of the Node + * @param shape an instance of the NodeShape enum + * @return the current NodeShapeEntity + */ + NodeShapeEntity setNodeShape(NodeShape shape); + + /** + * Checks if the NodeShapeEntity has a URI + * @return true if the NodeShapeEntity has a URI + */ + boolean hasUri(); + + /** + * Clears the URI of the NodeShapeEntity + * @return the current NodeShapeEntity + */ + NodeShapeEntity clearUri(); + + /** + * Returns the URI of the NodeShapeEntity + * @return the URI as String + */ + String getUri(); + + /** + * Sets the URI for the NodeShapeEntity + * @param uri the URI as String + * @return the current NodeShapeEntity + */ + NodeShapeEntity setUri(String uri); +} \ No newline at end of file diff --git a/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.java b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.java new file mode 100644 index 0000000..6d9f2a4 --- /dev/null +++ b/src/main/java/it/uniroma1/dis/wiserver/gexf4j/core/viz/Position.java @@ -0,0 +1,47 @@ +package it.uniroma1.dis.wiserver.gexf4j.core.viz; + +/** + * Interface for the Position. + * + */ +public interface Position { + + /** + * Returns the value of the x-coordinate + * @return a float number indicating the value of the x-coordinate + */ + float getX(); + + /** + * Sets the value for the x-coordinate + * @param x a float number indicating the value of the x-coordinate + * @return the current Position + */ + Position setX(float x); + + /** + * Returns the value of the y-coordinate + * @return a float number indicating the value of the y-coordinate + */ + float getY(); + + /** + * Sets the value for the y-coordinate + * @param y a float number indicating the value of the y-coordinate + * @return the current Position + */ + Position setY(float y); + + /** + * Returns the value of the z-coordinate + * @return a float number indicating the value of the z-coordinate + */ + float getZ(); + + /** + * Sets the value for the z-coordinate + * @param z a float number indicating the value of the z-coordinate + * @return the current Position + */ + Position setZ(float z); +} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/EdgeTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/EdgeTest.java deleted file mode 100644 index a132627..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/EdgeTest.java +++ /dev/null @@ -1,100 +0,0 @@ -package com.ojn.gexf4j.core; - -import static org.hamcrest.MatcherAssert.*; -import static org.hamcrest.Matchers.*; - -import java.util.Random; -import java.util.UUID; - -import org.junit.Before; -import org.junit.Test; - -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.data.AttributeValue; -import com.ojn.gexf4j.core.impl.data.AttributeImpl; - -public abstract class EdgeTest { - - protected abstract Node newNode(); - protected abstract Edge newEdge(String id, Node source, Node target); - - private Node s = null; - private Node t = null; - private String edgeId = ""; - private Edge e = null; - - @Before - public void before() { - s = newNode(); - t = newNode(); - edgeId = UUID.randomUUID().toString(); - e = newEdge(edgeId, s, t); - } - - @Test - public void getId() { - assertThat(e.getId(), is(equalTo(edgeId))); - } - - @Test - public void setLabelValid() { - String label = UUID.randomUUID().toString(); - e.setLabel(label); - assertThat(e.getLabel(), is(equalTo(label))); - } - - @Test(expected=IllegalArgumentException.class) - public void setLabelNull() { - e.setLabel(null); - } - - @Test - public void getSource() { - assertThat(e.getSource(), is(equalTo(s))); - } - - @Test - public void setTargetValid() { - Node newTarget = newNode(); - e.setTarget(newTarget); - - assertThat(e.getTarget(), is(equalTo(newTarget))); - } - - @Test(expected=IllegalArgumentException.class) - public void setTargetNull() { - e.setTarget(null); - } - - @Test - public void setWeight() { - Random rnd = new Random(); - float weight = rnd.nextFloat(); - e.setWeight(weight); - - assertThat(e.getWeight(), is(equalTo(weight))); - } - - @Test - public void setEdgeType() { - for (EdgeType et : EdgeType.values()) { - e.setEdgeType(et); - assertThat(e.getEdgeType(), is(equalTo(et))); - } - } - - @Test - public void getAttributeValues() { - Attribute attrib = new AttributeImpl(AttributeType.STRING, "test", AttributeClass.EDGE); - AttributeValue av = attrib.createValue("testing"); - - int a = e.getAttributeValues().size(); - e.getAttributeValues().add(av); - int b = e.getAttributeValues().size(); - - assertThat(b, is(equalTo(a+1))); - assertThat(e.getAttributeValues().contains(av), is(true)); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphReaderTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/GraphReaderTest.java deleted file mode 100644 index dfd980c..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphReaderTest.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.io.File; -import java.io.FileInputStream; -import java.io.IOException; -import java.io.InputStream; - -import javax.xml.stream.XMLStreamException; - -import org.junit.Test; - -import com.ojn.gexf4j.core.impl.StaxGraphReader; - -public class GraphReaderTest { - - @Test - public void quickTest() throws XMLStreamException, IOException { - GexfReader gr = new StaxGraphReader(); - - InputStream in = new FileInputStream(new File("target/stax_basic.gexf")); - - gr.readFromStream(in); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/GraphTest.java deleted file mode 100644 index 305f178..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphTest.java +++ /dev/null @@ -1,95 +0,0 @@ -package com.ojn.gexf4j.core; - -import static org.hamcrest.MatcherAssert.assertThat; -import static org.hamcrest.Matchers.equalTo; -import static org.hamcrest.Matchers.is; -import static org.hamcrest.Matchers.notNullValue; - -import java.util.Map; -import java.util.UUID; - -import org.junit.Test; - -public abstract class GraphTest { - - protected abstract Graph newGraph(); - - @Test - public void defaultEdgeTypeValid() { - Graph g = newGraph(); - for (EdgeType edgeType : EdgeType.values()) { - g.setDefaultEdgeType(edgeType); - assertThat(g.getDefaultEdgeType(), is(equalTo(edgeType))); - } - } - - @Test - public void modeValid() { - Graph g = newGraph(); - for (Mode gm : Mode.values()) { - g.setMode(gm); - assertThat(g.getMode(), is(equalTo(gm))); - } - } - - @Test - public void createNode() { - Graph g = newGraph(); - g.createNode(); - } - - @Test - public void createNodeId() { - Graph g = newGraph(); - String id = UUID.randomUUID().toString(); - Node n = g.createNode(id); - - assertThat(n, is(notNullValue())); - assertThat(n.getId(), is(equalTo(id))); - assertThat(g.getNodeMap().containsKey(id), is(true)); - assertThat(g.getNodeMap().get(id), is(equalTo(n))); - } - - @Test(expected=IllegalArgumentException.class) - public void createNodeIdNull() { - Graph g = newGraph(); - g.createNode(null); - } - - @Test(expected=IllegalArgumentException.class) - public void createNodeIdBlank() { - Graph g = newGraph(); - g.createNode(" "); - } - - @Test(expected=IllegalArgumentException.class) - public void createNodeIdDuplicate() { - Graph g = newGraph(); - String id = UUID.randomUUID().toString(); - g.createNode(id); - g.createNode(id); - } - - @Test - public void getNodeMap() { - Graph g = newGraph(); - - String id1 = UUID.randomUUID().toString(); - String id2 = UUID.randomUUID().toString(); - - Node n1 = g.createNode(id1); - Node n2 = g.createNode(id2); - Node n3 = g.createNode(); - - Map map = g.getNodeMap(); - - assertThat(map.size(), is(equalTo(3))); - assertThat(map.containsKey(id1), is(true)); - assertThat(map.containsKey(id2), is(true)); - assertThat(map.containsValue(n1), is(true)); - assertThat(map.containsValue(n2), is(true)); - assertThat(map.containsValue(n3), is(true)); - assertThat(map.get(id1), is(equalTo(n1))); - assertThat(map.get(id2), is(equalTo(n2))); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphWriterTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/GraphWriterTest.java deleted file mode 100644 index d9f1ba2..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/GraphWriterTest.java +++ /dev/null @@ -1,77 +0,0 @@ -package com.ojn.gexf4j.core; - -import java.io.File; -import java.io.FileOutputStream; -import java.io.IOException; -import java.net.URL; -import java.util.ArrayList; -import java.util.List; - -import javax.xml.XMLConstants; -import javax.xml.transform.Source; -import javax.xml.transform.stream.StreamSource; -import javax.xml.validation.Schema; -import javax.xml.validation.SchemaFactory; -import javax.xml.validation.Validator; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.junit.runners.Parameterized; -import org.junit.runners.Parameterized.Parameters; -import org.xml.sax.SAXException; - -import com.ojn.gexf4j.core.testgraphs.BasicGraphBuilder; -import com.ojn.gexf4j.core.testgraphs.DataGraphBuilder; -import com.ojn.gexf4j.core.testgraphs.DynamicGraphBuilder; -import com.ojn.gexf4j.core.testgraphs.GexfBuilder; -import com.ojn.gexf4j.core.testgraphs.HierarchyInlineBuilder; -import com.ojn.gexf4j.core.testgraphs.HierarchyPIDBuilder; -import com.ojn.gexf4j.core.testgraphs.PhylogenyBuilder; -import com.ojn.gexf4j.core.testgraphs.VisualizationBuilder; - -@RunWith(Parameterized.class) -public abstract class GraphWriterTest { - - protected abstract String getFileNamePrefix(); - protected abstract GexfWriter newGraphWriter(); - - protected GexfBuilder builder = null; - - @Parameters - public static List getData() { - List rv = new ArrayList(); - - rv.add(new GexfBuilder[] { new BasicGraphBuilder() }); - rv.add(new GexfBuilder[] { new DataGraphBuilder() }); - rv.add(new GexfBuilder[] { new DynamicGraphBuilder() }); - rv.add(new GexfBuilder[] { new HierarchyInlineBuilder() }); - rv.add(new GexfBuilder[] { new HierarchyPIDBuilder() }); - rv.add(new GexfBuilder[] { new PhylogenyBuilder() }); - rv.add(new GexfBuilder[] { new VisualizationBuilder() }); - - return rv; - } - - public GraphWriterTest(GexfBuilder builder) { - this.builder = builder; - } - - @Test - public void writeToStream() throws SAXException, IOException { - Gexf gexf = builder.buildGexf(); - GexfWriter gw = newGraphWriter(); - String fileName = "target/" + getFileNamePrefix() + "_" + builder.getSuffix() + ".gexf"; - File f = new File(fileName); - FileOutputStream fos = new FileOutputStream(f); - - gw.writeToStream(gexf, fos); - - URL schemaFile = new URL(builder.getSchemaUrl()); - Source xmlFile = new StreamSource(f); - SchemaFactory schemaFactory = SchemaFactory.newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI); - Schema schema = schemaFactory.newSchema(schemaFile); - Validator validator = schema.newValidator(); - - validator.validate(xmlFile); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/NodeTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/NodeTest.java deleted file mode 100644 index 3538c06..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/NodeTest.java +++ /dev/null @@ -1,147 +0,0 @@ -package com.ojn.gexf4j.core; - -import static org.hamcrest.MatcherAssert.*; -import static org.hamcrest.Matchers.*; - -import java.util.UUID; - -import org.junit.Test; - -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.data.AttributeValue; -import com.ojn.gexf4j.core.impl.data.AttributeImpl; - -public abstract class NodeTest { - - protected abstract Node newNode(String id); - - @Test - public void getId() { - String id = UUID.randomUUID().toString(); - Node n = newNode(id); - - assertThat(n.getId(), is(equalTo(id))); - } - - @Test - public void setLabelValid() { - String label= UUID.randomUUID().toString(); - Node n = newNode(UUID.randomUUID().toString()); - n.setLabel(label); - - assertThat(n.getLabel(), is(equalTo(label))); - } - - @Test(expected=IllegalArgumentException.class) - public void setLabelNull() { - Node n = newNode(UUID.randomUUID().toString()); - n.setLabel(null); - } - - @Test - public void getAttributeValues() { - Attribute attrib = new AttributeImpl(AttributeType.STRING, "test", AttributeClass.NODE); - AttributeValue av = attrib.createValue("testing"); - Node n = newNode(UUID.randomUUID().toString()); - - int a = n.getAttributeValues().size(); - n.getAttributeValues().add(av); - int b = n.getAttributeValues().size(); - - assertThat(b, is(equalTo(a+1))); - assertThat(n.getAttributeValues().contains(av), is(true)); - } - - @Test - public void getEdges() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - - assertThat(n1.getEdges(), is(notNullValue())); - - n1.connectTo(n2); - - assertThat(n1.getEdges().size(), is(equalTo(1))); - } - - @Test - public void connectToValid() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - - n1.connectTo(n2); - - for (Edge e : n1.getEdges()) { - assertThat(e.getSource(), is(equalTo(n1))); - assertThat(e.getTarget(), is(equalTo(n2))); - } - } - - @Test(expected=IllegalArgumentException.class) - public void connectToNull() { - Node n = newNode(UUID.randomUUID().toString()); - n.connectTo(null); - } - - @Test(expected=IllegalArgumentException.class) - public void connectToIdNull() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - n1.connectTo(null, n2); - } - - @Test(expected=IllegalArgumentException.class) - public void connectToIdBlank() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - n1.connectTo(" ", n2); - } - - @Test(expected=IllegalArgumentException.class) - public void connectToIdDupe() { - String id = UUID.randomUUID().toString(); - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - Node n3 = newNode(UUID.randomUUID().toString()); - n1.connectTo(id, n2); - n1.connectTo(id, n3); - } - - @Test(expected=IllegalArgumentException.class) - public void connectToIdNodeNull() { - Node n = newNode(UUID.randomUUID().toString()); - n.connectTo(UUID.randomUUID().toString(), null); - } - - @Test - public void connectToIdValid() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - n1.connectTo(UUID.randomUUID().toString(), n2); - - for (Edge e : n1.getEdges()) { - assertThat(e.getSource(), is(equalTo(n1))); - assertThat(e.getTarget(), is(equalTo(n2))); - } - } - - @Test - public void hasEdgeToValid() { - Node n1 = newNode(UUID.randomUUID().toString()); - Node n2 = newNode(UUID.randomUUID().toString()); - Node n3 = newNode(UUID.randomUUID().toString()); - - n1.connectTo(n2); - - assertThat(n1.hasEdgeTo(n2.getId()), is(true)); - assertThat(n1.hasEdgeTo(n3.getId()), is(false)); - } - - @Test(expected=IllegalArgumentException.class) - public void hasEdgeToNull() { - Node n = newNode(UUID.randomUUID().toString()); - n.hasEdgeTo(null); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeTest.java deleted file mode 100644 index b56a8ce..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeTest.java +++ /dev/null @@ -1,76 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import static org.hamcrest.MatcherAssert.*; -import static org.hamcrest.Matchers.*; - -import java.util.UUID; - -import org.junit.Before; -import org.junit.Test; - -public abstract class AttributeTest { - - protected abstract Attribute newAttribute(AttributeType type, String id, AttributeClass attribClass); - - private String id = null; - private Attribute attrib = null; - - @Before - public void before() { - id = UUID.randomUUID().toString(); - attrib = newAttribute(AttributeType.STRING, id, AttributeClass.NODE); - } - - @Test - public void getId() { - assertThat(attrib.getId(), is(equalTo(id))); - } - - @Test - public void getAttributeType() { - Attribute curAttrib = null; - for (AttributeType at : AttributeType.values()) { - curAttrib = newAttribute(at, UUID.randomUUID().toString(), AttributeClass.NODE); - assertThat(curAttrib.getAttributeType(), is(equalTo(at))); - } - } - - @Test - public void setTitleValid() { - String title = UUID.randomUUID().toString(); - attrib.setTitle(title); - - assertThat(attrib.getTitle(), is(equalTo(title))); - } - - @Test(expected=IllegalArgumentException.class) - public void setTitleNull() { - attrib.setTitle(null); - } - - @Test - public void createValueValid() { - String value = UUID.randomUUID().toString(); - AttributeValue av = attrib.createValue(value); - - assertThat(av.getValue(), is(equalTo(value))); - } - - @Test(expected=IllegalArgumentException.class) - public void createValueNull() { - attrib.createValue(null); - } - - @Test - public void setDefaultValueValid() { - String defaultValue = UUID.randomUUID().toString(); - attrib.setDefaultValue(defaultValue); - - assertThat(attrib.getDefaultValue(), is(equalTo(defaultValue))); - } - - @Test(expected=IllegalArgumentException.class) - public void setDefaultValueNull() { - attrib.setDefaultValue(null); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeValueTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeValueTest.java deleted file mode 100644 index dc76ba6..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/data/AttributeValueTest.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.ojn.gexf4j.core.data; - -import static org.hamcrest.MatcherAssert.*; -import static org.hamcrest.Matchers.*; - -import java.util.UUID; - -import org.junit.Before; -import org.junit.Test; - -public abstract class AttributeValueTest { - - protected abstract Attribute newAttribute(); - protected abstract AttributeValue newAttributeValue(Attribute attrib, String value); - - private String value = null; - private Attribute attrib = null; - private AttributeValue av = null; - - @Before - public void before() { - value = UUID.randomUUID().toString(); - attrib = newAttribute(); - av = newAttributeValue(attrib, value); - } - - @Test - public void valueFor() { - assertThat(av.getAttribute(), is(equalTo(attrib))); - } - - @Test - public void setValueValid() { - String newValue = UUID.randomUUID().toString(); - av.setValue(newValue); - - assertThat(av.getValue(), is(equalTo(newValue))); - } - - @Test(expected=IllegalArgumentException.class) - public void setValueNull() { - av.setValue(null); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/EdgeImplTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/EdgeImplTest.java deleted file mode 100644 index a0de14d..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/EdgeImplTest.java +++ /dev/null @@ -1,20 +0,0 @@ -package com.ojn.gexf4j.core.impl; - -import java.util.UUID; - -import com.ojn.gexf4j.core.Edge; -import com.ojn.gexf4j.core.EdgeTest; -import com.ojn.gexf4j.core.Node; - -public class EdgeImplTest extends EdgeTest { - - @Override - protected Edge newEdge(String id, Node source, Node target) { - return new EdgeImpl(id, source, target); - } - - @Override - protected Node newNode() { - return new NodeImpl(UUID.randomUUID().toString()); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/GraphImplTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/GraphImplTest.java deleted file mode 100644 index 5d3b787..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/GraphImplTest.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.ojn.gexf4j.core.impl; - -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.GraphTest; - -public class GraphImplTest extends GraphTest { - - @Override - protected Graph newGraph() { - return new GraphImpl(); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/NodeImplTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/NodeImplTest.java deleted file mode 100644 index 4a60d70..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/NodeImplTest.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.ojn.gexf4j.core.impl; - -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.NodeTest; - -public class NodeImplTest extends NodeTest { - - @Override - protected Node newNode(String id) { - return new NodeImpl(id); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/StaxGraphWriterTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/StaxGraphWriterTest.java deleted file mode 100644 index 027e2a8..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/StaxGraphWriterTest.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.ojn.gexf4j.core.impl; - -import com.ojn.gexf4j.core.GexfWriter; -import com.ojn.gexf4j.core.GraphWriterTest; -import com.ojn.gexf4j.core.testgraphs.GexfBuilder; - -public class StaxGraphWriterTest extends GraphWriterTest { - - public StaxGraphWriterTest(GexfBuilder builder) { - super(builder); - } - - @Override - protected String getFileNamePrefix() { - return "stax"; - } - - @Override - protected GexfWriter newGraphWriter() { - return new StaxGraphWriter(); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeImplTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeImplTest.java deleted file mode 100644 index 38ec0ed..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeImplTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package com.ojn.gexf4j.core.impl.data; - -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeTest; -import com.ojn.gexf4j.core.data.AttributeType; - -public class AttributeImplTest extends AttributeTest { - - @Override - protected Attribute newAttribute(AttributeType type, String id, AttributeClass attribClass) { - return new AttributeImpl(type, id, attribClass); - } - -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeValueImplTest.java b/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeValueImplTest.java deleted file mode 100644 index 26f512a..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/impl/data/AttributeValueImplTest.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.ojn.gexf4j.core.impl.data; - -import java.util.UUID; - -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.data.AttributeValue; -import com.ojn.gexf4j.core.data.AttributeValueTest; - -public class AttributeValueImplTest extends AttributeValueTest { - - @Override - protected Attribute newAttribute() { - return new AttributeImpl(AttributeType.STRING, UUID.randomUUID().toString(), AttributeClass.NODE); - } - - @Override - protected AttributeValue newAttributeValue(Attribute attrib, String value) { - return new AttributeValueImpl(attrib, value); - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/BasicGraphBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/BasicGraphBuilder.java deleted file mode 100644 index 3b52bac..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/BasicGraphBuilder.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Graph; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.impl.GexfImpl; - -public class BasicGraphBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "basic"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - Graph g = gexf.getGraph(); - - Node hello = g.createNode("0") - .setLabel("Hello"); - Node world = g.createNode("1") - .setLabel("World"); - - hello.connectTo("0", world); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DataGraphBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DataGraphBuilder.java deleted file mode 100644 index 1476509..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DataGraphBuilder.java +++ /dev/null @@ -1,73 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeList; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.impl.GexfImpl; -import com.ojn.gexf4j.core.impl.data.AttributeListImpl; - -public class DataGraphBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "data"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - gexf.getMetadata() - .setLastModified(toDate("2009-03-20")) - .setCreator("Gephi.org") - .setDescription("A Web network"); - - AttributeList attrList = new AttributeListImpl(AttributeClass.NODE); - gexf.getGraph().getAttributeLists().add(attrList); - - Attribute attUrl = attrList.createAttribute("0", AttributeType.STRING, "url"); - Attribute attIndegree = attrList.createAttribute("1", AttributeType.FLOAT, "indegree"); - Attribute attFrog = attrList.createAttribute("2", AttributeType.BOOLEAN, "frog") - .setDefaultValue("true"); - - Node gephi = gexf.getGraph().createNode("0"); - gephi - .setLabel("Gephi") - .getAttributeValues() - .addValue(attUrl, "http://gephi.org") - .addValue(attIndegree, "1"); - - Node webatlas = gexf.getGraph().createNode("1"); - webatlas - .setLabel("Webatlas") - .getAttributeValues() - .addValue(attUrl, "http://webatlas.fr") - .addValue(attIndegree, "2"); - - Node rtgi = gexf.getGraph().createNode("2"); - rtgi - .setLabel("RTGI") - .getAttributeValues() - .addValue(attUrl, "http://rtgi.fr") - .addValue(attIndegree, "1"); - - Node blab = gexf.getGraph().createNode("3"); - blab - .setLabel("BarabasiLab") - .getAttributeValues() - .addValue(attUrl, "http://barabasilab.com") - .addValue(attIndegree, "1") - .addValue(attFrog, "false"); - - gephi.connectTo("0", webatlas); - gephi.connectTo("1", rtgi); - webatlas.connectTo("2", gephi); - rtgi.connectTo("3", webatlas); - gephi.connectTo("4", blab); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DynamicGraphBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DynamicGraphBuilder.java deleted file mode 100644 index c72e42e..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/DynamicGraphBuilder.java +++ /dev/null @@ -1,116 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.data.Attribute; -import com.ojn.gexf4j.core.data.AttributeClass; -import com.ojn.gexf4j.core.data.AttributeList; -import com.ojn.gexf4j.core.data.AttributeType; -import com.ojn.gexf4j.core.impl.GexfImpl; -import com.ojn.gexf4j.core.impl.data.AttributeListImpl; -import com.ojn.gexf4j.core.impl.dynamic.SpellImpl; - -public class DynamicGraphBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "dynamic"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - gexf.getMetadata() - .setLastModified(toDate("2009-03-20")) - .setCreator("Gexf.net") - .setDescription("A Web network changing over time"); - - gexf.getGraph() - .setStartDate(toDate("2009-01-01")) - .setEndDate(toDate("2009-03-20")); - - AttributeList attrListStatic = new AttributeListImpl(AttributeClass.NODE); - gexf.getGraph().getAttributeLists().add(attrListStatic); - - AttributeList attrListDynamic = new AttributeListImpl(AttributeClass.NODE) - .setMode(Mode.DYNAMIC); - gexf.getGraph().getAttributeLists().add(attrListDynamic); - - Attribute attUrl = attrListStatic.createAttribute("0", AttributeType.STRING, "url"); - Attribute attFrog = attrListStatic.createAttribute("1", AttributeType.BOOLEAN, "frog") - .setDefaultValue("true"); - - Attribute attIndegree = attrListDynamic.createAttribute("2", AttributeType.FLOAT, "indegree"); - - Node gephi = gexf.getGraph().createNode("0"); - gephi - .setLabel("Gephi") - .setStartDate(toDate("2009-03-01")) - .getAttributeValues() - .addValue(attUrl, "http://gephi.org") - .addValue(attIndegree, "1"); - - Node webatlas = gexf.getGraph().createNode("1"); - webatlas - .setLabel("Webatlas") - .getAttributeValues() - .addValue(attUrl, "http://webatlas.fr"); - - webatlas.getAttributeValues().createValue(attIndegree, "1") - .setEndDate(toDate("2009-03-01")); - webatlas.getAttributeValues().createValue(attIndegree, "2") - .setStartDate(toDate("2009-03-01")) - .setEndDate(toDate("2009-03-10")); - webatlas.getAttributeValues().createValue(attIndegree, "1") - .setStartDate(toDate("2009-03-10")); - - Node rtgi = gexf.getGraph().createNode("2"); - rtgi - .setLabel("RTGI") - .getAttributeValues() - .addValue(attUrl, "http://rtgi.fr"); - - rtgi.getAttributeValues().createValue(attIndegree, "0") - .setEndDate(toDate("2009-03-01")); - rtgi.getAttributeValues().createValue(attIndegree, "1") - .setStartDate(toDate("2009-03-01")); - - rtgi.getSpells().add(new SpellImpl() - .setEndDate(toDate("2009-03-01"))); - rtgi.getSpells().add(new SpellImpl() - .setStartDate(toDate("2009-03-05")) - .setEndDate(toDate("2009-03-10"))); - - Node blab = gexf.getGraph().createNode("3"); - blab - .setLabel("BarabasiLab") - .getAttributeValues() - .addValue(attUrl, "http://barabasilab.com") - .addValue(attFrog, "false"); - - blab.getAttributeValues().createValue(attIndegree, "0") - .setEndDate(toDate("2009-03-01")); - blab.getAttributeValues().createValue(attIndegree, "1") - .setStartDate(toDate("2009-03-01")); - - gephi.connectTo("0", webatlas) - .setStartDate(toDate("2009-03-01")); - - gephi.connectTo("1", rtgi) - .setStartDate(toDate("2009-03-01")) - .setEndDate(toDate("2009-03-10")); - - webatlas.connectTo("2", gephi) - .setStartDate(toDate("2009-03-01")); - - rtgi.connectTo("3", webatlas) - .setEndDate(toDate("2009-03-10")); - - gephi.connectTo("4",blab) - .setStartDate(toDate("2009-03-01")); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/GexfBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/GexfBuilder.java deleted file mode 100644 index 195ec2a..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/GexfBuilder.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.util.Date; - -import com.ojn.gexf4j.core.Gexf; - -public abstract class GexfBuilder { - private static final SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); - - public abstract Gexf buildGexf(); - public abstract String getSuffix(); - - protected Date toDate(String s) { - try { - return sdf.parse(s); - } catch (ParseException e) { - return null; - } - } - - public String getSchemaUrl() { - return "http://gexf.net/1.1draft/gexf.xsd"; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyInlineBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyInlineBuilder.java deleted file mode 100644 index 3fcae63..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyInlineBuilder.java +++ /dev/null @@ -1,52 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.EdgeType; -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.impl.GexfImpl; - -public class HierarchyInlineBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "hierarchyInline"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - gexf.getGraph() - .setMode(Mode.STATIC) - .setDefaultEdgeType(EdgeType.DIRECTED); - - Node kb = gexf.getGraph().createNode("a"); - kb.setLabel("Kevin Bacon"); - - Node god = kb.createNode("b"); - god.setLabel("God"); - - Node c = god.createNode("c"); - c.setLabel("human1"); - - Node d = god.createNode("d"); - d.setLabel("human2"); - - Node me = kb.createNode("e"); - me.setLabel("Me"); - - Node f = me.createNode("f"); - f.setLabel("frog1"); - - Node g = me.createNode("g"); - g.setLabel("frog2"); - - god.connectTo("0", me); - c.connectTo("1", d); - g.connectTo("2", god); - f.connectTo("3", kb); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyPIDBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyPIDBuilder.java deleted file mode 100644 index 85f12cb..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/HierarchyPIDBuilder.java +++ /dev/null @@ -1,60 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.EdgeType; -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Mode; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.impl.GexfImpl; - -public class HierarchyPIDBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "hierarchyPID"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - - gexf.getGraph() - .setMode(Mode.STATIC) - .setDefaultEdgeType(EdgeType.DIRECTED); - - Node g = gexf.getGraph().createNode("g"); - g.setLabel("frog2") - .setPID("e"); - - Node a = gexf.getGraph().createNode("a"); - a.setLabel("Kevin Bacon"); - - Node c = gexf.getGraph().createNode("c"); - c.setLabel("human1") - .setPID("b"); - - Node b = gexf.getGraph().createNode("b"); - b.setLabel("God") - .setPID("a"); - - Node e = gexf.getGraph().createNode("e"); - e.setLabel("Me") - .setPID("a"); - - Node d = gexf.getGraph().createNode("d"); - d.setLabel("human2") - .setPID("b"); - - Node f = gexf.getGraph().createNode("f"); - f.setLabel("frog1") - .setPID("e"); - - - b.connectTo("0", e); - c.connectTo("1", d); - g.connectTo("2", b); - f.connectTo("3", a); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/PhylogenyBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/PhylogenyBuilder.java deleted file mode 100644 index 0db1b22..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/PhylogenyBuilder.java +++ /dev/null @@ -1,31 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.Node; -import com.ojn.gexf4j.core.impl.GexfImpl; - -public class PhylogenyBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "phylogeny"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - Node a = gexf.getGraph().createNode("a"); - a.setLabel("cheese"); - - Node b = gexf.getGraph().createNode("b"); - b.setLabel("cherry"); - - Node c = gexf.getGraph().createNode("c"); - c.setLabel("cake"); - c.getParentForList().add(a); - c.getParentForList().add(b); - - return gexf; - } -} \ No newline at end of file diff --git a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/VisualizationBuilder.java b/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/VisualizationBuilder.java deleted file mode 100644 index 6c3e2d5..0000000 --- a/src/test_to_skip/java/com/ojn/gexf4j/core/testgraphs/VisualizationBuilder.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.ojn.gexf4j.core.testgraphs; - -import com.ojn.gexf4j.core.Gexf; -import com.ojn.gexf4j.core.impl.GexfImpl; -import com.ojn.gexf4j.core.impl.viz.ColorImpl; -import com.ojn.gexf4j.core.impl.viz.PositionImpl; -import com.ojn.gexf4j.core.viz.NodeShape; - -public class VisualizationBuilder extends GexfBuilder { - - @Override - public String getSuffix() { - return "viz"; - } - - @Override - public Gexf buildGexf() { - Gexf gexf = new GexfImpl(); - - gexf - .setVisualization(true) - .getGraph().createNode("a") - .setLabel("glossy") - .setColor(new ColorImpl(239, 173, 66)) - .setPosition(new PositionImpl(15.783598f, 40.109245f, 0.0f)) - .setSize(2.0375757f) - .getShapeEntity().setNodeShape(NodeShape.DISC); - - return gexf; - } - - @Override - public String getSchemaUrl() { - return "http://gexf.net/1.1draft/viz.xsd"; - } -} \ No newline at end of file