org.commonreality.modalities.aural
Interface IAuralPropertyHandler
- All Superinterfaces:
- IModalityPropertyHandler, IPropertyHandler
- All Known Implementing Classes:
- DefaultAuralPropertyHandler
public interface IAuralPropertyHandler
- extends IModalityPropertyHandler
- Author:
- developer
AURAL_MODALITY
static final java.lang.String AURAL_MODALITY
- See Also:
- Constant Field Values
IS_AUDIBLE
static final java.lang.String IS_AUDIBLE
- See Also:
- Constant Field Values
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
TOKEN
static final java.lang.String TOKEN
- See Also:
- Constant Field Values
ONSET
static final java.lang.String ONSET
- See Also:
- Constant Field Values
DURATION
static final java.lang.String DURATION
- See Also:
- Constant Field Values
isAudible
boolean isAudible(ISimulationObject object)
throws UnknownPropertyNameException
- Throws:
UnknownPropertyNameException
getTypes
java.lang.String[] getTypes(ISimulationObject object)
throws UnknownPropertyNameException
- Throws:
UnknownPropertyNameException
getToken
java.lang.String getToken(ISimulationObject object)
throws UnknownPropertyNameException
- Throws:
UnknownPropertyNameException
getOnset
double getOnset(ISimulationObject object)
throws UnknownPropertyNameException
- Throws:
UnknownPropertyNameException
getDuration
double getDuration(ISimulationObject object)
throws UnknownPropertyNameException
- Throws:
UnknownPropertyNameException