org.infai.emo.matcher.map
Interface Settings

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

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

A representation of the model object 'Settings'.

The following features are supported:

See Also:
MapPackage.getSettings()

Method Summary
 ComparatorWeightings getWeightings()
          Returns the value of the 'Weightings' containment reference
 boolean isUseCrossProduct()
          Returns the value of the 'Use Cross Product' attribute.
 void setUseCrossProduct(boolean value)
          Sets the value of the 'Use Cross Product' attribute
 void setWeightings(ComparatorWeightings value)
          Sets the value of the 'Weightings' 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

isUseCrossProduct

boolean isUseCrossProduct()
Returns the value of the 'Use Cross Product' attribute. The default value is "false".

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

Returns:
the value of the 'Use Cross Product' attribute.
See Also:
setUseCrossProduct(boolean), MapPackage.getSettings_UseCrossProduct()

setUseCrossProduct

void setUseCrossProduct(boolean value)
Sets the value of the 'Use Cross Product' attribute.

Parameters:
value - the new value of the 'Use Cross Product' attribute.
See Also:
isUseCrossProduct()

getWeightings

ComparatorWeightings getWeightings()
Returns the value of the 'Weightings' containment reference.

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

Returns:
the value of the 'Weightings' containment reference.
See Also:
setWeightings(ComparatorWeightings), MapPackage.getSettings_Weightings()

setWeightings

void setWeightings(ComparatorWeightings value)
Sets the value of the 'Weightings' containment reference.

Parameters:
value - the new value of the 'Weightings' containment reference.
See Also:
getWeightings()