Uses of Class
com.foursoft.harness.vec.v113.VecWireGroupSpecification
Packages that use VecWireGroupSpecification
-
Uses of VecWireGroupSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireGroupSpecificationModifier and TypeFieldDescriptionprotected VecWireGroupSpecificationVecWireElementSpecification.wireGroupSpecificationIf theWireElementis a member of a wire group then the specification of the wire group is referenced here.protected VecWireGroupSpecificationVecWireGrouping.wireGroupSpecificationMethods in com.foursoft.harness.vec.v113 that return VecWireGroupSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecWireGroupSpecification()Create an instance ofVecWireGroupSpecificationVecWireElementSpecification.getWireGroupSpecification()Gets the value of the wireGroupSpecification property.VecWireGrouping.getWireGroupSpecification()Gets the value of the wireGroupSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireGroupSpecificationModifier and TypeMethodDescriptionvoidVecWireElementSpecification.setWireGroupSpecification(VecWireGroupSpecification value) Sets the value of the wireGroupSpecification property.voidVecWireGrouping.setWireGroupSpecification(VecWireGroupSpecification value) Sets the value of the wireGroupSpecification property. -
Uses of VecWireGroupSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireGroupSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireGroupSpecification(VecWireGroupSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireGroupSpecification(VecWireGroupSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireGroupSpecification(VecWireGroupSpecification aBean) FunctionVisitor.visitVecWireGroupSpecification(VecWireGroupSpecification aBean) StrictBaseVisitor.visitVecWireGroupSpecification(VecWireGroupSpecification aBean) TraversingVisitor.visitVecWireGroupSpecification(VecWireGroupSpecification aBean) Visitor.visitVecWireGroupSpecification(VecWireGroupSpecification aBean)