Uses of Class
com.foursoft.harness.vec.v113.VecOccurrenceOrUsageViewItem2D
Packages that use VecOccurrenceOrUsageViewItem2D
-
Uses of VecOccurrenceOrUsageViewItem2D in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecOccurrenceOrUsageViewItem2DModifier and TypeFieldDescriptionprotected List<VecOccurrenceOrUsageViewItem2D>VecBuildingBlockSpecification2D.placedElementViewItemsMethods in com.foursoft.harness.vec.v113 that return VecOccurrenceOrUsageViewItem2DModifier and TypeMethodDescriptionObjectFactory.createVecOccurrenceOrUsageViewItem2D()Create an instance ofVecOccurrenceOrUsageViewItem2DVecTransformation2D.getParentOccurrenceOrUsageViewItem2D()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 VecOccurrenceOrUsageViewItem2DModifier and TypeMethodDescriptionVecBuildingBlockSpecification2D.getPlacedElementViewItems()Gets the value of the placedElementViewItems property.VecOccurrenceOrUsage.getRefOccurrenceOrUsageViewItem2D()Gets aSetof allVecOccurrenceOrUsageViewItem2Dthat 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 VecOccurrenceOrUsageViewItem2D in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecOccurrenceOrUsageViewItem2DModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean) FunctionVisitor.visitVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean) StrictBaseVisitor.visitVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean) TraversingVisitor.visitVecOccurrenceOrUsageViewItem2D(VecOccurrenceOrUsageViewItem2D aBean)