Generators

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

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

Uses of PartConfiguration in org.topcased.modeler.diagramconfigurator
 

Subinterfaces of PartConfiguration in org.topcased.modeler.diagramconfigurator
 interface EdgePartConfiguration
          A representation of the model object 'Edge Part Configuration'.
 interface NodePartConfiguration
          A representation of the model object 'Node Part Configuration'.
 

Methods in org.topcased.modeler.diagramconfigurator that return PartConfiguration
 PartConfiguration PaletteItem.getPart()
          Returns the value of the 'Part' reference.
 PartConfiguration SourceTargetCouple.getSourceNode()
          Returns the value of the 'Source Node' reference.
 PartConfiguration SourceTargetCouple.getTargetNode()
          Returns the value of the 'Target Node' reference.
 

Methods in org.topcased.modeler.diagramconfigurator that return types with arguments of type PartConfiguration
 EList<PartConfiguration> DiagramConfiguration.getParts()
          Returns the value of the 'Parts' containment reference list.
 

Methods in org.topcased.modeler.diagramconfigurator with parameters of type PartConfiguration
 void PaletteItem.setPart(PartConfiguration value)
          Sets the value of the 'Part' reference.
 void SourceTargetCouple.setSourceNode(PartConfiguration value)
          Sets the value of the 'Source Node' reference.
 void SourceTargetCouple.setTargetNode(PartConfiguration value)
          Sets the value of the 'Target Node' reference.
 

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

Methods in org.topcased.modeler.diagramconfigurator.util with parameters of type PartConfiguration
 T DiagramconfiguratorSwitch.casePartConfiguration(PartConfiguration object)
          Returns the result of interpretting the object as an instance of 'Part Configuration'.
 boolean DiagramconfiguratorValidator.validatePartConfiguration(PartConfiguration partConfiguration, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Generators

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