Interface IKeyed<T>

Type Parameters:
T - Type of keyed element.
All Superinterfaces:
INamed
All Known Implementing Classes:
Annotation, Classifier, Concept, Containment, DataType, Enumeration, EnumerationLiteral, Feature, Field, Interface, Language, LanguageEntity, Link, LionCoreBuiltins, PrimitiveType, Property, Reference, StructuredDataType

public interface IKeyed<T> extends INamed
Any element in a Language (M2) that can be referred from an instance (M1).
  • Method Summary

    Modifier and Type
    Method
    Description
     
    setKey(String value)
     

    Methods inherited from interface io.lionweb.lioncore.java.language.INamed

    getName
  • Method Details