Class LengthTrait.Provider

    • Constructor Detail

      • Provider

        public Provider()
    • Method Detail

      • getShapeId

        public ShapeId getShapeId()
        Specified by:
        getShapeId in interface TraitService
        Returns:
        Gets the shape ID of the trait that this provider created.
      • createTrait

        public LengthTrait createTrait​(ShapeId target,
                                       Node value)
        Description copied from interface: TraitService
        Creates the trait from a node value.
        Specified by:
        createTrait in interface TraitService
        Parameters:
        target - The shape targeted by the trait.
        value - The value of the trait.
        Returns:
        Returns the created trait.