Uses of Interface
net.ssehub.easy.varModel.model.datatypes.ICustomOperationAccessor
-
Packages that use ICustomOperationAccessor Package Description net.ssehub.easy.varModel.cst Package for elements of the constraint syntax tree.net.ssehub.easy.varModel.model Base package for the variability model.net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of ICustomOperationAccessor in net.ssehub.easy.varModel.cst
Fields in net.ssehub.easy.varModel.cst declared as ICustomOperationAccessor Modifier and Type Field Description private ICustomOperationAccessorOCLFeatureCall. opAccessorMethods in net.ssehub.easy.varModel.cst that return ICustomOperationAccessor Modifier and Type Method Description ICustomOperationAccessorOCLFeatureCall. getAccessor()Returns the custom operation accessor.Methods in net.ssehub.easy.varModel.cst with parameters of type ICustomOperationAccessor Modifier and Type Method Description private OperationOCLFeatureCall. getCustomOperation(ICustomOperationAccessor accessor, IDatatype[] paramTypes, int opInc)Searches for a custom operation onaccessor.private OperationOCLFeatureCall. getCustomOperation(ICustomOperationAccessor accessor, IDatatype[] paramTypes, java.util.HashSet<ICustomOperationAccessor> done, int opInc)Searches for a custom operation onaccessorand, if not found, on the imports ofaccessor.Method parameters in net.ssehub.easy.varModel.cst with type arguments of type ICustomOperationAccessor Modifier and Type Method Description private OperationOCLFeatureCall. getCustomOperation(ICustomOperationAccessor accessor, IDatatype[] paramTypes, java.util.HashSet<ICustomOperationAccessor> done, int opInc)Searches for a custom operation onaccessorand, if not found, on the imports ofaccessor.Constructors in net.ssehub.easy.varModel.cst with parameters of type ICustomOperationAccessor Constructor Description OCLFeatureCall(ConstraintSyntaxTree operand, java.lang.String operation, ICustomOperationAccessor opAccessor, ConstraintSyntaxTree... parameters)Constructs an OCL feature call as a node of a constraint syntax tree. -
Uses of ICustomOperationAccessor in net.ssehub.easy.varModel.model
Classes in net.ssehub.easy.varModel.model that implement ICustomOperationAccessor Modifier and Type Class Description classProjectThis class holds the project imports, the containable model-, and attributable elements. -
Uses of ICustomOperationAccessor in net.ssehub.easy.varModel.model.rewrite
Methods in net.ssehub.easy.varModel.model.rewrite that return ICustomOperationAccessor Modifier and Type Method Description (package private) ICustomOperationAccessorProjectCopyVisitor. getCopiedAccessor(ICustomOperationAccessor orgAccessor)Returns a copiedICustomOperationAccessorfor the given original accessor.Methods in net.ssehub.easy.varModel.model.rewrite with parameters of type ICustomOperationAccessor Modifier and Type Method Description (package private) ICustomOperationAccessorProjectCopyVisitor. getCopiedAccessor(ICustomOperationAccessor orgAccessor)Returns a copiedICustomOperationAccessorfor the given original accessor.
-