|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.telelogic.rhapsody.core.RPExternalRoundtrip
public abstract class RPExternalRoundtrip
Constructor Summary | |
---|---|
RPExternalRoundtrip()
|
Method Summary | |
---|---|
boolean |
connect(IRPExternalRoundtripInvoker connectionPoint)
|
abstract IRPModelElement |
createCodeModel(IRPCollection roundTrippedFileList)
method CreateCodeModel |
boolean |
disconnect()
|
protected void |
finalize()
|
abstract int |
isModelChanged()
property isModelChanged |
abstract int |
okToAddAggregate(IRPModelElement code_aggregate,
IRPModelElement model_parent)
method OkToAddAggregate |
abstract int |
okToMakeAction(IRPModelElement model_object,
java.lang.String action)
method OkToMakeAction |
abstract int |
shouldAddAggregate(IRPModelElement code_aggregate,
IRPModelElement model_parent)
method ShouldAddAggregate |
abstract int |
shouldMergeAggregate(IRPModelElement model_aggregate,
IRPModelElement model_parent,
IRPModelElement code_aggregate,
IRPModelElement code_parent)
method ShouldMergeAggregate |
abstract int |
shouldMergeAssociation(java.lang.String assoc_name,
IRPModelElement model_assoc,
IRPModelElement code_assoc,
IRPModelElement model_object,
IRPModelElement code_object)
method ShouldMergeAssociation |
abstract int |
shouldMergeAttribute(java.lang.String attribute_name,
java.lang.String model_value,
java.lang.String code_value,
IRPModelElement model_object,
IRPModelElement code_object,
java.lang.String value)
method ShouldMergeAttribute |
abstract int |
shouldRemoveAggregate(IRPModelElement model_aggregate,
IRPModelElement model_parent,
IRPModelElement code_parent)
method ShouldRemoveAggregate |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPExternalRoundtrip()
Method Detail |
---|
public boolean connect(IRPExternalRoundtripInvoker connectionPoint)
public boolean disconnect()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public abstract IRPModelElement createCodeModel(IRPCollection roundTrippedFileList)
RhapsodyRuntimeException
public abstract int okToAddAggregate(IRPModelElement code_aggregate, IRPModelElement model_parent)
RhapsodyRuntimeException
public abstract int okToMakeAction(IRPModelElement model_object, java.lang.String action)
RhapsodyRuntimeException
public abstract int shouldAddAggregate(IRPModelElement code_aggregate, IRPModelElement model_parent)
RhapsodyRuntimeException
public abstract int shouldMergeAggregate(IRPModelElement model_aggregate, IRPModelElement model_parent, IRPModelElement code_aggregate, IRPModelElement code_parent)
RhapsodyRuntimeException
public abstract int shouldMergeAssociation(java.lang.String assoc_name, IRPModelElement model_assoc, IRPModelElement code_assoc, IRPModelElement model_object, IRPModelElement code_object)
RhapsodyRuntimeException
public abstract int shouldMergeAttribute(java.lang.String attribute_name, java.lang.String model_value, java.lang.String code_value, IRPModelElement model_object, IRPModelElement code_object, java.lang.String value)
RhapsodyRuntimeException
public abstract int shouldRemoveAggregate(IRPModelElement model_aggregate, IRPModelElement model_parent, IRPModelElement code_parent)
RhapsodyRuntimeException
public abstract int isModelChanged()
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |