|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractParameter in eu.esdihumboldt.hale.common.align.extension.function |
---|
Classes in eu.esdihumboldt.hale.common.align.extension.function with type parameters of type AbstractParameter | |
---|---|
class |
AbstractFunction<P extends AbstractParameter>
IConfigurationElement based function base class |
Subclasses of AbstractParameter in eu.esdihumboldt.hale.common.align.extension.function | |
---|---|
class |
FunctionParameter
Definition of a function parameter. |
class |
PropertyParameter
Represents a source or target property as parameter to a PropertyFunction |
class |
TypeParameter
Represents a source or target type as parameter to a TypeFunction |
Methods in eu.esdihumboldt.hale.common.align.extension.function that return types with arguments of type AbstractParameter | |
---|---|
Set<? extends AbstractParameter> |
Function.getSource()
Get the source entities |
Set<? extends AbstractParameter> |
Function.getTarget()
Get the target entities |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.function.common |
---|
Classes in eu.esdihumboldt.hale.ui.function.common with type parameters of type AbstractParameter | |
---|---|
class |
EntitySelector<F extends AbstractParameter>
Entity selector |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.function.contribution |
---|
Method parameters in eu.esdihumboldt.hale.ui.function.contribution with type arguments of type AbstractParameter | |
---|---|
protected boolean |
ReplaceFunctionWizardContribution.checkCount(int count,
Set<? extends AbstractParameter> entities,
boolean isTarget)
|
protected boolean |
SchemaSelectionFunctionContribution.checkCount(int count,
Set<? extends AbstractParameter> entities,
boolean isTarget)
Checks if the given entity count is compatible with the given set of entity definitions |
protected boolean |
ReplaceFunctionWizardContribution.checkMandatoryConditions(Set<EntityDefinition> schemaEntities,
Iterable<? extends AbstractParameter> functionEntities)
|
protected boolean |
SchemaSelectionFunctionContribution.checkMandatoryConditions(Set<EntityDefinition> schemaEntities,
Iterable<? extends AbstractParameter> functionEntities)
Checks if all entities that are mandatory in the function definition and have specific attached conditions can be met by at least one of the given schema entities. |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.function.generic |
---|
Classes in eu.esdihumboldt.hale.ui.function.generic with type parameters of type AbstractParameter | |
---|---|
class |
AbstractGenericFunctionWizard<P extends AbstractParameter,T extends AbstractFunction<P>>
Generic function wizard |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.function.generic.pages |
---|
Classes in eu.esdihumboldt.hale.ui.function.generic.pages with type parameters of type AbstractParameter | |
---|---|
class |
EntitiesPage<T extends AbstractFunction<D>,D extends AbstractParameter,F extends Field<D,?>>
Page that allows assigning cell entities |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.function.generic.pages.internal |
---|
Classes in eu.esdihumboldt.hale.ui.function.generic.pages.internal with type parameters of type AbstractParameter | |
---|---|
class |
Field<F extends AbstractParameter,S extends EntitySelector<F>>
Represents named entities in a function |
Uses of AbstractParameter in eu.esdihumboldt.hale.ui.views.properties.function |
---|
Classes in eu.esdihumboldt.hale.ui.views.properties.function with type parameters of type AbstractParameter | |
---|---|
class |
AbstractFunctionTableSection<P extends AbstractParameter>
Abstract function section with general information on functions displayed in a table |
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |