Uses of Class
net.sourceforge.nrl.parser.model.AbstractClassifier

Packages that use AbstractClassifier
net.sourceforge.nrl.parser.model.uml2 A model implementation that provides an implementation over the UML2 model classes. 
net.sourceforge.nrl.parser.model.xsd XML Schema model loader. 
 

Uses of AbstractClassifier in net.sourceforge.nrl.parser.model.uml2
 

Subclasses of AbstractClassifier in net.sourceforge.nrl.parser.model.uml2
 class UML2Classifier
          Extension of a standard model element that holds a reference to a UML2 class.
 class UML2DataType
          A data type that wraps a UML2 DataType object.
 

Uses of AbstractClassifier in net.sourceforge.nrl.parser.model.xsd
 

Subclasses of AbstractClassifier in net.sourceforge.nrl.parser.model.xsd
 class XSDClassifier
          An XSD classifier, usually created from a complex type or element.
 class XSDDataType
          An XSD data type is either a simple type, a derived simple type, or a complex type derived from a simple type (with optional added attributes).
 



Copyright © 2006-2013. All Rights Reserved.