Generators

Uses of Interface
org.topcased.modeler.diagramconfigurator.EdgeObject

Packages that use EdgeObject
org.topcased.modeler.diagramconfigurator   
org.topcased.modeler.diagramconfigurator.util   
 

Uses of EdgeObject in org.topcased.modeler.diagramconfigurator
 

Methods in org.topcased.modeler.diagramconfigurator that return EdgeObject
 EdgeObject DiagramconfiguratorFactory.createEdgeObject()
          Returns a new object of class 'Edge Object'.
 EdgeObject EdgePartConfiguration.getDirectEditable()
          Returns the value of the 'Direct Editable' reference.
 

Methods in org.topcased.modeler.diagramconfigurator that return types with arguments of type EdgeObject
 EList<EdgeObject> EdgePartConfiguration.getEdgeObjects()
          Returns the value of the 'Edge Objects' containment reference list.
 

Methods in org.topcased.modeler.diagramconfigurator with parameters of type EdgeObject
 void EdgePartConfiguration.setDirectEditable(EdgeObject value)
          Sets the value of the 'Direct Editable' reference.
 

Uses of EdgeObject in org.topcased.modeler.diagramconfigurator.util
 

Methods in org.topcased.modeler.diagramconfigurator.util with parameters of type EdgeObject
 T DiagramconfiguratorSwitch.caseEdgeObject(EdgeObject object)
          Returns the result of interpretting the object as an instance of 'Edge Object'.
 boolean DiagramconfiguratorValidator.validateEdgeObject_EStructuralFeature(EdgeObject edgeObject, DiagnosticChain diagnostics, java.util.Map context)
          Validates the EStructuralFeature constraint of 'Edge Object'.
 boolean DiagramconfiguratorValidator.validateEdgeObject_Id(EdgeObject edgeObject, DiagnosticChain diagnostics, java.util.Map context)
          Validates the Id constraint of 'Edge Object'.
 boolean DiagramconfiguratorValidator.validateEdgeObject(EdgeObject edgeObject, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.