fr.cnes.sirius.patrius.assembly.properties
Class RadiativeFacetProperty

java.lang.Object
  extended by fr.cnes.sirius.patrius.assembly.properties.RadiativeFacetProperty
All Implemented Interfaces:
IPartProperty

public final class RadiativeFacetProperty
extends Object
implements IPartProperty

This class is a part property for the PATRIUS assembly. It allows the radiative model to use a part with this property.

Since:
1.1
Version:
$Id: RadiativeFacetProperty.java 17588 2017-05-10 13:31:54Z bignon $
Author:
Gerald Mercadier
Concurrency :
immutable

Constructor Summary
RadiativeFacetProperty(Facet inFacet)
          Constructor of this property.
 
Method Summary
 Facet getFacet()
          Get the facet.
 PropertyType getType()
          Get the type of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiativeFacetProperty

public RadiativeFacetProperty(Facet inFacet)
Constructor of this property.

Parameters:
inFacet - The facet.
Method Detail

getFacet

public Facet getFacet()
Get the facet.

Returns:
the facet

getType

public PropertyType getType()
Description copied from interface: IPartProperty
Get the type of the property.

Specified by:
getType in interface IPartProperty
Returns:
the type of the property (see PropertyType enumeration)


Copyright © 2017 CNES. All Rights Reserved.