Uses of Class
com.foursoft.harness.vec.v113.VecPartOccurrence
Packages that use VecPartOccurrence
-
Uses of VecPartOccurrence in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPartOccurrenceModifier and TypeFieldDescriptionprotected List<VecPartOccurrence>VecPartOccurrence.alternativeOccurrenceReferences the PartOcurrences that are an alternative for this PartOccurrence.protected List<VecPartOccurrence>VecModuleList.completionComponentsprotected List<VecPartOccurrence>VecCompositionSpecification.componentsSpecifies the PartOccurrences defined in the CompositionSpecification.protected List<VecPartOccurrence>VecPartStructureSpecification.inBillOfMaterialReferences the PartOccurrences that are building the bill of material of a composite part.protected List<VecPartOccurrence>VecPartOccurrence.instanciatedOccurrenceReferences the PartOccurrence which is instantiated by the PartOccurrence.protected List<VecPartOccurrence>VecPartOccurrence.referenceElementReferences the PartOcurrence for which this PartOccurrence is an accessory.Methods in com.foursoft.harness.vec.v113 that return VecPartOccurrenceModifier and TypeMethodDescriptionObjectFactory.createVecPartOccurrence()Create an instance ofVecPartOccurrenceMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPartOccurrenceModifier and TypeMethodDescriptionVecPartOccurrence.getAlternativeOccurrence()Gets the value of the alternativeOccurrence property.VecModuleList.getCompletionComponents()Gets the value of the completionComponents property.VecCompositionSpecification.getComponents()Gets the value of the components property.VecPartStructureSpecification.getInBillOfMaterial()Gets the value of the inBillOfMaterial property.VecPartOccurrence.getInstanciatedOccurrence()Gets the value of the instanciatedOccurrence property.VecPartOccurrence.getReferenceElement()Gets the value of the referenceElement property.VecPartOccurrence.getRefPartOccurrence()Gets aSetof allVecPartOccurrencethat 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.VecPartUsage.getRefPartOccurrence()Gets aSetof allVecPartOccurrencethat 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.VecPartVersion.getRefPartOccurrence()Gets aSetof allVecPartOccurrencethat 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. -
Uses of VecPartOccurrence in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPartOccurrenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPartOccurrence(VecPartOccurrence aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPartOccurrence(VecPartOccurrence aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPartOccurrence(VecPartOccurrence aBean) FunctionVisitor.visitVecPartOccurrence(VecPartOccurrence aBean) StrictBaseVisitor.visitVecPartOccurrence(VecPartOccurrence aBean) TraversingVisitor.visitVecPartOccurrence(VecPartOccurrence aBean) Visitor.visitVecPartOccurrence(VecPartOccurrence aBean)