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 | Method and Description |
---|---|
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-2016 Tatjana (Tanja) Kostic