Package | Description |
---|---|
net.officefloor.model.objects |
Modifier and Type | Method and Description |
---|---|
List<AutoWireFlowModel> |
AutoWireManagedObjectModel.getFlows() |
RemoveConnectionsAction<AutoWireFlowModel> |
AutoWireFlowModel.removeConnections()
Remove Connections.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoWireManagedObjectModel.addFlow(AutoWireFlowModel flow) |
void |
AutoWireManagedObjectModel.removeFlow(AutoWireFlowModel flow) |
Constructor and Description |
---|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency)
Convenience constructor.
|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.