protected static class Triangle.TriangleInequality extends Circuit

Circuit.CircuitInputPin, Circuit.CircuitOutputPinNestedNode.CopyCrawler, NestedNode.NestedNodeCrawler| Modifier and Type | Field and Description |
|---|---|
protected int |
m_x
The first side of the triangle.
|
protected int |
m_y
The second side of the triangle.
|
protected int |
m_z
The third side of the triangle.
|
m_context, m_inputPins, m_name, m_outputPinsm_inputAssociations, m_internalNodes, m_outputAssociations| Constructor and Description |
|---|
TriangleInequality(int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
Triangle.TriangleInequality |
duplicate(boolean with_state)
Creates a possibly stateful copy of an object.
|
copyInto, develop, duplicate, evaluate, getContext, getExplanation, getExplanation, getInputPin, getOutputPin, getPin, reset, setContext, toStringaddNodes, addNodes, associateInput, associateOutput, copyInto, createFromTree, getAssociatedInput, getAssociatedOutput, getConnector, getNestedInputaddToInput, addToOutput, copyInto, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddToInput, addToOutput, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutputprotected int m_x
protected int m_y
protected int m_z
public Triangle.TriangleInequality duplicate(boolean with_state)
Duplicableduplicate in interface Duplicableduplicate in class Circuitwith_state - Set to true for a stateful copy, false
otherwiseCopyright © Sylvain HallĂ©. All Rights Reserved.