org.modeldriven.fuml.repository
Interface Classifier

All Superinterfaces:
Element, NamedElement
All Known Subinterfaces:
Association, Class_, DataType, Enumeration, Extension, Stereotype
All Known Implementing Classes:
Association, Class_, Classifier, DataType, Enumeration, Extension, Stereotype

public interface Classifier
extends NamedElement


Method Summary
 Classifier getDelegate()
           
 List<Classifier> getGeneral()
           
 List<Classifier> getGeneralization()
           
 Package getPackage()
           
 boolean isAbstract()
           
 boolean isDataType()
           
 
Methods inherited from interface org.modeldriven.fuml.repository.NamedElement
getName, getQualifiedName
 
Methods inherited from interface org.modeldriven.fuml.repository.Element
getArtifact, getHref, getXmiId, getXmiNamespace
 

Method Detail

getDelegate

Classifier getDelegate()
Specified by:
getDelegate in interface Element

getGeneral

List<Classifier> getGeneral()

getGeneralization

List<Classifier> getGeneralization()

getPackage

Package getPackage()

isAbstract

boolean isAbstract()

isDataType

boolean isDataType()


Copyright © 2012. All Rights Reserved.