Uses of Class
org.apache.sis.feature.AbstractAssociation
-
Packages that use AbstractAssociation Package Description org.apache.sis.feature Defines the structure and content of views of real-world phenomenon. -
-
Uses of AbstractAssociation in org.apache.sis.feature
Methods in org.apache.sis.feature that return AbstractAssociation Modifier and Type Method Description AbstractAssociation
AbstractAssociation. clone()
Returns a copy of this association.static AbstractAssociation
AbstractAssociation. create(DefaultAssociationRole role)
Creates a new association of the given role.AbstractAssociation
DefaultAssociationRole. newInstance()
Creates a new association instance of this role.
-