Uses of Interface
org.eclipse.gmt.modisco.omg.smm.Category

Packages that use Category
org.eclipse.gmt.modisco.omg.smm   
org.eclipse.gmt.modisco.omg.smm.util   
 

Uses of Category in org.eclipse.gmt.modisco.omg.smm
 

Methods in org.eclipse.gmt.modisco.omg.smm that return Category
 Category SmmFactory.createCategory()
          Returns a new object of class 'Category'.
 Category CategoryRelationship.getFrom()
          Returns the value of the 'From' reference.
 Category CategoryRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.smm with parameters of type Category
 void CategoryRelationship.setFrom(Category value)
          Sets the value of the 'From' reference.
 void CategoryRelationship.setTo(Category value)
          Sets the value of the 'To' reference.
 

Uses of Category in org.eclipse.gmt.modisco.omg.smm.util
 

Methods in org.eclipse.gmt.modisco.omg.smm.util with parameters of type Category
 T SmmSwitch.caseCategory(Category object)
          Returns the result of interpreting the object as an instance of 'Category'.