Satsuma
a delicious .NET graph library
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Classes | Enumerations
Package Satsuma.IO.GraphML

Classes

class  DictionaryProperty< T >
 A property which can store values in a dictionary. More...
 
class  GraphMLFormat
 Loads and saves graphs stored in GraphML format. More...
 
class  GraphMLProperty
 Represents a GraphML property (or attribute). More...
 
class  NodeGraphics
 The visual appearance of a GraphML node. More...
 
class  NodeGraphicsProperty
 A GraphML property describing the visual appearance of the nodes. More...
 
class  StandardProperty< T >
 Represents a standard GraphML property (attribute), which may assign primitive values to objects. More...
 

Enumerations

enum  NodeShape {
  Rectangle, RoundRect, Ellipse, Parallelogram,
  Hexagon, Triangle, Rectangle3D, Octagon,
  Diamond, Trapezoid, Trapezoid2
}
 The shape of a GraphML node. More...
 
enum  PropertyDomain { All, Node, Arc, Graph }
 The possible domain of a GraphMLProperty. More...
 
enum  StandardType {
  Bool, Double, Float, Int,
  Long, String
}
 The types a standard GraphML property (attribute) can represent. More...
 

Enumeration Type Documentation

The shape of a GraphML node.

Enumerator
Rectangle 
RoundRect 
Ellipse 
Parallelogram 
Hexagon 
Triangle 
Rectangle3D 
Octagon 
Diamond 
Trapezoid 
Trapezoid2 

Definition at line 355 of file IO.GraphML.cs.

The possible domain of a GraphMLProperty.

The domain of the property describes what kind of objects the property applies to.

Enumerator
All 
Node 
Arc 
Graph 

Definition at line 37 of file IO.GraphML.cs.

The types a standard GraphML property (attribute) can represent.

Enumerator
Bool 
Double 
Float 
Int 
Long 
String 

Definition at line 236 of file IO.GraphML.cs.