Package | Description |
---|---|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Field and Description |
---|---|
private UmlClass.Iec61850Kind |
UmlClass._iec61850Kind |
Modifier and Type | Method and Description |
---|---|
private UmlClass.Iec61850Kind |
UmlClass.getIec61850Kind() |
private UmlClass.Iec61850Kind |
UmlClass.initIec61850KindFromStereotypeOrPackage(boolean isInterface,
boolean isFunction) |
static UmlClass.Iec61850Kind |
UmlClass.Iec61850Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlClass.Iec61850Kind[] |
UmlClass.Iec61850Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<UmlClass> |
UmlModel.findClasses(java.util.EnumSet<OwningWg> wgs,
java.util.EnumSet<UmlClass.CimKind> cimKinds,
java.util.EnumSet<UmlClass.Iec61850Kind> iec61850Kinds,
boolean includeNormative,
boolean includeInformative)
Returns all classes from owners
wg . |
Copyright 2009-2015 Tatjana (Tanja) Kostic