Package cool.klass.model.meta.domain.api
Interface Association
- All Superinterfaces:
Element,NamedElement,OrdinalElement,PackageableElement,TopLevelElement
-
Nested Class Summary
Nested classes/interfaces inherited from interface cool.klass.model.meta.domain.api.TopLevelElement
TopLevelElement.TopLevelElementBuilder -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<AssociationEnd>default voidvisit(TopLevelElementVisitor visitor) Methods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElementMethods inherited from interface cool.klass.model.meta.domain.api.NamedElement
getNameMethods inherited from interface cool.klass.model.meta.domain.api.OrdinalElement
getOrdinalMethods inherited from interface cool.klass.model.meta.domain.api.PackageableElement
getFullyQualifiedName, getPackageName
-
Method Details
-
visit
- Specified by:
visitin interfaceTopLevelElement
-
getCriteria
Criteria getCriteria() -
getAssociationEnds
org.eclipse.collections.api.list.ImmutableList<AssociationEnd> getAssociationEnds() -
getSourceAssociationEnd
AssociationEnd getSourceAssociationEnd() -
getTargetAssociationEnd
AssociationEnd getTargetAssociationEnd()
-