Uses of Interface
org.molgenis.omx.core.Identifiable

Packages that use Identifiable
org.molgenis.omx.core   
org.molgenis.omx.decorators   
org.molgenis.omx.observ   
org.molgenis.omx.observ.target   
 

Uses of Identifiable in org.molgenis.omx.core
 

Classes in org.molgenis.omx.core that implement Identifiable
 class MolgenisFile
          MolgenisFile: Helper entity to deal with files.
 class RuntimeProperty
          RuntimeProperty: .
 

Uses of Identifiable in org.molgenis.omx.decorators
 

Methods in org.molgenis.omx.decorators with type parameters of type Identifiable
static
<E extends Identifiable>
void
NameConvention.validateEntityNames(List<E> entities)
          Validate names of Entities by wrapping NameConvention.validateEntityName(name)
static
<E extends Identifiable>
void
NameConvention.validateEntityNamesStrict(List<E> entities)
          Validate names of Entities by wrapping NameConvention.validateEntityNameStrict(name)
 

Uses of Identifiable in org.molgenis.omx.observ
 

Classes in org.molgenis.omx.observ that implement Identifiable
 class Category
          Category: Category is partOf ObservableFeature to define categories for an ObservableFeature, such as the categorical answer codes that are often used in Questionaires.
 class Characteristic
          Characteristic: Characteristics are yes-no statements about things in the world.
 class DataSet
          DataSet: Container for one or more observations that are measured using the same protocol and by the same performer(s).
 class ObservableFeature
          ObservableFeature: ObservableFeature defines anything that can be observed.
 class ObservationTarget
          ObservationTarget: ObservationTarget defines subjects of observation, such as Individual, Panel, Sample, etc.
 class Protocol
          Protocol: The Protocol class defines parameterizable descriptions of (analysis)methods.
 

Uses of Identifiable in org.molgenis.omx.observ.target
 

Classes in org.molgenis.omx.observ.target that implement Identifiable
 class Accession
          Accession: An external identifier for an annotation.
 class Individual
          Individual: The Individuals class defines the subjects that are used as observation target.
 class Ontology
          Ontology: Ontology defines a reference to an ontology or controlled vocabulary from which well-defined and stable (ontology) terms can be obtained.
 class OntologyTerm
          OntologyTerm: OntologyTerm defines a single entry (term) from an ontology or a controlled vocabulary (defined by Ontology).
 class Panel
          Panel: The Panel class defines groups of individuals based on cohort design, case/controls, families, etc.
 class Species
          Species: Ontology terms for species.
 



Copyright © 2013. All Rights Reserved.