Package net.opengis.gml311
Interface TimeNodeType
-
- All Superinterfaces:
AbstractGMLType
,AbstractTimeObjectType
,AbstractTimePrimitiveType
,AbstractTimeTopologyPrimitiveType
,EObject
,Notifier
- All Known Implementing Classes:
TimeNodeTypeImpl
public interface TimeNodeType extends AbstractTimeTopologyPrimitiveType
A representation of the model object 'Time Node Type'. Type declaration of the element "TimeNode".The following features are supported:
- See Also:
Gml311Package.getTimeNodeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TimeEdgePropertyType>
getNextEdge()
Returns the value of the 'Next Edge' containment reference list.TimeInstantPropertyType
getPosition()
Returns the value of the 'Position' containment reference.EList<TimeEdgePropertyType>
getPreviousEdge()
Returns the value of the 'Previous Edge' containment reference list.void
setPosition(TimeInstantPropertyType value)
Sets the value of the 'Position
' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
Methods inherited from interface AbstractTimePrimitiveType
getRelatedTime
-
Methods inherited from interface AbstractTimeTopologyPrimitiveType
getComplex, setComplex
-
-
-
-
Method Detail
-
getPreviousEdge
EList<TimeEdgePropertyType> getPreviousEdge()
Returns the value of the 'Previous Edge' containment reference list. The list contents are of typeTimeEdgePropertyType
.If the meaning of the 'Previous Edge' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Previous Edge' containment reference list.
- See Also:
Gml311Package.getTimeNodeType_PreviousEdge()
-
getNextEdge
EList<TimeEdgePropertyType> getNextEdge()
Returns the value of the 'Next Edge' containment reference list. The list contents are of typeTimeEdgePropertyType
.If the meaning of the 'Next Edge' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Next Edge' containment reference list.
- See Also:
Gml311Package.getTimeNodeType_NextEdge()
-
getPosition
TimeInstantPropertyType getPosition()
Returns the value of the 'Position' containment reference.If the meaning of the 'Position' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Position' containment reference.
- See Also:
setPosition(TimeInstantPropertyType)
,Gml311Package.getTimeNodeType_Position()
-
setPosition
void setPosition(TimeInstantPropertyType value)
Sets the value of the 'Position
' containment reference.- Parameters:
value
- the new value of the 'Position' containment reference.- See Also:
getPosition()
-
-