Class TLcdAIXM51FlightConditionCombination
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.shared.schedules.TLcdAIXM51AbstractPropertiesWithSchedule
com.luciad.format.aixm51.model.features.routes.flightrestrictions.TLcdAIXM51FlightConditionCombination
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
A combination of conditions involving:
1) an operator such as \"AND\", \"OR\", \"AND NOT\", \"SEQUENCE\", \"NONE\" and
2) one or more operands, each of these being either a condition element or another combination of conditions.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theelementelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thelogicalOperatorelement.static final TLcdDataPropertyData property that maps to thespecialDateAuthorityelement.static final TLcdDataPropertyData property that maps to thetimeIntervalelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Gets the value of theELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightConditionElementinstances.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theLOGICAL_OPERATOR_PROPERTYproperty.Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.Gets the value of theTIME_INTERVAL_PROPERTYproperty adapted to a list ofTLcdAIXM51Timesheetinstances.voidSets the value of the property that maps to thelogicalOperatorelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
TIME_INTERVAL_PROPERTY
Data property that maps to thetimeIntervalelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Timesheet>>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
SPECIAL_DATE_AUTHORITY_PROPERTY
Data property that maps to thespecialDateAuthorityelement. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>. -
LOGICAL_OPERATOR_PROPERTY
Data property that maps to thelogicalOperatorelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlowConditionOperation>. -
ELEMENT_PROPERTY
Data property that maps to theelementelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51FlightConditionElement>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51FlightConditionCombination
public TLcdAIXM51FlightConditionCombination() -
TLcdAIXM51FlightConditionCombination
-
-
Method Details
-
getTimeInterval
Gets the value of theTIME_INTERVAL_PROPERTYproperty adapted to a list ofTLcdAIXM51Timesheetinstances.A component of the schedule.
- Overrides:
getTimeIntervalin classTLcdAIXM51AbstractPropertiesWithSchedule- Returns:
- the value of the
TIME_INTERVAL_PROPERTYproperty adapted to a list ofTLcdAIXM51Timesheetinstances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Overrides:
getAnnotationin classTLcdAIXM51AbstractPropertiesWithSchedule- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getSpecialDateAuthority
Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances.Indicates that the SpecialDates associated with the related OrganisationAuthority are applicable to the schedule definition.
- Overrides:
getSpecialDateAuthorityin classTLcdAIXM51AbstractPropertiesWithSchedule- Returns:
- the value of the
SPECIAL_DATE_AUTHORITY_PROPERTYproperty adapted to a list ofTLcdAIXM51Featureinstances. - See Also:
-
getLogicalOperator
Returns the role value contained in the value of theLOGICAL_OPERATOR_PROPERTYproperty. Returnsnullif the value of theLOGICAL_OPERATOR_PROPERTYproperty isnull.The type of operation combining an elementary condition or a previously defined combination with other elementary conditions or previously defined combinations.
- Returns:
- the role value of the
LOGICAL_OPERATOR_PROPERTYproperty. - See Also:
-
setLogicalOperator
Sets the value of the property that maps to thelogicalOperatorelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theLOGICAL_OPERATOR_PROPERTYproperty is set tonull.The type of operation combining an elementary condition or a previously defined combination with other elementary conditions or previously defined combinations.
- Parameters:
aValue- the role value to set for theLOGICAL_OPERATOR_PROPERTYproperty.
-
getElement
Gets the value of theELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightConditionElementinstances.An element of the Flight Condition.
- Returns:
- the value of the
ELEMENT_PROPERTYproperty adapted to a list ofTLcdAIXM51FlightConditionElementinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-