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 interfaceGraphicalSchemeA 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 classGraphicalSchemeImplAn 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 TModelSwitch. 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 AbstractFlowchartGraphicalSchemeExtInfo. 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 voidGraphicalSchemeExtInfo. 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 AbstractFlowchartGraphicalSchemeExtInfoImpl. getGraphicalScheme()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type AbstractFlowchart Modifier and Type Method Description voidGraphicalSchemeExtInfoImpl. 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 AbstractFlowchartMdClassFactory. createAbstractFlowchart()Returns a new object of class 'Abstract Flowchart'.AbstractFlowchartBusinessProcess. 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 voidBusinessProcess. 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 classAbstractFlowchartImplAn 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 AbstractFlowchartMdClassFactoryImpl. createAbstractFlowchart()AbstractFlowchartBusinessProcessImpl. getFlowchart()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type AbstractFlowchart Modifier and Type Method Description voidBusinessProcessImpl. 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 TMdClassSwitch. caseAbstractFlowchart(AbstractFlowchart object)Returns the result of interpreting the object as an instance of 'Abstract Flowchart'.booleanMdClassValidator. validateAbstractFlowchart(AbstractFlowchart abstractFlowchart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-