Uses of Class
com.foursoft.harness.vec.v113.VecUsageConstraint
Packages that use VecUsageConstraint
-
Uses of VecUsageConstraint in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecUsageConstraintModifier and TypeFieldDescriptionprotected List<VecUsageConstraint>VecUsageConstraintSpecification.partUsageConstraintsMethods in com.foursoft.harness.vec.v113 that return VecUsageConstraintModifier and TypeMethodDescriptionObjectFactory.createVecUsageConstraint()Create an instance ofVecUsageConstraintMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecUsageConstraintModifier and TypeMethodDescriptionVecUsageConstraintSpecification.getPartUsageConstraints()Gets the value of the partUsageConstraints property.VecProject.getRefUsageConstraint()Gets aSetof allVecUsageConstraintthat 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.VecUsageNode.getRefUsageConstraint()Gets aSetof allVecUsageConstraintthat 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 VecUsageConstraint in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecUsageConstraintModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecUsageConstraint(VecUsageConstraint aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecUsageConstraint(VecUsageConstraint aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecUsageConstraint(VecUsageConstraint aBean) FunctionVisitor.visitVecUsageConstraint(VecUsageConstraint aBean) StrictBaseVisitor.visitVecUsageConstraint(VecUsageConstraint aBean) TraversingVisitor.visitVecUsageConstraint(VecUsageConstraint aBean) Visitor.visitVecUsageConstraint(VecUsageConstraint aBean)