@Portable public class FactModelTuple extends Object
| Constructor and Description |
|---|
FactModelTuple() |
FactModelTuple(SortedMap<String,FactModelTree> visibleFacts,
SortedMap<String,FactModelTree> hiddenFacts) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<String,FactModelTree> |
getHiddenFacts() |
SortedMap<String,FactModelTree> |
getVisibleFacts() |
public FactModelTuple()
public FactModelTuple(SortedMap<String,FactModelTree> visibleFacts, SortedMap<String,FactModelTree> hiddenFacts)
public SortedMap<String,FactModelTree> getVisibleFacts()
public SortedMap<String,FactModelTree> getHiddenFacts()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.