Interface Problem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ProblemImpl
A representation of the model object 'Problem'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetKind()
Returns the value of the 'Kind' attribute.org.eclipse.emf.common.util.EList
<Node> getNodes()
Returns the value of the 'Nodes' containment reference list.org.eclipse.emf.common.util.EList
<Statement> Returns the value of the 'Statements' containment reference list.boolean
Returns the value of the 'Explicit Kind' attribute.void
setExplicitKind
(boolean value) Sets the value of the 'Explicit Kind
' attribute.void
setKind
(ModuleKind value) Sets the value of the 'Kind
' attribute.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 tools.refinery.language.model.problem.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNodes
org.eclipse.emf.common.util.EList<Node> getNodes()Returns the value of the 'Nodes' containment reference list. The list contents are of typeNode
.- Returns:
- the value of the 'Nodes' containment reference list.
- See Also:
-
getStatements
org.eclipse.emf.common.util.EList<Statement> getStatements()Returns the value of the 'Statements' containment reference list. The list contents are of typeStatement
.- Returns:
- the value of the 'Statements' containment reference list.
- See Also:
-
getKind
ModuleKind getKind()Returns the value of the 'Kind' attribute. The literals are from the enumerationModuleKind
.- Returns:
- the value of the 'Kind' attribute.
- See Also:
-
setKind
Sets the value of the 'Kind
' attribute.- Parameters:
value
- the new value of the 'Kind' attribute.- See Also:
-
isExplicitKind
boolean isExplicitKind()Returns the value of the 'Explicit Kind' attribute.- Returns:
- the value of the 'Explicit Kind' attribute.
- See Also:
-
setExplicitKind
void setExplicitKind(boolean value) Sets the value of the 'Explicit Kind
' attribute.- Parameters:
value
- the new value of the 'Explicit Kind' attribute.- See Also:
-