org.eclipse.emf.ecore.util.EObjectResolvingEList Java Examples

The following examples show how to use org.eclipse.emf.ecore.util.EObjectResolvingEList. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: CubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Dimension> getDimensions() {
	if (dimensions == null) {
		dimensions = new EObjectResolvingEList<Dimension>(Dimension.class, this, OlapModelPackage.CUBE__DIMENSIONS);
	}
	return dimensions;
}
 
Example #2
Source File: PhysicalForeignKeyImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<PhysicalColumn> getSourceColumns() {
	if (sourceColumns == null) {
		sourceColumns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this, PhysicalModelPackage.PHYSICAL_FOREIGN_KEY__SOURCE_COLUMNS);
	}
	return sourceColumns;
}
 
Example #3
Source File: BusinessRelationshipImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessColumn> getDestinationColumns() {
	if (destinationColumns == null) {
		destinationColumns = new EObjectResolvingEList<BusinessColumn>(BusinessColumn.class, this, BusinessModelPackage.BUSINESS_RELATIONSHIP__DESTINATION_COLUMNS);
	}
	return destinationColumns;
}
 
Example #4
Source File: ModelPropertyCategoryImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<ModelPropertyCategory> getSubCategories() {
	if (subCategories == null) {
		subCategories = new EObjectResolvingEList<ModelPropertyCategory>(ModelPropertyCategory.class, this, ModelPackage.MODEL_PROPERTY_CATEGORY__SUB_CATEGORIES);
	}
	return subCategories;
}
 
Example #5
Source File: TypeImpl.java    From scava with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * @generated
 */
public EList<Type> getExtending() {
	if (extending == null) {
		extending = new EObjectResolvingEList<Type>(Type.class, this, CrossflowPackage.TYPE__EXTENDING);
	}
	return extending;
}
 
Example #6
Source File: PhysicalForeignKeyImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<PhysicalColumn> getDestinationColumns() {
	if (destinationColumns == null) {
		destinationColumns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this, PhysicalModelPackage.PHYSICAL_FOREIGN_KEY__DESTINATION_COLUMNS);
	}
	return destinationColumns;
}
 
Example #7
Source File: LevelImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessColumn> getPropertyColumns() {
	if (propertyColumns == null) {
		propertyColumns = new EObjectResolvingEList<BusinessColumn>(BusinessColumn.class, this, OlapModelPackage.LEVEL__PROPERTY_COLUMNS);
	}
	return propertyColumns;
}
 
Example #8
Source File: VirtualCubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<CalculatedMember> getCalculatedMembers() {
	if (calculatedMembers == null) {
		calculatedMembers = new EObjectResolvingEList<CalculatedMember>(CalculatedMember.class, this, OlapModelPackage.VIRTUAL_CUBE__CALCULATED_MEMBERS);
	}
	return calculatedMembers;
}
 
Example #9
Source File: VirtualCubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Cube> getCubes() {
	if (cubes == null) {
		cubes = new EObjectResolvingEList<Cube>(Cube.class, this, OlapModelPackage.VIRTUAL_CUBE__CUBES);
	}
	return cubes;
}
 
Example #10
Source File: CubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Dimension> getDimensions() {
	if (dimensions == null) {
		dimensions = new EObjectResolvingEList<Dimension>(Dimension.class, this, OlapModelPackage.CUBE__DIMENSIONS);
	}
	return dimensions;
}
 
Example #11
Source File: PhysicalPrimaryKeyImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<PhysicalColumn> getColumns() {
	if (columns == null) {
		columns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this, PhysicalModelPackage.PHYSICAL_PRIMARY_KEY__COLUMNS);
	}
	return columns;
}
 
Example #12
Source File: PhysicalPrimaryKeyImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * 
 * @generated
 */
@Override
public EList<PhysicalColumn> getColumns() {
	if (columns == null) {
		columns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this, PhysicalModelPackage.PHYSICAL_PRIMARY_KEY__COLUMNS);
	}
	return columns;
}
 
Example #13
Source File: LevelImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessColumn> getPropertyColumns() {
	if (propertyColumns == null) {
		propertyColumns = new EObjectResolvingEList<BusinessColumn>(BusinessColumn.class, this, OlapModelPackage.LEVEL__PROPERTY_COLUMNS);
	}
	return propertyColumns;
}
 
Example #14
Source File: VirtualCubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<CalculatedMember> getCalculatedMembers() {
	if (calculatedMembers == null) {
		calculatedMembers = new EObjectResolvingEList<CalculatedMember>(CalculatedMember.class, this, OlapModelPackage.VIRTUAL_CUBE__CALCULATED_MEMBERS);
	}
	return calculatedMembers;
}
 
Example #15
Source File: VirtualCubeImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Cube> getCubes() {
	if (cubes == null) {
		cubes = new EObjectResolvingEList<Cube>(Cube.class, this, OlapModelPackage.VIRTUAL_CUBE__CUBES);
	}
	return cubes;
}
 
Example #16
Source File: TaskImpl.java    From scava with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Language> getLanguages() {
	if (languages == null) {
		languages = new EObjectResolvingEList<Language>(Language.class, this, CrossflowPackage.TASK__LANGUAGES);
	}
	return languages;
}
 
