|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphSpec | |
solar.service.dan | Contains DAN (Data Aggregation Network) service and related classes. |
solar.service.dan.lang | Language parser for DAN service. |
Uses of GraphSpec in solar.service.dan |
Fields in solar.service.dan declared as GraphSpec | |
protected GraphSpec |
GraphManager._gs
The graph spec to be mantained. |
Methods in solar.service.dan with parameters of type GraphSpec | |
protected GraphManager |
AbstractDanService.makeGraphManager(GraphSpec gs)
|
private Guid |
AbstractDanService.loadGraph(GraphSpec gs,
java.lang.String op)
|
Constructors in solar.service.dan with parameters of type GraphSpec | |
DistGraphManager(GraphSpec gs)
|
|
LocalGraphManager(GraphSpec gs)
|
|
GraphManager(GraphSpec gs)
Constructs the manager with its reponsible graph spec. |
Uses of GraphSpec in solar.service.dan.lang |
Fields in solar.service.dan.lang declared as GraphSpec | |
private GraphSpec |
XmlSpecParser._graph
|
Methods in solar.service.dan.lang that return GraphSpec | |
GraphSpec |
XmlSpecParser.parse(java.io.File file)
|
GraphSpec |
XmlSpecParser.parse(java.io.InputStream in)
|
GraphSpec |
XmlSpecParser.parse(java.io.Reader reader)
|
GraphSpec |
XmlSpecParser.parse(java.lang.String xml)
|
static GraphSpec |
XmlSpecParser.parse(org.xml.sax.InputSource in)
|
GraphSpec |
XmlSpecParser.getGraphSpec()
Return recent parsed graph spec. |
GraphSpec |
SpecParser.parse(java.io.File file)
Parse the graph spec from a file. |
GraphSpec |
SpecParser.parse(java.io.InputStream in)
Parse the graph spec from an input stream. |
GraphSpec |
SpecParser.parse(java.io.Reader in)
Parse the graph spec from a reader. |
GraphSpec |
SpecParser.parse(java.lang.String xml)
Parse the graph spec from a string. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |