Uses of Class
com.foursoft.harness.vec.v113.VecEEComponentSpecification
Packages that use VecEEComponentSpecification
-
Uses of VecEEComponentSpecification in com.foursoft.harness.vec.v113
Subclasses of VecEEComponentSpecification in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassSpecification of the electrological aspects of an antenna.classSpecification of the electrological aspects of a battery.classSpecification of the electrological aspects of a fuse.classJava class for MultiFuseSpecification complex type.classJava class for PotentialDistributorSpecification complex type.classSpecification of the electrological aspects of a relay.Fields in com.foursoft.harness.vec.v113 declared as VecEEComponentSpecificationModifier and TypeFieldDescriptionprotected VecEEComponentSpecificationVecEEComponentRole.eeComponentSpecificationReferences theEEComponentSpecificationthat is instanced by thisEEComponentRole.Methods in com.foursoft.harness.vec.v113 that return VecEEComponentSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecEEComponentSpecification()Create an instance ofVecEEComponentSpecificationVecEEComponentRole.getEEComponentSpecification()Gets the value of the eeComponentSpecification property.VecExtensionSlot.getParentEEComponentSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecHousingComponent.getParentEEComponentSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecInternalComponentConnection.getParentEEComponentSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecSwitchingState.getParentEEComponentSpecification()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 with parameters of type VecEEComponentSpecificationModifier and TypeMethodDescriptionvoidVecEEComponentRole.setEEComponentSpecification(VecEEComponentSpecification value) Sets the value of the eeComponentSpecification property. -
Uses of VecEEComponentSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecEEComponentSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecEEComponentSpecification(VecEEComponentSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecEEComponentSpecification(VecEEComponentSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecEEComponentSpecification(VecEEComponentSpecification aBean) FunctionVisitor.visitVecEEComponentSpecification(VecEEComponentSpecification aBean) StrictBaseVisitor.visitVecEEComponentSpecification(VecEEComponentSpecification aBean) TraversingVisitor.visitVecEEComponentSpecification(VecEEComponentSpecification aBean) Visitor.visitVecEEComponentSpecification(VecEEComponentSpecification aBean)