Package cool.klass.model.meta.domain.api
Interface DomainModel
public interface DomainModel
-
Method Summary
Modifier and TypeMethodDescriptiongetAssociationByName(String name) org.eclipse.collections.api.list.ImmutableList<Association>getClassByName(String name) org.eclipse.collections.api.list.ImmutableList<Klass>getClassifierByName(String name) org.eclipse.collections.api.list.ImmutableList<Classifier>getEnumerationByName(String name) org.eclipse.collections.api.list.ImmutableList<Enumeration>getInterfaceByName(String name) org.eclipse.collections.api.list.ImmutableList<Interface>getProjectionByName(String name) org.eclipse.collections.api.list.ImmutableList<Projection>org.eclipse.collections.api.list.ImmutableList<ServiceGroup>getTopLevelElementByName(String topLevelElementName) org.eclipse.collections.api.list.ImmutableList<TopLevelElement>
-
Method Details
-
getUserClass
-
getTopLevelElements
-
getEnumerations
-
getClassifiers
-
getInterfaces
-
getClasses
-
getAssociations
-
getProjections
-
getServiceGroups
-
getTopLevelElementByName
-
getEnumerationByName
-
getClassifierByName
-
getInterfaceByName
-
getClassByName
-
getAssociationByName
-
getProjectionByName
-