public class FactModelTree extends Object
| Constructor and Description |
|---|
FactModelTree(String factName,
String fullPackage,
Map<String,String> simpleProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExpandableProperty(String propertyName,
String propertyType) |
void |
addSimpleProperty(String propertyName,
String propertyType) |
Map<String,String> |
getExpandableProperties() |
String |
getFactName() |
String |
getFullPackage() |
Map<String,String> |
getSimpleProperties() |
void |
removeSimpleProperty(String propertyName) |
String |
toString() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.