public class Circuit extends Object
Constructor and Description |
---|
Circuit(CircuitType type,
String groupIn,
String groupOut)
Create the circuit.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getIn()
Get the group inside.
|
String |
getOut()
Get the group outside.
|
CircuitType |
getType()
Get the circuit type.
|
int |
hashCode() |
String |
toString() |
public Circuit(CircuitType type, String groupIn, String groupOut)
type
- The transition type.groupIn
- The group inside.groupOut
- The group outside.LionEngineException
- If null
arguments.public CircuitType getType()
public String getIn()
public String getOut()
Copyright © 2017 Byron 3D Games Studio. All rights reserved.