Class ErdConvertersService

  • All Implemented Interfaces:
    com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>

    public class ErdConvertersService
    extends Object
    implements com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>
    ERD implementation of IConvertersService.
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
        Logger for logging
    • Constructor Detail

      • ErdConvertersService

        public ErdConvertersService()
    • Method Detail

      • getConverters

        public Collection<com._1c.g5.v8.dt.diagram.framework.core.IConverter<MdObject>> getConverters​(MdObject mdObject)
        Specified by:
        getConverters in interface com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>
      • isConvertable

        public boolean isConvertable​(MdObject mdObject)
        Specified by:
        isConvertable in interface com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>
      • getRelationMakers

        public Collection<com._1c.g5.v8.dt.diagram.framework.core.IRelationMaker> getRelationMakers()
        Specified by:
        getRelationMakers in interface com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject>