Uses of Class
com.foursoft.harness.vec.v113.VecOccurrenceOrUsageViewItem3D
Packages that use VecOccurrenceOrUsageViewItem3D
-
Uses of VecOccurrenceOrUsageViewItem3D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecOccurrenceOrUsageViewItem3DModifier and TypeFieldDescriptionprotected List<VecOccurrenceOrUsageViewItem3D>VecBuildingBlockSpecification3D.placedElementViewItem3DsMethods in com.foursoft.harness.vec.v113 that return VecOccurrenceOrUsageViewItem3DModifier and TypeMethodDescriptionObjectFactory.createVecOccurrenceOrUsageViewItem3D()Create an instance ofVecOccurrenceOrUsageViewItem3DVecTransformation3D.getParentOccurrenceOrUsageViewItem3D()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecOccurrenceOrUsageViewItem3DModifier and TypeMethodDescriptionVecBuildingBlockSpecification3D.getPlacedElementViewItem3Ds()Gets the value of the placedElementViewItem3Ds property.VecOccurrenceOrUsage.getRefOccurrenceOrUsageViewItem3D()Gets aSetof allVecOccurrenceOrUsageViewItem3Dthat 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 VecOccurrenceOrUsageViewItem3D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecOccurrenceOrUsageViewItem3DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean) FunctionVisitor.visitVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean) StrictBaseVisitor.visitVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean) TraversingVisitor.visitVecOccurrenceOrUsageViewItem3D(VecOccurrenceOrUsageViewItem3D aBean)