Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.structure.AbstractStructureRelationship
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.structure | |
| org.eclipse.gmt.modisco.omg.kdm.structure.impl | |
| org.eclipse.gmt.modisco.omg.kdm.structure.util |
-
Uses of AbstractStructureRelationship in org.eclipse.gmt.modisco.omg.kdm.structure
Subinterfaces of AbstractStructureRelationship in org.eclipse.gmt.modisco.omg.kdm.structure Modifier and Type Interface Description interfaceStructureRelationshipA representation of the model object 'Relationship'.Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return types with arguments of type AbstractStructureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractStructureRelationship>AbstractStructureElement. getStructureRelationship()Returns the value of the 'Structure Relationship' containment reference list. -
Uses of AbstractStructureRelationship in org.eclipse.gmt.modisco.omg.kdm.structure.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.structure.impl that implement AbstractStructureRelationship Modifier and Type Class Description classStructureRelationshipImplAn implementation of the model object 'Relationship'.Fields in org.eclipse.gmt.modisco.omg.kdm.structure.impl with type parameters of type AbstractStructureRelationship Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>ArchitectureViewImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>ComponentImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>LayerImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>SoftwareSystemImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>StructureElementImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureRelationship>SubsystemImpl. structureRelationshipThe cached value of the 'Structure Relationship' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl that return types with arguments of type AbstractStructureRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractStructureRelationship>ArchitectureViewImpl. getStructureRelationship()org.eclipse.emf.common.util.EList<AbstractStructureRelationship>ComponentImpl. getStructureRelationship()org.eclipse.emf.common.util.EList<AbstractStructureRelationship>LayerImpl. getStructureRelationship()org.eclipse.emf.common.util.EList<AbstractStructureRelationship>SoftwareSystemImpl. getStructureRelationship()org.eclipse.emf.common.util.EList<AbstractStructureRelationship>StructureElementImpl. getStructureRelationship()org.eclipse.emf.common.util.EList<AbstractStructureRelationship>SubsystemImpl. getStructureRelationship() -
Uses of AbstractStructureRelationship in org.eclipse.gmt.modisco.omg.kdm.structure.util
Methods in org.eclipse.gmt.modisco.omg.kdm.structure.util with parameters of type AbstractStructureRelationship Modifier and Type Method Description TStructureSwitch. caseAbstractStructureRelationship(AbstractStructureRelationship object)Returns the result of interpreting the object as an instance of 'Abstract Structure Relationship'.