Uses of Class
com.foursoft.harness.vec.v113.VecPinVoltageInformation
Packages that use VecPinVoltageInformation
-
Uses of VecPinVoltageInformation in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPinVoltageInformationModifier and TypeFieldDescriptionprotected List<VecPinVoltageInformation>VecPinComponentBehavior.voltageInformationsSpecifies the voltage information of thePinComponentin thisPinComponentBehavior.Methods in com.foursoft.harness.vec.v113 that return VecPinVoltageInformationModifier and TypeMethodDescriptionObjectFactory.createVecPinVoltageInformation()Create an instance ofVecPinVoltageInformationVecPinTiming.getParentPinVoltageInformation()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 VecPinVoltageInformationModifier and TypeMethodDescriptionVecPinComponentBehavior.getVoltageInformations()Gets the value of the voltageInformations property. -
Uses of VecPinVoltageInformation in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPinVoltageInformationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPinVoltageInformation(VecPinVoltageInformation aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPinVoltageInformation(VecPinVoltageInformation aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPinVoltageInformation(VecPinVoltageInformation aBean) FunctionVisitor.visitVecPinVoltageInformation(VecPinVoltageInformation aBean) StrictBaseVisitor.visitVecPinVoltageInformation(VecPinVoltageInformation aBean) TraversingVisitor.visitVecPinVoltageInformation(VecPinVoltageInformation aBean) Visitor.visitVecPinVoltageInformation(VecPinVoltageInformation aBean)