Uses of Interface
com.hammurapi.config.Source

Packages that use Source
com.hammurapi.config   
com.hammurapi.config.impl   
com.hammurapi.config.util   
 

Uses of Source in com.hammurapi.config
 

Methods in com.hammurapi.config that return Source
 Source ConfigFactory.createSource()
          Returns a new object of class 'Source'.
 

Methods in com.hammurapi.config that return types with arguments of type Source
 org.eclipse.emf.common.util.EList<Source> Factory.getSource()
          Returns the value of the 'Source' containment reference list.
 

Uses of Source in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Source
 class SourceImpl
          An implementation of the model object 'Source'.
 

Fields in com.hammurapi.config.impl with type parameters of type Source
protected  org.eclipse.emf.common.util.EList<Source> CollectionImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> MapImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> MethodCallImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NamedCollectionImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NamedMapImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NamedObjectDefinitionImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NamedReferenceImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NamedScriptImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> NullImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> ObjectDefinitionImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> ReferenceImpl.source
          The cached value of the 'Source' containment reference list.
protected  org.eclipse.emf.common.util.EList<Source> ScriptImpl.source
          The cached value of the 'Source' containment reference list.
 

Methods in com.hammurapi.config.impl that return Source
 Source ConfigFactoryImpl.createSource()
           
 

Methods in com.hammurapi.config.impl that return types with arguments of type Source
 org.eclipse.emf.common.util.EList<Source> CollectionImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> MapImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> MethodCallImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NamedCollectionImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NamedMapImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NamedObjectDefinitionImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NamedReferenceImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NamedScriptImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> NullImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> ObjectDefinitionImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> ReferenceImpl.getSource()
           
 org.eclipse.emf.common.util.EList<Source> ScriptImpl.getSource()
           
 

Uses of Source in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Source
 T ConfigSwitch.caseSource(Source object)
          Returns the result of interpreting the object as an instance of 'Source'.