A
C
D
E
G
I
L
M
O
P
R
S
T
V
G
- getAllEdges(KClass,KClass) - function in org.jgrapht.Graph
- getEdge(KClass,KClass) - function in org.jgrapht.Graph
- getEdgeSource(PlantUmlRelationship) - function in org.jgrapht.Graph
- getEdgeSupplier() - function in org.jgrapht.Graph
- getEdgeTarget(PlantUmlRelationship) - function in org.jgrapht.Graph
- getEdgeWeight(PlantUmlRelationship) - function in org.jgrapht.Graph
- getHideFields() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- If set to true, PlantUmlClass using this Configuration will hide all their fields.
- getHideMethods() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- If set to true, PlantUmlClass using this Configuration will hide all their member functions.
- getHideRelationships() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- If set to true, PlantUmlClass using this Configuration will not declare their relationships.
- getLeft() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.RelationshipType
- Reversed string representation of the relationship.
- getMaxFieldVisibility() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- PlantUmlClass using this Configuration will hide fields with a visibility level grater than maxFieldVisibility.
- getMaxMethodVisibility() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- PlantUmlClass using this Configuration will hide member functions with a visibility level grater than maxMethodVisibility.
- getName() - function in kotlin.RelationshipType
- getOrdinal() - function in kotlin.RelationshipType
- getRecurse() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.Configuration
- If set to true, PlantUmlClass using this Configuration will visit recursively all their subclasses.
- getRight() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.RelationshipType
- Default string representation of the relationship.
- getRootClass() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.ClassHierarchy
- The root of hierarchy.
- getSource() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.PlantUmlRelationship
- Source class of the relationship.
- getTarget() - function in io.github.kelvindev15.kotlin2plantuml.plantuml.PlantUmlRelationship
- Destination class of the relationship.
- getType() - function in org.jgrapht.Graph
- getVertexSupplier() - function in org.jgrapht.Graph