Uses of Class
com.foursoft.harness.vec.v113.VecConductorSpecification
Packages that use VecConductorSpecification
-
Uses of VecConductorSpecification in com.foursoft.harness.vec.v113
Subclasses of VecConductorSpecification in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassDefines the properties of a circular conductor (core) which are specific for them.classDefines the properties of a flat (rectangular) conductor which are specific for them.classSpecifies the properties of a shield.Fields in com.foursoft.harness.vec.v113 declared as VecConductorSpecificationModifier and TypeFieldDescriptionprotected VecConductorSpecificationVecInternalComponentConnection.conductorSpecificationprotected VecConductorSpecificationVecWireElementSpecification.conductorSpecificationIf theWireElementhas a core then the specification of the core is referenced here.protected VecConductorSpecificationVecSignal.recommendedConductorSpecificationDefines a recommended Specification for the cores that implement this signal.protected VecConductorSpecificationVecContactSystem.referencedCoreSpecificationReferences the CoreSpecification that is used on both sides of the ContactSystem.Methods in com.foursoft.harness.vec.v113 that return VecConductorSpecificationModifier and TypeMethodDescriptionVecInternalComponentConnection.getConductorSpecification()Gets the value of the conductorSpecification property.VecWireElementSpecification.getConductorSpecification()Gets the value of the conductorSpecification property.VecConductorCurrentInformation.getParentConductorSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecSignal.getRecommendedConductorSpecification()Gets the value of the recommendedConductorSpecification property.VecContactSystem.getReferencedCoreSpecification()Gets the value of the referencedCoreSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecConductorSpecificationModifier and TypeMethodDescriptionvoidVecInternalComponentConnection.setConductorSpecification(VecConductorSpecification value) Sets the value of the conductorSpecification property.voidVecWireElementSpecification.setConductorSpecification(VecConductorSpecification value) Sets the value of the conductorSpecification property.voidVecSignal.setRecommendedConductorSpecification(VecConductorSpecification value) Sets the value of the recommendedConductorSpecification property.voidVecContactSystem.setReferencedCoreSpecification(VecConductorSpecification value) Sets the value of the referencedCoreSpecification property.