public class Triple<First,Second,Third> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected First |
first |
protected Second |
second |
protected Third |
third |
| Constructor and Description |
|---|
Triple(First first,
Second second,
Third third) |
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.