org.infai.emo.matcher.diff
Interface Input

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

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

A representation of the model object 'Input'.

The following features are supported:

See Also:
DiffPackage.getInput()

Method Summary
 java.util.Date getDate()
          Returns the value of the 'Date' attribute.
 DiffModel getDiff()
          Returns the value of the 'Diff' containment reference
 MapModel getMapping()
          Returns the value of the 'Mapping' containment reference
 void setDate(java.util.Date value)
          Sets the value of the 'Date' attribute
 void setDiff(DiffModel value)
          Sets the value of the 'Diff' containment reference
 void setMapping(MapModel value)
          Sets the value of the 'Mapping' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMapping

MapModel getMapping()
Returns the value of the 'Mapping' containment reference.

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

Returns:
the value of the 'Mapping' containment reference.
See Also:
setMapping(MapModel), DiffPackage.getInput_Mapping()

setMapping

void setMapping(MapModel value)
Sets the value of the 'Mapping' containment reference.

Parameters:
value - the new value of the 'Mapping' containment reference.
See Also:
getMapping()

getDiff

DiffModel getDiff()
Returns the value of the 'Diff' containment reference.

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

Returns:
the value of the 'Diff' containment reference.
See Also:
setDiff(DiffModel), DiffPackage.getInput_Diff()

setDiff

void setDiff(DiffModel value)
Sets the value of the 'Diff' containment reference.

Parameters:
value - the new value of the 'Diff' containment reference.
See Also:
getDiff()

getDate

java.util.Date getDate()
Returns the value of the 'Date' attribute. The default value is "01-01-2000".

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

Returns:
the value of the 'Date' attribute.
See Also:
setDate(Date), DiffPackage.getInput_Date()

setDate

void setDate(java.util.Date value)
Sets the value of the 'Date' attribute.

Parameters:
value - the new value of the 'Date' attribute.
See Also:
getDate()