Uses of Class
com.foursoft.harness.vec.v113.VecPartUsage
Packages that use VecPartUsage
-
Uses of VecPartUsage in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPartUsageFields in com.foursoft.harness.vec.v113 with type parameters of type VecPartUsageModifier and TypeFieldDescriptionprotected List<VecPartUsage>VecPartUsageSpecification.partUsagesMethods in com.foursoft.harness.vec.v113 that return VecPartUsageModifier and TypeMethodDescriptionObjectFactory.createVecPartUsage()Create an instance ofVecPartUsageVecPartOccurrence.getRealizedPartUsage()Gets the value of the realizedPartUsage property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPartUsageModifier and TypeMethodDescriptionVecPartUsageSpecification.getPartUsages()Gets the value of the partUsages property.VecPartOrUsageRelatedSpecification.getRefPartUsage()Gets aSetof allVecPartUsagethat 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.VecPartSubstitutionSpecification.getRefPartUsage()Gets aSetof allVecPartUsagethat 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 VecPartUsageModifier and TypeMethodDescriptionvoidVecPartOccurrence.setRealizedPartUsage(VecPartUsage value) Sets the value of the realizedPartUsage property. -
Uses of VecPartUsage in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPartUsageModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPartUsage(VecPartUsage aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPartUsage(VecPartUsage aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPartUsage(VecPartUsage aBean) FunctionVisitor.visitVecPartUsage(VecPartUsage aBean) StrictBaseVisitor.visitVecPartUsage(VecPartUsage aBean) TraversingVisitor.visitVecPartUsage(VecPartUsage aBean) Visitor.visitVecPartUsage(VecPartUsage aBean)