Interface GeneralizationClass
-
- All Superinterfaces:
javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefClass
,javax.jmi.reflect.RefFeatured
public interface GeneralizationClass extends javax.jmi.reflect.RefClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generalization
createGeneralization()
Generalization
createGeneralization(java.lang.Boolean isSubstitutable)
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
createGeneralization
Generalization createGeneralization() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
createGeneralization
Generalization createGeneralization(java.lang.Boolean isSubstitutable) throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
-