FunReal


IRepo

Namespace: Repo

General interface of repository. Allows to query information about models and elements and to modify the contents of the repository by adding new nodes or edges as instances of some already existing elements.

Instance members

Instance memberDescription
AddEdge(typeId sourceId targetId)
Signature: typeId:string -> sourceId:string -> targetId:string -> NodeInfo
Modifiers: abstract
AddNode(typeId)
Signature: typeId:string -> NodeInfo
Modifiers: abstract
EdgeType(id)
Signature: id:string -> string
Modifiers: abstract
IsEdgeClass(typeId)
Signature: typeId:string -> bool
Modifiers: abstract
MetamodelNodes()
Signature: unit -> seq<NodeInfo>
Modifiers: abstract
ModelEdges()
Signature: unit -> seq<EdgeInfo>
Modifiers: abstract
ModelNodes()
Signature: unit -> seq<NodeInfo>
Modifiers: abstract
Node(id)
Signature: id:string -> NodeInfo
Modifiers: abstract
NodeType(id)
Signature: id:string -> NodeInfo
Modifiers: abstract
F# Project
Fork me on GitHub