Interface TermRelations.Builder

    • Method Detail

      • classifies

        TermRelations.Builder classifies​(Collection<String> classifies)

        The classifies of the term relations.

        Parameters:
        classifies - The classifies of the term relations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • classifies

        TermRelations.Builder classifies​(String... classifies)

        The classifies of the term relations.

        Parameters:
        classifies - The classifies of the term relations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isA

        TermRelations.Builder isA​(Collection<String> isA)

        The isA property of the term relations.

        Parameters:
        isA - The isA property of the term relations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isA

        TermRelations.Builder isA​(String... isA)

        The isA property of the term relations.

        Parameters:
        isA - The isA property of the term relations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.