Package net.opengis.gml311
Interface TimeNodeType
- All Superinterfaces:
AbstractGMLType,AbstractTimeObjectType,AbstractTimePrimitiveType,AbstractTimeTopologyPrimitiveType,EObject,Notifier
- All Known Implementing Classes:
TimeNodeTypeImpl
A representation of the model object 'Time Node Type'.
Type declaration of the element "TimeNode".
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<TimeEdgePropertyType>Returns the value of the 'Next Edge' containment reference list.Returns the value of the 'Position' containment reference.EList<TimeEdgePropertyType>Returns the value of the 'Previous Edge' containment reference list.voidSets the value of the 'Position' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setIdMethods inherited from interface AbstractTimePrimitiveType
getRelatedTimeMethods inherited from interface AbstractTimeTopologyPrimitiveType
getComplex, setComplexMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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
Sets the value of the 'Position' containment reference.- Parameters:
value- the new value of the 'Position' containment reference.- See Also:
-