Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.structure.AbstractStructureElement
| 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 AbstractStructureElement in org.eclipse.gmt.modisco.omg.kdm.structure
Subinterfaces of AbstractStructureElement in org.eclipse.gmt.modisco.omg.kdm.structure Modifier and Type Interface Description interfaceArchitectureViewA representation of the model object 'Architecture View'.interfaceComponentA representation of the model object 'Component'.interfaceLayerA representation of the model object 'Layer'.interfaceSoftwareSystemA representation of the model object 'Software System'.interfaceStructureElementA representation of the model object 'Element'.interfaceSubsystemA representation of the model object 'Subsystem'.Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return AbstractStructureElement Modifier and Type Method Description AbstractStructureElementStructureRelationship. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return types with arguments of type AbstractStructureElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractStructureElement>AbstractStructureElement. getStructureElement()Returns the value of the 'Structure Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractStructureElement>StructureModel. getStructureElement()Returns the value of the 'Structure Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.structure with parameters of type AbstractStructureElement Modifier and Type Method Description voidStructureRelationship. setFrom(AbstractStructureElement value)Sets the value of the 'From' reference. -
Uses of AbstractStructureElement in org.eclipse.gmt.modisco.omg.kdm.structure.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.structure.impl that implement AbstractStructureElement Modifier and Type Class Description classArchitectureViewImplAn implementation of the model object 'Architecture View'.classComponentImplAn implementation of the model object 'Component'.classLayerImplAn implementation of the model object 'Layer'.classSoftwareSystemImplAn implementation of the model object 'Software System'.classStructureElementImplAn implementation of the model object 'Element'.classSubsystemImplAn implementation of the model object 'Subsystem'.Fields in org.eclipse.gmt.modisco.omg.kdm.structure.impl declared as AbstractStructureElement Modifier and Type Field Description protected AbstractStructureElementStructureRelationshipImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.structure.impl with type parameters of type AbstractStructureElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractStructureElement>ArchitectureViewImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>ComponentImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>LayerImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>SoftwareSystemImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>StructureElementImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>StructureModelImpl. structureElementThe cached value of the 'Structure Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractStructureElement>SubsystemImpl. structureElementThe cached value of the 'Structure Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl that return AbstractStructureElement Modifier and Type Method Description AbstractStructureElementStructureRelationshipImpl. basicGetFrom()AbstractStructureElementStructureRelationshipImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl that return types with arguments of type AbstractStructureElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractStructureElement>ArchitectureViewImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>ComponentImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>LayerImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>SoftwareSystemImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>StructureElementImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>StructureModelImpl. getStructureElement()org.eclipse.emf.common.util.EList<AbstractStructureElement>SubsystemImpl. getStructureElement()Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl with parameters of type AbstractStructureElement Modifier and Type Method Description voidStructureRelationshipImpl. setFrom(AbstractStructureElement newFrom) -
Uses of AbstractStructureElement in org.eclipse.gmt.modisco.omg.kdm.structure.util
Methods in org.eclipse.gmt.modisco.omg.kdm.structure.util with parameters of type AbstractStructureElement Modifier and Type Method Description TStructureSwitch. caseAbstractStructureElement(AbstractStructureElement object)Returns the result of interpreting the object as an instance of 'Abstract Structure Element'.