Uses of Class
org.objectweb.dsrg.sofa.repository.DeleteDependencyCalculator.DeletingNode

Packages that use DeleteDependencyCalculator.DeletingNode
org.objectweb.dsrg.sofa.repository   
 

Uses of DeleteDependencyCalculator.DeletingNode in org.objectweb.dsrg.sofa.repository
 

Fields in org.objectweb.dsrg.sofa.repository declared as DeleteDependencyCalculator.DeletingNode
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.root
           
 

Fields in org.objectweb.dsrg.sofa.repository with type parameters of type DeleteDependencyCalculator.DeletingNode
protected  java.util.List<DeleteDependencyCalculator.DeletingNode> DeleteDependencyCalculator.DeletingNode.children
          Children of the node mean everything that implements this node.
protected  java.util.List<DeleteDependencyCalculator.DeletingNode> DeleteDependencyCalculator.DeletingNode.containedBy
          List of entities which contain this entity.
protected  java.util.List<DeleteDependencyCalculator.DeletingNode> DeleteDependencyCalculator.DeletingNode.contains
          Everything that is contained by this node.
protected  java.util.HashMap<org.eclipse.emf.common.util.URI,DeleteDependencyCalculator.DeletingNode> DeleteDependencyCalculator.nodesCache
           
protected  java.util.List<DeleteDependencyCalculator.DeletingNode> DeleteDependencyCalculator.DeletingNode.parent
          The parent of the node.
 

Methods in org.objectweb.dsrg.sofa.repository that return DeleteDependencyCalculator.DeletingNode
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Architecture entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Aspect entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(AssemblyDescriptor entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(CodeBundle entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(DeploymentPlan entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Frame entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(InstanceAssemblyDescription entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(Interface entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(InterfaceType entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(MicroComponent entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
protected  DeleteDependencyCalculator.DeletingNode DeleteDependencyCalculator.cacheEntity(SubcomponentInstance entity)
          Goes through all the dependencies of the entity and caches it into memory of this data structure.
 

Methods in org.objectweb.dsrg.sofa.repository with parameters of type DeleteDependencyCalculator.DeletingNode
 void DeleteDependencyCalculator.DeletingNode.addToChildren(DeleteDependencyCalculator.DeletingNode newChild)
          Adds newChild to the list of children.
 void DeleteDependencyCalculator.DeletingNode.addToContainedBy(DeleteDependencyCalculator.DeletingNode newContainedBy)
          Adds newContainedBy to the list of children.
 void DeleteDependencyCalculator.DeletingNode.addToContains(DeleteDependencyCalculator.DeletingNode newContains)
          Adds newContains to the list of children.
 void DeleteDependencyCalculator.DeletingNode.addToParents(DeleteDependencyCalculator.DeletingNode parent)
           
protected  void DeleteDependencyCalculator.DeletingNode.print(DeleteDependencyCalculator.DeletingNode node, int indent)
           
 

Method parameters in org.objectweb.dsrg.sofa.repository with type arguments of type DeleteDependencyCalculator.DeletingNode
protected  void DeleteDependencyCalculator.DeletingNode._addEntityDependenciesToList(java.util.List<DeleteDependencyCalculator.DeletingNode> list)
          Helps with the recursion.