|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureInfo | |
|---|---|
| com.metamatrix.api.core.xmi | |
| Uses of FeatureInfo in com.metamatrix.api.core.xmi |
|---|
| Methods in com.metamatrix.api.core.xmi that return FeatureInfo | |
|---|---|
FeatureInfo |
EntityInfo.getOwnerFeatureInfo()
Gets the FeatureInfo for the feature on the entity that contains this entity (e.g., this entity's parent entity). |
| Methods in com.metamatrix.api.core.xmi with parameters of type FeatureInfo | |
|---|---|
void |
XMIReaderAdapter.createFeature(FeatureInfo featureInfo,
java.lang.Object parentBusObj)
Create a new Feature with the specified information. |
void |
XMIReaderAdapter.finishFeature(FeatureInfo featureInfo,
java.lang.Object parentBusObj)
Notify the implementation that the specified feature has been completed and will have no additions or changes. |
| Constructors in com.metamatrix.api.core.xmi with parameters of type FeatureInfo | |
|---|---|
EntityInfo(FeatureInfo ownerFeature,
java.lang.String metaClassName)
Construct a new instance of the EntityInfo using the metamodel entity's name. |
|
EntityInfo(FeatureInfo ownerFeature,
java.lang.String metaClassName,
java.lang.String uri)
Construct a new instance of the EntityInfo using the metamodel entity's name and URI. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||