Uses of Class
com.foursoft.harness.vec.v113.VecTerminalSpecification
Packages that use VecTerminalSpecification
-
Uses of VecTerminalSpecification in com.foursoft.harness.vec.v113
Subclasses of VecTerminalSpecification in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassSpecification for the definition of pluggable terminals.classSpecification for the definition of ring terminals.classSpecification for the definition of splice terminals.Fields in com.foursoft.harness.vec.v113 declared as VecTerminalSpecificationModifier and TypeFieldDescriptionprotected VecTerminalSpecificationVecCavity.integratedTerminalSpecificationSpecifies of the terminal, if the cavity has an integrated terminal (e.g.protected VecTerminalSpecificationVecPinComponent.pinSpecificationprotected VecTerminalSpecificationVecTerminalRole.terminalSpecificationReferences theTerminalSpecificationthat is instanced by thisTerminalRole.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecTerminalSpecificationModifier and TypeFieldDescriptionprotected List<VecTerminalSpecification>VecCompatibilityStatement.terminalSpecificationReferences the TerminalSpecifications for which the compatibility statement is stated.Methods in com.foursoft.harness.vec.v113 that return VecTerminalSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecTerminalSpecification()Create an instance ofVecTerminalSpecificationVecCavity.getIntegratedTerminalSpecification()Gets the value of the integratedTerminalSpecification property.VecInternalTerminalConnection.getParentTerminalSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecTerminalCurrentInformation.getParentTerminalSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecTerminalReception.getParentTerminalSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecWireReception.getParentTerminalSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecPinComponent.getPinSpecification()Gets the value of the pinSpecification property.VecTerminalRole.getTerminalSpecification()Gets the value of the terminalSpecification property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTerminalSpecificationModifier and TypeMethodDescriptionVecCompatibilityStatement.getTerminalSpecification()Gets the value of the terminalSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTerminalSpecificationModifier and TypeMethodDescriptionvoidVecCavity.setIntegratedTerminalSpecification(VecTerminalSpecification value) Sets the value of the integratedTerminalSpecification property.voidVecPinComponent.setPinSpecification(VecTerminalSpecification value) Sets the value of the pinSpecification property.voidVecTerminalRole.setTerminalSpecification(VecTerminalSpecification value) Sets the value of the terminalSpecification property. -
Uses of VecTerminalSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTerminalSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTerminalSpecification(VecTerminalSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTerminalSpecification(VecTerminalSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTerminalSpecification(VecTerminalSpecification aBean) FunctionVisitor.visitVecTerminalSpecification(VecTerminalSpecification aBean) StrictBaseVisitor.visitVecTerminalSpecification(VecTerminalSpecification aBean) TraversingVisitor.visitVecTerminalSpecification(VecTerminalSpecification aBean) Visitor.visitVecTerminalSpecification(VecTerminalSpecification aBean)