Uses of Interface
com.hammurapi.config.Path

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

Uses of Path in com.hammurapi.config
 

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

Methods in com.hammurapi.config that return types with arguments of type Path
 org.eclipse.emf.common.util.EList<Path> PropertySource.getClassPath()
          Returns the value of the 'Class Path' containment reference list.
 org.eclipse.emf.common.util.EList<Path> Path.getPath()
          Returns the value of the 'Path' containment reference list.
 

Uses of Path in com.hammurapi.config.impl
 

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

Fields in com.hammurapi.config.impl with type parameters of type Path
protected  org.eclipse.emf.common.util.EList<Path> MethodCallImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> NamedObjectDefinitionImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> NamedScriptImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> ObjectDefinitionImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> ProfileImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> ScriptImpl.classPath
          The cached value of the 'Class Path' containment reference list.
protected  org.eclipse.emf.common.util.EList<Path> PathImpl.path
          The cached value of the 'Path' containment reference list.
 

Methods in com.hammurapi.config.impl that return Path
 Path ConfigFactoryImpl.createPath()
           
 

Methods in com.hammurapi.config.impl that return types with arguments of type Path
 org.eclipse.emf.common.util.EList<Path> MethodCallImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> NamedObjectDefinitionImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> NamedScriptImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> ObjectDefinitionImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> ProfileImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> ScriptImpl.getClassPath()
           
 org.eclipse.emf.common.util.EList<Path> PathImpl.getPath()
           
 

Uses of Path in com.hammurapi.config.util
 

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