Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.AbstractFlowchart
-
-
Uses of AbstractFlowchart in com._1c.g5.v8.dt.bp.scheme.model
Subinterfaces of AbstractFlowchart in com._1c.g5.v8.dt.bp.scheme.model Modifier and Type Interface Description interface
GraphicalScheme
A representation of the model object 'Graphical Scheme'. -
Uses of AbstractFlowchart in com._1c.g5.v8.dt.bp.scheme.model.impl
Classes in com._1c.g5.v8.dt.bp.scheme.model.impl that implement AbstractFlowchart Modifier and Type Class Description class
GraphicalSchemeImpl
An implementation of the model object 'Graphical Scheme'. -
Uses of AbstractFlowchart in com._1c.g5.v8.dt.bp.scheme.model.util
Methods in com._1c.g5.v8.dt.bp.scheme.model.util with parameters of type AbstractFlowchart Modifier and Type Method Description T
ModelSwitch. caseAbstractFlowchart(AbstractFlowchart object)
Returns the result of interpreting the object as an instance of 'Abstract Flowchart'. -
Uses of AbstractFlowchart in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return AbstractFlowchart Modifier and Type Method Description AbstractFlowchart
GraphicalSchemeExtInfo. getGraphicalScheme()
Returns the value of the 'Graphical Scheme' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type AbstractFlowchart Modifier and Type Method Description void
GraphicalSchemeExtInfo. setGraphicalScheme(AbstractFlowchart value)
Sets the value of the 'Graphical Scheme
' reference. -
Uses of AbstractFlowchart in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return AbstractFlowchart Modifier and Type Method Description AbstractFlowchart
GraphicalSchemeExtInfoImpl. getGraphicalScheme()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AbstractFlowchart Modifier and Type Method Description void
GraphicalSchemeExtInfoImpl. setGraphicalScheme(AbstractFlowchart newGraphicalScheme)
-
Uses of AbstractFlowchart in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return AbstractFlowchart Modifier and Type Method Description AbstractFlowchart
MdClassFactory. createAbstractFlowchart()
Returns a new object of class 'Abstract Flowchart'.AbstractFlowchart
BusinessProcess. getFlowchart()
Returns the value of the 'Flowchart' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type AbstractFlowchart Modifier and Type Method Description void
BusinessProcess. setFlowchart(AbstractFlowchart value)
Sets the value of the 'Flowchart
' reference. -
Uses of AbstractFlowchart in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement AbstractFlowchart Modifier and Type Class Description class
AbstractFlowchartImpl
An implementation of the model object 'Abstract Flowchart'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return AbstractFlowchart Modifier and Type Method Description AbstractFlowchart
MdClassFactoryImpl. createAbstractFlowchart()
AbstractFlowchart
BusinessProcessImpl. getFlowchart()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractFlowchart Modifier and Type Method Description void
BusinessProcessImpl. setFlowchart(AbstractFlowchart newFlowchart)
-
Uses of AbstractFlowchart in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type AbstractFlowchart Modifier and Type Method Description T
MdClassSwitch. caseAbstractFlowchart(AbstractFlowchart object)
Returns the result of interpreting the object as an instance of 'Abstract Flowchart'.boolean
MdClassValidator. validateAbstractFlowchart(AbstractFlowchart abstractFlowchart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-