Uses of Class
com.foursoft.harness.vec.v113.VecWireReception
Packages that use VecWireReception
-
Uses of VecWireReception in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireReceptionModifier and TypeFieldDescriptionprotected VecWireReceptionVecWireReceptionReference.wireReceptionReferences theWireReceptionthat is instanced by thisWireReceptionReference.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireReceptionModifier and TypeFieldDescriptionprotected List<VecWireReception>VecInternalTerminalConnection.wireReceptionprotected List<VecWireReception>VecTerminalSpecification.wireReceptionsMethods in com.foursoft.harness.vec.v113 that return VecWireReceptionModifier and TypeMethodDescriptionObjectFactory.createVecWireReception()Create an instance ofVecWireReceptionVecWireReceptionReference.getWireReception()Gets the value of the wireReception property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireReceptionModifier and TypeMethodDescriptionVecPlacementPoint.getRefWireReception()Gets aSetof allVecWireReceptionthat 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.VecWireReceptionSpecification.getRefWireReception()Gets aSetof allVecWireReceptionthat 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.VecInternalTerminalConnection.getWireReception()Gets the value of the wireReception property.VecTerminalSpecification.getWireReceptions()Gets the value of the wireReceptions property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireReceptionModifier and TypeMethodDescriptionvoidVecWireReceptionReference.setWireReception(VecWireReception value) Sets the value of the wireReception property. -
Uses of VecWireReception in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireReceptionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireReception(VecWireReception aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireReception(VecWireReception aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireReception(VecWireReception aBean) FunctionVisitor.visitVecWireReception(VecWireReception aBean) StrictBaseVisitor.visitVecWireReception(VecWireReception aBean) TraversingVisitor.visitVecWireReception(VecWireReception aBean) Visitor.visitVecWireReception(VecWireReception aBean)