|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectagg.parser.Triple
public class Triple
A triple stores three data. This triple stores only specific data. This class is necessary to push three data on a stack at the same time.
Constructor Summary | |
---|---|
Triple(Graph hostGraph,
RuleInstances eri,
java.lang.Integer layer)
Creates a new tripel. |
Method Summary | |
---|---|
Graph |
getHostGraph()
Returns the first data. |
java.lang.Integer |
getLayer()
The third data. |
RuleInstances |
getRuleInstance()
Returns the second data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Triple(Graph hostGraph, RuleInstances eri, java.lang.Integer layer)
hostGraph
- The first data.eri
- The second data.layer
- The third data.Method Detail |
---|
public Graph getHostGraph()
public RuleInstances getRuleInstance()
public java.lang.Integer getLayer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |