Uses of Class
de.opsdesign.yax.Component

Packages that use Component
de.opsdesign.yax   
de.opsdesign.yax.types   
 

Uses of Component in de.opsdesign.yax
 

Subclasses of Component in de.opsdesign.yax
 class Queue
           
 class Step
           
 

Methods in de.opsdesign.yax that return Component
 Component Port.getComponent()
           
 Component Connection.getComponent()
           
 

Methods in de.opsdesign.yax that return types with arguments of type Component
 java.util.Queue<Component> Queue.getMembers()
           
 

Methods in de.opsdesign.yax with parameters of type Component
 void Connections.add(java.lang.Object parent, Component component, Port port, java.lang.String direction)
           
 void Port.addConnection(Component component, Port port, java.lang.String direction)
           
 void Port.init(Component component, java.lang.String creator)
           
 void Connection.setComponent(Component component)
           
 

Constructors in de.opsdesign.yax with parameters of type Component
Connection(java.lang.Object parent, Component component, Port port, java.lang.String direction)
           
Port(java.lang.Object parent, javax.xml.namespace.QName qName, org.xml.sax.Attributes attributes, Component component, java.lang.String creator)
           
Port(java.lang.Object parent, java.lang.String namespaceURIString, java.lang.String localNameString, java.lang.String qNameString, org.xml.sax.Attributes attributes, Component component, java.lang.String creator)
           
 

Uses of Component in de.opsdesign.yax.types
 

Methods in de.opsdesign.yax.types with parameters of type Component
 void When.addImplicitPort(Component component, PortType portType)
           
 void ComponentType.addImplicitPort(Component component, PortType portType)
           
 



Copyright © 2008 OPS Design GmbH. All Rights Reserved.