Uses of Interface
org.omg.spec.bpmn.non.normative.color.DocumentRoot
-
Packages that use DocumentRoot Package Description org.omg.spec.bpmn.non.normative.color org.omg.spec.bpmn.non.normative.color.impl org.omg.spec.bpmn.non.normative.color.util -
-
Uses of DocumentRoot in org.omg.spec.bpmn.non.normative.color
Methods in org.omg.spec.bpmn.non.normative.color that return DocumentRoot Modifier and Type Method Description DocumentRootColorFactory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in org.omg.spec.bpmn.non.normative.color.impl
Classes in org.omg.spec.bpmn.non.normative.color.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in org.omg.spec.bpmn.non.normative.color.impl that return DocumentRoot Modifier and Type Method Description DocumentRootColorFactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in org.omg.spec.bpmn.non.normative.color.util
Methods in org.omg.spec.bpmn.non.normative.color.util with parameters of type DocumentRoot Modifier and Type Method Description TColorSwitch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanColorValidator. validateDocumentRoot(DocumentRoot documentRoot, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-