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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<TimeEdgePropertyType>getNextEdge()Returns the value of the 'Next Edge' containment reference list.TimeInstantPropertyTypegetPosition()Returns the value of the 'Position' containment reference.EList<TimeEdgePropertyType>getPreviousEdge()Returns the value of the 'Previous Edge' containment reference list.voidsetPosition(TimeInstantPropertyType value)Sets the value of the 'Position' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimePrimitiveTypegetRelatedTime
 - 
Methods inherited from interface AbstractTimeTopologyPrimitiveTypegetComplex, setComplex
 
- 
 
- 
- 
- 
Method Detail- 
getPreviousEdgeEList<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()
 
 - 
getNextEdgeEList<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()
 
 - 
getPositionTimeInstantPropertyType 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()
 
 - 
setPositionvoid setPosition(TimeInstantPropertyType value) Sets the value of the 'Position' containment reference.- Parameters:
- value- the new value of the 'Position' containment reference.
- See Also:
- getPosition()
 
 
- 
 
-