Uses of Interface
org.objectweb.dsrg.sofa.repository.model.NamedEntity

Packages that use NamedEntity
org.objectweb.dsrg.sofa.repository   
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of NamedEntity in org.objectweb.dsrg.sofa.repository
 

Methods in org.objectweb.dsrg.sofa.repository that return NamedEntity
static NamedEntity RepositoryUtil.getNamedEntityInEList(java.lang.String name, org.eclipse.emf.common.util.EList<NamedEntity> listOfEntities)
          Searches named entity in the given list.
 

Method parameters in org.objectweb.dsrg.sofa.repository with type arguments of type NamedEntity
static boolean RepositoryUtil.containsName(java.util.List<? extends NamedEntity> list, java.lang.String name)
          Tests if the given list contains an entity with the given name
static boolean RepositoryUtil.containsNamedEntity(java.lang.String name, org.eclipse.emf.common.util.EList<NamedEntity> listOfEntities)
          Returns true if the given list contains object with the given name.
static NamedEntity RepositoryUtil.getNamedEntityInEList(java.lang.String name, org.eclipse.emf.common.util.EList<NamedEntity> listOfEntities)
          Searches named entity in the given list.
 

Uses of NamedEntity in org.objectweb.dsrg.sofa.repository.model
 

Subinterfaces of NamedEntity in org.objectweb.dsrg.sofa.repository.model
 interface Architecture
          A representation of the model object 'Architecture'
 interface Aspect
          A representation of the model object 'Aspect'
 interface AssemblyDescriptor
          A representation of the model object 'Assembly Descriptor'
 interface CodeBundle
          A representation of the model object 'Code Bundle'
 interface DeploymentPlan
          A representation of the model object 'Deployment Plan'
 interface EnvironmentAssumption
          A representation of the model object 'Environment Assumption'
 interface Feature
          A representation of the model object 'Feature'
 interface Frame
          A representation of the model object 'Frame'
 interface Info
          A representation of the model object 'Info'
 interface Interface
          A representation of the model object 'Interface'
 interface InterfaceType
          A representation of the model object 'Interface Type'
 interface MappedProperty
          A representation of the model object 'Mapped Property'
 interface MicroComponent
          A representation of the model object 'Micro Component'
 interface MicroInterfaceType
          A representation of the model object 'Micro Interface Type'
 interface Property
          A representation of the model object 'Property'
 interface SubcomponentInstance
          A representation of the model object 'Subcomponent Instance'
 interface VersionedEntity
          A representation of the model object 'Versioned Entity'
 

Uses of NamedEntity in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement NamedEntity
 class ArchitectureImpl
          An implementation of the model object 'Architecture'
 class AspectImpl
          An implementation of the model object 'Aspect'
 class AssemblyDescriptorImpl
          An implementation of the model object 'Assembly Descriptor'
 class CodeBundleImpl
          An implementation of the model object 'Code Bundle'
 class DeploymentPlanImpl
          An implementation of the model object 'Deployment Plan'
 class EnvironmentAssumptionImpl
          An implementation of the model object 'Environment Assumption'
 class FeatureImpl
          An implementation of the model object 'Feature'
 class FrameImpl
          An implementation of the model object 'Frame'
 class InfoImpl
          An implementation of the model object 'Info'
 class InterfaceImpl
          An implementation of the model object 'Interface'
 class InterfaceTypeImpl
          An implementation of the model object 'Interface Type'
 class MappedPropertyImpl
          An implementation of the model object 'Mapped Property'
 class MicroComponentImpl
          An implementation of the model object 'Micro Component'
 class MicroInterfaceTypeImpl
          An implementation of the model object 'Micro Interface Type'
 class NamedEntityImpl
          An implementation of the model object 'Named Entity'
 class PropertyImpl
          An implementation of the model object 'Property'
 class SubcomponentInstanceImpl
          An implementation of the model object 'Subcomponent Instance'
 class VersionedEntityImpl
          An implementation of the model object 'Versioned Entity'
 

Uses of NamedEntity in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type NamedEntity
 T ModelSwitch.caseNamedEntity(NamedEntity object)
          Returns the result of interpreting the object as an instance of 'Named Entity'