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 AttackgetAttack().arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];intgetAttackValue().arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];PreferencegetPreference().arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];intgetPreferenceValue().arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];java.lang.StringgetPremiseDescriptors(int index)List of atom ID's to assign the connected premises to their role in the argumentation scheme.com.google.protobuf.ByteStringgetPremiseDescriptorsBytes(int index)List of atom ID's to assign the connected premises to their role in the argumentation scheme.intgetPremiseDescriptorsCount()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.RephrasegetRephrase().arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];intgetRephraseValue().arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];SupportgetSupport().arg_services.graph.v1.Support support = 1 [json_name = "support"];intgetSupportValue().arg_services.graph.v1.Support support = 1 [json_name = "support"];Scheme.TypeCasegetTypeCase()booleanhasAttack().arg_services.graph.v1.Attack attack = 2 [json_name = "attack"];booleanhasPreference().arg_services.graph.v1.Preference preference = 3 [json_name = "preference"];booleanhasRephrase().arg_services.graph.v1.Rephrase rephrase = 4 [json_name = "rephrase"];booleanhasSupport().arg_services.graph.v1.Support support = 1 [json_name = "support"];-
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.
-
getTypeCase
Scheme.TypeCase getTypeCase()
-
-