com.hammurapi.review
Interface Module

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

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

A representation of the model object 'Module'. Module defines a set of source and inspector sets to use on these sources.

The following features are supported:

See Also:
ReviewPackage.getModule()

Method Summary
 org.eclipse.emf.common.util.EList<Path> getClassPath()
          Returns the value of the 'Class Path' containment reference list.
 String getDescription()
          Returns the value of the 'Description' attribute.
 org.eclipse.emf.common.util.EList<InspectorSet> getInspectorSet()
          Returns the value of the 'Inspector Set' reference list.
 org.eclipse.emf.common.util.EList<Object> getModel()
          Returns the value of the 'Model' attribute list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<Factory> getSource()
          Returns the value of the 'Source' containment reference list.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getInspectorSet

org.eclipse.emf.common.util.EList<InspectorSet> getInspectorSet()
Returns the value of the 'Inspector Set' reference list. The list contents are of type InspectorSet. Module is reviewed by one or more inspector sets.

Returns:
the value of the 'Inspector Set' reference list.
See Also:
ReviewPackage.getModule_InspectorSet()

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ReviewPackage.getModule_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ReviewPackage.getModule_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getSource

org.eclipse.emf.common.util.EList<Factory> getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type Factory. Module consists of several source definitions.

Returns:
the value of the 'Source' containment reference list.
See Also:
ReviewPackage.getModule_Source()

getClassPath

org.eclipse.emf.common.util.EList<Path> getClassPath()
Returns the value of the 'Class Path' containment reference list. The list contents are of type Path.

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

Returns:
the value of the 'Class Path' containment reference list.
See Also:
ReviewPackage.getModule_ClassPath()

getModel

org.eclipse.emf.common.util.EList<Object> getModel()
Returns the value of the 'Model' attribute list. The list contents are of type Object. Review driver sets this attribute after instantiation of the model from the source.

Returns:
the value of the 'Model' attribute list.
See Also:
ReviewPackage.getModule_Model()