Interface JudgmentDescription
-
- All Superinterfaces:
Cachable,Description,org.eclipse.emf.ecore.EObject,Named,org.eclipse.emf.common.notify.Notifier,Overrider,UniqueByName
- All Known Implementing Classes:
JudgmentDescriptionImpl
public interface JudgmentDescription extends Description
A representation of the model object 'Judgment Description'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<JudgmentParameter>getJudgmentParameters()Returns the value of the 'Judgment Parameters' containment reference list.java.lang.StringgetJudgmentSymbol()Returns the value of the 'Judgment Symbol' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getRelationSymbols()Returns the value of the 'Relation Symbols' attribute list.voidsetJudgmentSymbol(java.lang.String value)Sets the value of the 'Judgment Symbol' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.Cachable
getCachedClause, setCachedClause
-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.Description
getError, setError
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.Overrider
isOverride, setOverride
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Specified by:
getNamein interfaceNamed- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),XsemanticsPackage.getJudgmentDescription_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getJudgmentSymbol
java.lang.String getJudgmentSymbol()
Returns the value of the 'Judgment Symbol' attribute.- Returns:
- the value of the 'Judgment Symbol' attribute.
- See Also:
setJudgmentSymbol(String),XsemanticsPackage.getJudgmentDescription_JudgmentSymbol()
-
setJudgmentSymbol
void setJudgmentSymbol(java.lang.String value)
Sets the value of the 'Judgment Symbol' attribute.- Parameters:
value- the new value of the 'Judgment Symbol' attribute.- See Also:
getJudgmentSymbol()
-
getJudgmentParameters
org.eclipse.emf.common.util.EList<JudgmentParameter> getJudgmentParameters()
Returns the value of the 'Judgment Parameters' containment reference list. The list contents are of typeJudgmentParameter.- Returns:
- the value of the 'Judgment Parameters' containment reference list.
- See Also:
XsemanticsPackage.getJudgmentDescription_JudgmentParameters()
-
getRelationSymbols
org.eclipse.emf.common.util.EList<java.lang.String> getRelationSymbols()
Returns the value of the 'Relation Symbols' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Relation Symbols' attribute list.
- See Also:
XsemanticsPackage.getJudgmentDescription_RelationSymbols()
-
-