pl.edu.agh.cast.data.converter.gdm2schema
Class GDM2SchemaConverterUtil.AggregatedRelationProperties

java.lang.Object
  extended by pl.edu.agh.cast.data.converter.gdm2schema.GDM2SchemaConverterUtil.AggregatedRelationProperties
Enclosing class:
GDM2SchemaConverterUtil

public static class GDM2SchemaConverterUtil.AggregatedRelationProperties
extends Object

Enumeration of relation aggregated properties.

Author:
AGH CAST Team

Field Summary
static String AVERAGE_DURATION
          The name of "average duration" property.
static String FIRST_RELATION_START
          The name of "first relation start" property.
static String LAST_RELATION_END
          The name of "last relation end" property.
static String RELATION_COUNT
          The name of "relation count" property.
static String TOTAL_DURATION
          The name of "total duration" property.
 
Constructor Summary
GDM2SchemaConverterUtil.AggregatedRelationProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RELATION_COUNT

public static final String RELATION_COUNT
The name of "relation count" property.

See Also:
Constant Field Values

TOTAL_DURATION

public static final String TOTAL_DURATION
The name of "total duration" property.

See Also:
Constant Field Values

AVERAGE_DURATION

public static final String AVERAGE_DURATION
The name of "average duration" property.

See Also:
Constant Field Values

FIRST_RELATION_START

public static final String FIRST_RELATION_START
The name of "first relation start" property.

See Also:
Constant Field Values

LAST_RELATION_END

public static final String LAST_RELATION_END
The name of "last relation end" property.

See Also:
Constant Field Values
Constructor Detail

GDM2SchemaConverterUtil.AggregatedRelationProperties

public GDM2SchemaConverterUtil.AggregatedRelationProperties()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.