Uses of Class
com.foursoft.harness.vec.v113.VecNetType
Packages that use VecNetType
-
Uses of VecNetType in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecNetTypeModifier and TypeFieldDescriptionprotected VecNetTypeVecNet.netTypeprotected VecNetTypeVecNetworkPort.netTypeprotected VecNetTypeVecSignal.netTypeFields in com.foursoft.harness.vec.v113 with type parameters of type VecNetTypeMethods in com.foursoft.harness.vec.v113 that return VecNetTypeModifier and TypeMethodDescriptionObjectFactory.createVecNetType()Create an instance ofVecNetTypeVecNet.getNetType()Gets the value of the netType property.VecNetworkPort.getNetType()Gets the value of the netType property.VecSignal.getNetType()Gets the value of the netType property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecNetTypeModifier and TypeMethodDescriptionVecNetSpecification.getNetTypes()Gets the value of the netTypes property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecNetTypeModifier and TypeMethodDescriptionvoidVecNet.setNetType(VecNetType value) Sets the value of the netType property.voidVecNetworkPort.setNetType(VecNetType value) Sets the value of the netType property.voidVecSignal.setNetType(VecNetType value) Sets the value of the netType property. -
Uses of VecNetType in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecNetTypeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecNetType(VecNetType aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecNetType(VecNetType aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecNetType(VecNetType aBean) FunctionVisitor.visitVecNetType(VecNetType aBean) StrictBaseVisitor.visitVecNetType(VecNetType aBean) TraversingVisitor.visitVecNetType(VecNetType aBean) Visitor.visitVecNetType(VecNetType aBean)