Package net.opengis.gml311
Interface AbstractTimeTopologyPrimitiveType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,EObject
,Notifier
- All Known Subinterfaces:
TimeEdgeType
,TimeNodeType
- All Known Implementing Classes:
AbstractTimeTopologyPrimitiveTypeImpl
,TimeEdgeTypeImpl
,TimeNodeTypeImpl
public interface AbstractTimeTopologyPrimitiveType extends AbstractTimePrimitiveType
A representation of the model object 'Abstract Time Topology Primitive Type'. The element "complex" carries a reference to the complex containing this primitive.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceType
getComplex()
Returns the value of the 'Complex' containment reference.void
setComplex(ReferenceType value)
Sets the value of the 'Complex
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
-
-
-
-
Method Detail
-
getComplex
ReferenceType getComplex()
Returns the value of the 'Complex' containment reference.If the meaning of the 'Complex' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Complex' containment reference.
- See Also:
setComplex(ReferenceType)
,Gml311Package.getAbstractTimeTopologyPrimitiveType_Complex()
-
setComplex
void setComplex(ReferenceType value)
Sets the value of the 'Complex
' containment reference.- Parameters:
value
- the new value of the 'Complex' containment reference.- See Also:
getComplex()
-
-