ISOAssociationRole
ISOAssociationRole
ISOAssociationRole class
R6Class
object.
Object of R6Class
for modelling an ISOAssociationRole
ISO 19110:2005 Methodology for Feature cataloguing
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> geometa::ISOAbstractCarrierOfCharacteristics
-> geometa::ISOAbstractPropertyType
-> geometa::ISOPropertyType
-> ISOAssociationRole
type
: type: ISORoleType
isOrdered
: isOrdered: logical
isNavigable
: isNavigable: logical
relation
: relation: ISOAssociationRole
rolePlayer
: rolePlayer: ISOFeatureType
new()
Initializes object
ISOAssociationRole$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setRoleType()
Set role type
ISOAssociationRole$setRoleType(roleType)
roleType
: role type, object of class ISORoleType or any character among values returned by ISORoleType$values()
setIsOrdered()
Set is ordered
ISOAssociationRole$setIsOrdered(isOrdered)
isOrdered
: object of class logical
setIsNavigable()
Set is navigable
ISOAssociationRole$setIsNavigable(isNavigable)
isNavigable
: object of class logical
setRelation()
Set relation
ISOAssociationRole$setRelation(relation)
relation
: relation
addRolePlayer()
Adds role player
ISOAssociationRole$addRolePlayer(rolePlayer)
rolePlayer
: object of class ISOFeatureType
TRUE
if added, FALSE
otherwise
delRolePlayer()
Deletes role player
ISOAssociationRole$delRolePlayer(rolePlayer)
rolePlayer
: object of class ISOFeatureType
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOAssociationRole$clone(deep = FALSE)
deep
: Whether to make a deep clone.