Uses of Class
de.digitalcollections.model.identifiable.entity.Entity
-
-
Uses of Entity in de.digitalcollections.model.identifiable.entity
Classes in de.digitalcollections.model.identifiable.entity with type parameters of type Entity Modifier and Type Class Description static classEntity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>>Subclasses of Entity in de.digitalcollections.model.identifiable.entity Modifier and Type Class Description classArticleArticle is used to manage cultural articles and their hierarchy.classCollectionA collection ofEntitys.classDigitalObjectA (cultural) digital object, can be a retro digitization of a physical object or a digital native object.classHeadwordEntryThe textual body to a specified headword (encyclopedia) or lemma (dictionary).classProjectProject is used to describe a project (like a digitization project or an electronic publishing project).classTopichttps://www.merriam-webster.com/dictionary/topic: "the subject of something that is being discussed or has been written or thought about" https://www.linguee.com/english-german/translation/topic.html german: "Thema, Inhalt, Gegenstand, Gesprächsthema" or "Thematik, Themengebiet, Themenbereich"classWebsiteA Website.Methods in de.digitalcollections.model.identifiable.entity that return types with arguments of type Entity Modifier and Type Method Description List<Entity>Collection. getEntities()List<Entity>Topic. getEntities()Methods in de.digitalcollections.model.identifiable.entity with parameters of type Entity Modifier and Type Method Description voidCollection. addEntity(Entity entity)voidTopic. addEntity(Entity entity)Method parameters in de.digitalcollections.model.identifiable.entity with type arguments of type Entity Modifier and Type Method Description voidCollection. setEntities(List<Entity> entities)voidTopic. setEntities(List<Entity> entities) -
Uses of Entity in de.digitalcollections.model.identifiable.entity.agent
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.agent Modifier and Type Class Description classAgenthttps://books.google.de/books?id=foGBCgAAQBAJ&pg=PA151:classCorporateBodyCorporateBody is used to describe a (business) corporation (e.g.classFamilyA family (e.g.classPersonHuman being that has certain capacities or attributes constituting personhood. -
Uses of Entity in de.digitalcollections.model.identifiable.entity.geo.location
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.geo.location Modifier and Type Class Description classCanyonA deep ravine between cliffs.classCaveA natural underground space large enough for a human to enter.classContinentA continent is a geographically very large land mass.classCountryA country is a distinct region in geography; a broad term that can include political divisions or regions associated with distinct political characteristics.classCreekA small stream.classGeoLocationA location located on earth.classHumanSettlementA community of any size, in which people live see https://www.wikidata.org/wiki/Q486972classLakeA body of relatively still water, localized in a basin.classMountainA mountain is a large landform that stretches above the surrounding land.classOceanAn ocean is a large body of saline water (german = "Ozean").classRiverA natural watercourse.classSeaA sea is a large body of saline water (german = "Meer").classStillWatersA natural or man-made body of water.classValleyA low area between hills, often with a river running through it. -
Uses of Entity in de.digitalcollections.model.identifiable.entity.relation
Methods in de.digitalcollections.model.identifiable.entity.relation that return Entity Modifier and Type Method Description EntityEntityRelation. getObject()EntityEntityRelation. getSubject()Methods in de.digitalcollections.model.identifiable.entity.relation with parameters of type Entity Modifier and Type Method Description EntityRelation.BuilderEntityRelation.Builder. object(Entity objectEntity)voidEntityRelation. setObject(Entity objectEntity)voidEntityRelation. setSubject(Entity subjectEntity)EntityRelation.BuilderEntityRelation.Builder. subject(Entity subjectEntity)Constructors in de.digitalcollections.model.identifiable.entity.relation with parameters of type Entity Constructor Description EntityRelation(Entity subject, String predicate, Entity object) -
Uses of Entity in de.digitalcollections.model.identifiable.entity.work
Subclasses of Entity in de.digitalcollections.model.identifiable.entity.work Modifier and Type Class Description classExpressionFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:classItemFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#item:classManifestationFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:classWorkFrom https://web.library.yale.edu/cataloging/music/frbr-wemi-music#work:
-