Uses of Class
com.foursoft.harness.vec.v113.VecPartVersion
Packages that use VecPartVersion
-
Uses of VecPartVersion in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPartVersionModifier and TypeFieldDescriptionprotected VecPartVersionVecMapping.aprotected VecPartVersionVecMapping.bprotected VecPartVersionVecContactSystem.firstTerminalReferences the first terminal of the ContactSystem.protected VecPartVersionVecPartOccurrence.partReferences the PartVersion that is instantiated by this PartOccurrence.protected VecPartVersionVecContactSystem.secondTerminalReferences the second terminal of the ContactSystem.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPartVersionModifier and TypeFieldDescriptionprotected List<VecPartVersion>VecPartRelation.accessoryPartprotected List<VecPartVersion>VecExtensionSlot.allowedInsertsDefines thePartVersionsthat are allowed as an insert for this ExtensionSlot.protected List<VecPartVersion>VecModularSlot.allowedInsertsReferences thePartVersionsthat are valid inserts for thisModularSlot.protected List<VecPartVersion>VecPartSubstitutionSpecification.alternativePartVersionsprotected List<VecPartVersion>VecUsageConstraintSpecification.constrainedPartsReferences thePartVersionsto which thisUsageConstraintSpecificationapplies.protected List<VecPartVersion>VecPartOrUsageRelatedSpecification.describedPartprotected List<VecPartVersion>VecContent.partVersionsprotected List<VecPartVersion>VecDocumentVersion.referencedPartprotected List<VecPartVersion>VecSheetOrChapter.referencedPartMethods in com.foursoft.harness.vec.v113 that return VecPartVersionModifier and TypeMethodDescriptionObjectFactory.createVecPartVersion()Create an instance ofVecPartVersionVecMapping.getA()Gets the value of the a property.VecMapping.getB()Gets the value of the b property.VecContactSystem.getFirstTerminal()Gets the value of the firstTerminal property.VecPartOccurrence.getPart()Gets the value of the part property.VecContactSystem.getSecondTerminal()Gets the value of the secondTerminal property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPartVersionModifier and TypeMethodDescriptionVecPartRelation.getAccessoryPart()Gets the value of the accessoryPart property.VecExtensionSlot.getAllowedInserts()Gets the value of the allowedInserts property.VecModularSlot.getAllowedInserts()Gets the value of the allowedInserts property.VecPartSubstitutionSpecification.getAlternativePartVersions()Gets the value of the alternativePartVersions property.VecUsageConstraintSpecification.getConstrainedParts()Gets the value of the constrainedParts property.VecPartOrUsageRelatedSpecification.getDescribedPart()Gets the value of the describedPart property.VecContent.getPartVersions()Gets the value of the partVersions property.VecDocumentVersion.getReferencedPart()Gets the value of the referencedPart property.VecSheetOrChapter.getReferencedPart()Gets the value of the referencedPart property.VecProject.getRefPartVersion()Gets aSetof allVecPartVersionthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.Methods in com.foursoft.harness.vec.v113 with parameters of type VecPartVersionModifier and TypeMethodDescriptionvoidVecMapping.setA(VecPartVersion value) Sets the value of the a property.voidVecMapping.setB(VecPartVersion value) Sets the value of the b property.voidVecContactSystem.setFirstTerminal(VecPartVersion value) Sets the value of the firstTerminal property.voidVecPartOccurrence.setPart(VecPartVersion value) Sets the value of the part property.voidVecContactSystem.setSecondTerminal(VecPartVersion value) Sets the value of the secondTerminal property. -
Uses of VecPartVersion in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPartVersionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPartVersion(VecPartVersion aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPartVersion(VecPartVersion aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPartVersion(VecPartVersion aBean) FunctionVisitor.visitVecPartVersion(VecPartVersion aBean) StrictBaseVisitor.visitVecPartVersion(VecPartVersion aBean) TraversingVisitor.visitVecPartVersion(VecPartVersion aBean) Visitor.visitVecPartVersion(VecPartVersion aBean)