Uses of Class
com.foursoft.harness.vec.v113.VecComponentPort
Packages that use VecComponentPort
-
Uses of VecComponentPort in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecComponentPortModifier and TypeFieldDescriptionprotected VecComponentPortVecCavityReference.componentPortReferences theComponentPortthat is implemented by thisCavityReference.protected VecComponentPortVecTerminalRole.componentPortprotected VecComponentPortVecConnectionEnd.connectedComponentPortFields in com.foursoft.harness.vec.v113 with type parameters of type VecComponentPortModifier and TypeFieldDescriptionprotected List<VecComponentPort>VecComponentConnector.componentPortsMethods in com.foursoft.harness.vec.v113 that return VecComponentPortModifier and TypeMethodDescriptionObjectFactory.createVecComponentPort()Create an instance ofVecComponentPortVecCavityReference.getComponentPort()Gets the value of the componentPort property.VecTerminalRole.getComponentPort()Gets the value of the componentPort property.VecConnectionEnd.getConnectedComponentPort()Gets the value of the connectedComponentPort property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecComponentPortModifier and TypeMethodDescriptionVecComponentConnector.getComponentPorts()Gets the value of the componentPorts property.VecNetworkPort.getRefComponentPort()Gets aSetof allVecComponentPortthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.VecSignal.getRefComponentPort()Gets aSetof allVecComponentPortthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Methods in com.foursoft.harness.vec.v113 with parameters of type VecComponentPortModifier and TypeMethodDescriptionvoidVecCavityReference.setComponentPort(VecComponentPort value) Sets the value of the componentPort property.voidVecTerminalRole.setComponentPort(VecComponentPort value) Sets the value of the componentPort property.voidVecConnectionEnd.setConnectedComponentPort(VecComponentPort value) Sets the value of the connectedComponentPort property. -
Uses of VecComponentPort in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecComponentPortModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecComponentPort(VecComponentPort aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecComponentPort(VecComponentPort aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecComponentPort(VecComponentPort aBean) FunctionVisitor.visitVecComponentPort(VecComponentPort aBean) StrictBaseVisitor.visitVecComponentPort(VecComponentPort aBean) TraversingVisitor.visitVecComponentPort(VecComponentPort aBean) Visitor.visitVecComponentPort(VecComponentPort aBean)