Uses of Class
com.foursoft.harness.vec.v113.VecConnection
Packages that use VecConnection
-
Uses of VecConnection in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecConnectionFields in com.foursoft.harness.vec.v113 with type parameters of type VecConnectionModifier and TypeFieldDescriptionprotected List<VecConnection>VecConnectionGroup.connectionprotected List<VecConnection>VecConnectionSpecification.connectionsMethods in com.foursoft.harness.vec.v113 that return VecConnectionModifier and TypeMethodDescriptionObjectFactory.createVecConnection()Create an instance ofVecConnectionVecWireElementReference.getConnection()Gets the value of the connection property.VecConnectionEnd.getParentConnection()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecConnectionModifier and TypeMethodDescriptionVecConnectionGroup.getConnection()Gets the value of the connection property.VecConnectionSpecification.getConnections()Gets the value of the connections property.VecNet.getRefConnection()Gets aSetof allVecConnectionthat 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.getRefConnection()Gets aSetof allVecConnectionthat 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 VecConnectionModifier and TypeMethodDescriptionvoidVecWireElementReference.setConnection(VecConnection value) Sets the value of the connection property. -
Uses of VecConnection in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecConnectionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecConnection(VecConnection aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecConnection(VecConnection aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecConnection(VecConnection aBean) FunctionVisitor.visitVecConnection(VecConnection aBean) StrictBaseVisitor.visitVecConnection(VecConnection aBean) TraversingVisitor.visitVecConnection(VecConnection aBean) Visitor.visitVecConnection(VecConnection aBean)