Class UMLObjectFactory

java.lang.Object
com.xxrjun.factories.UMLObjectFactory

public abstract class UMLObjectFactory extends Object
The type Uml factory.
  • Method Details

    • createUMLBasicObject

      public static UMLBasicObject createUMLBasicObject(UMLObjectTypes objectType, Point p)
      Create uml basic object uml basic object.
      Parameters:
      objectType - the object type
      p - the p
      Returns:
      the uml basic object
    • createUMLConnectionLine

      public static UMLConnectionLine createUMLConnectionLine(UMLObjectTypes objectType, Point sourcePoint, Point destinationPoint)
      Create uml connection line uml connection line.
      Parameters:
      objectType - the object type
      sourcePoint - the source point
      destinationPoint - the destination point
      Returns:
      the uml connection line