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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceTypegetComplex()Returns the value of the 'Complex' containment reference.voidsetComplex(ReferenceType value)Sets the value of the 'Complex' containment reference.- 
Methods inherited from interface AbstractGMLTypegetDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
 - 
Methods inherited from interface AbstractTimePrimitiveTypegetRelatedTime
 
- 
 
- 
- 
- 
Method Detail- 
getComplexReferenceType 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()
 
 - 
setComplexvoid setComplex(ReferenceType value) Sets the value of the 'Complex' containment reference.- Parameters:
- value- the new value of the 'Complex' containment reference.
- See Also:
- getComplex()
 
 
- 
 
-