Interface ReferToJudgment
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Axiom,Rule,RuleInvocation,RuleWithPremises
- All Known Implementing Classes:
AxiomImpl,ReferToJudgmentImpl,RuleImpl,RuleInvocationImpl,RuleWithPremisesImpl
public interface ReferToJudgment extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Refer To Judgment'.The following features are supported:
- See Also:
XsemanticsPackage.getReferToJudgment()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JudgmentDescriptionget_judgment()Returns the value of the 'judgment' reference.java.lang.StringgetJudgmentSymbol()org.eclipse.emf.common.util.EList<java.lang.String>getRelationSymbols()booleanisSet_judgment()Returns whether the value of the 'judgment' reference is set.voidset_judgment(JudgmentDescription value)Sets the value of the 'judgment' reference.voidunset_judgment()Unsets the value of the 'judgment' reference.
-
-
-
Method Detail
-
get_judgment
JudgmentDescription get_judgment()
Returns the value of the 'judgment' reference.- Returns:
- the value of the 'judgment' reference.
- See Also:
isSet_judgment(),unset_judgment(),set_judgment(JudgmentDescription),XsemanticsPackage.getReferToJudgment__judgment()
-
set_judgment
void set_judgment(JudgmentDescription value)
Sets the value of the 'judgment' reference.- Parameters:
value- the new value of the 'judgment' reference.- See Also:
isSet_judgment(),unset_judgment(),get_judgment()
-
unset_judgment
void unset_judgment()
Unsets the value of the 'judgment' reference.
-
isSet_judgment
boolean isSet_judgment()
Returns whether the value of the 'judgment' reference is set.- Returns:
- whether the value of the 'judgment' reference is set.
- See Also:
unset_judgment(),get_judgment(),set_judgment(JudgmentDescription)
-
getJudgmentSymbol
java.lang.String getJudgmentSymbol()
-
getRelationSymbols
org.eclipse.emf.common.util.EList<java.lang.String> getRelationSymbols()
-
-