org.eclipse.gmt.modisco.infra.facet
Interface FacetSet


public interface FacetSet

A representation of the model object 'Set'.

The following features are supported:

See Also:
FacetPackage.getFacetSet()
Generated:
Model:

Method Summary
 EPackage getExtendedPackage()
          Returns the value of the 'Extended Package' reference.
 Facet getFacet(java.lang.String name)
           
  getFacets()
          Returns the value of the 'Facets' reference list.
 void setExtendedPackage(EPackage value)
          Sets the value of the 'Extended Package' reference.
 

Method Detail

getExtendedPackage

EPackage getExtendedPackage()
Returns the value of the 'Extended Package' reference.

If the meaning of the 'Extended Package' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extended Package' reference.
See Also:
setExtendedPackage(EPackage), FacetPackage.getFacetSet_ExtendedPackage()
Generated:
Model:
required="true"

setExtendedPackage

void setExtendedPackage(EPackage value)
Sets the value of the 'Extended Package' reference.

Parameters:
value - the new value of the 'Extended Package' reference.
See Also:
getExtendedPackage()
Generated:

getFacets

 getFacets()
Returns the value of the 'Facets' reference list. The list contents are of type Facet. It is bidirectional and its opposite is 'Facet Set'.

If the meaning of the 'Facets' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Facets' reference list.
See Also:
FacetPackage.getFacetSet_Facets(), Facet.getFacetSet()
Generated:
Model:
opposite="facetSet" transient="true" changeable="false" volatile="true" derived="true"

getFacet

Facet getFacet(java.lang.String name)

Generated:
Model: