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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Attack getAttack()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      int getAttackValue()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      Preference getPreference()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      int getPreferenceValue()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      java.lang.String getPremiseDescriptors​(int index)
      List of atom ID's to assign the connected premises to their role in the argumentation scheme.
      com.google.protobuf.ByteString getPremiseDescriptorsBytes​(int index)
      List of atom ID's to assign the connected premises to their role in the argumentation scheme.
      int getPremiseDescriptorsCount()
      List of atom ID's to assign the connected premises to their role in the argumentation scheme.
      java.util.List<java.lang.String> getPremiseDescriptorsList()
      List of atom ID's to assign the connected premises to their role in the argumentation scheme.
      Rephrase getRephrase()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      int getRephraseValue()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      Support getSupport()
      .arg_services.graph.v1.Support support = 1 [json_name = "support"];
      int getSupportValue()
      .arg_services.graph.v1.Support support = 1 [json_name = "support"];
      Scheme.TypeCase getTypeCase()  
      boolean hasAttack()
      .arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];
      boolean hasPreference()
      .arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];
      boolean hasRephrase()
      .arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];
      boolean hasSupport()
      .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 Detail

      • 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

        java.util.List<java.lang.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

        java.lang.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.