Uses of Class
com.foursoft.harness.vec.v113.VecSignal
Packages that use VecSignal
-
Uses of VecSignal in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecSignalModifier and TypeFieldDescriptionprotected VecSignalVecComponentPort.signalReferences theSignalthat is associated with theComponentPort.protected VecSignalVecConnection.signalprotected VecSignalVecPinComponentBehavior.signalSpecifies theSignalassociated with the pin in this behavior.protected VecSignalVecWireElementReference.signalFields in com.foursoft.harness.vec.v113 with type parameters of type VecSignalMethods in com.foursoft.harness.vec.v113 that return VecSignalModifier and TypeMethodDescriptionObjectFactory.createVecSignal()Create an instance ofVecSignalVecComponentPort.getSignal()Gets the value of the signal property.VecConnection.getSignal()Gets the value of the signal property.VecPinComponentBehavior.getSignal()Gets the value of the signal property.VecWireElementReference.getSignal()Gets the value of the signal property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecSignalModifier and TypeMethodDescriptionVecConductorSpecification.getRefSignal()Gets aSetof allVecSignalthat 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.VecInsulationSpecification.getRefSignal()Gets aSetof allVecSignalthat 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.VecNetType.getRefSignal()Gets aSetof allVecSignalthat 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.VecSignalSpecification.getSignals()Gets the value of the signals property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecSignalModifier and TypeMethodDescriptionvoidSets the value of the signal property.voidSets the value of the signal property.voidSets the value of the signal property.voidSets the value of the signal property. -
Uses of VecSignal in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSignalModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSignal(VecSignal aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSignal(VecSignal aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSignal(VecSignal aBean) FunctionVisitor.visitVecSignal(VecSignal aBean) StrictBaseVisitor.visitVecSignal(VecSignal aBean) TraversingVisitor.visitVecSignal(VecSignal aBean) Visitor.visitVecSignal(VecSignal aBean)