|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ELGeneralization
| Nested Class Summary | |
|---|---|
static class |
ELGeneralization.VAttr
|
| Method Summary | ||
|---|---|---|
ELClassifier |
getGeneral()
References the general classifier in the generalization relationship. |
|
|
getGeneralizationSet(Class<T> returnType)
List of the generalization's generalization sets. |
|
ELClassifier |
getSpecific()
References the specializing classifier in the generalization relationship. |
|
List<MEProxyAssignment> |
getTargetOfProxy(K_CONTROL_OPTION... behaviourFlags)
This generalization's proxy assignments. |
|
boolean |
isSubstitutable()
Indicates whether the specific classifier can be used wherever the general classifier can be used. |
|
void |
setSubstitutable(boolean value)
Set the value of Attribut IsSubstitutable. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRelshipBinDir |
|---|
getSource, getTarget, getTemplateTarget, reconnectRelship, setTarget |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble |
|---|
delete |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
|---|
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject |
|---|
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELViewNavigAble |
|---|
getViewNavigAbleGroup |
| Method Detail |
|---|
ELClassifier getGeneral()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
<T extends ELGeneralizationSet> List<T> getGeneralizationSet(Class<T> returnType)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.
InoNetException
SrvErrorException
ELClassifier getSpecific()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<MEProxyAssignment> getTargetOfProxy(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
boolean isSubstitutable()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
void setSubstitutable(boolean value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||