Skip to main content
Ctrl+K

molfoundry 0.1

  • MolFoundry
  • Getting started
  • API reference
    • molfoundry.smiles
    • molfoundry.inchi
    • molfoundry.molfile
    • molfoundry.graphGMLString
    • molfoundry.Graph
    • molfoundry.Vertex
    • molfoundry.Edge
    • molfoundry.VertexRange
    • molfoundry.EdgeRange
    • molfoundry.VertexFilter
    • molfoundry.GraphType
    • molfoundry.BondType
    • molfoundry.Charge
    • molfoundry.Isotope
    • molfoundry.AtomId
    • molfoundry.LabelType
    • molfoundry.LabelRelation
    • molfoundry.LabelSettings
    • molfoundry.Conformer
    • molfoundry.GraphPrinter
    • molfoundry.ruleGMLString
    • molfoundry.ruleGML
    • molfoundry.ruleMolFoundry
    • molfoundry.Rule
    • molfoundry.RCEvaluator
    • molfoundry.RCExp
    • molfoundry.rcCommon
    • molfoundry.rcParallel
    • molfoundry.rcSub
    • molfoundry.rcSuper
    • molfoundry.DG
    • molfoundry.Derivation
    • molfoundry.Derivations
    • molfoundry.DGVertexMapper
    • molfoundry.VertexMap
    • molfoundry.VertexMapEntry
    • molfoundry.AutGroup
    • molfoundry.Aut
    • molfoundry.DGStrat
    • molfoundry.GraphState
    • molfoundry.addUniverse
    • molfoundry.addSubset
    • molfoundry.leftPredicate
    • molfoundry.rightPredicate
    • molfoundry.repeat
    • molfoundry.execute
    • molfoundry.filterUniverse
    • molfoundry.filterSubset
    • molfoundry.revive
    • molfoundry.Stochsim
    • molfoundry.MultiPhaseStochsim
    • molfoundry.enable_post
    • molfoundry.disable_post
    • molfoundry.postSection
    • molfoundry.postChapter
    • molfoundry.inputRules
    • molfoundry.inputGraphs
    • molfoundry.LogicError
    • molfoundry.atomtracing
  • Examples
  • .rst

molfoundry.Vertex

Contents

  • Vertex
    • Vertex.graph
    • Vertex.id
    • Vertex.degree
    • Vertex.stringLabel
    • Vertex.atomId
    • Vertex.isotope
    • Vertex.charge
    • Vertex.incidentEdges
    • Vertex.isNull()
    • Vertex.isElectron()
    • Vertex.externalId
    • Vertex.setExternalId()
    • Vertex.removeExternalId()

molfoundry.Vertex#

class molfoundry.Vertex[source]#

Bases: TSObject

property graph: Graph#
property id: int#
property degree: int#
property stringLabel: str#
property atomId: AtomId#
property isotope: Isotope#
property charge: Charge#
property incidentEdges: EdgeRange#
isNull()[source]#
Return type:

bool

isElectron()[source]#
Return type:

bool

property externalId: int#
setExternalId(id)[source]#
Parameters:

id (int)

removeExternalId()[source]#

previous

molfoundry.Graph

next

molfoundry.Edge

Contents
  • Vertex
    • Vertex.graph
    • Vertex.id
    • Vertex.degree
    • Vertex.stringLabel
    • Vertex.atomId
    • Vertex.isotope
    • Vertex.charge
    • Vertex.incidentEdges
    • Vertex.isNull()
    • Vertex.isElectron()
    • Vertex.externalId
    • Vertex.setExternalId()
    • Vertex.removeExternalId()

By Marcel Friedrichs

© Copyright 2026, Marcel Friedrichs.