org.eclipse.ocl.examples.emf.validation.validity
Interface ResultSet

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

public interface ResultSet
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Result Set'.

The following features are supported:

See Also:
ValidityPackage.getResultSet()
Generated
Model

Method Summary
 org.eclipse.emf.common.util.EList<Result> getResults()
          Returns the value of the 'Results' containment reference list.
 RootNode getRoot()
          Returns the value of the 'Root' container reference.
 java.lang.String getTimestamp()
          Returns the value of the 'Timestamp' attribute.
 void setRoot(RootNode value)
          Sets the value of the 'Root' container reference.
 void setTimestamp(java.lang.String value)
          Sets the value of the 'Timestamp' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRoot

RootNode getRoot()
Returns the value of the 'Root' container reference. It is bidirectional and its opposite is 'Result Sets'.

If the meaning of the 'Root' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Root' container reference.
See Also:
setRoot(RootNode), ValidityPackage.getResultSet_Root(), RootNode.getResultSets()
Generated
Model
opposite="resultSets" required="true" transient="false"

setRoot

void setRoot(RootNode value)
Sets the value of the 'Root' container reference.

Parameters:
value - the new value of the 'Root' container reference.
See Also:
getRoot()
Generated

getResults

@NonNull
org.eclipse.emf.common.util.EList<Result> getResults()
Returns the value of the 'Results' containment reference list. The list contents are of type Result. It is bidirectional and its opposite is 'Result Set'.

If the meaning of the 'Results' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Results' containment reference list.
See Also:
ValidityPackage.getResultSet_Results(), Result.getResultSet()
Generated
Model
opposite="resultSet" containment="true" ordered="false"

getTimestamp

java.lang.String getTimestamp()
Returns the value of the 'Timestamp' attribute.

If the meaning of the 'Timestamp' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(String), ValidityPackage.getResultSet_Timestamp()
Generated
Model

setTimestamp

void setTimestamp(java.lang.String value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()
Generated