org.objectweb.dsrg.sofa.repository.model.util
Class DependencyWalker.DependencyList

java.lang.Object
  extended by org.objectweb.dsrg.sofa.repository.model.util.DependencyWalker.DependencyList
Enclosing class:
DependencyWalker

public final class DependencyWalker.DependencyList
extends java.lang.Object


Constructor Summary
DependencyWalker.DependencyList()
           
 
Method Summary
 void add(Architecture entity)
           
 void add(Aspect entity)
           
 void add(AssemblyDescriptor entity)
           
 void add(CodeBundle entity)
           
 void add(DeploymentPlan entity)
           
 void add(Frame entity)
           
 void add(InterfaceType entity)
           
 void add(MicroComponent entity)
           
 boolean contains(Architecture entity)
           
 boolean contains(Aspect entity)
           
 boolean contains(AssemblyDescriptor entity)
           
 boolean contains(CodeBundle entity)
           
 boolean contains(DeploymentPlan entity)
           
 boolean contains(Frame entity)
           
 boolean contains(InterfaceType entity)
           
 boolean contains(MicroComponent entity)
           
 java.util.List<Architecture> getArchitectures()
           
 java.util.List<Aspect> getAspects()
           
 java.util.List<AssemblyDescriptor> getAssemblyDescriptors()
           
 java.util.List<CodeBundle> getCodeBundles()
           
 java.util.List<DeploymentPlan> getDeploymentPlans()
           
 java.util.List<Frame> getFrames()
           
 java.util.List<InterfaceType> getInterfaceTypes()
           
 java.util.List<MicroComponent> getMicroComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyWalker.DependencyList

public DependencyWalker.DependencyList()
Method Detail

getArchitectures

public java.util.List<Architecture> getArchitectures()

contains

public boolean contains(Architecture entity)

add

public void add(Architecture entity)

getFrames

public java.util.List<Frame> getFrames()

contains

public boolean contains(Frame entity)

add

public void add(Frame entity)

getAspects

public java.util.List<Aspect> getAspects()

contains

public boolean contains(Aspect entity)

add

public void add(Aspect entity)

getCodeBundles

public java.util.List<CodeBundle> getCodeBundles()

contains

public boolean contains(CodeBundle entity)

add

public void add(CodeBundle entity)

getAssemblyDescriptors

public java.util.List<AssemblyDescriptor> getAssemblyDescriptors()

contains

public boolean contains(AssemblyDescriptor entity)

add

public void add(AssemblyDescriptor entity)

getInterfaceTypes

public java.util.List<InterfaceType> getInterfaceTypes()

contains

public boolean contains(InterfaceType entity)

add

public void add(InterfaceType entity)

getDeploymentPlans

public java.util.List<DeploymentPlan> getDeploymentPlans()

contains

public boolean contains(DeploymentPlan entity)

add

public void add(DeploymentPlan entity)

getMicroComponents

public java.util.List<MicroComponent> getMicroComponents()

contains

public boolean contains(MicroComponent entity)

add

public void add(MicroComponent entity)