Package jetbrains.mps.make.facets
Class Make_Facet
- java.lang.Object
 - 
- jetbrains.mps.make.facet.IFacet.Stub
 - 
- jetbrains.mps.make.facets.Make_Facet
 
 
 
- 
- All Implemented Interfaces:
 IFacet
public class Make_Facet extends IFacet.Stub
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMake_Facet.Target_cleanupstatic classMake_Facet.Target_makestatic classMake_Facet.Target_reconcilestatic classMake_Facet.TargetProperties- 
Nested classes/interfaces inherited from interface jetbrains.mps.make.facet.IFacet
IFacet.Name, IFacet.Stub 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Make_Facet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<IFacet.Name>extended()IFacet.NamegetName()Iterable<IFacet.Name>optional()IPropertiesPersistencepropertiesPersistence()Iterable<IFacet.Name>required()Iterable<ITarget>targets() 
 - 
 
- 
- 
Method Detail
- 
targets
public Iterable<ITarget> targets()
- Specified by:
 targetsin interfaceIFacet- Overrides:
 targetsin classIFacet.Stub
 
- 
optional
public Iterable<IFacet.Name> optional()
- Specified by:
 optionalin interfaceIFacet- Overrides:
 optionalin classIFacet.Stub
 
- 
required
public Iterable<IFacet.Name> required()
- Specified by:
 requiredin interfaceIFacet- Overrides:
 requiredin classIFacet.Stub
 
- 
extended
public Iterable<IFacet.Name> extended()
- Specified by:
 extendedin interfaceIFacet- Overrides:
 extendedin classIFacet.Stub
 
- 
getName
public IFacet.Name getName()
- Specified by:
 getNamein interfaceIFacet- Overrides:
 getNamein classIFacet.Stub
 
- 
propertiesPersistence
public IPropertiesPersistence propertiesPersistence()
- Specified by:
 propertiesPersistencein interfaceIFacet- Overrides:
 propertiesPersistencein classIFacet.Stub
 
 - 
 
 -