Uses of Interface
org.omg.spec.bpmn.non.normative.color.ColorFactory
-
Packages that use ColorFactory Package Description org.omg.spec.bpmn.non.normative.color org.omg.spec.bpmn.non.normative.color.impl -
-
Uses of ColorFactory in org.omg.spec.bpmn.non.normative.color
Fields in org.omg.spec.bpmn.non.normative.color declared as ColorFactory Modifier and Type Field Description static ColorFactoryColorFactory. eINSTANCEThe singleton instance of the factory.Methods in org.omg.spec.bpmn.non.normative.color that return ColorFactory Modifier and Type Method Description ColorFactoryColorPackage. getColorFactory()Returns the factory that creates the instances of the model. -
Uses of ColorFactory in org.omg.spec.bpmn.non.normative.color.impl
Classes in org.omg.spec.bpmn.non.normative.color.impl that implement ColorFactory Modifier and Type Class Description classColorFactoryImplAn implementation of the model Factory.Methods in org.omg.spec.bpmn.non.normative.color.impl that return ColorFactory Modifier and Type Method Description ColorFactoryColorPackageImpl. getColorFactory()static ColorFactoryColorFactoryImpl. init()Creates the default factory implementation.
-