|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BuildableObject | |
wt.build | |
wt.part | Defines WTPart s and WTPartMaster s (
the fundamental enterprise objects used to represent product structures composed of assemblies and components),
WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. |
Uses of BuildableObject in wt.build |
Subinterfaces of BuildableObject in wt.build | |
interface |
BuildableLink
Supported API: false Extendable: false |
interface |
BuildableOccurrence
Supported API: false Extendable: false |
Methods in wt.build with parameters of type BuildableObject | |
void |
StandardBuildService.markAsNeeded(BuildableObject object)
Tells the Build Service to preserve the given buildable object. |
void |
BuildServiceFwd.markAsNeeded(BuildableObject object)
Tells the Build Service to preserve the given buildable object. |
void |
BuildService.markAsNeeded(BuildableObject object)
Tells the Build Service to preserve the given buildable object. |
static void |
BuildHelper.markAsBuilt(BuildableObject object,
BuildReference buildReference)
This method converts a "non built" buildable object to "built" buildable object by setting the object's build reference. |
static boolean |
BuildHelper.isMarkedAsBuilt(BuildableObject object)
Returns true if this buildable object is marked as "built". |
Uses of BuildableObject in wt.part |
Classes in wt.part that implement BuildableObject | |
class |
PartUsesOccurrence
This UsesOccurrence has, in addition to its name
attribute, positioning information that can be used by visualization
to position the CAD drawing within the CAD drawing of its parent. |
class |
WTPartUsageLink
This is an IteratedUsageLink where a specific WTPart uses a WTPartMaster (actually it will use one of the
WTPart s associated with the WTPartMaster based
on a config spec) and the part uses a specific Quantity (with
unit of measure) of the part master as a component of its structure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |