Interface IStereotypeSymbol

All Superinterfaces:
ISymbol

public interface IStereotypeSymbol extends ISymbol
Symbolic representation of a stereotype. Various model elements, such as symbols, may have stereotypes.

This interface provides the abstraction on how the symbolic representation of a stereotype looks like. No implementation is provided. If you want an implementation, extend the language de.monticore.symbols.BasicSymbols. This will also generate resolving infrastructure for stereotype symbols and provide de-/serialization capabilities.

See Also: