Uses of Class
eu.bandm.tscore.base.EntityCatalog
Packages that use EntityCatalog
Package
Description
All fundamental entities for modeling music.
Composition project which translates polyphonic sequences of abstract
"hook signs" (="Haken" = "hkn") into scores for different instruments, like
Viola, Voice, electronic sound synthesis or abstract graphical movies; see
the project
documentation (in German).
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of EntityCatalog in eu.bandm.music.entities
Fields in eu.bandm.music.entities declared as EntityCatalogModifier and TypeFieldDescriptionprotected static final EntityCatalog<Accidental> Accidental.catalogThe catalog holding accidentals defined with a name.static final EntityCatalog<Artikulation> Artikulation.catalogCatalog of simple articulations, with multi-lingual and symbolic names.static final EntityCatalog<Clef> Clef.catalogThe catalog holding the three standard clefs for f,c and g.static final EntityCatalog<ClefUsage> ClefUsage.catalogstatic final EntityCatalog<Color_rgb_8> Color_rgb_8.catalogThe catalog of all used colors.static final EntityCatalog<FunctionalGender> FunctionalGender.catalogThe Catalog of all functional genders (="modes").static final EntityCatalog<FunctionalInterval> FunctionalInterval.catalogThe catalog in which all functional intervals are contained, adressable either with human language or with a synthetic name.static final EntityCatalog<FunctionalKey> FunctionalKey.catalogCatalog of all defined keys.static final EntityCatalog<FunctionalPitchModOctave> FunctionalPitchModOctave.catalogCatalog for all named functional pitches.static final EntityCatalog<InterpolationKind> InterpolationKind.catalogCatalog of predefined interpolation kinds and their multi-lingual namings.static final EntityCatalog<MixedNoteheadAddendum> MixedNoteheadAddendum.catalogCatalog with multi-lingual and symbolic names.static final EntityCatalog<OctaveRegister> OctaveRegister.catalogCatalog of all defined or used octave registers.static final EntityCatalog<Ornament> Ornament_JSB_klavierbuechlein.catalogThe catalog of all these ornaments.static final EntityCatalog<Ornament> Ornament_KdF_special.catalogstatic final EntityCatalog<ScalaNumAbstrPOcts> ScalaNumAbstrPOcts.catalogstatic final EntityCatalog<WhiteKeyModOctave> WhiteKeyModOctave.catalogThe catalog holding the constant values of this type.Constructors in eu.bandm.music.entities with parameters of type EntityCatalogModifierConstructorDescriptionprotectedArtikulation(EntityCatalog<Artikulation> c, Map<String, String> map) Only constructor.protectedClef(EntityCatalog<Clef> catalog, FunctionalPitch reference, Map<String, String> names) Only constructor, setting all parameters.protectedFunctionalPitchModOctave(WhiteKeyModOctave wk, int alt, EntityCatalog<FunctionalPitchModOctave> catalog, String lang, String name) Auxilliary constructor, accidental shift given directly by integer value (normally in the range -2..+2).protectedFunctionalPitchModOctave(WhiteKeyModOctave wk, Accidental alt, EntityCatalog<FunctionalPitchModOctave> catalog, @Opt String lang, @Opt String name) Full constructor, setting all Parameters.protectedOnly constructor.protectedOnly constructor.protectedOrnament(EntityCatalog<Ornament> c, MuLi names, int[] pre, int[] rep, int[] post) Construct one ornament type completely.protectedConstruct one ornament type completely.protectedPitchModOctave(EntityCatalog<E> c, Map<String, String> map) Only constructor.protectedWhiteKeyModOctave(int whiteKeysFromC, int fifthsFromC, EntityCatalog<WhiteKeyModOctave> catalog, Map<String, String> map) Only constructor, setting all parameters. -
Uses of EntityCatalog in eu.bandm.music.haken
Fields in eu.bandm.music.haken declared as EntityCatalogModifier and TypeFieldDescriptionstatic final EntityCatalog<DoppelHaken> DoppelHaken.catalogCatalog for double hook instances by name.static final EntityCatalog<Haken> Haken.catalogCatalog for hook instances by name.static final EntityCatalog<RelWert> RelWert.catalogCatalog for RelWert by names. -
Uses of EntityCatalog in eu.bandm.tscore.base
Fields in eu.bandm.tscore.base declared as EntityCatalogModifier and TypeFieldDescriptionprotected EntityCatalog<E> Entity.catalogThe multi-lingual catalog in which this entitiy is contained.Methods in eu.bandm.tscore.base that return EntityCatalogModifier and TypeMethodDescriptionEntity.getCatalog()The multi-lingual catalog in which this entitiy is contained.Methods in eu.bandm.tscore.base with parameters of type EntityCatalogModifier and TypeMethodDescriptionvoidEntityCatalog.lendFrom(EntityCatalog<? extends E> origCat, String lang, String name) Duplicate the reference to an entity in a different catalog by this catalog.Constructors in eu.bandm.tscore.base with parameters of type EntityCatalogModifierConstructorDescriptionEntity(EntityCatalog<E> catalog) Creates a new entity with (possibly) multiple names in multiple languages.Entity(EntityCatalog<E> catalog, MuLi humanNames) Creates a new entity with (possibly) multiple names in multiple languages.Entity(EntityCatalog<E> catalog, String lang, String name) Creates a new entity with only one name.Creates a new entity with (possibly) multiple names in multiple languages.