Example #17
Source File: TaskImpl.java    From scava with Eclipse Public License 2.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Field> getParameters() {
	if (parameters == null) {
		parameters = new EObjectResolvingEList<Field>(Field.class, this, CrossflowPackage.TASK__PARAMETERS);
	}
	return parameters;
}
 
Example #18
Source File: BusinessRelationshipImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 *
 * @generated
 */
@Override
public EList<BusinessColumn> getSourceColumns() {
	if (sourceColumns == null) {
		sourceColumns = new EObjectResolvingEList<BusinessColumn>(BusinessColumn.class, this, BusinessModelPackage.BUSINESS_RELATIONSHIP__SOURCE_COLUMNS);
	}
	return sourceColumns;
}
 
Example #19
Source File: BusinessDomainImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessRelationship> getRelationships() {
	if (relationships == null) {
		relationships = new EObjectResolvingEList<BusinessRelationship>(BusinessRelationship.class, this, BusinessModelPackage.BUSINESS_DOMAIN__RELATIONSHIPS);
	}
	return relationships;
}
 
Example #20
Source File: BusinessDomainImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessColumnSet> getTables() {
	if (tables == null) {
		tables = new EObjectResolvingEList<BusinessColumnSet>(BusinessColumnSet.class, this, BusinessModelPackage.BUSINESS_DOMAIN__TABLES);
	}
	return tables;
}
 
Example #21
Source File: BusinessIdentifierImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * 
 * @generated
 */
@Override
public EList<BusinessColumn> getColumns() {
	if (columns == null) {
		columns = new EObjectResolvingEList<BusinessColumn>(BusinessColumn.class, this, BusinessModelPackage.BUSINESS_IDENTIFIER__COLUMNS);
	}
	return columns;
}
 
Example #22
Source File: BusinessViewInnerJoinRelationshipImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * 
 * @generated
 */
@Override
public EList<PhysicalColumn> getDestinationColumns() {
	if (destinationColumns == null) {
		destinationColumns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this,
				BusinessModelPackage.BUSINESS_VIEW_INNER_JOIN_RELATIONSHIP__DESTINATION_COLUMNS);
	}
	return destinationColumns;
}
 
Example #23
Source File: BusinessViewInnerJoinRelationshipImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc --> <!-- end-user-doc -->
 * 
 * @generated
 */
@Override
public EList<PhysicalColumn> getSourceColumns() {
	if (sourceColumns == null) {
		sourceColumns = new EObjectResolvingEList<PhysicalColumn>(PhysicalColumn.class, this,
				BusinessModelPackage.BUSINESS_VIEW_INNER_JOIN_RELATIONSHIP__SOURCE_COLUMNS);
	}
	return sourceColumns;
}
 
Example #24
Source File: BusinessViewImpl.java    From Knowage-Server with GNU Affero General Public License v3.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<BusinessViewInnerJoinRelationship> getJoinRelationships() {
	if (joinRelationships == null) {
		joinRelationships = new EObjectResolvingEList<BusinessViewInnerJoinRelationship>(BusinessViewInnerJoinRelationship.class, this, BusinessModelPackage.BUSINESS_VIEW__JOIN_RELATIONSHIPS);
	}
	return joinRelationships;
}
 
Example #25
Source File: DefinitionImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Definition> getImport ()
{
    if ( import_ == null )
    {
        import_ = new EObjectResolvingEList<Definition> ( Definition.class, this, RecipePackage.DEFINITION__IMPORT );
    }
    return import_;
}
 
Example #26
Source File: CommonDriverImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Endpoint> getEndpoints ()
{
    if ( endpoints == null )
    {
        endpoints = new EObjectResolvingEList<Endpoint> ( Endpoint.class, this, WorldPackage.COMMON_DRIVER__ENDPOINTS );
    }
    return endpoints;
}
 
Example #27
Source File: ProxyItemImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Item> getItems ()
{
    if ( items == null )
    {
        items = new EObjectResolvingEList<Item> ( Item.class, this, OsgiPackage.PROXY_ITEM__ITEMS );
    }
    return items;
}
 
Example #28
Source File: MarkerGroupImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<Item> getItems ()
{
    if ( items == null )
    {
        items = new EObjectResolvingEList<Item> ( Item.class, this, OsgiPackage.MARKER_GROUP__ITEMS );
    }
    return items;
}
 
Example #29
Source File: MonitorPoolProxyImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<MonitorPool> getRemote ()
{
    if ( remote == null )
    {
        remote = new EObjectResolvingEList<MonitorPool> ( MonitorPool.class, this, OsgiPackage.MONITOR_POOL_PROXY__REMOTE );
    }
    return remote;
}
 
Example #30
Source File: MonitorPoolProxyImpl.java    From neoscada with Eclipse Public License 1.0 5 votes vote down vote up
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public EList<MonitorPool> getLocal ()
{
    if ( local == null )
    {
        local = new EObjectResolvingEList<MonitorPool> ( MonitorPool.class, this, OsgiPackage.MONITOR_POOL_PROXY__LOCAL );
    }
    return local;
}