Package net.opengis.gml311
Interface TimeTopologyComplexType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeComplexType
,AbstractTimeObjectType
,EObject
,Notifier
- All Known Implementing Classes:
TimeTopologyComplexTypeImpl
public interface TimeTopologyComplexType extends AbstractTimeComplexType
A representation of the model object 'Time Topology Complex Type'. A temporal topology complex.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TimeTopologyPrimitivePropertyType>
getPrimitive()
Returns the value of the 'Primitive' containment reference list.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
getPrimitive
EList<TimeTopologyPrimitivePropertyType> getPrimitive()
Returns the value of the 'Primitive' containment reference list. The list contents are of typeTimeTopologyPrimitivePropertyType
.If the meaning of the 'Primitive' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Primitive' containment reference list.
- See Also:
Gml311Package.getTimeTopologyComplexType_Primitive()
-
-