Class ZestElement

    • Constructor Detail

      • ZestElement

        public ZestElement()
        Instantiates a new zest element.
    • Method Detail

      • getElementType

        public String getElementType()
        Gets the element type.
        Returns:
        the element type
      • setElementType

        public void setElementType​(String type)
        Sets the element type.
        Parameters:
        type - the new element type
      • isSameSubclass

        public boolean isSameSubclass​(ZestElement ze)
        Checks if is same subclass.
        Parameters:
        ze - the ze
        Returns:
        true, if is same subclass
      • deepCopy

        public abstract ZestElement deepCopy()
        Deep copy.
        Returns:
        the zest element