Interface Dependency.SO_DependencyMatrixOrBuilder

    • Method Detail

      • getArtifactList

        java.util.List<Dependency.SO_DependencyMatrix.Artifact> getArtifactList()
         A list of every artifact where the artifact ID is its position in the list.
         
        repeated .soi.SO_DependencyMatrix.Artifact artifact = 1;
      • getArtifact

        Dependency.SO_DependencyMatrix.Artifact getArtifact​(int index)
         A list of every artifact where the artifact ID is its position in the list.
         
        repeated .soi.SO_DependencyMatrix.Artifact artifact = 1;
      • getArtifactCount

        int getArtifactCount()
         A list of every artifact where the artifact ID is its position in the list.
         
        repeated .soi.SO_DependencyMatrix.Artifact artifact = 1;
      • getArtifactOrBuilderList

        java.util.List<? extends Dependency.SO_DependencyMatrix.ArtifactOrBuilder> getArtifactOrBuilderList()
         A list of every artifact where the artifact ID is its position in the list.
         
        repeated .soi.SO_DependencyMatrix.Artifact artifact = 1;
      • getArtifactOrBuilder

        Dependency.SO_DependencyMatrix.ArtifactOrBuilder getArtifactOrBuilder​(int index)
         A list of every artifact where the artifact ID is its position in the list.
         
        repeated .soi.SO_DependencyMatrix.Artifact artifact = 1;