Uses of Class
com.foursoft.harness.vec.v113.VecCavity
Packages that use VecCavity
-
Uses of VecCavity in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCavityModifier and TypeFieldDescriptionprotected VecCavityVecCavityAddOn.cavityprotected VecCavityVecCavityReference.referencedCavityprotected VecCavityVecPinComponent.referencedCavityFields in com.foursoft.harness.vec.v113 with type parameters of type VecCavityModifier and TypeFieldDescriptionVecSlot.cavitiesSpecifies the Cavities forming the Slot.VecCompatibilityStatement.cavityReferences explicit cavities for which the compatibility statement is stated.VecOpenCavitiesAssignment.openCavitiesSpecifies the cavities that are open.VecSegmentConnectionPoint.reachableCavitiesSpecifies theCavitiesthat are reachable with wires through thisSegmentConnectionPoint.VecSealedCavitiesAssignment.sealedCavitiesSpecifies the Cavities that are sealed.Methods in com.foursoft.harness.vec.v113 that return VecCavityModifier and TypeMethodDescriptionObjectFactory.createVecCavity()Create an instance ofVecCavityVecCavityAddOn.getCavity()Gets the value of the cavity property.VecCavityReference.getReferencedCavity()Gets the value of the referencedCavity property.VecPinComponent.getReferencedCavity()Gets the value of the referencedCavity property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCavityModifier and TypeMethodDescriptionVecSlot.getCavities()Gets the value of the cavities property.VecCompatibilityStatement.getCavity()Gets the value of the cavity property.VecOpenCavitiesAssignment.getOpenCavities()Gets the value of the openCavities property.VecSegmentConnectionPoint.getReachableCavities()Gets the value of the reachableCavities property.VecCavitySpecification.getRefCavity()Gets aSetof allVecCavitythat 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.VecTerminalSpecification.getRefCavity()Gets aSetof allVecCavitythat 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.VecSealedCavitiesAssignment.getSealedCavities()Gets the value of the sealedCavities property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCavityModifier and TypeMethodDescriptionvoidSets the value of the cavity property.voidVecCavityReference.setReferencedCavity(VecCavity value) Sets the value of the referencedCavity property.voidVecPinComponent.setReferencedCavity(VecCavity value) Sets the value of the referencedCavity property. -
Uses of VecCavity in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCavityModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCavity(VecCavity aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCavity(VecCavity aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCavity(VecCavity aBean) FunctionVisitor.visitVecCavity(VecCavity aBean) StrictBaseVisitor.visitVecCavity(VecCavity aBean) TraversingVisitor.visitVecCavity(VecCavity aBean) Visitor.visitVecCavity(VecCavity aBean)