Package com.sandpolis.core.soi
Interface Dependency.SO_DependencyMatrixOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Dependency.SO_DependencyMatrix,Dependency.SO_DependencyMatrix.Builder
- Enclosing class:
- Dependency
public static interface Dependency.SO_DependencyMatrixOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description Dependency.SO_DependencyMatrix.ArtifactgetArtifact(int index)A list of every artifact where the artifact ID is its position in the list.intgetArtifactCount()A list of every artifact where the artifact ID is its position in the list.java.util.List<Dependency.SO_DependencyMatrix.Artifact>getArtifactList()A list of every artifact where the artifact ID is its position in the list.Dependency.SO_DependencyMatrix.ArtifactOrBuildergetArtifactOrBuilder(int index)A list of every artifact where the artifact ID is its position in the list.java.util.List<? extends Dependency.SO_DependencyMatrix.ArtifactOrBuilder>getArtifactOrBuilderList()A list of every artifact where the artifact ID is its position in the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-