Interface Problem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ProblemImpl

public interface Problem extends NamedElement
A representation of the model object 'Problem'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Kind' attribute.
    org.eclipse.emf.common.util.EList<Node>
    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
    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