Documentation
¶
Overview ¶
Package graph provides types and functions for generic knowledge representation, including items,messages, events, and statements about these in an RDF-like fashion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGraph ¶
func CreateGraph() *graph
Types ¶
type Collection ¶
type Identifier ¶
type Identifier = v.Identifier
type Iterator ¶
An Iterator allows iterating over query results, like this: `it := graph.Query(...).Iterator()
for it.Next() { s := it.Value(); ... }`
func SliceIterator ¶
type ROGraph ¶
type ROGraph interface {
Content() Collection
Last() Step
Size() uint64
Query(Step, Step, v.Value) Collection
Get(string, Step) Step
Ref(Step) string
Concepts() Collection
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package context defines a graph context that handles the environment during graph processing, e.g.
|
Package context defines a graph context that handles the environment during graph processing, e.g. |
|
Package talk provides external interfaces for graphs.
|
Package talk provides external interfaces for graphs. |
Click to show internal directories.
Click to hide internal directories.