public interface IGraphFactory
| Modifier and Type | Method and Description |
|---|---|
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> |
createGraph()
|
Identifier |
createIdentifier(IdentifiableElement container,
String id)
Creates a new
Identifier object of type IdentifierImpl. |
Label |
createLabel()
|
Layer<Node,Relation<Node,Node>> |
createLayer()
Creates a new
Layer object. |
Node |
createNode()
|
Relation<Node,Node> |
createRelation()
Creates a new
Relation object of type RelationImpl. |
Graph<Node,Relation<Node,Node>,Layer<Node,Relation<Node,Node>>> createGraph()
Graph objectRelation<Node,Node> createRelation()
Relation object of type RelationImpl.Relation objectLabel createLabel()
Label object of type LabelImpl. The value
of this label is defined to be of type String. To use another
value type, use one of the other create methods createLabelXXX() or the
generic method #createLabel(Class).Label objectIdentifier createIdentifier(IdentifiableElement container, String id)
Identifier object of type IdentifierImpl.
Its IdentifiableElement is set to the passed container and its id
value is set to passed id.container - IdentifiableElement which contains this
Identifierid - the id value of the IdentifierIdentifier objectCopyright © 2009–2015 Humboldt-Universität zu Berlin, INRIA. All rights reserved.