Uses of Interface
com.hammurapi.config.Factory

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

Uses of Factory in com.hammurapi.config
 

Subinterfaces of Factory in com.hammurapi.config
 interface Collection
          A representation of the model object 'Collection'.
 interface Map
          A representation of the model object 'Map'.
 interface MethodCall
          A representation of the model object 'Method Call'.
 interface Named
          A representation of the model object 'Named'.
 interface NamedCollection
          A representation of the model object 'Named Collection'.
 interface NamedMap
          A representation of the model object 'Named Map'.
 interface NamedObjectDefinition
          A representation of the model object 'Named Object Definition'.
 interface NamedReference
          A representation of the model object 'Named Reference'.
 interface NamedScript
          A representation of the model object 'Named Script'.
 interface Null
          A representation of the model object 'Null'.
 interface ObjectDefinition
          A representation of the model object 'Object Definition'.
 interface Reference
          A representation of the model object 'Reference'.
 interface Script
          A representation of the model object 'Script'.
 

Methods in com.hammurapi.config that return Factory
 Factory MapEntry.getKey()
          Returns the value of the 'Key' containment reference.
 Factory Reference.getRef()
          Returns the value of the 'Ref' reference.
 Factory MapEntry.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in com.hammurapi.config that return types with arguments of type Factory
 org.eclipse.emf.common.util.EList<Factory> Constructor.getArgument()
          Returns the value of the 'Argument' containment reference list.
 org.eclipse.emf.common.util.EList<Factory> MethodCall.getArgument()
          Returns the value of the 'Argument' containment reference list.
 org.eclipse.emf.common.util.EList<Factory> Collection.getElement()
          Returns the value of the 'Element' containment reference list.
 

Methods in com.hammurapi.config with parameters of type Factory
 void MapEntry.setKey(Factory value)
          Sets the value of the 'Key' containment reference.
 void Reference.setRef(Factory value)
          Sets the value of the 'Ref' reference.
 void MapEntry.setValue(Factory value)
          Sets the value of the 'Value' containment reference.
 

Uses of Factory in com.hammurapi.config.impl
 

Classes in com.hammurapi.config.impl that implement Factory
 class CollectionImpl
          An implementation of the model object 'Collection'.
 class MapImpl
          An implementation of the model object 'Map'.
 class MethodCallImpl
          An implementation of the model object 'Method Call'.
 class NamedCollectionImpl
          An implementation of the model object 'Named Collection'.
 class NamedMapImpl
          An implementation of the model object 'Named Map'.
 class NamedObjectDefinitionImpl
          An implementation of the model object 'Named Object Definition'.
 class NamedReferenceImpl
          An implementation of the model object 'Named Reference'.
 class NamedScriptImpl
          An implementation of the model object 'Named Script'.
 class NullImpl
          An implementation of the model object 'Null'.
 class ObjectDefinitionImpl
          An implementation of the model object 'Object Definition'.
 class ReferenceImpl
          An implementation of the model object 'Reference'.
 class ScriptImpl
          An implementation of the model object 'Script'.
 

Fields in com.hammurapi.config.impl declared as Factory
protected  Factory MapEntryImpl.key
          The cached value of the 'Key' containment reference.
protected  Factory NamedReferenceImpl.ref
          The cached value of the 'Ref' reference.
protected  Factory ReferenceImpl.ref
          The cached value of the 'Ref' reference.
protected  Factory MapEntryImpl.value
          The cached value of the 'Value' containment reference.
 

Fields in com.hammurapi.config.impl with type parameters of type Factory
protected  org.eclipse.emf.common.util.EList<Factory> ConstructorImpl.argument
          The cached value of the 'Argument' containment reference list.
protected  org.eclipse.emf.common.util.EList<Factory> MethodCallImpl.argument
          The cached value of the 'Argument' containment reference list.
protected  org.eclipse.emf.common.util.EList<Factory> CollectionImpl.element
          The cached value of the 'Element' containment reference list.
protected  org.eclipse.emf.common.util.EList<Factory> NamedCollectionImpl.element
          The cached value of the 'Element' containment reference list.
 

Methods in com.hammurapi.config.impl that return Factory
 Factory NamedReferenceImpl.basicGetRef()
           
 Factory ReferenceImpl.basicGetRef()
           
 Factory MapEntryImpl.getKey()
           
 Factory NamedReferenceImpl.getRef()
           
 Factory ReferenceImpl.getRef()
           
 Factory MapEntryImpl.getValue()
           
 

Methods in com.hammurapi.config.impl that return types with arguments of type Factory
 org.eclipse.emf.common.util.EList<Factory> ConstructorImpl.getArgument()
           
 org.eclipse.emf.common.util.EList<Factory> MethodCallImpl.getArgument()
           
 org.eclipse.emf.common.util.EList<Factory> CollectionImpl.getElement()
           
 org.eclipse.emf.common.util.EList<Factory> NamedCollectionImpl.getElement()
           
 

Methods in com.hammurapi.config.impl with parameters of type Factory
 org.eclipse.emf.common.notify.NotificationChain MapEntryImpl.basicSetKey(Factory newKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain MapEntryImpl.basicSetValue(Factory newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void MapEntryImpl.setKey(Factory newKey)
           
 void NamedReferenceImpl.setRef(Factory newRef)
           
 void ReferenceImpl.setRef(Factory newRef)
           
 void MapEntryImpl.setValue(Factory newValue)
           
 

Uses of Factory in com.hammurapi.config.util
 

Methods in com.hammurapi.config.util with parameters of type Factory
 T ConfigSwitch.caseFactory(Factory object)
          Returns the result of interpreting the object as an instance of 'Factory'.
static void ConfigUtil.pump(Factory source, Factory dest)
          Moves references/copy artifacts from one object to another.