A C D F G H I R S

C

classContainsOperation(Class, Operation) - Static method in class com.ibm.jps.util.RSMModel
Checks if a class contains the specified operation
classifierDependsOn(Classifier, Namespace) - Static method in class com.ibm.jps.util.RSMModel
dependsOn determines if the input element (inElt) depends on the target namespace (inNS), i.e. if inElt has a relationship with any element belonging to the target namespace.
com.ibm.jps.util - package com.ibm.jps.util
 
containedIn(String, String) - Static method in class com.ibm.jps.util.RSMModel
containedIn determines if the 'source' package is contained in the 'target' package.
convertToCamelCase(String) - Static method in class com.ibm.jps.util.RSMUtil
Converts an input string such as " the project name" to "theProjectName"
copyOperation(Operation, Interface) - Static method in class com.ibm.jps.util.RSMModel
Copies the specified operation to the target interface
createPackageHierarchy(Package, String) - Static method in class com.ibm.jps.util.RSMModel
createPackageHierarchy takes as an input a qualified name like 'model::package1::package2::namedelement' and will generate under the specified root package (inRootPkg) the following package hierarchy:
(root package)
.....package1
..........package2 The 'model' prefix in the qualified name is ignored, as well as the 'namedelement' suffix.
createTrace(NamedElement, NamedElement) - Static method in class com.ibm.jps.util.RSMModel
Creates a <> dependency from a client to a supplier.

A C D F G H I R S