menu
destack:topology
import destack:topology
Namespaces
bindingbinding namespace.
Classes
TopologyRuntime topology graph.
Structs
EdgeAnySelector that matches every edge.EdgeBetweenSelector that matches edges between source and destination selectors.EdgeByIdSelector that matches one edge by id.EdgeByIdsSelector that matches a fixed edge id set.EdgeByKindSelector that matches edges by kind.EdgeByLabelsSelector that matches edges by labels.EdgeIncidentSelector that matches edges incident to selected entities.EdgeKindRecordTopology edge-kind record.EdgeOptionsEdge decorator options.EdgeRecordConcrete topology edge record.EntityAnySelector that matches every entity.EntityByIdSelector that matches one entity by id.EntityByIdsSelector that matches a fixed entity id set.EntityByKindSelector that matches entities by kind.EntityByLabelsSelector that matches entities by labels.EntityChooseOneSelector that chooses one deterministic entity from another selector.EntityKindRecordTopology entity-kind record.EntityOptionsEntity decorator options.EntityRecordConcrete topology entity record.LabelSelectorTopology label selector.
Enums
DirectionDirection selector for directional relationships.
Newtypes
edgeMark a declaration as a topology edge.EdgeIdTopology edge identifier.EdgeKindTopology edge kind.EdgeRefRegistered topology edge reference.EdgeSelectorTopology edge selector.entityMark a declaration as a topology entity.EntityIdTopology entity identifier.EntityKindTopology entity kind.EntityRefRegistered topology entity reference.EntitySelectorTopology entity selector.RecordEntity or edge topology record.
Newtype interfaces
Interfaces
TopologyBindingTopology binding family.
Type aliases
LabelSetTopology label map.
Functions
anyEdgeMatch every topology edge.anyEntityMatch every topology entity.betweenMatch topology edges between two entity selectors.edgeIdMatch one topology edge by id.edgeKindMatch topology edges by kind.edgeOfProject one value to an edge record.entitiesByLabelsMatch topology entities by labels.entityIdMatch one topology entity by id.entityKindMatch topology entities by kind.entityOfProject one value to an entity record.
Constants
topologyCurrent topology binding family.