Tuscany Assembly Model

Uses of Interface
org.apache.tuscany.model.assembly.AssemblyVisitor

Packages that use AssemblyVisitor
org.apache.tuscany.model.assembly   
org.apache.tuscany.model.assembly.impl   
 

Uses of AssemblyVisitor in org.apache.tuscany.model.assembly
 

Methods in org.apache.tuscany.model.assembly with parameters of type AssemblyVisitor
 boolean AssemblyObject.accept(AssemblyVisitor visitor)
          Accept a visitor
 

Uses of AssemblyVisitor in org.apache.tuscany.model.assembly.impl
 

Methods in org.apache.tuscany.model.assembly.impl with parameters of type AssemblyVisitor
 boolean AssemblyObjectImpl.accept(AssemblyVisitor visitor)
           
 boolean BindingImpl.accept(AssemblyVisitor visitor)
           
 boolean ComponentImpl.accept(AssemblyVisitor visitor)
           
 boolean ComponentTypeImpl.accept(AssemblyVisitor visitor)
           
 boolean CompositeImpl.accept(AssemblyVisitor visitor)
           
 boolean ConfiguredPortImpl.accept(AssemblyVisitor visitor)
           
 boolean ConfiguredPropertyImpl.accept(AssemblyVisitor visitor)
           
 boolean EntryPointImpl.accept(AssemblyVisitor visitor)
           
 boolean ExtensibleImpl.accept(AssemblyVisitor visitor)
           
 boolean ExternalServiceImpl.accept(AssemblyVisitor visitor)
           
 boolean ImplementationImpl.accept(AssemblyVisitor visitor)
           
 boolean ModuleImpl.accept(AssemblyVisitor visitor)
           
 boolean PortImpl.accept(AssemblyVisitor visitor)
           
protected  boolean AssemblyObjectImpl.accept(java.util.Collection collection, AssemblyVisitor visitor)
          Walk a visitor through a collection of model objects.
 


Tuscany Assembly Model

-