Uses of Class
com.foursoft.harness.vec.v113.VecAbstractSlotReference
Packages that use VecAbstractSlotReference
-
Uses of VecAbstractSlotReference in com.foursoft.harness.vec.v113
Subclasses of VecAbstractSlotReference in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassAModularSlotReferencerepresents the usage of aModularSlotin the context of PartUsage or PartOccurrence.classASlotReferencerepresents the usage of aSlotin the context of PartUsage or PartOccurrence.Fields in com.foursoft.harness.vec.v113 declared as VecAbstractSlotReferenceModifier and TypeFieldDescriptionprotected VecAbstractSlotReferenceVecSlotCoupling.firstSlotprotected VecAbstractSlotReferenceVecSlotCoupling.secondSlotFields in com.foursoft.harness.vec.v113 with type parameters of type VecAbstractSlotReferenceModifier and TypeFieldDescriptionprotected List<VecAbstractSlotReference>VecConnectorHousingRole.slotReferencesMethods in com.foursoft.harness.vec.v113 that return VecAbstractSlotReferenceModifier and TypeMethodDescriptionVecSlotCoupling.getFirstSlot()Gets the value of the firstSlot property.VecSlotCoupling.getSecondSlot()Gets the value of the secondSlot property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecAbstractSlotReferenceModifier and TypeMethodDescriptionVecAbstractSlot.getRefAbstractSlotReference()Gets aSetof allVecAbstractSlotReferencethat 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.VecConnectorHousingRole.getSlotReferences()Gets the value of the slotReferences property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecAbstractSlotReferenceModifier and TypeMethodDescriptionvoidVecSlotCoupling.setFirstSlot(VecAbstractSlotReference value) Sets the value of the firstSlot property.voidVecSlotCoupling.setSecondSlot(VecAbstractSlotReference value) Sets the value of the secondSlot property.