Interface SchemeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Scheme, Scheme.Builder

public interface SchemeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
    int
    .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
    .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
    int
    .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
    List of atom ID's to assign the connected premises to their role in the argumentation scheme.
    com.google.protobuf.ByteString
    List of atom ID's to assign the connected premises to their role in the argumentation scheme.
    int
    List of atom ID's to assign the connected premises to their role in the argumentation scheme.
    List of atom ID's to assign the connected premises to their role in the argumentation scheme.
    .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
    int
    .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
    .arg_services.graph.v1.Support support = 1 [json_name = "support"];
    int
    .arg_services.graph.v1.Support support = 1 [json_name = "support"];
     
    boolean
    .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
    boolean
    .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
    boolean
    .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
    boolean
    .arg_services.graph.v1.Support support = 1 [json_name = "support"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSupport

      boolean hasSupport()
      .arg_services.graph.v1.Support support = 1 [json_name = "support"];
      Returns:
      Whether the support field is set.
    • getSupportValue

      int getSupportValue()
      .arg_services.graph.v1.Support support = 1 [json_name = "support"];
      Returns:
      The enum numeric value on the wire for support.
    • getSupport

      Support getSupport()
      .arg_services.graph.v1.Support support = 1 [json_name = "support"];
      Returns:
      The support.
    • hasAttack

      boolean hasAttack()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      Returns:
      Whether the attack field is set.
    • getAttackValue

      int getAttackValue()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      Returns:
      The enum numeric value on the wire for attack.
    • getAttack

      Attack getAttack()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      Returns:
      The attack.
    • hasPreference

      boolean hasPreference()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      Returns:
      Whether the preference field is set.
    • getPreferenceValue

      int getPreferenceValue()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      Returns:
      The enum numeric value on the wire for preference.
    • getPreference

      Preference getPreference()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      Returns:
      The preference.
    • hasRephrase

      boolean hasRephrase()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      Returns:
      Whether the rephrase field is set.
    • getRephraseValue

      int getRephraseValue()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      Returns:
      The enum numeric value on the wire for rephrase.
    • getRephrase

      Rephrase getRephrase()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      Returns:
      The rephrase.
    • getPremiseDescriptorsList

      List<String> getPremiseDescriptorsList()
       List of atom ID's to assign the connected premises to their role in the argumentation scheme.
       Please note: The order of the ID's is important here and should correspond the one found in the underlying literature used for a specific project.
       
      repeated string premise_descriptors = 15 [json_name = "premiseDescriptors"];
      Returns:
      A list containing the premiseDescriptors.
    • getPremiseDescriptorsCount

      int getPremiseDescriptorsCount()
       List of atom ID's to assign the connected premises to their role in the argumentation scheme.
       Please note: The order of the ID's is important here and should correspond the one found in the underlying literature used for a specific project.
       
      repeated string premise_descriptors = 15 [json_name = "premiseDescriptors"];
      Returns:
      The count of premiseDescriptors.
    • getPremiseDescriptors

      String getPremiseDescriptors(int index)
       List of atom ID's to assign the connected premises to their role in the argumentation scheme.
       Please note: The order of the ID's is important here and should correspond the one found in the underlying literature used for a specific project.
       
      repeated string premise_descriptors = 15 [json_name = "premiseDescriptors"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The premiseDescriptors at the given index.
    • getPremiseDescriptorsBytes

      com.google.protobuf.ByteString getPremiseDescriptorsBytes(int index)
       List of atom ID's to assign the connected premises to their role in the argumentation scheme.
       Please note: The order of the ID's is important here and should correspond the one found in the underlying literature used for a specific project.
       
      repeated string premise_descriptors = 15 [json_name = "premiseDescriptors"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the premiseDescriptors at the given index.
    • getTypeCase

      Scheme.TypeCase getTypeCase()