EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface PatternLibrary

All Superinterfaces:
AbstractPatternElement, NamedModelElementWithId
All Known Implementing Classes:
PatternLibraryImpl

public interface PatternLibrary
extends AbstractPatternElement

A representation of the model object 'Pattern Library'.

The following features are supported:

See Also:
ModelPackage.getPatternLibrary()

Method Summary
  getPatternElements()
          Returns the value of the 'Pattern Elements' containment reference list.
 String getProductionOrchestration()
          Returns the value of the 'Production Orchestration' attribute
 String getRuntimeOrchestration()
          Returns the value of the 'Runtime Orchestration' attribute
 void setProductionOrchestration(String value)
          Sets the value of the 'Production Orchestration' attribute.
 void setRuntimeOrchestration(String value)
          Sets the value of the 'Runtime Orchestration' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getPatternElements

 getPatternElements()
Returns the value of the 'Pattern Elements' containment reference list. The list contents are of type AbstractPatternElement.

If the meaning of the 'Pattern Elements' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pattern Elements' containment reference list.
See Also:
ModelPackage.getPatternLibrary_PatternElements()

getProductionOrchestration

String getProductionOrchestration()
Returns the value of the 'Production Orchestration' attribute.

If the meaning of the 'Production Orchestration' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Production Orchestration' attribute.
See Also:
setProductionOrchestration(String), ModelPackage.getPatternLibrary_ProductionOrchestration()

setProductionOrchestration

void setProductionOrchestration(String value)
Sets the value of the 'Production Orchestration' attribute.

Parameters:
value - the new value of the 'Production Orchestration' attribute.
See Also:
getProductionOrchestration()

getRuntimeOrchestration

String getRuntimeOrchestration()
Returns the value of the 'Runtime Orchestration' attribute.

If the meaning of the 'Runtime Orchestration' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Runtime Orchestration' attribute.
See Also:
setRuntimeOrchestration(String), ModelPackage.getPatternLibrary_RuntimeOrchestration()

setRuntimeOrchestration

void setRuntimeOrchestration(String value)
Sets the value of the 'Runtime Orchestration' attribute.

Parameters:
value - the new value of the 'Runtime Orchestration' attribute.
See Also:
getRuntimeOrchestration()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.