org.eclipse.emf.facet.efacet
Interface FacetSet


public interface FacetSet

A representation of the model object 'Facet Set'.

The following features are supported:

See Also:
EFacetPackage.getFacetSet()
Generated:
Model:
annotation="GenModel documentation='A \"FacetSet\" is the root element of a facet model. It contains a list of \"Facet\".'"

Method Summary
  getCategories()
          Returns the value of the 'Categories' containment reference list.
 EPackage getExtendedEPackage()
          Returns the value of the 'Extended EPackage' reference.
  getFacets()
          Returns the value of the 'Facets' containment reference list.
 void setExtendedEPackage(EPackage value)
          Sets the value of the 'Extended EPackage' reference.
 

Method Detail

getFacets

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

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

Returns:
the value of the 'Facets' containment reference list.
See Also:
EFacetPackage.getFacetSet_Facets(), Facet.getFacetSet()
Generated:
Model:
opposite="facetSet" containment="true"

getCategories

 getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of type Category.

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

Returns:
the value of the 'Categories' containment reference list.
See Also:
EFacetPackage.getFacetSet_Categories()
Generated:
Model:
containment="true"

getExtendedEPackage

EPackage getExtendedEPackage()
Returns the value of the 'Extended EPackage' reference.

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

Returns:
the value of the 'Extended EPackage' reference.
See Also:
setExtendedEPackage(EPackage), EFacetPackage.getFacetSet_ExtendedEPackage()
Generated:
Model:
required="true"

setExtendedEPackage

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

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